Compare commits

...

5 Commits

Author SHA1 Message Date
edbrz9 20010c506c crypto update 2023-01-01 19:37:49 +01:00
edbrz9 96df335a98 css refactor 2023-01-01 18:30:50 +01:00
edbrz9 cbd142ac8f crypto svg added 2023-01-01 18:30:01 +01:00
edbrz9 3f0dc7c619 style update 2023-01-01 18:29:24 +01:00
edbrz9 c5c4de1bbc font css split 2022-12-31 21:36:13 +01:00
11 changed files with 1310 additions and 266 deletions

View File

@ -1,32 +1,23 @@
<?php $page_title = "edbrz9's BTC address"; ?>
<?php $page_title = "edbrz9 - BTC"; ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/db.php"); ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
<nav>
<section id="left-nav">
<a href="/">
<span class="byl-icon-home"></span>
</a>
</section>
<section id="right-nav">
<a href="" class="islang">FR</a> /
<a href="/">ENG</a>
</section>
</nav>
<main id="root" class="crypto-page">
<main id="root">
<p>Pour soutenir mon travail, vous pouwez m'envoyer des bitcoins à l'adresse ci-dessous:</p>
<img class="crypto" src="BTC.png"/>
<p class="crypto" >zpub6mhupZnirJogSLVEKtF93QqkDpf7Jee1BcEJRZHuBBX6Zp8TvJQ7WnLRv4rvtKKmMrYsLMN7PrzF9gEuWaFVfsnJn6EUwqgA9n7uV4qx8Ks</p>
<img src="/assets/svg/btc.svg"/>
<copyme>
<p class="crypto" ><?php echo $btc_wallet;?></p>
</copyme>
</main>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>

View File

@ -15,7 +15,7 @@
<img src="/assets/svg/eth.svg"/>
<copyme>
<p>0x1805687c848D67A13De006BE4C7412B8BB808270</p>
<p class="crypto" ><?php echo $eth_wallet;?></p>
</copyme>
</main>

View File

@ -1,99 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>edbrz9</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/css/normalize.css">
<link rel="stylesheet" href="../assets/fonts/byl-iconfont-v3.2/icons.css"/>
<link rel="stylesheet" href="../assets/css/style.css"/>
</head>
<body>
<nav>
<section id="left-nav">
<a href="/">
<span class="byl-icon-home"></span>
</a>
</section>
<section id="right-nav">
<a href="/" class="islang">FR</a> /
<a href="/">ENG</a>
</section>
</nav>
<main id="root">
<img src="XMR.png"/>
<p>428uWTta6oRTT61sJvcQ1WB7GpC7WLj683uRyDKtDoBKdreWwQG9Un8XB8HJ2fuRkXM6WMP8hDyzFZUnnMDLATm38vABq2S</p>
</main>
<footer>
<section id="social">
<a href="feed.xml">
<span class="byl-icon-rss"></span>
</a>
<a href="https://www.instagram.com/edbrz9/"
target="_blank">
<span class="byl-icon-instagram"></span>
</a>
<a href="https://twitter.com/edbrz9"
target="_blank">
<span class="byl-icon-twitter"></span>
</a>
<a href="https://git.brz9.dev/explore/repos"
target="_blank">
<span class="byl-icon-git"></span>
</a>
<!--
<a href="">
<span class="byl-icon-mastodon"></span>
</a>
<a href="">
<span class="byl-icon-tiktok"></span>
</a>
-->
<a href="">
<span class="byl-icon-bitcoin"></span>
</a>
<a href="">
<span class="byl-icon-ethereum"></span>
</a>
<a href="">
<span class="byl-icon-monero"></span>
</a>
<a href="">
<span class=" "></span>
</a>
<a href="">
<span class=" "></span>
</a>
</section>
<section id ="mail">
<p>ed<span class="132">ehbb</span>@<span class="lskd">dllls</span>brz9.dev</p>
</section>
<section id="license">
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">
<img class="cc-link" src="../assets/svg/edbz9-cc-by-sa.svg"/>
</a>
</section>
</footer>
</body>
<script src="assets/js/vue.min.js"></script>
<script src="assets/js/ed.brz9.js"></script>
</html>

23
XMR/index.php Normal file
View File

@ -0,0 +1,23 @@
<?php $page_title = "edbrz9 - XMR"; ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
<nav>
<section id="left-nav">
<a href="/">
<span class="byl-icon-home"></span>
</a>
</section>
</nav>
<main id="root" class="crypto-page">
<img src="/assets/svg/xmr.svg"/>
<copyme>
<p class="crypto" ><?php echo $xmr_wallet;?></p>
</copyme>
</main>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>

16
assets/css/colors.css Normal file
View File

@ -0,0 +1,16 @@
:root {
--black: #232D37;
--white: #FAE2D3;
--success: #3CB57F;
--fail: #F52D0A;
--fg: #e9d2d2;
}
body {
color: var(--fg);
}
a {
color: #52dca7;
color: #51cdff;
}

24
assets/css/fonts.css Normal file
View File

@ -0,0 +1,24 @@
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Regular.woff");
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Medium.woff");
font-style: normal;
font-weight: 600;
}
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Bold.woff");
font-style: normal;
font-weight: 800;
}
a {
text-decoration: none;
}

View File

@ -1,5 +1,6 @@
@import url("./copyme.css");
@import url("./fonts.css");
@import url("./colors.css");
html {
min-height: 100vh;
@ -13,45 +14,15 @@ body {
linear-gradient(to bottom right, #2e3551, #0d747d);
}
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Regular.woff");
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Medium.woff");
font-style: normal;
font-weight: 600;
}
@font-face{
font-family: inter;
src: url("../fonts/inter/Inter-Bold.woff");
font-style: normal;
font-weight: 800;
}
body {
font-family: inter;
color: #e9d2d2;
font-size: 1rem;
font-weight: 600;
height: 100%;
}
a {
color: #52dca7;
color: #51cdff;
text-decoration: none;
}
main {
position: relative;
padding-top: 20px;

5
assets/php/db.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$btc_wallet = "13zX8HcXDE593TZDQec319GBBTU3sZzTfJ";
$eth_wallet = "0x45a791f7232fefa1fd2c9e4d5cf123fdad70c171";
$xmr_wallet = "46GXp3FVpPhPS218hoc84LA7LtPkdpvThVRYSXDNGencBt1ykYy8FRgfxM4HPiff7h5zwaXMCANar3C4w8hjFeHESEtB7DV";

413
assets/svg/btc.svg Normal file
View File

@ -0,0 +1,413 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 112 112" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,12.0128,12.0128)">
<g id="QRcode">
<g id="Pattern">
<rect x="0" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -13,11 +13,9 @@
<rect x="18.019" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="0" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -32,6 +30,8 @@
<rect x="39.041" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="3.003" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -40,11 +40,10 @@
<rect x="12.013" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="6.006" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -59,11 +58,9 @@
<rect x="27.029" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="9.01" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -75,10 +72,11 @@
<rect x="12.013" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="12.013" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -90,7 +88,8 @@
<rect x="27.029" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="15.016" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="18.019" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -117,8 +116,8 @@
<rect x="27.029" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="21.022" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -129,184 +128,178 @@
<rect x="24.026" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="24.026" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="27.029" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="30.032" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="33.035" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="36.038" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="39.041" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="42.045" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="45.048" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="48.051" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="51.054" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="54.057" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="57.061" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="15.016" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="21.022" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="60.064" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="63.067" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -319,8 +312,10 @@
<rect x="24.026" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -328,10 +323,10 @@
<rect x="81.086" y="66.07" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="69.073" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -342,18 +337,19 @@
<rect x="12.013" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="33.035" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="72.077" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -362,41 +358,39 @@
<rect x="24.026" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="84.089" y="75.08" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="6.006" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="9.01" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="12.013" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="78.083" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="27.029" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="39.041" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="60.064" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="81.086" y="81.086" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="0" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="3.003" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
@ -406,13 +400,19 @@
<rect x="15.016" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="18.019" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="24.026" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="30.032" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="36.038" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="42.045" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="45.048" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="48.051" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="51.054" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="54.057" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="57.061" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="63.067" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="75.08" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="66.07" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="69.073" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="72.077" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
<rect x="78.083" y="84.089" width="3.003" height="3.003" style="fill:rgb(233,210,210);"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

700
assets/svg/xmr.svg Normal file
View File

@ -0,0 +1,700 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 135 135" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,11.9937,11.9937)">
<g id="QRcode">
<g id="Pattern">
<rect x="0" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="0" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="2.998" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="5.997" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="8.995" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="11.994" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="14.992" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="17.991" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="20.989" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="23.987" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="26.986" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="29.984" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="32.983" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="35.981" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="38.98" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="41.978" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="44.976" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="47.975" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="50.973" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="53.972" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="56.97" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="59.969" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="62.967" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="65.965" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="68.964" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="71.962" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="74.961" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="77.959" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="20.989" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="80.957" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="83.956" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="101.946" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="86.954" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="89.953" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="92.951" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="95.95" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="59.969" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="68.964" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="98.948" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="29.984" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="38.98" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="41.978" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="83.956" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="98.948" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="101.946" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="80.957" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="89.953" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="92.951" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="95.95" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="104.945" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="0" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="2.998" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="5.997" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="8.995" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="11.994" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="14.992" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="17.991" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="23.987" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="26.986" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="32.983" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="35.981" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="44.976" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="47.975" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="50.973" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="53.972" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="56.97" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="62.967" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="65.965" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="71.962" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="74.961" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="77.959" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="86.954" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="104.945" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
<rect x="107.943" y="107.943" width="2.998" height="2.998" style="fill:rgb(233,210,210);"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 72 KiB