Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Protocol guide updates and improvements
Alexis Sellier committed 2 years ago
commit 5455d87b0aa16be1293c79c6bbc9e8726aea1d42
parent 9ae7608
11 files changed +481 -287
modified _guides/protocol.md
@@ -83,8 +83,6 @@ server.
<aside> In the peer-to-peer model, nodes act as <em>both clients and
servers</em>. </aside>

-
<img src="#" class="placeholder" />
-

### Seeding Repositories

Whenever a user clones, initializes, or opts to seed a repository, their node's
@@ -199,42 +197,83 @@ are relayed between peers to build routing tables that aid in repository
discovery and replication. The core functionality is achieved with three
message types, each fulfulling a distinct role:

-
1. **Node Announcements** are used for broadcasting Node IDs and physical
+
**Node Announcements** are used for broadcasting Node IDs and physical
   addresses on which a node is publicly reachable, to facilitate peer
   discovery.
-
2. **Inventory Announcements** are used for broadcasting repository inventories
+

+
| Node Announcement
+
| -----------------
+
| **`features`**  | `u64`            | Advertized node capabilities
+
| **`timestamp`** | `u64`            | Message timestamp (unix time)
+
| **`alias`**     | `u8[]`           | Non-unique alias (UTF-8)
+
| **`addresses`** | `Address[]`      | External addresses
+
| **`nonce`**     | `u64`            | Nonce used for DoS protection
+

+
**Inventory Announcements** are used for broadcasting repository inventories
   and constructing the routing table which maps out what repositories are
   hosted where.
-
3. **Reference Announcements** are used for broadcasting updates to
+

+
| Inventory Announcement
+
| ----------------------
+
| **`inventory`** | `RepoID[]` | Repository inventory
+
| **`timestamp`** | `u64`      | Message timestamp (unix time)
+

+
**Reference Announcements** are used for broadcasting updates to
   repositories, relayed only to nodes interested in the relevant repository.

+
| Refs Announcement
+
| -----------------
+
| **`rid`**        | `RepoID`          | Repository that was updated
+
| **`refs`**       | `{NodeID, OID}[]` | Updated signed refs (`rad/sigrefs`)
+
| **`timestamp`**  | `u64`             | Message timestamp (unix time)
+

+
<aside> <code>OID</code> stands for <em>Object ID</em> and represents the SHA-1
+
hashes used by Git to identify objects.</aside>
+

To prevent endless propagation, nodes drop any message already encountered.
However, for the sake of broadcasting messages to new nodes, gossip messages
may be temporarily stored and replayed to nodes joining the network for the
first time, or after a long period of being offline.

-
> **Tip**: Refer to [RIP-1][rip-1] to learn more details about Radicle's
-
> networking protocol.
-

Each announcement includes the originating *Node ID* along with a
*cryptographic signature* and *timestamp*, allowing network participants to
verify the authenticity of messages before relaying them to peers.

<figure>
-
  <img src="#" class="placeholder" />
-
  <figcaption>The three gossip message types.</figcaption>
+
  <object type="image/svg+xml" data="/assets/images/announcement-msg.svg"></object>
+
  <figcaption>Announcement message structure.</figcaption>
</figure>

+
> **Tip**: Refer to [RIP-1][rip-1] to learn more details about Radicle's
+
> networking protocol.
+

### Transport Encryption & Privacy

-
Connections between peers in the Radicle network are encrypted using the Noise
-
protocol. This begins with two peers performing a [Diffie-Hellman][ecdh] key
+
Connections between peers in the Radicle network are encrypted using a [Noise][noise]
+
protocol handshake. This begins with two peers performing a [Diffie-Hellman][ecdh] key
exchange to agree on a shared session key that is used for the duration
of the connection.

-
<figure>
-
  <img src="#" class="placeholder" />
-
  <figcaption>Noise XK handshake example.</figcaption>
+
Radicle uses the [XK][noise-xk] handshake pattern, which requires the
+
connection responder's *static key* to be known in advance by the initiator.
+
This *pre-sharing* takes place over the gossip network via the
+
`NodeAnnouncement` message, since the static key is simply the Node ID.
+

+
<aside> The Noise framework calls the node that is receiving an inbound
+
connection the <em>responder</em>, and the node that is initiating the
+
connection the <em>initiator</em>. </aside>
+

+
<figure class="diagram">
+
  <object type="image/svg+xml" data="/assets/images/noisexk-1.svg"></object>
+
</figure>
+

+
Once the static key is known, a connection to the node can be initiated
+
securely, by generating an ephemral key from the static key, using
+
Diffie-Hellman. The last step involves the initiating node sending its own
+
static key over the secure channel.
+

+
<figure class="diagram">
+
  <object type="image/svg+xml" data="/assets/images/noisexk-2.svg"></object>
</figure>

After the handshake phase is completed, all data exchanged between peers is
@@ -291,11 +330,6 @@ In the bootstrapping process, nodes connect to an initial set of bootrap nodes
and once they establish a connection, use the regular peer discovery mechanism
to find more peers.

-
<figure>
-
  <img src="#" class="placeholder" />
-
  <figcaption>Bootstrapping process.</figcaption>
-
</figure>
-

[bootstrap]: https://en.wikipedia.org/wiki/Bootstrapping_node

### Federation vs. Peer-to-peer
modified assets/css/main.css
@@ -190,6 +190,14 @@ table td {
  padding: 0.5rem;
}

+
table th {
+
  font-size: var(--font-size-small);
+
  font-weight: var(--font-weight-regular);
+
  background-color: var(--color-bg-dim-0);
+
  padding: 0.5rem;
+
  text-align: left;
+
}
+

table code {
  font-weight: normal;
}
added assets/images/announcement-msg.svg
@@ -0,0 +1,36 @@
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 378.4899439789051 305.03114976535403" width="378.4899439789051" height="305.03114976535403">
+
  <defs>
+
    <style>
+
      @import url("/assets/css/fonts.css");
+
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
+
    </style>
+
  </defs>
+
  <g stroke-linecap="round" transform="translate(10 10) rotate(0 179.24497198945255 142.51557488267702)">
+
    <path d="M32 0 C96.01 -0.62, 159.52 0.59, 326.49 0 C344.88 0.81, 355.74 13.91, 358.49 32 C359.82 116.27, 360.66 201.56, 358.49 253.03 C354.99 273.63, 347.55 286.32, 326.49 285.03 C214.87 285.42, 98.52 284.38, 32 285.03 C10.91 282.57, 3.47 277.22, 0 253.03 C-4.75 193.41, -2.08 136.24, 0 32 C-3.25 7.16, 12.37 1.22, 32 0" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M32 0 C124.32 1.39, 215.82 -0.29, 326.49 0 M32 0 C143.07 2.59, 255.63 2.47, 326.49 0 M326.49 0 C346.86 -1.27, 359.89 9.52, 358.49 32 M326.49 0 C346.99 0.62, 360.36 10.84, 358.49 32 M358.49 32 C357.57 118.22, 358.1 209.03, 358.49 253.03 M358.49 32 C359.34 117.01, 359.21 202.8, 358.49 253.03 M358.49 253.03 C359.81 272.73, 347.96 283.88, 326.49 285.03 M358.49 253.03 C359.44 276.34, 348.24 286.22, 326.49 285.03 M326.49 285.03 C239.01 285.61, 153.59 284.85, 32 285.03 M326.49 285.03 C251.28 283.61, 177.61 282.71, 32 285.03 M32 285.03 C11.57 284.92, 0.97 276.28, 0 253.03 M32 285.03 C11.57 285.28, 1.39 275.11, 0 253.03 M0 253.03 C2.32 199.69, 0.91 144.22, 0 32 M0 253.03 C-0.52 195.22, -0.13 138.13, 0 32 M0 32 C-1.26 11.79, 11.2 -1.62, 32 0 M0 32 C-2.21 8.64, 10.65 0.54, 32 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
  <g stroke-linecap="round" transform="translate(34.086403166761556 128.51089938805137) rotate(0 157.80769423861102 38.3330192901304)">
+
    <path d="M19.17 0 C84.2 -2.67, 146.92 0, 296.45 0 C310.53 0.75, 319.03 5.75, 315.62 19.17 C318.44 28.78, 319.28 38.28, 315.62 57.5 C314.61 67.05, 312.19 79.43, 296.45 76.67 C195.09 74.32, 89.88 74.98, 19.17 76.67 C3.17 73.58, 0.06 67.96, 0 57.5 C-3.12 48.25, 1.29 33.91, 0 19.17 C0.97 5.69, 9.11 0.3, 19.17 0" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M19.17 0 C120.56 -0.89, 222.28 -1.12, 296.45 0 M19.17 0 C88.97 -1.03, 159.01 -1.11, 296.45 0 M296.45 0 C309.44 -0.66, 314.24 8.35, 315.62 19.17 M296.45 0 C310.27 0.21, 317.75 5.25, 315.62 19.17 M315.62 19.17 C316.9 28.51, 316.99 43.17, 315.62 57.5 M315.62 19.17 C315.99 33.86, 315.04 47.24, 315.62 57.5 M315.62 57.5 C315.99 72.08, 309.68 75, 296.45 76.67 M315.62 57.5 C315.09 72.4, 309.77 77.38, 296.45 76.67 M296.45 76.67 C212.97 77.04, 128.13 77.1, 19.17 76.67 M296.45 76.67 C193.14 77.6, 90.04 77.8, 19.17 76.67 M19.17 76.67 C5.65 74.76, -1.87 69.62, 0 57.5 M19.17 76.67 C4.45 74.61, 0.96 68.12, 0 57.5 M0 57.5 C1.36 49.01, -1.28 36.13, 0 19.17 M0 57.5 C-0.8 47.67, 0.56 39.41, 0 19.17 M0 19.17 C-1.16 7.87, 7.88 -0.82, 19.17 0 M0 19.17 C-1.91 5.25, 4.89 -0.66, 19.17 0" stroke="transparent" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(159.51909740537303 157.64391867818176) rotate(0 32.375 9.2)">
+
    <text x="32.375" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Message</text>
+
  </g>
+
  <g transform="translate(34.08640279365136 31.42163495354498) rotate(0 53.67499923706055 9.200000000000003)">
+
    <text x="0" y="0" fill="#ffffff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Announcement</text>
+
  </g>
+
  <g stroke-linecap="round" transform="translate(34.086403155768494 67.90804170597728) rotate(0 157.80769400000008 25.06389752325083)">
+
    <path d="M12.53 0 C97.48 -0.9, 184.29 -0.42, 303.08 0 C308.71 0.61, 314.89 3.66, 315.62 12.53 C312.63 15.55, 319.45 25.83, 315.62 37.6 C313.64 47.19, 308.31 50.19, 303.08 50.13 C226.1 50.29, 143.23 46.5, 12.53 50.13 C1.26 49.91, -1.92 43.95, 0 37.6 C-1.85 31.9, 2.46 24.55, 0 12.53 C3.43 2.67, 5.38 -2.78, 12.53 0" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M12.53 0 C123.79 -1.73, 232.45 -0.44, 303.08 0 M12.53 0 C100.71 0.09, 189.2 0.3, 303.08 0 M303.08 0 C312.24 -0.29, 317.41 4.02, 315.62 12.53 M303.08 0 C312.56 0.94, 316.99 2.42, 315.62 12.53 M315.62 12.53 C316.69 20.15, 315.98 28.86, 315.62 37.6 M315.62 12.53 C315.44 20.41, 315.32 27.19, 315.62 37.6 M315.62 37.6 C316.47 47.01, 311.83 50.74, 303.08 50.13 M315.62 37.6 C315.74 47.48, 309.86 51.26, 303.08 50.13 M303.08 50.13 C188.33 49.7, 71.85 49.15, 12.53 50.13 M303.08 50.13 C242.1 50.16, 181.47 51.2, 12.53 50.13 M12.53 50.13 C3.94 49.44, 0.85 45.58, 0 37.6 M12.53 50.13 C5.18 51.55, -2.19 48.22, 0 37.6 M0 37.6 C1.21 26.09, -1.77 16.71, 0 12.53 M0 37.6 C0.96 28.25, -0.05 19.94, 0 12.53 M0 12.53 C-0.48 5.5, 2.77 -1.48, 12.53 0 M0 12.53 C-1.45 4.55, 6.16 -1.45, 12.53 0" stroke="transparent" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(162.63159639282912 83.77193922922811) rotate(0 29.262500762939453 9.200000000000003)">
+
    <text x="29.262500762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node ID</text>
+
  </g>
+
  <g stroke-linecap="round" transform="translate(34.08640271441618 218.07197417537148) rotate(0 157.80769422067624 27.109607533198556)">
+
    <path d="M13.55 0 C119.59 -4.14, 230.02 -0.7, 302.06 0 C310.88 0.31, 317.84 7.95, 315.62 13.55 C312.74 26.15, 312.7 29.26, 315.62 40.66 C317.6 47.17, 307.72 51.48, 302.06 54.22 C192.51 52.15, 75.87 53.62, 13.55 54.22 C3.1 54.22, 0.62 52.7, 0 40.66 C-3.16 31.04, -0.54 23.1, 0 13.55 C-2.81 4.05, 1.92 -3.57, 13.55 0" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M13.55 0 C102.43 1.46, 190.51 1.57, 302.06 0 M13.55 0 C72.96 1.26, 133.29 1.59, 302.06 0 M302.06 0 C310.07 1.24, 315.17 4.31, 315.62 13.55 M302.06 0 C311.07 -0.18, 314.93 2.8, 315.62 13.55 M315.62 13.55 C313.62 21.6, 316.39 27.52, 315.62 40.66 M315.62 13.55 C315.61 22.65, 315.17 30.62, 315.62 40.66 M315.62 40.66 C316.05 50.66, 311.62 53.7, 302.06 54.22 M315.62 40.66 C316.84 50.17, 312.94 54.41, 302.06 54.22 M302.06 54.22 C229.75 51.88, 157.65 52.64, 13.55 54.22 M302.06 54.22 C197.2 52.24, 91.55 52.95, 13.55 54.22 M13.55 54.22 C6.39 52.75, -0.48 50.1, 0 40.66 M13.55 54.22 C6.66 54.81, 0.8 50.52, 0 40.66 M0 40.66 C-1.57 32.84, -0.99 24.07, 0 13.55 M0 40.66 C-0.49 32.22, -0.45 25.51, 0 13.55 M0 13.55 C0.8 3.53, 3.63 0.73, 13.55 0 M0 13.55 C0.68 3.2, 5.9 -1.43, 13.55 0" stroke="transparent" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(157.73159846097133 235.98158170857005) rotate(0 34.162498474121094 9.199999999999996)">
+
    <text x="34.162498474121094" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Signature</text>
+
  </g>
+
</svg>
modified assets/images/cob-dag.svg
@@ -1,137 +1,137 @@
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 337.2430718281753 731.1541034420761" width="337.2430718281753" height="731.1541034420761">
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 337.24307182817483 731.1541034420759" width="337.24307182817483" height="731.1541034420759">
  <defs>
    <style>
      @import url("/assets/css/fonts.css");
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
    </style>
  </defs>
-
  <g stroke-linecap="round" transform="translate(52.20518097095419 503.2862482615314) rotate(0 53.390605406266786 38.0736284454527)">
-
    <path d="M19.04 0 C37.56 0, 56.09 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 31.03, 106.78 43.03, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C63.19 76.15, 38.64 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 44.83, 0 32.55, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M19.04 0 C37.43 0, 55.83 0, 87.74 0 M19.04 0 C35.8 0, 52.56 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 31.75, 106.78 44.45, 106.78 57.11 M106.78 19.04 C106.78 30.5, 106.78 41.96, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C65.1 76.15, 42.46 76.15, 19.04 76.15 M87.74 76.15 C60.52 76.15, 33.3 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 48.53, 0 39.95, 0 19.04 M0 57.11 C0 43.92, 0 30.74, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(52.205180970953734 503.2862482615314) rotate(0 53.390605406266786 38.0736284454527)">
+
    <path d="M19.04 0 C41.18 -1.38, 62.08 -3.02, 87.74 0 C102.5 2.61, 104.9 6.39, 106.78 19.04 C104.14 30.6, 107.63 49.39, 106.78 57.11 C106.82 67.75, 97.42 78.32, 87.74 76.15 C68.39 78.8, 57.23 74.41, 19.04 76.15 C7.74 74.38, 1.78 71.44, 0 57.11 C-2.09 44.86, -0.46 30.86, 0 19.04 C-3.11 5.17, 5.02 -2.29, 19.04 0" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M19.04 0 C38.26 -1.67, 52.91 -2.13, 87.74 0 M19.04 0 C37.83 0.52, 56.43 0.72, 87.74 0 M87.74 0 C99.29 -1.61, 105.24 4.56, 106.78 19.04 M87.74 0 C98.77 -1.4, 106.81 4.29, 106.78 19.04 M106.78 19.04 C105.73 31.08, 105.38 42.91, 106.78 57.11 M106.78 19.04 C107.29 29.3, 107.84 39.43, 106.78 57.11 M106.78 57.11 C106.35 67.95, 98.95 75.18, 87.74 76.15 M106.78 57.11 C105.2 69.32, 100.1 76.49, 87.74 76.15 M87.74 76.15 C65.85 77.78, 43.87 76.83, 19.04 76.15 M87.74 76.15 C73.67 75.79, 59.11 74.81, 19.04 76.15 M19.04 76.15 C6.63 76.29, -1.29 69.38, 0 57.11 M19.04 76.15 C8.37 75.26, -1.93 71.94, 0 57.11 M0 57.11 C0.27 48.79, -0.15 39.3, 0 19.04 M0 57.11 C0.26 46.38, -0.06 35.6, 0 19.04 M0 19.04 C-0.55 8.06, 7.59 0.24, 19.04 0 M0 19.04 C1.52 6.09, 6.05 1.4, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(71.00828485134207 532.159876706984) rotate(0 34.587501525878906 9.199999999999989)">
    <text x="34.587501525878906" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Comment</text>
  </g>
  <g stroke-linecap="round" transform="translate(10 352.14874786706235) rotate(0 53.390605406266786 38.0736284454527)">
-
    <path d="M19.04 0 C46.02 0, 73 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 27.55, 106.78 36.07, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C66.86 76.15, 45.98 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 42.88, 0 28.65, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M19.04 0 C36.36 0, 53.68 0, 87.74 0 M19.04 0 C44.07 0, 69.1 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 30.85, 106.78 42.67, 106.78 57.11 M106.78 19.04 C106.78 33.9, 106.78 48.76, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C67.84 76.15, 47.93 76.15, 19.04 76.15 M87.74 76.15 C62.26 76.15, 36.78 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 47.25, 0 37.4, 0 19.04 M0 57.11 C0 43.71, 0 30.31, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M19.04 0 C41.49 -2.6, 61.47 3.11, 87.74 0 C98.56 0.05, 110.24 5.44, 106.78 19.04 C107.33 32.67, 106.35 43.86, 106.78 57.11 C103.77 71.98, 97.91 76.56, 87.74 76.15 C65.24 74.6, 41.96 75.11, 19.04 76.15 C8.13 77.79, 0.45 69.48, 0 57.11 C-0.11 41.41, -2.7 29.45, 0 19.04 C-1.33 4.05, 5.63 -1.16, 19.04 0" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M19.04 0 C42.21 -1.29, 67.78 1.07, 87.74 0 M19.04 0 C42.46 0.45, 65.31 -1.35, 87.74 0 M87.74 0 C98.89 -1.78, 105.33 5.13, 106.78 19.04 M87.74 0 C100.46 -2.05, 106.83 4.36, 106.78 19.04 M106.78 19.04 C105.57 29.76, 105.89 40.44, 106.78 57.11 M106.78 19.04 C107.6 33.51, 106.64 46.23, 106.78 57.11 M106.78 57.11 C105.3 68.83, 99.06 75.73, 87.74 76.15 M106.78 57.11 C106.45 70.15, 100.7 77.25, 87.74 76.15 M87.74 76.15 C64.56 77.19, 41.62 78.58, 19.04 76.15 M87.74 76.15 C71.17 75.29, 55.21 76.27, 19.04 76.15 M19.04 76.15 C5.05 75.73, 1.76 69.03, 0 57.11 M19.04 76.15 C4.41 78.28, -1.99 71.09, 0 57.11 M0 57.11 C-0.03 44.79, -0.58 36.4, 0 19.04 M0 57.11 C-0.07 43.48, -0.43 31.75, 0 19.04 M0 19.04 C1.24 6.58, 7.67 -0.22, 19.04 0 M0 19.04 C-0.3 7.75, 6.27 0.01, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(28.80310388038788 371.822376312515) rotate(0 34.587501525878906 18.399999999999977)">
+
  <g transform="translate(28.803103880387425 371.822376312515) rotate(0 34.587501525878906 18.399999999999977)">
    <text x="34.587501525878906" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Edit</text>
    <text x="34.587501525878906" y="18.4" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Comment</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(220.46186101564126 475.0142432140772) rotate(0 53.390605406267014 38.0736284454527)">
-
    <path d="M19.04 0 C45.48 0, 71.92 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 33.93, 106.78 48.82, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C63.25 76.15, 38.76 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 48.18, 0 39.25, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M19.04 0 C44.68 0, 70.32 0, 87.74 0 M19.04 0 C36.96 0, 54.89 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 29.99, 106.78 40.95, 106.78 57.11 M106.78 19.04 C106.78 32.93, 106.78 46.83, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C72.27 76.15, 56.8 76.15, 19.04 76.15 M87.74 76.15 C62 76.15, 36.25 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 48.41, 0 39.71, 0 19.04 M0 57.11 C0 46.93, 0 36.75, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(220.46186101564126 475.0142432140772) rotate(0 53.390605406266786 38.0736284454527)">
+
    <path d="M19.04 0 C38.93 3.67, 52.81 1.11, 87.74 0 C103.89 -0.9, 108.69 3.87, 106.78 19.04 C107.01 24.69, 103.96 36.63, 106.78 57.11 C104.26 70.21, 102 72.59, 87.74 76.15 C64.47 73.6, 40.2 77.01, 19.04 76.15 C6.79 75.82, 1.72 67.65, 0 57.11 C-3.01 44.89, -1.23 32.72, 0 19.04 C-0.72 5.19, 5.42 0.86, 19.04 0" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M19.04 0 C34.74 1.23, 52.39 0.8, 87.74 0 M19.04 0 C44.56 -1.49, 70.45 -1.58, 87.74 0 M87.74 0 C98.99 -1.21, 106.81 4.56, 106.78 19.04 M87.74 0 C100.49 -1.98, 105.84 5.51, 106.78 19.04 M106.78 19.04 C105.82 33.14, 107.96 44.31, 106.78 57.11 M106.78 19.04 C106.85 30.57, 106.32 43.47, 106.78 57.11 M106.78 57.11 C105.41 69.38, 100.14 76.45, 87.74 76.15 M106.78 57.11 C107.05 70.91, 100.94 75.59, 87.74 76.15 M87.74 76.15 C60.17 78.25, 35.08 76.58, 19.04 76.15 M87.74 76.15 C66.76 75.59, 44.84 75.31, 19.04 76.15 M19.04 76.15 C8.11 75.38, -1.68 71.66, 0 57.11 M19.04 76.15 C4.35 77.44, -0.4 70.36, 0 57.11 M0 57.11 C-0.5 46.88, 0.87 35.86, 0 19.04 M0 57.11 C-0.31 47.43, 0.59 36.16, 0 19.04 M0 19.04 C1.33 6.12, 6.09 1.22, 19.04 0 M0 19.04 C-0.08 6.36, 6.2 1.13, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(254.32746680337777 503.88787165952994) rotate(0 19.524999618530273 9.199999999999989)">
+
  <g transform="translate(254.32746680337732 503.88787165952994) rotate(0 19.524999618530273 9.199999999999989)">
    <text x="19.524999618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Label</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(144.39080882045937 10) rotate(0 53.390605406266786 38.07362844545273)">
-
    <path d="M19.04 0 C45.97 0, 72.9 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 33.64, 106.78 48.24, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C70.16 76.15, 52.58 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 46.48, 0 35.86, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M19.04 0 C42.15 0, 65.26 0, 87.74 0 M19.04 0 C43.53 0, 68.02 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 32.97, 106.78 46.91, 106.78 57.11 M106.78 19.04 C106.78 30.92, 106.78 42.8, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C71.59 76.15, 55.43 76.15, 19.04 76.15 M87.74 76.15 C70.01 76.15, 52.27 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 45.95, 0 34.8, 0 19.04 M0 57.11 C0 43.02, 0 28.93, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(144.39080882045891 10) rotate(0 53.390605406266786 38.07362844545273)">
+
    <path d="M19.04 0 C31.86 -0.85, 51.89 -1.8, 87.74 0 C102.34 -2.47, 103.27 7.37, 106.78 19.04 C103.77 32.84, 104.27 42.71, 106.78 57.11 C108.34 66.24, 102.56 77.23, 87.74 76.15 C73.25 77.18, 55.65 75.21, 19.04 76.15 C8.07 74, -0.35 69.28, 0 57.11 C-0.74 45.99, -0.13 38.29, 0 19.04 C-0.92 7.21, 9.08 1.56, 19.04 0" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M19.04 0 C34.53 -0.01, 49.98 -0.21, 87.74 0 M19.04 0 C45.73 -0.34, 73.23 -0.06, 87.74 0 M87.74 0 C100.46 -1.79, 106.83 4.62, 106.78 19.04 M87.74 0 C99.5 -0.84, 107.4 5.12, 106.78 19.04 M106.78 19.04 C108.02 32.47, 107.18 46.61, 106.78 57.11 M106.78 19.04 C105.96 31.56, 106.01 44.84, 106.78 57.11 M106.78 57.11 C106.49 70.1, 100.67 77.11, 87.74 76.15 M106.78 57.11 C107.29 69.25, 102.14 74.93, 87.74 76.15 M87.74 76.15 C64.05 77.06, 43 76.33, 19.04 76.15 M87.74 76.15 C72.72 75.98, 59.88 75.81, 19.04 76.15 M19.04 76.15 C4.66 78, -1.73 70.92, 0 57.11 M19.04 76.15 C5.95 76.71, -0.23 69.88, 0 57.11 M0 57.11 C0.98 49.5, -0.37 40.4, 0 19.04 M0 57.11 C0.73 47.78, 0.77 38.1, 0 19.04 M0 19.04 C-0.26 7.57, 6.28 0.01, 19.04 0 M0 19.04 C-0.14 7.47, 5.41 1.45, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(177.38141460819588 38.87362844545271) rotate(0 20.399999618530273 9.199999999999989)">
    <text x="20.399999618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Close</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(187.97719679494912 296.7109886655805) rotate(0 53.390605406267014 38.0736284454527)">
-
    <path d="M19.04 0 C36.88 0, 54.72 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 28.84, 106.78 38.63, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C65.36 76.15, 42.98 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 45.16, 0 33.21, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M19.04 0 C35.04 0, 51.04 0, 87.74 0 M19.04 0 C41.39 0, 63.73 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 28.25, 106.78 37.46, 106.78 57.11 M106.78 19.04 C106.78 32.5, 106.78 45.97, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C61.46 76.15, 35.17 76.15, 19.04 76.15 M87.74 76.15 C65.07 76.15, 42.4 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 43.44, 0 29.77, 0 19.04 M0 57.11 C0 43.92, 0 30.73, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(187.97719679494912 296.7109886655805) rotate(0 53.390605406266786 38.0736284454527)">
+
    <path d="M19.04 0 C48.08 -0.92, 72.12 -2.49, 87.74 0 C96.93 1.02, 106.98 6.38, 106.78 19.04 C103.68 28.7, 107.77 33.98, 106.78 57.11 C108.9 70.89, 98.16 77.54, 87.74 76.15 C70.95 76.38, 54.98 74.56, 19.04 76.15 C5.99 75.62, -2.45 66.69, 0 57.11 C-0.47 45.77, -0.67 37.61, 0 19.04 C2.73 7.91, 9.64 3.09, 19.04 0" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M19.04 0 C43.42 -0.06, 66.62 -1.21, 87.74 0 M19.04 0 C33.41 0.01, 49.24 -0.28, 87.74 0 M87.74 0 C100.48 -1.73, 105.97 5.62, 106.78 19.04 M87.74 0 C101.05 -1.23, 107.76 5.48, 106.78 19.04 M106.78 19.04 C107.59 35.1, 107.88 47.77, 106.78 57.11 M106.78 19.04 C105.81 26.72, 106.35 34.96, 106.78 57.11 M106.78 57.11 C107.01 70.76, 100.88 75.67, 87.74 76.15 M106.78 57.11 C108.49 68.59, 101.05 74, 87.74 76.15 M87.74 76.15 C60.68 75.76, 31.5 76.51, 19.04 76.15 M87.74 76.15 C67.54 75.62, 44.73 76.93, 19.04 76.15 M19.04 76.15 C4.61 77.27, -0.35 70.29, 0 57.11 M19.04 76.15 C6.12 76.22, -1.8 69.24, 0 57.11 M0 57.11 C-0.63 44.33, -1.21 30.62, 0 19.04 M0 57.11 C0.43 42.31, -0.37 28.35, 0 19.04 M0 19.04 C-0.07 6.35, 6.22 0.98, 19.04 0 M0 19.04 C-0.93 7.8, 4.37 1.32, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(206.780300675337 325.5846171110332) rotate(0 34.587501525878906 9.199999999999989)">
+
  <g transform="translate(206.78030067533655 325.5846171110332) rotate(0 34.587501525878906 9.199999999999989)">
    <text x="34.587501525878906" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Comment</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(155.08269948085263 145.33589324399912) rotate(0 53.390605406266786 38.0736284454527)">
-
    <path d="M19.04 0 C35.7 0, 52.37 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 28.23, 106.78 37.43, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C63.36 76.15, 38.98 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 45.29, 0 33.46, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M19.04 0 C43.52 0, 68 0, 87.74 0 M19.04 0 C44.65 0, 70.26 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 26.9, 106.78 34.76, 106.78 57.11 M106.78 19.04 C106.78 32.66, 106.78 46.29, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C73.7 76.15, 59.66 76.15, 19.04 76.15 M87.74 76.15 C73.36 76.15, 58.97 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 48.14, 0 39.16, 0 19.04 M0 57.11 C0 46.42, 0 35.72, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(155.08269948085217 145.33589324399912) rotate(0 53.390605406266786 38.0736284454527)">
+
    <path d="M19.04 0 C41.65 -2.16, 56.93 1.33, 87.74 0 C100.63 0.04, 104.73 3.33, 106.78 19.04 C107.86 29.2, 108.42 47.57, 106.78 57.11 C104.51 71.19, 98.67 77.93, 87.74 76.15 C65.73 73.88, 39.91 75.51, 19.04 76.15 C3.89 73.04, -1.18 68.47, 0 57.11 C-0.79 48.97, 2.87 40.68, 0 19.04 C3.29 9.43, 8.49 2.67, 19.04 0" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M19.04 0 C42.34 -1.15, 60.06 -1.54, 87.74 0 M19.04 0 C33.53 -0.48, 48.03 -0.45, 87.74 0 M87.74 0 C99.62 -0.73, 107.32 5.28, 106.78 19.04 M87.74 0 C101.42 -0.87, 108.69 7.94, 106.78 19.04 M106.78 19.04 C107.72 30.76, 105.03 41.86, 106.78 57.11 M106.78 19.04 C106.37 28.76, 106.64 38.67, 106.78 57.11 M106.78 57.11 C107.22 69.32, 101.92 75.09, 87.74 76.15 M106.78 57.11 C107.4 67.65, 102.65 74.72, 87.74 76.15 M87.74 76.15 C64.46 76.26, 44.95 74.69, 19.04 76.15 M87.74 76.15 C67.74 76.81, 48.54 76.44, 19.04 76.15 M19.04 76.15 C6 76.63, -0.2 69.87, 0 57.11 M19.04 76.15 C4.55 75.59, 0.94 70.82, 0 57.11 M0 57.11 C-0.95 43.55, 1.8 32.32, 0 19.04 M0 57.11 C-0.38 45.85, -0.29 33.36, 0 19.04 M0 19.04 C-0.13 7.33, 5.53 1.27, 19.04 0 M0 19.04 C-1.98 7.67, 8.01 -1.2, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(173.8858033612405 174.20952168945183) rotate(0 34.587501525878906 9.199999999999989)">
    <text x="34.587501525878906" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Comment</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(127.9580125852658 645.0068465511706) rotate(0 53.390605406266786 38.073628445452755)">
-
    <path d="M19.04 0 C41.22 0, 63.4 0, 87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 C106.78 33.33, 106.78 47.63, 106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 C62.03 76.15, 36.31 76.15, 19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 C0 44.23, 0 31.36, 0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M19.04 0 C43.59 0, 68.13 0, 87.74 0 M19.04 0 C33.69 0, 48.34 0, 87.74 0 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M87.74 0 C100.44 0, 106.78 6.35, 106.78 19.04 M106.78 19.04 C106.78 28.99, 106.78 38.94, 106.78 57.11 M106.78 19.04 C106.78 32.46, 106.78 45.89, 106.78 57.11 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M106.78 57.11 C106.78 69.8, 100.44 76.15, 87.74 76.15 M87.74 76.15 C64.06 76.15, 40.37 76.15, 19.04 76.15 M87.74 76.15 C66.5 76.15, 45.25 76.15, 19.04 76.15 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M19.04 76.15 C6.35 76.15, 0 69.8, 0 57.11 M0 57.11 C0 42.24, 0 27.36, 0 19.04 M0 57.11 C0 42.61, 0 28.11, 0 19.04 M0 19.04 C0 6.35, 6.35 0, 19.04 0 M0 19.04 C0 6.35, 6.35 0, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(127.95801258526626 645.0068465511706) rotate(0 53.390605406266786 38.0736284454527)">
+
    <path d="M19.04 0 C34.42 1.87, 57.01 0.89, 87.74 0 C98.38 -3.02, 108.96 3.82, 106.78 19.04 C109.2 31.98, 104.8 44.14, 106.78 57.11 C105.02 71.58, 102.07 76.6, 87.74 76.15 C67.4 74.88, 45.32 72.3, 19.04 76.15 C5.17 74.82, -2.29 69.08, 0 57.11 C2.91 48.48, 3.47 39.8, 0 19.04 C2.15 9.02, 6.66 -2.13, 19.04 0" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M19.04 0 C38.07 -1.15, 58.54 -1.06, 87.74 0 M19.04 0 C35.5 -0.25, 51.51 0.25, 87.74 0 M87.74 0 C100.97 -1.07, 107.63 5.59, 106.78 19.04 M87.74 0 C102.34 1.59, 107.22 6.97, 106.78 19.04 M106.78 19.04 C105.08 31.8, 105.97 46.16, 106.78 57.11 M106.78 19.04 C106.84 30.15, 106.95 40.05, 106.78 57.11 M106.78 57.11 C108.26 68.75, 100.97 74.28, 87.74 76.15 M106.78 57.11 C108.99 68.37, 100.72 76.32, 87.74 76.15 M87.74 76.15 C68.91 74.95, 49.37 78.01, 19.04 76.15 M87.74 76.15 C68.91 77.35, 51.63 77.03, 19.04 76.15 M19.04 76.15 C6.15 76.21, -1.56 69.32, 0 57.11 M19.04 76.15 C7.28 77.17, 0.96 69.27, 0 57.11 M0 57.11 C1.91 46.57, 0.44 34.88, 0 19.04 M0 57.11 C0.02 46.12, -0.01 35.61, 0 19.04 M0 19.04 C-0.81 7.61, 4.62 1.15, 19.04 0 M0 19.04 C1.67 5.15, 6.38 2.21, 19.04 0" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(161.83611722859314 673.8804749966234) rotate(0 19.512500762939453 9.200000000000045)">
+
  <g transform="translate(161.83611722859314 673.8804749966234) rotate(0 19.512500762939453 9.199999999999989)">
    <text x="19.512500762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Open</text>
  </g>
  <g stroke-linecap="round">
-
    <g transform="translate(273.5801078482923 557.1236558333646) rotate(0 -43.10167375418246 40.21628481155915)">
-
      <path d="M0 0 C-14.37 13.41, -71.84 67.03, -86.2 80.43 M0 0 C-14.37 13.41, -71.84 67.03, -86.2 80.43" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(273.58010784829276 557.1236558333646) rotate(0 -43.101673754182684 40.21628481155909)">
+
      <path d="M-0.92 -1.07 C-15.32 12.37, -72.86 66.3, -87.07 79.7 M0.79 0.98 C-13.17 14.65, -70.19 67.67, -84.82 80.86" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(273.5801078482923 557.1236558333646) rotate(0 -43.10167375418246 40.21628481155915)">
-
      <path d="M-86.2 80.43 L-80.59 66.52 L-71.94 75.79 L-86.2 80.43" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M-86.2 80.43 C-84.52 76.26, -82.83 72.09, -80.59 66.52 M-86.2 80.43 C-84.96 77.36, -83.72 74.28, -80.59 66.52 M-80.59 66.52 C-77.68 69.64, -74.78 72.75, -71.94 75.79 M-80.59 66.52 C-77.98 69.32, -75.37 72.12, -71.94 75.79 M-71.94 75.79 C-76.82 77.38, -81.71 78.97, -86.2 80.43 M-71.94 75.79 C-75.14 76.83, -78.34 77.87, -86.2 80.43 M-86.2 80.43 C-86.2 80.43, -86.2 80.43, -86.2 80.43 M-86.2 80.43 C-86.2 80.43, -86.2 80.43, -86.2 80.43" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(273.58010784829276 557.1236558333646) rotate(0 -43.101673754182684 40.21628481155909)">
+
      <path d="M-85.01 80.93 L-80.66 66.51 L-69.7 77.22 L-83.98 80.39" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-84.82 80.86 C-84.65 76.45, -82.84 74.19, -79.09 66.99 M-84.82 80.86 C-83.92 77.71, -82.21 74.66, -79.09 66.99 M-79.09 66.99 C-75.31 70.37, -72.91 74.26, -70.52 76.33 M-79.09 66.99 C-76.65 69.96, -73.69 73.32, -70.52 76.33 M-70.52 76.33 C-73.87 77.97, -79.04 80.04, -84.82 80.86 M-70.52 76.33 C-73.32 76.85, -77.48 78.49, -84.82 80.86 M-84.82 80.86 C-84.82 80.86, -84.82 80.86, -84.82 80.86 M-84.82 80.86 C-84.82 80.86, -84.82 80.86, -84.82 80.86" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(240.46317562151398 381.8763467092097) rotate(0 17.75419340240819 43.356592404533046)">
-
      <path d="M0 0 C5.92 14.45, 29.59 72.26, 35.51 86.71 M0 0 C5.92 14.45, 29.59 72.26, 35.51 86.71" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(240.46317562151398 381.8763467092097) rotate(0 17.754193402408873 43.356592404533046)">
+
      <path d="M-0.87 -0.73 C5.21 13.72, 29.46 71.24, 35.52 85.64 M0.88 1.5 C6.87 16.16, 28.93 72.46, 34.58 86.62" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(240.46317562151398 381.8763467092097) rotate(0 17.75419340240819 43.356592404533046)">
-
      <path d="M35.51 86.71 L24.49 76.53 L36.22 71.73 L35.51 86.71" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M35.51 86.71 C31.39 82.91, 27.28 79.11, 24.49 76.53 M35.51 86.71 C32.24 83.69, 28.97 80.67, 24.49 76.53 M24.49 76.53 C27.83 75.17, 31.17 73.8, 36.22 71.73 M24.49 76.53 C28.54 74.88, 32.59 73.22, 36.22 71.73 M36.22 71.73 C35.97 76.95, 35.72 82.17, 35.51 86.71 M36.22 71.73 C36.03 75.82, 35.83 79.91, 35.51 86.71 M35.51 86.71 C35.51 86.71, 35.51 86.71, 35.51 86.71 M35.51 86.71 C35.51 86.71, 35.51 86.71, 35.51 86.71" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(240.46317562151398 381.8763467092097) rotate(0 17.754193402408873 43.356592404533046)">
+
      <path d="M33.02 86.13 L24.51 77.19 L36.32 71.18 L34.77 85.58" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M34.58 86.62 C31.34 84.26, 28.48 81.97, 23.69 76.3 M34.58 86.62 C32.5 83.97, 30.29 81.89, 23.69 76.3 M23.69 76.3 C28.52 75.44, 33.22 72.44, 35.48 71.64 M23.69 76.3 C25.73 75.26, 28.52 74.52, 35.48 71.64 M35.48 71.64 C34.91 77.42, 34.2 81.38, 34.58 86.62 M35.48 71.64 C35.53 74.79, 35.08 77.14, 34.58 86.62 M34.58 86.62 C34.58 86.62, 34.58 86.62, 34.58 86.62 M34.58 86.62 C34.58 86.62, 34.58 86.62, 34.58 86.62" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(65.84128582151789 434.88471388600186) rotate(0 17.074172468658162 31.160364755301202)">
-
      <path d="M0 0 C5.69 10.39, 28.46 51.93, 34.15 62.32 M0 0 C5.69 10.39, 28.46 51.93, 34.15 62.32" stroke="#ee9944" stroke-width="1" fill="none"/>
+
      <path d="M0.01 -1.07 C5.86 9.26, 28.57 50.79, 34.18 61.29 M-1.44 0.98 C4.32 11.49, 27.56 51.95, 33.24 62.28" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
    <g transform="translate(65.84128582151789 434.88471388600186) rotate(0 17.074172468658162 31.160364755301202)">
-
      <path d="M34.15 62.32 L22.06 53.44 L33.18 47.35 L34.15 62.32" stroke="none" stroke-width="0" fill="#ee9944" fill-rule="evenodd"/>
-
      <path d="M34.15 62.32 C31.07 60.06, 28 57.81, 22.06 53.44 M34.15 62.32 C31.71 60.53, 29.28 58.75, 22.06 53.44 M22.06 53.44 C26.38 51.07, 30.71 48.7, 33.18 47.35 M22.06 53.44 C26.08 51.24, 30.1 49.04, 33.18 47.35 M33.18 47.35 C33.42 51.1, 33.66 54.84, 34.15 62.32 M33.18 47.35 C33.39 50.69, 33.61 54.02, 34.15 62.32 M34.15 62.32 C34.15 62.32, 34.15 62.32, 34.15 62.32 M34.15 62.32 C34.15 62.32, 34.15 62.32, 34.15 62.32" stroke="#ee9944" stroke-width="1" fill="none"/>
+
      <path d="M34.06 63.17 L21.88 53.08 L32.28 46.29 L32.7 63.99" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M33.24 62.28 C29.18 60.33, 26.45 57.69, 21.05 53.55 M33.24 62.28 C30.32 59.63, 27.41 58.13, 21.05 53.55 M21.05 53.55 C25.08 51.2, 26.91 48.55, 32.09 47.32 M21.05 53.55 C23.78 52.1, 26.72 50.74, 32.09 47.32 M32.09 47.32 C31.64 52.53, 31.4 58.39, 33.24 62.28 M32.09 47.32 C32.21 50.2, 32.76 54.49, 33.24 62.28 M33.24 62.28 C33.24 62.28, 33.24 62.28, 33.24 62.28 M33.24 62.28 C33.24 62.28, 33.24 62.28, 33.24 62.28" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(106.86366612921483 585.6261611465545) rotate(0 32.25021831292861 25.83344027970861)">
-
      <path d="M0 0 C10.75 8.61, 53.75 43.06, 64.5 51.67 M0 0 C10.75 8.61, 53.75 43.06, 64.5 51.67" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(106.86366612921483 585.6261611465545) rotate(0 32.25021831292861 25.833440279708668)">
+
      <path d="M0.03 -1.04 C10.69 7.68, 53.21 42.55, 64.01 51.23 M-1.42 1.04 C9.05 10.01, 51.87 44.04, 62.81 52.54" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(106.86366612921483 585.6261611465545) rotate(0 32.25021831292861 25.83344027970861)">
-
      <path d="M64.5 51.67 L49.93 48.12 L57.85 38.22 L64.5 51.67" stroke="none" stroke-width="0" fill="#ee9944" fill-rule="evenodd"/>
-
      <path d="M64.5 51.67 C60.68 50.74, 56.86 49.81, 49.93 48.12 M64.5 51.67 C58.74 50.26, 52.97 48.86, 49.93 48.12 M49.93 48.12 C51.62 46, 53.31 43.89, 57.85 38.22 M49.93 48.12 C52 45.53, 54.07 42.95, 57.85 38.22 M57.85 38.22 C59.59 41.74, 61.33 45.26, 64.5 51.67 M57.85 38.22 C60.2 42.98, 62.56 47.73, 64.5 51.67 M64.5 51.67 C64.5 51.67, 64.5 51.67, 64.5 51.67 M64.5 51.67 C64.5 51.67, 64.5 51.67, 64.5 51.67" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(106.86366612921483 585.6261611465545) rotate(0 32.25021831292861 25.833440279708668)">
+
      <path d="M63.64 52.07 L48.39 48.07 L55.5 40.86 L64.05 52.78" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M62.81 52.54 C57.14 50.9, 53.5 50.88, 48.21 49.1 M62.81 52.54 C59.81 52.16, 55.74 51, 48.21 49.1 M48.21 49.1 C49.92 44.46, 53.42 40.8, 56.05 39.15 M48.21 49.1 C50.48 46.62, 52.74 43.38, 56.05 39.15 M56.05 39.15 C57.11 45.58, 60.1 49.34, 62.81 52.54 M56.05 39.15 C58.2 43.38, 59.69 47.29, 62.81 52.54 M62.81 52.54 C62.81 52.54, 62.81 52.54, 62.81 52.54 M62.81 52.54 C62.81 52.54, 62.81 52.54, 62.81 52.54" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(234.52015786159973 380.4037120064299) rotate(0 -58.1094075399767 57.731142011168856)">
-
      <path d="M0 0 C-19.37 19.24, -96.85 96.22, -116.22 115.46 M0 0 C-19.37 19.24, -96.85 96.22, -116.22 115.46" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(234.52015786159973 380.4037120064299) rotate(0 -58.10940753997647 57.731142011168856)">
+
      <path d="M-0.49 -0.44 C-19.81 18.87, -96.69 95.58, -115.9 114.82 M1.45 -1.71 C-18 17.84, -97.07 96.39, -116.67 116.02" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(234.52015786159973 380.4037120064299) rotate(0 -58.1094075399767 57.731142011168856)">
-
      <path d="M-116.22 115.46 L-111.04 101.38 L-102.11 110.38 L-116.22 115.46" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M-116.22 115.46 C-114.52 110.85, -112.83 106.25, -111.04 101.38 M-116.22 115.46 C-115.15 112.55, -114.07 109.63, -111.04 101.38 M-111.04 101.38 C-108.93 103.51, -106.82 105.64, -102.11 110.38 M-111.04 101.38 C-108.9 103.54, -106.75 105.71, -102.11 110.38 M-102.11 110.38 C-105.18 111.48, -108.25 112.59, -116.22 115.46 M-102.11 110.38 C-105.46 111.59, -108.82 112.8, -116.22 115.46 M-116.22 115.46 C-116.22 115.46, -116.22 115.46, -116.22 115.46 M-116.22 115.46 C-116.22 115.46, -116.22 115.46, -116.22 115.46" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(234.52015786159973 380.4037120064299) rotate(0 -58.10940753997647 57.731142011168856)">
+
      <path d="M-116.49 114.98 L-112.07 103.65 L-101.33 111.15 L-115.35 115.8" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-116.67 116.02 C-115.54 112.19, -114.24 108.16, -111.52 101.93 M-116.67 116.02 C-115.3 112.49, -113.53 108.91, -111.52 101.93 M-111.52 101.93 C-109.73 103.63, -106.89 106.81, -102.57 110.91 M-111.52 101.93 C-108.55 104.57, -105.4 107.21, -102.57 110.91 M-102.57 110.91 C-108.16 112.9, -111.72 114.03, -116.67 116.02 M-102.57 110.91 C-106 111.83, -107.8 112.77, -116.67 116.02 M-116.67 116.02 C-116.67 116.02, -116.67 116.02, -116.67 116.02 M-116.67 116.02 C-116.67 116.02, -116.67 116.02, -116.67 116.02" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(217.22875599537156 229.99464426210392) rotate(0 11.715435443094066 30.215509485325867)">
-
      <path d="M0 0 C3.91 10.07, 19.53 50.36, 23.43 60.43 M0 0 C3.91 10.07, 19.53 50.36, 23.43 60.43" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(217.2287559953711 229.99464426210392) rotate(0 11.715435443094066 30.215509485325867)">
+
      <path d="M0.32 -0.64 C4.39 9.43, 19.93 49.66, 23.94 59.98 M-0.97 1.64 C3.03 11.91, 19.07 51.66, 23.26 61.28" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(217.22875599537156 229.99464426210392) rotate(0 11.715435443094066 30.215509485325867)">
-
      <path d="M23.43 60.43 L12.61 50.05 L24.43 45.46 L23.43 60.43" stroke="none" stroke-width="0" fill="#ee9944" fill-rule="evenodd"/>
-
      <path d="M23.43 60.43 C20.98 58.08, 18.53 55.73, 12.61 50.05 M23.43 60.43 C21.23 58.32, 19.04 56.22, 12.61 50.05 M12.61 50.05 C15.61 48.88, 18.62 47.71, 24.43 45.46 M12.61 50.05 C15.95 48.75, 19.3 47.45, 24.43 45.46 M24.43 45.46 C24.18 49.14, 23.94 52.82, 23.43 60.43 M24.43 45.46 C24.12 50.08, 23.81 54.7, 23.43 60.43 M23.43 60.43 C23.43 60.43, 23.43 60.43, 23.43 60.43 M23.43 60.43 C23.43 60.43, 23.43 60.43, 23.43 60.43" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(217.2287559953711 229.99464426210392) rotate(0 11.715435443094066 30.215509485325867)">
+
      <path d="M22.72 62.99 L13.43 51.41 L25.21 46.07 L23 62.5" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M23.26 61.28 C19.63 59.33, 16.99 57.31, 12.18 51.17 M23.26 61.28 C19.71 57.89, 14.9 53.15, 12.18 51.17 M12.18 51.17 C14.59 49.96, 17.68 49.19, 23.89 46.29 M12.18 51.17 C16.72 49.16, 20.49 47.21, 23.89 46.29 M23.89 46.29 C23.66 51.87, 21.94 58.38, 23.26 61.28 M23.89 46.29 C24.26 50.6, 22.78 56.19, 23.26 61.28 M23.26 61.28 C23.26 61.28, 23.26 61.28, 23.26 61.28 M23.26 61.28 C23.26 61.28, 23.26 61.28, 23.26 61.28" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(204.14208281764923 230.84835288553683) rotate(0 -68.67932303656698 57.941749169515845)">
-
      <path d="M0 0 C-22.89 19.31, -114.47 96.57, -137.36 115.88 M0 0 C-22.89 19.31, -114.47 96.57, -137.36 115.88" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(204.14208281764877 230.84835288553683) rotate(0 -68.67932303656698 57.941749169515845)">
+
      <path d="M0.51 -0.45 C-22.27 19.11, -113.42 97.27, -136.36 116.71 M-0.68 -1.74 C-23.56 17.55, -113.94 95.12, -136.79 115.03" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(204.14208281764923 230.84835288553683) rotate(0 -68.67932303656698 57.941749169515845)">
-
      <path d="M-137.36 115.88 L-131.06 102.27 L-122.88 111.96 L-137.36 115.88" stroke="none" stroke-width="0" fill="#ee9944" fill-rule="evenodd"/>
-
      <path d="M-137.36 115.88 C-135.64 112.17, -133.92 108.45, -131.06 102.27 M-137.36 115.88 C-135.7 112.29, -134.03 108.7, -131.06 102.27 M-131.06 102.27 C-127.87 106.04, -124.69 109.81, -122.88 111.96 M-131.06 102.27 C-128.34 105.49, -125.62 108.71, -122.88 111.96 M-122.88 111.96 C-127.38 113.18, -131.88 114.4, -137.36 115.88 M-122.88 111.96 C-127.14 113.12, -131.4 114.27, -137.36 115.88 M-137.36 115.88 C-137.36 115.88, -137.36 115.88, -137.36 115.88 M-137.36 115.88 C-137.36 115.88, -137.36 115.88, -137.36 115.88" stroke="#ee9944" stroke-width="1" fill="none"/>
+
    <g transform="translate(204.14208281764877 230.84835288553683) rotate(0 -68.67932303656698 57.941749169515845)">
+
      <path d="M-135.54 115.27 L-129.32 101.12 L-122.62 112.16 L-136.86 115.04" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M-136.79 115.03 C-135.27 111.77, -131.66 106.34, -130.64 101.35 M-136.79 115.03 C-135.04 109.83, -133.42 105.68, -130.64 101.35 M-130.64 101.35 C-128.56 103.72, -126.22 106.08, -122.36 110.94 M-130.64 101.35 C-128.12 103.44, -125.39 106.29, -122.36 110.94 M-122.36 110.94 C-128.22 112.39, -131.27 112.49, -136.79 115.03 M-122.36 110.94 C-126.98 112.72, -131.02 113.59, -136.79 115.03 M-136.79 115.03 C-136.79 115.03, -136.79 115.03, -136.79 115.03 M-136.79 115.03 C-136.79 115.03, -136.79 115.03, -136.79 115.03" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(198.87267287727627 93.40420502108407) rotate(0 1.2780757271502807 22.953228948586883)">
-
      <path d="M0 0 C0.43 7.65, 2.13 38.26, 2.56 45.91 M0 0 C0.43 7.65, 2.13 38.26, 2.56 45.91" stroke="#8888ff" stroke-width="1" fill="none"/>
+
      <path d="M0.46 0.38 C0.86 8.09, 2.24 38.43, 2.66 46.06 M0.03 0.1 C0.35 7.66, 1.82 37.65, 2.28 45.17" stroke="#8888ff" stroke-width="1" fill="none"/>
    </g>
    <g transform="translate(198.87267287727627 93.40420502108407) rotate(0 1.2780757271502807 22.953228948586883)">
-
      <path d="M2.56 45.91 L-4.53 32.69 L8.13 31.98 L2.56 45.91" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
-
      <path d="M2.56 45.91 C0.24 41.58, -2.08 37.25, -4.53 32.69 M2.56 45.91 C-0.09 40.97, -2.74 36.03, -4.53 32.69 M-4.53 32.69 C0.27 32.42, 5.08 32.15, 8.13 31.98 M-4.53 32.69 C0 32.43, 4.52 32.18, 8.13 31.98 M8.13 31.98 C6.68 35.61, 5.22 39.24, 2.56 45.91 M8.13 31.98 C6.79 35.32, 5.46 38.66, 2.56 45.91 M2.56 45.91 C2.56 45.91, 2.56 45.91, 2.56 45.91 M2.56 45.91 C2.56 45.91, 2.56 45.91, 2.56 45.91" stroke="#8888ff" stroke-width="1" fill="none"/>
+
      <path d="M2.95 45.06 L-4.91 32.55 L7.84 31.25 L2.22 45.66" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M2.28 45.17 C0.41 40.81, -2.33 36.69, -4.78 31.94 M2.28 45.17 C-0.39 40.43, -2.79 36.02, -4.78 31.94 M-4.78 31.94 C-0.87 31.87, 2.29 32.01, 7.88 31.25 M-4.78 31.94 C-1.35 31.63, 1.51 31.68, 7.88 31.25 M7.88 31.25 C6.32 34.61, 4.57 39.6, 2.28 45.17 M7.88 31.25 C6.03 35.13, 4.83 38.65, 2.28 45.17 M2.28 45.17 C2.28 45.17, 2.28 45.17, 2.28 45.17 M2.28 45.17 C2.28 45.17, 2.28 45.17, 2.28 45.17" stroke="#8888ff" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
modified assets/images/federation-vs-p2p.svg
@@ -6,196 +6,196 @@
    </style>
  </defs>
  <g stroke-linecap="round" transform="translate(164.46806523511532 249.54652025739685) rotate(0 75.81566086153839 72.99954032373856)">
-
    <path d="M151.63 73 C151.63 75.72, 151.47 78.47, 151.15 81.17 C150.84 83.88, 150.36 86.59, 149.73 89.24 C149.1 91.9, 148.31 94.54, 147.38 97.11 C146.44 99.68, 145.35 102.22, 144.12 104.67 C142.9 107.13, 141.52 109.53, 140.01 111.84 C138.51 114.14, 136.85 116.38, 135.09 118.51 C133.33 120.64, 131.43 122.69, 129.43 124.62 C127.42 126.54, 125.3 128.37, 123.09 130.07 C120.87 131.77, 118.55 133.36, 116.15 134.81 C113.76 136.26, 111.26 137.59, 108.71 138.77 C106.16 139.95, 103.53 141, 100.86 141.9 C98.19 142.8, 95.44 143.56, 92.69 144.17 C89.93 144.78, 87.12 145.24, 84.3 145.54 C81.49 145.85, 78.65 146, 75.82 146 C72.99 146, 70.14 145.85, 67.33 145.54 C64.52 145.24, 61.7 144.78, 58.95 144.17 C56.19 143.56, 53.45 142.8, 50.78 141.9 C48.1 141, 45.47 139.95, 42.92 138.77 C40.37 137.59, 37.88 136.26, 35.48 134.81 C33.08 133.36, 30.76 131.77, 28.55 130.07 C26.33 128.37, 24.21 126.54, 22.21 124.62 C20.21 122.69, 18.3 120.64, 16.54 118.51 C14.78 116.38, 13.13 114.14, 11.62 111.84 C10.12 109.53, 8.74 107.13, 7.51 104.67 C6.28 102.22, 5.19 99.68, 4.25 97.11 C3.32 94.54, 2.53 91.9, 1.9 89.24 C1.27 86.59, 0.79 83.88, 0.48 81.17 C0.16 78.47, 0 75.72, 0 73 C0 70.28, 0.16 67.53, 0.48 64.83 C0.79 62.12, 1.27 59.41, 1.9 56.76 C2.53 54.1, 3.32 51.46, 4.25 48.89 C5.19 46.32, 6.28 43.78, 7.51 41.33 C8.74 38.87, 10.12 36.47, 11.62 34.16 C13.13 31.85, 14.78 29.62, 16.54 27.49 C18.3 25.36, 20.21 23.31, 22.21 21.38 C24.21 19.45, 26.33 17.62, 28.55 15.93 C30.76 14.23, 33.08 12.64, 35.48 11.19 C37.88 9.74, 40.37 8.41, 42.92 7.23 C45.47 6.05, 48.1 5, 50.78 4.1 C53.45 3.2, 56.19 2.44, 58.95 1.83 C61.7 1.22, 64.52 0.76, 67.33 0.46 C70.14 0.15, 72.99 0, 75.82 0 C78.65 0, 81.49 0.15, 84.3 0.46 C87.12 0.76, 89.93 1.22, 92.69 1.83 C95.44 2.44, 98.19 3.2, 100.86 4.1 C103.53 5, 106.16 6.05, 108.71 7.23 C111.26 8.41, 113.76 9.74, 116.15 11.19 C118.55 12.64, 120.87 14.23, 123.09 15.93 C125.3 17.62, 127.42 19.45, 129.43 21.38 C131.43 23.31, 133.33 25.36, 135.09 27.49 C136.85 29.62, 138.51 31.85, 140.01 34.16 C141.52 36.47, 142.9 38.87, 144.12 41.33 C145.35 43.78, 146.44 46.32, 147.38 48.89 C148.31 51.46, 149.1 54.1, 149.73 56.76 C150.36 59.41, 150.84 62.12, 151.15 64.83 C151.47 67.53, 151.55 71.64, 151.63 73 C151.71 74.36, 151.71 71.64, 151.63 73" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M151.63 73 C151.63 75.72, 151.47 78.47, 151.15 81.17 C150.84 83.88, 150.36 86.59, 149.73 89.24 C149.1 91.9, 148.31 94.54, 147.38 97.11 C146.44 99.68, 145.35 102.22, 144.12 104.67 C142.9 107.13, 141.52 109.53, 140.01 111.84 C138.51 114.14, 136.85 116.38, 135.09 118.51 C133.33 120.64, 131.43 122.69, 129.43 124.62 C127.42 126.54, 125.3 128.37, 123.09 130.07 C120.87 131.77, 118.55 133.36, 116.15 134.81 C113.76 136.26, 111.26 137.59, 108.71 138.77 C106.16 139.95, 103.53 141, 100.86 141.9 C98.19 142.8, 95.44 143.56, 92.69 144.17 C89.93 144.78, 87.12 145.24, 84.3 145.54 C81.49 145.85, 78.65 146, 75.82 146 C72.99 146, 70.14 145.85, 67.33 145.54 C64.52 145.24, 61.7 144.78, 58.95 144.17 C56.19 143.56, 53.45 142.8, 50.78 141.9 C48.1 141, 45.47 139.95, 42.92 138.77 C40.37 137.59, 37.88 136.26, 35.48 134.81 C33.08 133.36, 30.76 131.77, 28.55 130.07 C26.33 128.37, 24.21 126.54, 22.21 124.62 C20.21 122.69, 18.3 120.64, 16.54 118.51 C14.78 116.38, 13.13 114.14, 11.62 111.84 C10.12 109.53, 8.74 107.13, 7.51 104.67 C6.28 102.22, 5.19 99.68, 4.25 97.11 C3.32 94.54, 2.53 91.9, 1.9 89.24 C1.27 86.59, 0.79 83.88, 0.48 81.17 C0.16 78.47, 0 75.72, 0 73 C0 70.28, 0.16 67.53, 0.48 64.83 C0.79 62.12, 1.27 59.41, 1.9 56.76 C2.53 54.1, 3.32 51.46, 4.25 48.89 C5.19 46.32, 6.28 43.78, 7.51 41.33 C8.74 38.87, 10.12 36.47, 11.62 34.16 C13.13 31.85, 14.78 29.62, 16.54 27.49 C18.3 25.36, 20.21 23.31, 22.21 21.38 C24.21 19.45, 26.33 17.62, 28.55 15.93 C30.76 14.23, 33.08 12.64, 35.48 11.19 C37.88 9.74, 40.37 8.41, 42.92 7.23 C45.47 6.05, 48.1 5, 50.78 4.1 C53.45 3.2, 56.19 2.44, 58.95 1.83 C61.7 1.22, 64.52 0.76, 67.33 0.46 C70.14 0.15, 72.99 0, 75.82 0 C78.65 0, 81.49 0.15, 84.3 0.46 C87.12 0.76, 89.93 1.22, 92.69 1.83 C95.44 2.44, 98.19 3.2, 100.86 4.1 C103.53 5, 106.16 6.05, 108.71 7.23 C111.26 8.41, 113.76 9.74, 116.15 11.19 C118.55 12.64, 120.87 14.23, 123.09 15.93 C125.3 17.62, 127.42 19.45, 129.43 21.38 C131.43 23.31, 133.33 25.36, 135.09 27.49 C136.85 29.62, 138.51 31.85, 140.01 34.16 C141.52 36.47, 142.9 38.87, 144.12 41.33 C145.35 43.78, 146.44 46.32, 147.38 48.89 C148.31 51.46, 149.1 54.1, 149.73 56.76 C150.36 59.41, 150.84 62.12, 151.15 64.83 C151.47 67.53, 151.55 71.64, 151.63 73 C151.71 74.36, 151.71 71.64, 151.63 73" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M103.65 5.15 C113.88 8.13, 124.93 16.5, 132.44 24.52 C139.94 32.54, 145.64 43.04, 148.68 53.27 C151.71 63.5, 152.52 75.75, 150.62 85.9 C148.72 96.05, 143.71 105.85, 137.27 114.17 C130.84 122.5, 121.61 130.66, 112.02 135.84 C102.42 141.02, 90.5 144.62, 79.68 145.26 C68.87 145.9, 57.15 143.71, 47.13 139.67 C37.1 135.63, 26.95 128.78, 19.53 121.02 C12.12 113.27, 5.69 103.24, 2.65 93.16 C-0.39 83.08, -0.64 70.98, 1.28 60.56 C3.21 50.14, 7.82 39.08, 14.21 30.65 C20.61 22.21, 30.14 15, 39.68 9.96 C49.21 4.92, 59.16 0.48, 71.42 0.41 C83.68 0.33, 105.32 7.27, 113.22 9.52 C121.13 11.77, 119.71 12.99, 118.85 13.91 M50.52 4.43 C60.12 0.12, 73.72 -0.53, 84.52 0.74 C95.33 2.01, 106.29 6.48, 115.36 12.04 C124.43 17.61, 133.23 25.2, 138.95 34.15 C144.67 43.11, 148.42 55.34, 149.7 65.79 C150.97 76.23, 149.91 87.15, 146.61 96.84 C143.31 106.53, 137.67 116.4, 129.89 123.92 C122.12 131.44, 110.3 138.5, 99.97 141.95 C89.64 145.4, 78.66 145.55, 67.93 144.62 C57.2 143.7, 45.03 142, 35.59 136.39 C26.16 130.78, 16.92 120.33, 11.31 110.99 C5.7 101.65, 2.99 90.67, 1.93 80.36 C0.86 70.04, 1.55 58.89, 4.93 49.09 C8.31 39.29, 14.65 29.24, 22.22 21.58 C29.79 13.91, 45.65 5.64, 50.35 3.09 C55.06 0.53, 49.92 4.8, 50.45 6.24" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M91.06 0.6 C101.2 1.45, 112.41 8.1, 121.06 14.8 C129.7 21.49, 137.78 31.27, 142.93 40.78 C148.09 50.29, 151.7 61.41, 151.99 71.86 C152.29 82.31, 149.27 93.81, 144.7 103.49 C140.13 113.18, 133.11 123.37, 124.57 129.98 C116.03 136.6, 104.17 140.69, 93.46 143.16 C82.76 145.64, 70.97 146.9, 60.33 144.84 C49.69 142.78, 38.43 137.23, 29.62 130.8 C20.81 124.38, 12.38 115.61, 7.47 106.28 C2.55 96.96, 0.25 85.43, 0.1 74.87 C-0.05 64.32, 1.92 52.78, 6.55 42.96 C11.17 33.13, 19.46 22.7, 27.87 15.94 C36.27 9.18, 46.1 4.9, 56.99 2.42 C67.88 -0.06, 86.8 0.79, 93.22 1.06 C99.65 1.33, 95.9 2.57, 95.53 4.03 M57.82 0.64 C67.51 -2.78, 80.39 -0.28, 91.1 2.24 C101.81 4.76, 113.55 9.6, 122.07 15.78 C130.6 21.96, 137.1 29.96, 142.25 39.32 C147.4 48.67, 152.62 60.97, 152.97 71.93 C153.33 82.89, 149.05 95.54, 144.37 105.08 C139.69 114.62, 133.43 122.83, 124.88 129.17 C116.33 135.51, 103.88 140.36, 93.08 143.13 C82.28 145.9, 70.68 148.02, 60.07 145.8 C49.46 143.58, 38.26 136.62, 29.41 129.81 C20.57 123, 12.08 114.42, 7.01 104.96 C1.94 95.49, -1.02 83.66, -1.01 73.01 C-0.99 62.36, 2.36 50.46, 7.12 41.08 C11.88 31.69, 18.85 23.05, 27.54 16.69 C36.24 10.33, 54.07 4.94, 59.29 2.92 C64.5 0.9, 58.75 3.66, 58.83 4.59" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(210.02395856279009 313.22759059471906) rotate(0 30.149999618530273 9.2)">
    <text x="30.149999618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Instance</text>
  </g>
  <g stroke-linecap="round" transform="translate(49.77884501009112 389.488550646855) rotate(0 43.181572564415546 41.87304006246351)">
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M41.36 0.45 C48.82 -0.68, 58.61 1.88, 65.22 5.5 C71.82 9.12, 77.39 15.36, 80.98 22.16 C84.58 28.96, 87.5 38.87, 86.79 46.31 C86.07 53.74, 81.7 60.97, 76.7 66.77 C71.69 72.56, 63.93 78.34, 56.76 81.06 C49.58 83.77, 41.06 84.59, 33.64 83.05 C26.23 81.51, 17.73 77.12, 12.26 71.8 C6.8 66.48, 2.49 58.78, 0.85 51.11 C-0.79 43.45, -0.31 33.15, 2.4 25.81 C5.11 18.47, 10.48 11.46, 17.09 7.06 C23.71 2.66, 37.47 0.58, 42.09 -0.61 C46.71 -1.79, 44.68 -0.68, 44.81 -0.03 M33.64 1.51 C40.75 -0.38, 50.56 1.39, 58.13 4.04 C65.7 6.69, 74.3 11.35, 79.06 17.42 C83.82 23.48, 86.29 33, 86.69 40.43 C87.1 47.86, 85.59 55.78, 81.49 62 C77.39 68.21, 69.18 74.29, 62.09 77.72 C55 81.15, 46.5 83.04, 38.93 82.58 C31.35 82.11, 22.66 79.3, 16.63 74.91 C10.61 70.53, 5.26 63.28, 2.79 56.27 C0.32 49.27, 0.17 40.08, 1.81 32.88 C3.44 25.68, 7.3 18.34, 12.6 13.07 C17.91 7.8, 30.21 2.92, 33.65 1.27 C37.09 -0.39, 33.09 2.48, 33.22 3.13" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M53.26 1.07 C60.51 2.6, 68.97 8.59, 74.45 14.24 C79.92 19.88, 84.7 27.63, 86.11 34.96 C87.53 42.29, 85.96 51.19, 82.93 58.23 C79.9 65.27, 74.45 73.08, 67.93 77.21 C61.41 81.34, 51.65 82.88, 43.81 83.03 C35.96 83.18, 27.46 81.9, 20.89 78.09 C14.32 74.29, 7.94 66.99, 4.4 60.22 C0.86 53.45, -1.27 44.87, -0.36 37.48 C0.55 30.09, 4.9 21.72, 9.88 15.88 C14.86 10.05, 20.62 4.49, 29.51 2.47 C38.4 0.45, 56.56 2.44, 63.2 3.76 C69.84 5.08, 69.79 9.8, 69.36 10.4 M51.91 -0.05 C59.35 0.91, 67.58 6.72, 73.09 11.75 C78.59 16.77, 83.2 22.76, 84.95 30.09 C86.71 37.42, 86.1 48.25, 83.62 55.73 C81.15 63.21, 76.32 70.52, 70.11 74.97 C63.91 79.42, 53.89 81.71, 46.4 82.43 C38.92 83.15, 31.96 82.26, 25.2 79.29 C18.44 76.31, 9.87 71.11, 5.83 64.59 C1.8 58.06, 0.78 48.03, 0.98 40.13 C1.19 32.23, 2.77 23.11, 7.06 17.19 C11.35 11.27, 19.43 7.5, 26.73 4.6 C34.03 1.69, 47.04 0.39, 50.87 -0.24 C54.7 -0.87, 50.02 0.17, 49.72 0.84" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(76.07643441043956 422.0528801322546) rotate(0 16.850000381469727 9.200000000000003)">
    <text x="16.850000381469727" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">User</text>
  </g>
  <g stroke-linecap="round" transform="translate(195.446750133568 450.28425963153353) rotate(0 43.181572564415546 41.8730400624635)">
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M63.23 4.48 C69.95 7.06, 75.94 13.65, 79.88 20.26 C83.83 26.87, 87.23 36.67, 86.92 44.13 C86.61 51.59, 82.7 58.99, 78.03 65.01 C73.35 71.03, 65.88 77.19, 58.85 80.27 C51.82 83.36, 43.34 84.65, 35.84 83.49 C28.35 82.33, 19.62 78.37, 13.87 73.32 C8.12 68.28, 3.39 60.81, 1.35 53.24 C-0.69 45.66, -0.69 35.33, 1.63 27.86 C3.96 20.38, 9.27 13.09, 15.31 8.38 C21.34 3.68, 29.24 0.04, 37.83 -0.37 C46.42 -0.77, 61.42 4.3, 66.83 5.94 C72.24 7.58, 70.75 8.81, 70.29 9.48 M48.4 1.62 C56.12 1.94, 66.14 5.41, 72.22 10.29 C78.31 15.16, 82.73 23.73, 84.92 30.85 C87.1 37.97, 87.77 46.12, 85.34 53.01 C82.91 59.89, 76.4 67.3, 70.34 72.18 C64.28 77.05, 56.47 80.95, 48.96 82.24 C41.45 83.52, 32.21 82.77, 25.26 79.89 C18.31 77.01, 11.37 71.2, 7.28 64.98 C3.19 58.76, 0.89 49.94, 0.72 42.56 C0.56 35.17, 2.4 27.01, 6.3 20.64 C10.2 14.27, 17.24 7.47, 24.12 4.33 C31 1.19, 43.6 2.31, 47.57 1.82 C51.53 1.33, 47.76 1, 47.92 1.39" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M22.91 5.24 C29.44 1.53, 39.94 -0.26, 47.78 0.38 C55.62 1.01, 63.85 4.26, 69.96 9.04 C76.07 13.81, 82.01 22.01, 84.45 29.03 C86.88 36.05, 86.48 43.89, 84.56 51.16 C82.65 58.43, 78.5 67.35, 72.95 72.65 C67.39 77.94, 59 81.52, 51.23 82.93 C43.47 84.34, 33.58 83.85, 26.38 81.13 C19.17 78.42, 12.48 72.78, 8.03 66.62 C3.57 60.47, -0.04 51.96, -0.34 44.19 C-0.64 36.42, 1.67 26.87, 6.23 20.02 C10.78 13.17, 22.72 6.21, 27 3.09 C31.28 -0.02, 31.47 0.69, 31.89 1.31 M28.89 3.05 C35.44 -0.08, 45.2 -2.08, 52.62 -0.4 C60.04 1.28, 67.98 7.43, 73.42 13.13 C78.87 18.83, 83.83 26.69, 85.28 33.79 C86.73 40.89, 84.65 48.77, 82.13 55.73 C79.6 62.7, 76.21 70.68, 70.14 75.56 C64.07 80.44, 53.55 84.57, 45.71 85.01 C37.88 85.45, 30.02 82.24, 23.15 78.22 C16.27 74.19, 8.29 67.23, 4.47 60.85 C0.64 54.48, -0.52 47.51, 0.2 39.97 C0.93 32.43, 4.3 21.96, 8.84 15.61 C13.37 9.26, 24.29 4.1, 27.43 1.88 C30.57 -0.34, 27.27 1.72, 27.69 2.29" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(221.74433953391645 482.8485891169331) rotate(0 16.850000381469727 9.200000000000003)">
    <text x="16.850000381469727" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">User</text>
  </g>
  <g stroke-linecap="round" transform="translate(377.07124620331297 314.8532617533285) rotate(0 43.181572564415546 41.87304006246351)">
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M50.97 0.53 C58.32 1.43, 68.01 7.24, 73.6 12.37 C79.19 17.5, 82.94 24.15, 84.52 31.31 C86.11 38.46, 85.5 48.01, 83.11 55.33 C80.72 62.65, 76.12 70.38, 70.16 75.22 C64.2 80.06, 55.15 83.55, 47.35 84.36 C39.55 85.17, 30.39 83.8, 23.36 80.07 C16.34 76.34, 9.21 68.82, 5.19 61.97 C1.18 55.12, -1.07 46.45, -0.72 38.95 C-0.37 31.44, 2.66 23.09, 7.31 16.94 C11.96 10.8, 18.29 4.46, 27.18 2.09 C36.08 -0.28, 53.85 1.63, 60.67 2.72 C67.49 3.81, 68.35 7.94, 68.1 8.63 M53.37 1.24 C60.88 2.16, 68.66 8.12, 74.1 13.35 C79.54 18.58, 84.63 25.61, 85.99 32.62 C87.35 39.62, 85.2 48.41, 82.26 55.36 C79.32 62.32, 74.41 69.67, 68.36 74.35 C62.31 79.02, 53.59 82.67, 45.98 83.42 C38.38 84.16, 29.4 82.33, 22.74 78.81 C16.08 75.29, 9.85 68.76, 6.02 62.3 C2.19 55.84, -0.55 47.55, -0.25 40.03 C0.04 32.51, 3.32 23.2, 7.8 17.21 C12.29 11.22, 19.39 6.77, 26.66 4.09 C33.93 1.41, 47.13 1.58, 51.4 1.14 C55.66 0.69, 52.48 0.73, 52.26 1.41" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M36.69 0.71 C43.99 -1.12, 53.31 0.39, 60.45 3.51 C67.59 6.62, 75.31 13.23, 79.53 19.39 C83.76 25.55, 85.73 32.99, 85.8 40.47 C85.87 47.96, 83.95 57.79, 79.95 64.31 C75.94 70.83, 68.91 76.33, 61.77 79.58 C54.63 82.84, 44.81 84.69, 37.11 83.84 C29.4 83, 21.46 79.37, 15.54 74.53 C9.62 69.69, 3.85 62.21, 1.58 54.78 C-0.69 47.35, -0.09 37.24, 1.93 29.93 C3.96 22.63, 7.83 16.06, 13.74 10.97 C19.64 5.88, 33.11 1.04, 37.38 -0.6 C41.65 -2.24, 39.36 0.17, 39.38 1.14 M32.9 -0.24 C39.78 -2.49, 49.41 0.14, 56.75 2.93 C64.09 5.71, 72.27 10.82, 76.94 16.46 C81.61 22.11, 83.77 29.36, 84.77 36.79 C85.77 44.21, 86.29 53.89, 82.92 61.01 C79.56 68.12, 71.39 75.73, 64.58 79.47 C57.78 83.21, 49.96 84.16, 42.11 83.45 C34.26 82.74, 23.99 79.3, 17.5 75.2 C11.01 71.1, 5.96 65.89, 3.17 58.87 C0.39 51.85, -0.5 40.82, 0.8 33.07 C2.09 25.32, 5.74 17.83, 10.93 12.35 C16.13 6.86, 28.24 2.08, 31.96 0.16 C35.68 -1.76, 32.94 -0.06, 33.25 0.81" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(403.3688356036614 347.4175912387281) rotate(0 16.850000381469727 9.2)">
    <text x="16.850000381469727" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">User</text>
  </g>
  <g stroke-linecap="round" transform="translate(10 261.6301842620378) rotate(0 43.181572564415546 41.87304006246351)">
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M44.95 0.79 C52.33 0.32, 60.7 2.47, 66.88 6.55 C73.07 10.62, 78.88 18.11, 82.07 25.25 C85.27 32.39, 87.21 41.76, 86.06 49.38 C84.9 56.99, 80.44 65.29, 75.13 70.95 C69.82 76.61, 61.85 81.7, 54.21 83.36 C46.57 85.01, 36.84 83.55, 29.31 80.91 C21.78 78.27, 13.97 73.33, 9.01 67.52 C4.05 61.72, 0.33 53.58, -0.44 46.09 C-1.2 38.59, 0.87 29.36, 4.42 22.55 C7.97 15.73, 12.81 8.81, 20.86 5.18 C28.92 1.55, 45.99 0.93, 52.75 0.77 C59.51 0.6, 61.45 3.51, 61.43 4.19 M61 4.67 C67.94 6.92, 75.82 12.51, 79.81 18.44 C83.81 24.36, 85.09 32.77, 84.97 40.2 C84.85 47.62, 83.03 56.45, 79.09 63 C75.15 69.56, 68.21 76.08, 61.34 79.51 C54.46 82.93, 45.38 84.45, 37.84 83.57 C30.29 82.69, 22.12 78.92, 16.07 74.22 C10.02 69.51, 4.1 62.52, 1.56 55.32 C-0.99 48.12, -1.12 38.23, 0.8 31.02 C2.72 23.81, 7.28 17.1, 13.07 12.04 C18.85 6.99, 27.59 2.17, 35.53 0.7 C43.47 -0.78, 56.81 2.56, 60.7 3.2 C64.59 3.83, 59.17 3.99, 58.88 4.53" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M56.69 2.11 C63.91 3.89, 72.34 10.5, 77.15 16.24 C81.96 21.99, 84.75 29.13, 85.55 36.57 C86.34 44.02, 85.28 54.04, 81.91 60.9 C78.54 67.76, 72.12 73.86, 65.32 77.74 C58.53 81.62, 48.88 84.3, 41.12 84.15 C33.36 84.01, 25.11 81.18, 18.75 76.9 C12.39 72.61, 5.91 65.64, 2.96 58.45 C0.01 51.26, -0.27 41.2, 1.04 33.74 C2.36 26.29, 5.68 19.27, 10.87 13.71 C16.05 8.15, 24.04 2.17, 32.13 0.39 C40.22 -1.39, 54.73 2.21, 59.42 3.04 C64.12 3.87, 60.72 4.68, 60.32 5.37 M50.09 1.26 C57.46 2.23, 66.69 6.74, 72.27 11.57 C77.85 16.39, 81.35 23.01, 83.57 30.22 C85.79 37.43, 87.8 47.28, 85.57 54.85 C83.35 62.43, 76.34 70.95, 70.25 75.68 C64.15 80.41, 56.79 82.74, 48.99 83.23 C41.18 83.72, 30.53 81.68, 23.41 78.62 C16.28 75.55, 10.13 71.33, 6.23 64.84 C2.34 58.36, -0.02 47.59, 0.04 39.7 C0.1 31.81, 2.37 23.77, 6.6 17.53 C10.83 11.29, 18.08 5.26, 25.43 2.25 C32.78 -0.77, 46.54 -0.45, 50.69 -0.56 C54.84 -0.68, 50.21 0.53, 50.3 1.56" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(36.29758940034844 294.1945137474373) rotate(0 16.850000381469727 9.2)">
    <text x="16.850000381469727" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">User</text>
  </g>
  <g stroke-linecap="round">
    <g transform="translate(98.71875979873312 307.5340681163887) rotate(0 32.680205096570035 3.49830712379638)">
-
      <path d="M0 0 C23.24 2.49, 46.48 4.98, 65.36 7" stroke="#f08c00" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C18.23 1.81, 34.99 3.35, 65.36 7" stroke="#ffa083" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(131.6741397291289 405.35073334978426) rotate(0 23.147124966747697 -15.918425252681539)">
-
      <path d="M0 0 C15.37 -10.57, 30.75 -21.15, 46.29 -31.84" stroke="#f08c00" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C16.77 -11.61, 34.03 -22.46, 46.29 -31.84" stroke="#ffa083" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(244.01367285545393 446.9936182992437) rotate(0 -1.0993849600399699 -23.447938666200784)">
-
      <path d="M0 0 C-0.5 -10.6, -0.99 -21.19, -2.2 -46.9" stroke="#f08c00" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C-0.28 -14.15, -1.95 -30.49, -2.2 -46.9" stroke="#ffa083" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(373.6002476885583 345.95508052730673) rotate(0 -26.775894501999574 -6.031232097674884)">
-
      <path d="M0 0 C-19.6 -4.41, -39.2 -8.83, -53.55 -12.06" stroke="#f08c00" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C-17.27 -4.63, -32.17 -6.08, -53.55 -12.06" stroke="#ffa083" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round" transform="translate(17.148012893789655 84.62230053287573) rotate(0 65.8768637944188 63.42991303267446)">
-
    <path d="M131.75 63.43 C131.75 65.98, 131.59 68.55, 131.27 71.08 C130.95 73.61, 130.47 76.14, 129.84 78.61 C129.21 81.08, 128.41 83.54, 127.47 85.92 C126.53 88.31, 125.44 90.65, 124.21 92.91 C122.98 95.16, 121.6 97.36, 120.09 99.46 C118.59 101.56, 116.94 103.58, 115.19 105.49 C113.43 107.4, 111.54 109.22, 109.56 110.91 C107.58 112.6, 105.48 114.18, 103.3 115.63 C101.12 117.08, 98.84 118.41, 96.49 119.59 C94.15 120.78, 91.71 121.83, 89.24 122.74 C86.76 123.64, 84.21 124.41, 81.64 125.02 C79.07 125.63, 76.45 126.09, 73.82 126.4 C71.19 126.7, 68.52 126.86, 65.88 126.86 C63.23 126.86, 60.56 126.7, 57.94 126.4 C55.31 126.09, 52.68 125.63, 50.11 125.02 C47.54 124.41, 44.99 123.64, 42.52 122.74 C40.04 121.83, 37.61 120.78, 35.26 119.59 C32.92 118.41, 30.63 117.08, 28.45 115.63 C26.28 114.18, 24.17 112.6, 22.19 110.91 C20.21 109.22, 18.32 107.4, 16.57 105.49 C14.81 103.58, 13.16 101.56, 11.66 99.46 C10.16 97.36, 8.78 95.16, 7.55 92.91 C6.32 90.65, 5.22 88.31, 4.28 85.92 C3.34 83.54, 2.55 81.08, 1.91 78.61 C1.28 76.14, 0.8 73.61, 0.48 71.08 C0.16 68.55, 0 65.98, 0 63.43 C0 60.88, 0.16 58.31, 0.48 55.78 C0.8 53.25, 1.28 50.72, 1.91 48.25 C2.55 45.78, 3.34 43.32, 4.28 40.94 C5.22 38.55, 6.32 36.21, 7.55 33.95 C8.78 31.7, 10.16 29.5, 11.66 27.4 C13.16 25.3, 14.81 23.28, 16.57 21.37 C18.32 19.46, 20.21 17.64, 22.19 15.95 C24.17 14.26, 26.28 12.68, 28.45 11.23 C30.63 9.78, 32.92 8.45, 35.26 7.27 C37.61 6.08, 40.04 5.03, 42.52 4.12 C44.99 3.22, 47.54 2.45, 50.11 1.84 C52.68 1.23, 55.31 0.77, 57.94 0.46 C60.56 0.16, 63.23 0, 65.88 0 C68.52 0, 71.19 0.16, 73.82 0.46 C76.45 0.77, 79.07 1.23, 81.64 1.84 C84.21 2.45, 86.76 3.22, 89.24 4.12 C91.71 5.03, 94.15 6.08, 96.49 7.27 C98.84 8.45, 101.12 9.78, 103.3 11.23 C105.48 12.68, 107.58 14.26, 109.56 15.95 C111.54 17.64, 113.43 19.46, 115.19 21.37 C116.94 23.28, 118.59 25.3, 120.09 27.4 C121.6 29.5, 122.98 31.7, 124.21 33.95 C125.44 36.21, 126.53 38.55, 127.47 40.94 C128.41 43.32, 129.21 45.78, 129.84 48.25 C130.47 50.72, 130.95 53.25, 131.27 55.78 C131.59 58.31, 131.75 60.88, 131.75 63.43" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M131.75 63.43 C131.75 65.98, 131.59 68.55, 131.27 71.08 C130.95 73.61, 130.47 76.14, 129.84 78.61 C129.21 81.08, 128.41 83.54, 127.47 85.92 C126.53 88.31, 125.44 90.65, 124.21 92.91 C122.98 95.16, 121.6 97.36, 120.09 99.46 C118.59 101.56, 116.94 103.58, 115.19 105.49 C113.43 107.4, 111.54 109.22, 109.56 110.91 C107.58 112.6, 105.48 114.18, 103.3 115.63 C101.12 117.08, 98.84 118.41, 96.49 119.59 C94.15 120.78, 91.71 121.83, 89.24 122.74 C86.76 123.64, 84.21 124.41, 81.64 125.02 C79.07 125.63, 76.45 126.09, 73.82 126.4 C71.19 126.7, 68.52 126.86, 65.88 126.86 C63.23 126.86, 60.56 126.7, 57.94 126.4 C55.31 126.09, 52.68 125.63, 50.11 125.02 C47.54 124.41, 44.99 123.64, 42.52 122.74 C40.04 121.83, 37.61 120.78, 35.26 119.59 C32.92 118.41, 30.63 117.08, 28.45 115.63 C26.28 114.18, 24.17 112.6, 22.19 110.91 C20.21 109.22, 18.32 107.4, 16.57 105.49 C14.81 103.58, 13.16 101.56, 11.66 99.46 C10.16 97.36, 8.78 95.16, 7.55 92.91 C6.32 90.65, 5.22 88.31, 4.28 85.92 C3.34 83.54, 2.55 81.08, 1.91 78.61 C1.28 76.14, 0.8 73.61, 0.48 71.08 C0.16 68.55, 0 65.98, 0 63.43 C0 60.88, 0.16 58.31, 0.48 55.78 C0.8 53.25, 1.28 50.72, 1.91 48.25 C2.55 45.78, 3.34 43.32, 4.28 40.94 C5.22 38.55, 6.32 36.21, 7.55 33.95 C8.78 31.7, 10.16 29.5, 11.66 27.4 C13.16 25.3, 14.81 23.28, 16.57 21.37 C18.32 19.46, 20.21 17.64, 22.19 15.95 C24.17 14.26, 26.28 12.68, 28.45 11.23 C30.63 9.78, 32.92 8.45, 35.26 7.27 C37.61 6.08, 40.04 5.03, 42.52 4.12 C44.99 3.22, 47.54 2.45, 50.11 1.84 C52.68 1.23, 55.31 0.77, 57.94 0.46 C60.56 0.16, 63.23 0, 65.88 0 C68.52 0, 71.19 0.16, 73.82 0.46 C76.45 0.77, 79.07 1.23, 81.64 1.84 C84.21 2.45, 86.76 3.22, 89.24 4.12 C91.71 5.03, 94.15 6.08, 96.49 7.27 C98.84 8.45, 101.12 9.78, 103.3 11.23 C105.48 12.68, 107.58 14.26, 109.56 15.95 C111.54 17.64, 113.43 19.46, 115.19 21.37 C116.94 23.28, 118.59 25.3, 120.09 27.4 C121.6 29.5, 122.98 31.7, 124.21 33.95 C125.44 36.21, 126.53 38.55, 127.47 40.94 C128.41 43.32, 129.21 45.78, 129.84 48.25 C130.47 50.72, 130.95 53.25, 131.27 55.78 C131.59 58.31, 131.75 60.88, 131.75 63.43" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M37.48 5.31 C45.93 0.4, 58.24 -1.27, 68.37 -0.82 C78.49 -0.36, 89.35 3.1, 98.25 8.05 C107.14 12.99, 116.11 20.56, 121.72 28.84 C127.34 37.13, 131.01 47.77, 131.95 57.77 C132.9 67.77, 131.4 79.66, 127.38 88.82 C123.37 97.98, 115.78 106.53, 107.88 112.72 C99.98 118.91, 90.04 124.17, 79.98 125.96 C69.92 127.75, 57.57 126.33, 47.51 123.48 C37.45 120.62, 27.09 115.48, 19.64 108.82 C12.18 102.15, 5.92 92.68, 2.76 83.48 C-0.4 74.27, -1.06 63.17, 0.68 53.58 C2.42 43.99, 6.71 34.04, 13.22 25.95 C19.73 17.86, 34.8 8.53, 39.73 5.06 C44.67 1.59, 42.37 4.27, 42.81 5.12 M96.43 6.82 C105.41 10.31, 112.8 19.49, 118.62 27.46 C124.44 35.43, 129.92 44.7, 131.35 54.63 C132.79 64.57, 130.93 77.92, 127.22 87.07 C123.52 96.22, 116.46 103.43, 109.13 109.53 C101.79 115.63, 92.88 121.13, 83.22 123.67 C73.55 126.22, 61.22 126.93, 51.14 124.8 C41.05 122.67, 30.49 117.53, 22.7 110.88 C14.91 104.24, 8.17 93.97, 4.4 84.92 C0.63 75.87, -1.21 66.04, 0.09 56.58 C1.4 47.12, 6.44 36.36, 12.22 28.18 C17.99 20, 25.96 12.26, 34.74 7.49 C43.53 2.73, 54.43 -0.51, 64.91 -0.41 C75.39 -0.31, 92.44 6.5, 97.61 8.11 C102.77 9.73, 96.64 8.55, 95.89 9.3" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M78.04 1.64 C87.75 2.64, 99.35 8.45, 107.34 14.63 C115.32 20.8, 121.85 29.89, 125.95 38.68 C130.06 47.46, 132.75 57.59, 131.95 67.36 C131.15 77.13, 126.64 88.99, 121.13 97.31 C115.62 105.62, 107.54 112.31, 98.89 117.24 C90.25 122.17, 79.53 126.17, 69.26 126.89 C58.99 127.62, 46.66 125.72, 37.28 121.6 C27.89 117.47, 18.96 110.09, 12.96 102.14 C6.96 94.19, 3.03 83.72, 1.26 73.91 C-0.51 64.11, -0.87 52.68, 2.32 43.33 C5.51 33.99, 12.86 24.77, 20.39 17.83 C27.93 10.88, 37.13 4.12, 47.52 1.68 C57.9 -0.76, 76.02 2.68, 82.7 3.19 C89.38 3.7, 87.62 3.78, 87.59 4.76 M60.47 1.63 C70.16 -0.1, 82.33 0.62, 91.55 4.1 C100.78 7.59, 109.51 14.96, 115.81 22.53 C122.12 30.1, 127.13 40.01, 129.37 49.55 C131.62 59.08, 131.95 70.09, 129.27 79.72 C126.6 89.36, 120.17 99.91, 113.35 107.35 C106.52 114.8, 97.85 121.09, 88.3 124.39 C78.75 127.69, 66.36 128.97, 56.06 127.17 C45.77 125.37, 34.86 119.52, 26.53 113.6 C18.2 107.68, 10.3 100.58, 6.08 91.66 C1.86 82.74, 0.95 70.28, 1.21 60.1 C1.47 49.92, 2.82 38.85, 7.63 30.57 C12.45 22.28, 21.2 15.42, 30.1 10.39 C38.99 5.36, 55.74 1.86, 61.01 0.37 C66.28 -1.11, 61.46 0.61, 61.7 1.49" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(52.79289995734189 139.0004919300731) rotate(0 30.149999618530273 9.200000000000003)">
    <text x="30.149999618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Instance</text>
  </g>
  <g stroke-linecap="round">
    <g transform="translate(130.33296245699557 199.76165836821326) rotate(0 27.431722095257555 31.804895182907295)">
-
      <path d="M0 0 C20.35 23.59, 40.69 47.18, 54.86 63.61" stroke="#cc6666" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C12.65 14.25, 23.98 29.91, 54.86 63.61" stroke="#ff80b3" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round" transform="translate(299.8074014826675 91.91694725835794) rotate(0 65.87686379441902 63.42991303267446)">
-
    <path d="M131.75 63.43 C131.75 65.98, 131.59 68.55, 131.27 71.08 C130.95 73.61, 130.47 76.14, 129.84 78.61 C129.21 81.08, 128.41 83.54, 127.47 85.92 C126.53 88.31, 125.44 90.65, 124.21 92.91 C122.98 95.16, 121.6 97.36, 120.09 99.46 C118.59 101.56, 116.94 103.58, 115.19 105.49 C113.43 107.4, 111.54 109.22, 109.56 110.91 C107.58 112.6, 105.48 114.18, 103.3 115.63 C101.12 117.08, 98.84 118.41, 96.49 119.59 C94.15 120.78, 91.71 121.83, 89.24 122.74 C86.76 123.64, 84.21 124.41, 81.64 125.02 C79.07 125.63, 76.45 126.09, 73.82 126.4 C71.19 126.7, 68.52 126.86, 65.88 126.86 C63.23 126.86, 60.56 126.7, 57.94 126.4 C55.31 126.09, 52.68 125.63, 50.11 125.02 C47.54 124.41, 44.99 123.64, 42.52 122.74 C40.04 121.83, 37.61 120.78, 35.26 119.59 C32.92 118.41, 30.63 117.08, 28.45 115.63 C26.28 114.18, 24.17 112.6, 22.19 110.91 C20.21 109.22, 18.32 107.4, 16.57 105.49 C14.81 103.58, 13.16 101.56, 11.66 99.46 C10.16 97.36, 8.78 95.16, 7.55 92.91 C6.32 90.65, 5.22 88.31, 4.28 85.92 C3.34 83.54, 2.55 81.08, 1.91 78.61 C1.28 76.14, 0.8 73.61, 0.48 71.08 C0.16 68.55, 0 65.98, 0 63.43 C0 60.88, 0.16 58.31, 0.48 55.78 C0.8 53.25, 1.28 50.72, 1.91 48.25 C2.55 45.78, 3.34 43.32, 4.28 40.94 C5.22 38.55, 6.32 36.21, 7.55 33.95 C8.78 31.7, 10.16 29.5, 11.66 27.4 C13.16 25.3, 14.81 23.28, 16.57 21.37 C18.32 19.46, 20.21 17.64, 22.19 15.95 C24.17 14.26, 26.28 12.68, 28.45 11.23 C30.63 9.78, 32.92 8.45, 35.26 7.27 C37.61 6.08, 40.04 5.03, 42.52 4.12 C44.99 3.22, 47.54 2.45, 50.11 1.84 C52.68 1.23, 55.31 0.77, 57.94 0.46 C60.56 0.16, 63.23 0, 65.88 0 C68.52 0, 71.19 0.16, 73.82 0.46 C76.45 0.77, 79.07 1.23, 81.64 1.84 C84.21 2.45, 86.76 3.22, 89.24 4.12 C91.71 5.03, 94.15 6.08, 96.49 7.27 C98.84 8.45, 101.12 9.78, 103.3 11.23 C105.48 12.68, 107.58 14.26, 109.56 15.95 C111.54 17.64, 113.43 19.46, 115.19 21.37 C116.94 23.28, 118.59 25.3, 120.09 27.4 C121.6 29.5, 122.98 31.7, 124.21 33.95 C125.44 36.21, 126.53 38.55, 127.47 40.94 C128.41 43.32, 129.21 45.78, 129.84 48.25 C130.47 50.72, 130.95 53.25, 131.27 55.78 C131.59 58.31, 131.75 60.88, 131.75 63.43" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M131.75 63.43 C131.75 65.98, 131.59 68.55, 131.27 71.08 C130.95 73.61, 130.47 76.14, 129.84 78.61 C129.21 81.08, 128.41 83.54, 127.47 85.92 C126.53 88.31, 125.44 90.65, 124.21 92.91 C122.98 95.16, 121.6 97.36, 120.09 99.46 C118.59 101.56, 116.94 103.58, 115.19 105.49 C113.43 107.4, 111.54 109.22, 109.56 110.91 C107.58 112.6, 105.48 114.18, 103.3 115.63 C101.12 117.08, 98.84 118.41, 96.49 119.59 C94.15 120.78, 91.71 121.83, 89.24 122.74 C86.76 123.64, 84.21 124.41, 81.64 125.02 C79.07 125.63, 76.45 126.09, 73.82 126.4 C71.19 126.7, 68.52 126.86, 65.88 126.86 C63.23 126.86, 60.56 126.7, 57.94 126.4 C55.31 126.09, 52.68 125.63, 50.11 125.02 C47.54 124.41, 44.99 123.64, 42.52 122.74 C40.04 121.83, 37.61 120.78, 35.26 119.59 C32.92 118.41, 30.63 117.08, 28.45 115.63 C26.28 114.18, 24.17 112.6, 22.19 110.91 C20.21 109.22, 18.32 107.4, 16.57 105.49 C14.81 103.58, 13.16 101.56, 11.66 99.46 C10.16 97.36, 8.78 95.16, 7.55 92.91 C6.32 90.65, 5.22 88.31, 4.28 85.92 C3.34 83.54, 2.55 81.08, 1.91 78.61 C1.28 76.14, 0.8 73.61, 0.48 71.08 C0.16 68.55, 0 65.98, 0 63.43 C0 60.88, 0.16 58.31, 0.48 55.78 C0.8 53.25, 1.28 50.72, 1.91 48.25 C2.55 45.78, 3.34 43.32, 4.28 40.94 C5.22 38.55, 6.32 36.21, 7.55 33.95 C8.78 31.7, 10.16 29.5, 11.66 27.4 C13.16 25.3, 14.81 23.28, 16.57 21.37 C18.32 19.46, 20.21 17.64, 22.19 15.95 C24.17 14.26, 26.28 12.68, 28.45 11.23 C30.63 9.78, 32.92 8.45, 35.26 7.27 C37.61 6.08, 40.04 5.03, 42.52 4.12 C44.99 3.22, 47.54 2.45, 50.11 1.84 C52.68 1.23, 55.31 0.77, 57.94 0.46 C60.56 0.16, 63.23 0, 65.88 0 C68.52 0, 71.19 0.16, 73.82 0.46 C76.45 0.77, 79.07 1.23, 81.64 1.84 C84.21 2.45, 86.76 3.22, 89.24 4.12 C91.71 5.03, 94.15 6.08, 96.49 7.27 C98.84 8.45, 101.12 9.78, 103.3 11.23 C105.48 12.68, 107.58 14.26, 109.56 15.95 C111.54 17.64, 113.43 19.46, 115.19 21.37 C116.94 23.28, 118.59 25.3, 120.09 27.4 C121.6 29.5, 122.98 31.7, 124.21 33.95 C125.44 36.21, 126.53 38.55, 127.47 40.94 C128.41 43.32, 129.21 45.78, 129.84 48.25 C130.47 50.72, 130.95 53.25, 131.27 55.78 C131.59 58.31, 131.75 60.88, 131.75 63.43" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M37.02 5.85 C45.39 1.03, 58.24 -0.85, 68.57 -0.49 C78.91 -0.13, 90.1 2.92, 99.05 8.01 C107.99 13.1, 116.82 21.64, 122.26 30.04 C127.71 38.43, 130.87 48.64, 131.71 58.38 C132.55 68.13, 131.35 79.66, 127.31 88.51 C123.28 97.36, 115.63 105.41, 107.5 111.5 C99.37 117.59, 88.6 122.93, 78.53 125.05 C68.46 127.17, 56.79 126.8, 47.08 124.21 C37.37 121.61, 27.51 116.14, 20.26 109.48 C13.01 102.81, 6.78 93.58, 3.58 84.2 C0.37 74.83, -0.67 63.1, 1.04 53.23 C2.74 43.36, 6.95 33.28, 13.82 24.97 C20.69 16.66, 36.55 6.99, 42.25 3.39 C47.95 -0.22, 47.64 2.2, 48.01 3.35 M58.16 -0.52 C67.85 -2.37, 79.61 2.03, 89.04 5.49 C98.46 8.94, 107.65 13.27, 114.69 20.2 C121.73 27.12, 128.6 37.35, 131.26 47.06 C133.92 56.78, 133.28 68.74, 130.65 78.46 C128.02 88.19, 122.38 98.24, 115.47 105.43 C108.56 112.62, 98.84 118.01, 89.17 121.61 C79.5 125.2, 67.48 127.9, 57.45 126.99 C47.42 126.09, 37.4 121.87, 29.02 116.19 C20.63 110.52, 12.11 101.83, 7.14 92.94 C2.17 84.06, -1.07 72.6, -0.78 62.9 C-0.49 53.21, 3.97 43.24, 8.89 34.78 C13.81 26.32, 20.57 17.91, 28.73 12.16 C36.9 6.4, 52.82 2, 57.89 0.25 C62.95 -1.5, 58.97 0.59, 59.13 1.66" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M79.58 1.91 C89.31 2.76, 100.86 7.76, 108.63 14.05 C116.41 20.34, 122.45 30.6, 126.21 39.67 C129.98 48.74, 132.01 58.73, 131.21 68.48 C130.41 78.23, 127.06 89.68, 121.41 98.18 C115.76 106.69, 106.36 114.68, 97.31 119.51 C88.26 124.34, 77.15 127.02, 67.13 127.16 C57.1 127.29, 46.38 124.75, 37.15 120.3 C27.91 115.85, 17.71 108.41, 11.71 100.46 C5.71 92.52, 2.41 82.43, 1.13 72.61 C-0.15 62.8, 0.84 50.68, 4.02 41.57 C7.2 32.46, 12.8 24.54, 20.2 17.97 C27.6 11.39, 37.79 4.64, 48.42 2.12 C59.05 -0.4, 77.79 2.55, 83.98 2.84 C90.17 3.13, 86.11 2.93, 85.59 3.85 M94.7 6.21 C103.61 9.58, 112.47 17.73, 118.55 25.65 C124.64 33.57, 129.72 43.79, 131.23 53.72 C132.74 63.65, 130.89 75.63, 127.63 85.2 C124.36 94.78, 119.05 104.39, 111.63 111.17 C104.21 117.95, 93.2 123.67, 83.1 125.9 C73.01 128.14, 61.18 126.83, 51.09 124.58 C40.99 122.32, 30.08 118.83, 22.53 112.37 C14.97 105.91, 9.65 95.3, 5.78 85.8 C1.9 76.3, -1.55 64.9, -0.73 55.36 C0.1 45.83, 4.76 36.53, 10.73 28.6 C16.69 20.68, 25.83 12.6, 35.07 7.83 C44.31 3.07, 55.81 0.32, 66.16 0.01 C76.51 -0.29, 92.55 4.87, 97.17 6 C101.79 7.14, 94.85 5.93, 93.88 6.84" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(335.45228854621973 146.29513865555532) rotate(0 30.149999618530273 9.200000000000003)">
    <text x="30.149999618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Instance</text>
  </g>
  <g stroke-linecap="round">
    <g transform="translate(155.81052696967527 149.04208107520648) rotate(0 68.34468724936437 2.670520078610892)">
-
      <path d="M0 0 C50.56 1.98, 101.12 3.95, 136.69 5.34" stroke="#cc6666" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C40.04 2.08, 79 3.41, 136.69 5.34" stroke="#ff80b3" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(297.0871079015392 258.7902818143921) rotate(0 13.292947909892064 -20.149300419218164)">
-
      <path d="M0 0 C8.73 -13.23, 17.46 -26.47, 26.59 -40.3" stroke="#cc6666" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C8.72 -13.46, 18.61 -28.54, 26.59 -40.3" stroke="#ff80b3" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round" transform="translate(180.17911871151955 10) rotate(0 43.18157256441532 41.8730400624635)">
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="none" stroke-width="0" fill="#ee9944"/>
-
    <path d="M86.36 41.87 C86.36 43.86, 86.22 45.87, 85.92 47.83 C85.63 49.8, 85.19 51.76, 84.61 53.67 C84.04 55.58, 83.31 57.46, 82.46 59.27 C81.61 61.07, 80.62 62.84, 79.51 64.51 C78.4 66.18, 77.16 67.79, 75.82 69.29 C74.47 70.8, 73.01 72.22, 71.46 73.52 C69.91 74.82, 68.25 76.02, 66.53 77.1 C64.8 78.17, 62.98 79.14, 61.12 79.96 C59.26 80.79, 57.31 81.49, 55.35 82.05 C53.38 82.61, 51.35 83.04, 49.33 83.32 C47.3 83.6, 45.23 83.75, 43.18 83.75 C41.13 83.75, 39.06 83.6, 37.04 83.32 C35.01 83.04, 32.98 82.61, 31.02 82.05 C29.05 81.49, 27.11 80.79, 25.24 79.96 C23.38 79.14, 21.56 78.17, 19.84 77.1 C18.11 76.02, 16.45 74.82, 14.9 73.52 C13.36 72.22, 11.89 70.8, 10.55 69.29 C9.21 67.79, 7.96 66.18, 6.85 64.51 C5.75 62.84, 4.75 61.07, 3.9 59.27 C3.05 57.46, 2.33 55.58, 1.75 53.67 C1.17 51.76, 0.73 49.8, 0.44 47.83 C0.15 45.87, 0 43.86, 0 41.87 C0 39.89, 0.15 37.88, 0.44 35.91 C0.73 33.95, 1.17 31.98, 1.75 30.08 C2.33 28.17, 3.05 26.29, 3.9 24.48 C4.75 22.67, 5.75 20.91, 6.85 19.23 C7.96 17.56, 9.21 15.95, 10.55 14.45 C11.89 12.95, 13.36 11.53, 14.9 10.23 C16.45 8.93, 18.11 7.72, 19.84 6.65 C21.56 5.57, 23.38 4.61, 25.24 3.78 C27.11 2.96, 29.05 2.26, 31.02 1.7 C32.98 1.14, 35.01 0.71, 37.04 0.43 C39.06 0.14, 41.13 0, 43.18 0 C45.23 0, 47.3 0.14, 49.33 0.43 C51.35 0.71, 53.38 1.14, 55.35 1.7 C57.31 2.26, 59.26 2.96, 61.12 3.78 C62.98 4.61, 64.8 5.57, 66.53 6.65 C68.25 7.72, 69.91 8.93, 71.46 10.23 C73.01 11.53, 74.47 12.95, 75.82 14.45 C77.16 15.95, 78.4 17.56, 79.51 19.23 C80.62 20.91, 81.61 22.67, 82.46 24.48 C83.31 26.29, 84.04 28.17, 84.61 30.08 C85.19 31.98, 85.63 33.95, 85.92 35.91 C86.22 37.88, 86.29 40.88, 86.36 41.87 C86.44 42.87, 86.44 40.88, 86.36 41.87" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M30.3 1.05 C37.1 -1.56, 46.65 -0.92, 54.19 1.13 C61.74 3.18, 70.23 7.74, 75.57 13.35 C80.91 18.96, 84.89 27.14, 86.23 34.79 C87.57 42.45, 86.75 52.24, 83.61 59.27 C80.46 66.3, 73.85 72.81, 67.37 76.96 C60.88 81.11, 52.55 84.22, 44.7 84.16 C36.85 84.09, 27.14 80.69, 20.28 76.57 C13.41 72.46, 6.93 66.15, 3.49 59.47 C0.05 52.78, -1.42 43.83, -0.35 36.45 C0.72 29.07, 4.49 20.93, 9.9 15.18 C15.31 9.42, 28.07 4.17, 32.11 1.91 C36.16 -0.35, 33.86 1.08, 34.15 1.59 M48 0.56 C55.66 0.63, 65.42 4.73, 71.27 9.62 C77.13 14.51, 80.88 22.8, 83.14 29.92 C85.4 37.04, 86.78 44.89, 84.83 52.33 C82.88 59.78, 77.39 69.64, 71.44 74.59 C65.49 79.53, 56.55 81.3, 49.14 82 C41.73 82.71, 33.87 81.72, 26.99 78.82 C20.12 75.91, 12.35 70.69, 7.91 64.57 C3.47 58.45, 0.57 49.8, 0.37 42.11 C0.16 34.41, 2.67 24.64, 6.69 18.39 C10.72 12.13, 17.37 7.45, 24.52 4.56 C31.67 1.66, 45.61 1.54, 49.6 1 C53.59 0.47, 48.81 0.83, 48.47 1.34" stroke="none" stroke-width="0" fill="#ffa083"/>
+
    <path d="M25.8 2.49 C32.51 -0.92, 42.95 -0.85, 50.55 0.66 C58.16 2.16, 65.78 6.41, 71.42 11.5 C77.06 16.59, 82.16 24.06, 84.38 31.22 C86.59 38.37, 87.13 47.36, 84.7 54.44 C82.28 61.52, 75.81 68.9, 69.84 73.72 C63.87 78.53, 56.39 82.5, 48.88 83.32 C41.37 84.15, 31.98 81.78, 24.78 78.67 C17.58 75.56, 9.8 70.99, 5.67 64.69 C1.54 58.39, -0.44 48.47, -0.01 40.88 C0.42 33.29, 2.74 25.85, 8.24 19.16 C13.73 12.47, 27.66 3.75, 32.95 0.72 C38.25 -2.32, 39.66 0.21, 40.01 0.96 M29.34 0.86 C36.39 -1.92, 47.11 -1.88, 54.75 0.32 C62.39 2.52, 69.78 8.09, 75.19 14.05 C80.6 20.02, 85.86 28.48, 87.21 36.1 C88.57 43.71, 86.66 53.09, 83.32 59.75 C79.98 66.42, 73.82 71.94, 67.19 76.09 C60.56 80.23, 51.12 84.55, 43.52 84.62 C35.92 84.69, 28.33 80.85, 21.59 76.51 C14.85 72.17, 6.7 65.16, 3.09 58.58 C-0.52 52.01, -1.34 44.3, -0.07 37.06 C1.2 29.81, 5.44 20.98, 10.71 15.12 C15.98 9.26, 27.98 4.11, 31.55 1.9 C35.11 -0.32, 32.29 1.36, 32.1 1.83" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(206.476708111868 42.56432948539958) rotate(0 16.8500003814695 9.199999999999989)">
    <text x="16.850000381469727" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">User</text>
  </g>
  <g stroke-linecap="round">
    <g transform="translate(258.66057538988525 80.95176488887137) rotate(0 22.175136810002186 17.055950936410696)">
-
      <path d="M0 0 C9.24 7.11, 18.48 14.21, 44.35 34.11" stroke="#f08c00" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0 0 C14.7 12.2, 30.33 22.71, 44.35 34.11" stroke="#ffa083" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round" transform="translate(621.0930725376234 107.4005764770692) rotate(0 55.56231838939857 53.87861177153815)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M74.94 3.42 C83.43 5.73, 92.24 12.31, 98.17 19.14 C104.09 25.96, 108.96 35.46, 110.49 44.36 C112.02 53.26, 110.52 64.15, 107.36 72.54 C104.19 80.93, 98.7 88.96, 91.5 94.69 C84.3 100.43, 73.52 105.45, 64.15 106.97 C54.77 108.49, 43.76 106.92, 35.25 103.84 C26.73 100.75, 18.68 95.42, 13.05 88.47 C7.43 81.51, 3.01 71.1, 1.49 62.1 C-0.04 53.1, 0.87 42.9, 3.9 34.45 C6.93 26.01, 12.68 17.05, 19.67 11.43 C26.65 5.81, 36.1 1.86, 45.82 0.72 C55.54 -0.41, 72.47 3.6, 77.99 4.63 C83.51 5.65, 79.54 6.23, 78.94 6.89 M62.62 0.25 C71.5 0.72, 82.23 5.43, 89.64 10.82 C97.06 16.22, 103.43 24.27, 107.1 32.61 C110.78 40.95, 112.95 51.97, 111.7 60.85 C110.46 69.73, 105.22 78.81, 99.63 85.9 C94.04 93, 86.55 100.01, 78.16 103.42 C69.76 106.82, 58.56 107.36, 49.25 106.33 C39.94 105.3, 29.6 102.32, 22.27 97.25 C14.94 92.17, 9.08 84.34, 5.28 75.89 C1.48 67.43, -1.69 55.58, -0.55 46.51 C0.6 37.44, 6.24 28.65, 12.18 21.47 C18.11 14.28, 26.75 6.89, 35.07 3.4 C43.39 -0.09, 57.83 1.05, 62.12 0.52 C66.41 -0.01, 60.75 -0.62, 60.83 0.22" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M41.04 0.84 C49.35 -2.28, 60.45 -1.48, 69.36 1.13 C78.27 3.73, 87.98 9.96, 94.5 16.48 C101.03 22.99, 106.14 31.63, 108.51 40.24 C110.89 48.85, 111.11 59.58, 108.73 68.12 C106.35 76.66, 100.81 85.02, 94.24 91.47 C87.67 97.92, 78.05 104.53, 69.3 106.83 C60.55 109.13, 50.53 107.59, 41.76 105.27 C32.99 102.95, 23.36 99.03, 16.7 92.9 C10.04 86.76, 4.42 77.3, 1.81 68.46 C-0.81 59.62, -1.5 48.61, 1.02 39.88 C3.55 31.15, 9.95 22.41, 16.95 16.09 C23.96 9.78, 37.98 4.45, 43.03 1.97 C48.08 -0.51, 47.02 0.59, 47.25 1.22 M82.97 7.52 C91.17 10.63, 97.75 16.85, 102.31 24.31 C106.88 31.77, 109.97 43.29, 110.35 52.27 C110.73 61.25, 109.05 70.39, 104.61 78.19 C100.16 85.99, 91.43 94.06, 83.69 99.07 C75.96 104.08, 67.05 107.75, 58.21 108.24 C49.36 108.73, 39.05 106.31, 30.63 101.98 C22.22 97.65, 12.69 90.02, 7.73 82.25 C2.76 74.48, 1.16 64.11, 0.83 55.37 C0.5 46.63, 1.64 37.79, 5.74 29.81 C9.85 21.82, 17.25 12.61, 25.44 7.43 C33.64 2.25, 45.5 -0.95, 54.91 -1.29 C64.32 -1.63, 77.42 4.03, 81.91 5.41 C86.39 6.79, 82.22 6.22, 81.81 6.99" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(657.7918980524923 151.9812565040354) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round" transform="translate(846.0050550609062 51.8730404270479) rotate(0 55.56231838939857 53.87861177153815)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M34.53 3.28 C42.45 -0.74, 54.36 -1.55, 63.55 -0.23 C72.75 1.08, 82.32 5.63, 89.7 11.17 C97.09 16.7, 104.46 24.6, 107.86 32.98 C111.26 41.36, 111.69 52.5, 110.13 61.46 C108.58 70.41, 104.11 79.57, 98.54 86.72 C92.97 93.86, 85.05 101, 76.69 104.33 C68.34 107.66, 57.61 108.11, 48.42 106.69 C39.23 105.28, 29.07 101.42, 21.56 95.83 C14.04 90.23, 6.93 81.41, 3.31 73.14 C-0.31 64.88, -1.68 54.95, -0.17 46.23 C1.34 37.52, 5.65 28.12, 12.39 20.84 C19.13 13.56, 34.71 5.84, 40.26 2.55 C45.82 -0.75, 45.38 0.27, 45.73 1.09 M33.46 4.78 C41.16 0.57, 52.3 -0.84, 61.56 0.14 C70.82 1.12, 81.63 5.43, 89.01 10.65 C96.39 15.86, 102.09 23.32, 105.86 31.42 C109.63 39.52, 112.45 50.44, 111.64 59.26 C110.84 68.08, 106.55 76.99, 101.02 84.32 C95.49 91.66, 86.82 99.28, 78.45 103.29 C70.09 107.29, 60.2 109.46, 50.82 108.36 C41.44 107.26, 29.63 102.11, 22.15 96.71 C14.67 91.31, 9.37 84.14, 5.95 75.95 C2.52 67.75, 0.85 56.46, 1.58 47.56 C2.32 38.66, 5.37 29.87, 10.35 22.53 C15.33 15.19, 27.49 6.34, 31.47 3.51 C35.45 0.69, 33.87 4.78, 34.22 5.57" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M63.4 -0.09 C72.18 0.71, 82.76 6.74, 89.97 12.53 C97.17 18.31, 103.29 26.32, 106.62 34.62 C109.96 42.92, 111.38 53.6, 109.99 62.34 C108.61 71.08, 104.13 79.96, 98.31 87.07 C92.5 94.18, 83.53 101.76, 75.09 105 C66.66 108.24, 56.7 107.85, 47.72 106.49 C38.75 105.13, 28.57 102.25, 21.23 96.85 C13.9 91.45, 7.28 82.61, 3.7 74.08 C0.12 65.55, -1.77 54.59, -0.24 45.66 C1.29 36.73, 7.09 27.36, 12.88 20.49 C18.67 13.62, 25.58 7.78, 34.51 4.44 C43.44 1.1, 61.02 0.9, 66.48 0.45 C71.93 0, 67.31 0.88, 67.24 1.75 M59.36 -1.09 C67.89 -1.38, 78.51 4.37, 86.25 9.45 C93.99 14.54, 101.87 21.43, 105.81 29.42 C109.75 37.42, 110.46 48.18, 109.89 57.42 C109.31 66.66, 107.19 77.25, 102.37 84.87 C97.54 92.49, 89.54 99.36, 80.93 103.16 C72.31 106.95, 60.01 108.48, 50.68 107.65 C41.34 106.82, 32.62 103.04, 24.93 98.19 C17.24 93.34, 8.82 86.76, 4.54 78.58 C0.26 70.39, -1.79 58.5, -0.75 49.08 C0.28 39.67, 5.36 29.56, 10.75 22.08 C16.14 14.61, 23.35 7.96, 31.61 4.24 C39.87 0.52, 55.59 0.46, 60.32 -0.23 C65.05 -0.93, 60.29 -0.71, 59.99 0.08" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(882.7038805757752 96.4537204540141) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round" transform="translate(833.7138547484324 200.1226669501092) rotate(0 55.56231838939857 53.878611771538154)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M54.38 -0.76 C63.19 -1.7, 73.81 1.96, 82.04 6.26 C90.26 10.55, 98.98 17.3, 103.75 25.01 C108.52 32.73, 110.7 43.52, 110.68 52.56 C110.66 61.61, 107.89 71.32, 103.6 79.28 C99.31 87.24, 92.58 95.68, 84.91 100.34 C77.24 105, 66.88 107.16, 57.59 107.23 C48.31 107.29, 37.59 105.09, 29.22 100.73 C20.86 96.38, 12.41 88.71, 7.42 81.11 C2.43 73.51, -0.7 63.93, -0.72 55.13 C-0.73 46.32, 2.82 36.07, 7.33 28.28 C11.84 20.49, 18.1 13.23, 26.36 8.4 C34.62 3.58, 51.06 0.46, 56.91 -0.66 C62.75 -1.79, 61.48 0.58, 61.45 1.64 M53.37 -0.07 C62.17 -1.17, 73.93 2.41, 82.03 6.49 C90.12 10.58, 96.98 16.97, 101.95 24.44 C106.92 31.91, 111.3 42.47, 111.86 51.32 C112.42 60.17, 109.67 69.52, 105.3 77.55 C100.94 85.58, 93.37 94.33, 85.65 99.5 C77.94 104.67, 68.43 108.34, 59.01 108.57 C49.59 108.8, 37.33 105.14, 29.13 100.86 C20.94 96.59, 14.48 90.49, 9.85 82.93 C5.22 75.37, 2 64.44, 1.36 55.5 C0.73 46.56, 2.25 37.34, 6.07 29.3 C9.89 21.27, 16.28 12.2, 24.27 7.3 C32.25 2.4, 49.42 1.16, 53.96 -0.1 C58.51 -1.36, 51.5 -1.32, 51.53 -0.25" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M29.16 6.91 C36.55 2.39, 47.62 0.01, 56.86 0.27 C66.1 0.53, 76.74 3.83, 84.61 8.47 C92.48 13.11, 99.79 20.06, 104.11 28.11 C108.43 36.16, 110.65 47.79, 110.51 56.75 C110.38 65.71, 108.02 74.26, 103.28 81.88 C98.53 89.5, 90.34 98.04, 82.04 102.47 C73.73 106.89, 62.94 108.91, 53.46 108.43 C43.98 107.94, 32.88 104.36, 25.15 99.53 C17.42 94.7, 11.43 87.26, 7.09 79.45 C2.74 71.64, -1.2 61.81, -0.91 52.69 C-0.62 43.57, 3.07 32.95, 8.84 24.72 C14.62 16.49, 28.42 7, 33.76 3.33 C39.09 -0.34, 40.35 1.63, 40.84 2.7 M74.36 3.44 C82.98 5.72, 92.79 11.62, 98.61 18.45 C104.44 25.28, 107.65 35.28, 109.31 44.42 C110.97 53.57, 111.41 64.71, 108.57 73.33 C105.72 81.96, 99.66 90.55, 92.24 96.17 C84.83 101.8, 73.31 105.75, 64.08 107.09 C54.84 108.43, 45.55 107.12, 36.83 104.2 C28.1 101.28, 17.91 96.57, 11.74 89.55 C5.57 82.53, 1.03 71.4, -0.17 62.08 C-1.37 52.75, 1.14 42.09, 4.55 33.62 C7.96 25.14, 13.24 16.77, 20.3 11.22 C27.36 5.67, 37.75 1.82, 46.92 0.33 C56.09 -1.16, 70.82 1.76, 75.3 2.29 C79.78 2.81, 73.96 2.49, 73.78 3.47" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(870.4126802633014 244.7033469770754) rotate(0 19.075000762939453 9.199999999999996)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round" transform="translate(1073.3714459553107 400.33351177821623) rotate(0 55.56231838939857 53.87861177153815)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M39.22 1.98 C47.51 -1.26, 59.9 -1.54, 68.88 0.55 C77.86 2.63, 86.57 8.26, 93.1 14.47 C99.62 20.67, 105.18 29.09, 108.02 37.76 C110.86 46.44, 112 57.79, 110.14 66.53 C108.29 75.26, 103.23 83.76, 96.88 90.18 C90.53 96.59, 81.14 102.45, 72.04 105.02 C62.94 107.58, 51.49 107.54, 42.29 105.58 C33.1 103.61, 23.43 99.19, 16.87 93.23 C10.3 87.26, 5.53 78.3, 2.91 69.8 C0.29 61.3, -0.74 51.12, 1.13 42.22 C2.99 33.31, 7.01 23.13, 14.09 16.36 C21.18 9.58, 38.2 3.99, 43.66 1.58 C49.11 -0.83, 46.65 0.98, 46.8 1.89 M57.1 0.5 C65.78 -0.23, 75.52 2.68, 83.46 7.16 C91.4 11.65, 100.08 19.69, 104.75 27.39 C109.43 35.1, 111.7 44.36, 111.49 53.39 C111.27 62.42, 108.11 73.52, 103.47 81.57 C98.84 89.62, 91.92 97.47, 83.68 101.68 C75.45 105.9, 63.28 107.11, 54.05 106.86 C44.83 106.61, 35.94 104.78, 28.34 100.21 C20.74 95.63, 13.21 87.22, 8.47 79.43 C3.73 71.64, 0.22 62.5, -0.12 53.47 C-0.45 44.44, 1.55 33.01, 6.45 25.23 C11.35 17.45, 21.25 11.22, 29.29 6.79 C37.32 2.35, 50.03 -0.58, 54.66 -1.38 C59.29 -2.19, 56.97 0.64, 57.09 1.94" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M35.14 3.73 C43.07 -0.09, 54.84 -0.38, 64.01 0.93 C73.18 2.24, 83 5.81, 90.16 11.6 C97.31 17.39, 103.47 27.3, 106.95 35.68 C110.43 44.07, 112.36 53.03, 111.05 61.91 C109.74 70.78, 105.04 81.76, 99.07 88.94 C93.09 96.12, 84.07 101.94, 75.18 104.97 C66.29 107.99, 54.77 108.57, 45.74 107.07 C36.72 105.57, 28.22 101.52, 21.04 95.96 C13.86 90.41, 5.99 82.3, 2.66 73.76 C-0.67 65.21, -0.46 53.8, 1.07 44.69 C2.6 35.58, 5.53 26.17, 11.84 19.08 C18.16 11.99, 34.18 4.68, 38.97 2.15 C43.76 -0.38, 40.33 2.98, 40.57 3.88 M33.15 3.4 C40.82 -0.88, 51.02 -1.59, 60.38 -0.35 C69.73 0.89, 81.38 5.33, 89.28 10.84 C97.17 16.35, 104.27 24.56, 107.76 32.7 C111.26 40.83, 111.33 50.84, 110.25 59.64 C109.16 68.44, 106.78 78, 101.28 85.49 C95.77 92.99, 85.95 101.04, 77.2 104.6 C68.44 108.15, 57.65 108.26, 48.76 106.84 C39.87 105.43, 31.17 101.47, 23.84 96.11 C16.51 90.75, 8.63 82.75, 4.78 74.7 C0.93 66.64, -0.26 56.73, 0.75 47.78 C1.76 38.83, 5.63 28.35, 10.85 20.99 C16.08 13.64, 28.15 6.27, 32.1 3.64 C36.05 1.02, 34.23 4.34, 34.57 5.26" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(1110.0702714701797 444.91419180518244) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round" transform="translate(1076.4119815204372 121.34509575371601) rotate(0 55.56231838939857 53.87861177153815)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M35.24 3.16 C43.04 -0.75, 53.68 -0.86, 62.62 0.42 C71.56 1.7, 81.4 5.24, 88.87 10.82 C96.34 16.4, 103.7 25.61, 107.45 33.91 C111.2 42.21, 112.64 51.87, 111.37 60.62 C110.1 69.38, 105.73 79.39, 99.82 86.45 C93.92 93.51, 84.68 99.5, 75.93 102.97 C67.18 106.44, 56.32 108.31, 47.34 107.27 C38.36 106.24, 29.31 102.15, 22.06 96.74 C14.81 91.33, 7.56 83.3, 3.82 74.83 C0.08 66.36, -1.73 54.85, -0.39 45.91 C0.95 36.97, 5.43 28.38, 11.87 21.17 C18.31 13.97, 32.89 5.75, 38.23 2.68 C43.56 -0.39, 43.47 1.9, 43.89 2.76 M52.77 -0.28 C61.49 -1.51, 73.67 2.04, 82.01 6.07 C90.34 10.09, 97.93 16.27, 102.78 23.89 C107.64 31.51, 110.66 42.51, 111.14 51.8 C111.63 61.09, 110.12 71.85, 105.68 79.62 C101.23 87.39, 92.25 93.75, 84.47 98.42 C76.7 103.09, 67.91 107.26, 59.04 107.65 C50.16 108.03, 39.62 104.87, 31.22 100.75 C22.81 96.64, 13.99 90.59, 8.59 82.97 C3.18 75.34, -1.01 64.02, -1.22 54.99 C-1.44 45.97, 3.05 36.83, 7.29 28.84 C11.54 20.85, 16.44 11.71, 24.24 7.06 C32.04 2.4, 49.4 1.73, 54.11 0.92 C58.82 0.1, 52.42 1.51, 52.48 2.17" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M72.68 3 C81.31 4.84, 90.47 10.76, 96.6 17.6 C102.72 24.43, 107.38 35.22, 109.43 44 C111.48 52.79, 111.67 61.78, 108.91 70.31 C106.15 78.84, 99.93 89.01, 92.88 95.18 C85.83 101.36, 75.9 105.74, 66.6 107.37 C57.3 109.01, 45.74 107.9, 37.07 105 C28.41 102.09, 20.75 96.56, 14.6 89.96 C8.45 83.37, 2.07 74.39, 0.18 65.44 C-1.72 56.49, 0.24 45.05, 3.21 36.28 C6.19 27.52, 10.99 18.8, 18.03 12.83 C25.07 6.86, 35.74 1.85, 45.44 0.47 C55.15 -0.92, 70.62 3.67, 76.25 4.53 C81.88 5.39, 79.72 5.01, 79.21 5.64 M54.48 -0.65 C63.42 -1.14, 75.89 3.01, 84.33 7.72 C92.76 12.43, 100.71 19.89, 105.08 27.59 C109.46 35.29, 110.66 45.08, 110.56 53.93 C110.46 62.78, 109.18 72.68, 104.49 80.69 C99.81 88.71, 90.77 97.59, 82.46 102 C74.15 106.41, 63.6 107.61, 54.65 107.15 C45.71 106.69, 36.66 103.79, 28.79 99.23 C20.93 94.67, 12.18 87.42, 7.46 79.8 C2.73 72.18, 0.41 62.49, 0.44 53.49 C0.47 44.49, 3.23 33.67, 7.63 25.79 C12.03 17.92, 18.67 10.6, 26.84 6.24 C35 1.88, 52.04 0.57, 56.63 -0.35 C61.23 -1.27, 54.6 -0.14, 54.41 0.73" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(1113.1108070353062 165.92577578068222) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round" transform="translate(734.7248496847219 359.3982089323207) rotate(0 55.56231838939857 53.878611771538154)">
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M111.12 53.88 C111.12 56.22, 110.96 58.59, 110.65 60.91 C110.33 63.24, 109.86 65.56, 109.23 67.82 C108.61 70.09, 107.82 72.33, 106.9 74.5 C105.97 76.66, 104.89 78.79, 103.68 80.82 C102.47 82.85, 101.11 84.82, 99.64 86.68 C98.17 88.54, 96.56 90.32, 94.85 91.98 C93.14 93.63, 91.3 95.2, 89.39 96.62 C87.47 98.05, 85.44 99.37, 83.34 100.54 C81.25 101.71, 79.06 102.76, 76.83 103.66 C74.59 104.55, 72.28 105.31, 69.94 105.92 C67.61 106.53, 65.21 106.99, 62.81 107.3 C60.42 107.6, 57.98 107.76, 55.56 107.76 C53.14 107.76, 50.71 107.6, 48.31 107.3 C45.91 106.99, 43.52 106.53, 41.18 105.92 C38.85 105.31, 36.53 104.55, 34.3 103.66 C32.07 102.76, 29.87 101.71, 27.78 100.54 C25.69 99.37, 23.66 98.05, 21.74 96.62 C19.82 95.2, 17.98 93.63, 16.27 91.98 C14.56 90.32, 12.95 88.54, 11.48 86.68 C10.01 84.82, 8.65 82.85, 7.44 80.82 C6.24 78.79, 5.15 76.66, 4.23 74.5 C3.3 72.33, 2.52 70.09, 1.89 67.82 C1.27 65.56, 0.79 63.24, 0.48 60.91 C0.16 58.59, 0 56.22, 0 53.88 C0 51.53, 0.16 49.17, 0.48 46.85 C0.79 44.52, 1.27 42.2, 1.89 39.93 C2.52 37.67, 3.3 35.43, 4.23 33.26 C5.15 31.09, 6.24 28.97, 7.44 26.94 C8.65 24.91, 10.01 22.94, 11.48 21.08 C12.95 19.22, 14.56 17.44, 16.27 15.78 C17.98 14.12, 19.82 12.56, 21.74 11.13 C23.66 9.71, 25.69 8.39, 27.78 7.22 C29.87 6.05, 32.07 5, 34.3 4.1 C36.53 3.2, 38.85 2.44, 41.18 1.84 C43.52 1.23, 45.91 0.77, 48.31 0.46 C50.71 0.15, 53.14 0, 55.56 0 C57.98 0, 60.42 0.15, 62.81 0.46 C65.21 0.77, 67.61 1.23, 69.94 1.84 C72.28 2.44, 74.59 3.2, 76.83 4.1 C79.06 5, 81.25 6.05, 83.34 7.22 C85.44 8.39, 87.47 9.71, 89.39 11.13 C91.3 12.56, 93.14 14.12, 94.85 15.78 C96.56 17.44, 98.17 19.22, 99.64 21.08 C101.11 22.94, 102.47 24.91, 103.68 26.94 C104.89 28.97, 105.97 31.09, 106.9 33.26 C107.82 35.43, 108.61 37.67, 109.23 39.93 C109.86 42.2, 110.33 44.52, 110.65 46.85 C110.96 49.17, 111.05 52.71, 111.12 53.88 C111.2 55.05, 111.2 52.71, 111.12 53.88" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M45.42 0.76 C53.7 -1.43, 64.94 -0.37, 73.8 2.77 C82.65 5.92, 92.35 12.77, 98.55 19.63 C104.75 26.5, 109.43 35.24, 111.02 43.94 C112.62 52.64, 111.52 63.44, 108.12 71.83 C104.73 80.23, 97.91 88.49, 90.65 94.34 C83.39 100.19, 73.46 105.19, 64.54 106.94 C55.62 108.68, 45.77 107.76, 37.13 104.79 C28.49 101.82, 18.92 96.14, 12.72 89.11 C6.52 82.08, 1.48 71.48, -0.04 62.59 C-1.57 53.7, 0.4 44.07, 3.57 35.79 C6.74 27.51, 11.33 18.73, 18.95 12.9 C26.58 7.07, 43.64 2.72, 49.33 0.81 C55.02 -1.1, 52.99 0.5, 53.1 1.42 M65.44 0.7 C74.37 1.21, 84.16 5.46, 91.2 11.21 C98.23 16.96, 104.31 26.48, 107.65 35.21 C110.98 43.93, 112.89 54.89, 111.2 63.55 C109.52 72.22, 103.39 80.4, 97.55 87.18 C91.71 93.97, 84.45 101.1, 76.15 104.25 C67.86 107.41, 57.12 107.55, 47.79 106.11 C38.46 104.68, 27.76 101.4, 20.17 95.64 C12.59 89.89, 5.34 80.05, 2.28 71.59 C-0.79 63.14, 0.28 53.8, 1.77 44.91 C3.25 36.03, 5.3 25.06, 11.17 18.29 C17.04 11.53, 28.2 7.06, 36.99 4.31 C45.79 1.55, 59.18 2.28, 63.94 1.77 C68.7 1.25, 65.61 0.29, 65.55 1.23" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M61.55 -0.18 C70.36 0.16, 80.63 6.25, 88.25 11.61 C95.86 16.97, 103.44 23.73, 107.27 31.99 C111.09 40.26, 112.42 52.06, 111.21 61.2 C110 70.34, 105.78 79.8, 100.01 86.83 C94.24 93.87, 84.99 99.92, 76.59 103.4 C68.2 106.89, 58.85 108.67, 49.65 107.74 C40.44 106.82, 28.83 103.35, 21.36 97.83 C13.9 92.31, 8.47 83.11, 4.86 74.6 C1.24 66.1, -1.5 55.75, -0.31 46.82 C0.89 37.89, 6.36 27.97, 12.04 21.01 C17.72 14.05, 24.84 8.51, 33.8 5.09 C42.75 1.66, 60.26 0.97, 65.77 0.45 C71.29 -0.08, 67.17 0.96, 66.89 1.91 M34.48 4.94 C42.65 1.06, 54.41 0.06, 63.35 1.02 C72.29 1.98, 80.78 5.45, 88.12 10.68 C95.45 15.9, 103.73 23.88, 107.36 32.36 C110.98 40.83, 111.21 52.69, 109.86 61.53 C108.51 70.37, 104.46 78.64, 99.25 85.39 C94.05 92.13, 86.98 98.51, 78.64 102.01 C70.3 105.51, 58.49 107.25, 49.19 106.37 C39.9 105.49, 30.29 102.12, 22.88 96.74 C15.48 91.37, 8.68 82.47, 4.77 74.13 C0.86 65.79, -1.78 55.5, -0.57 46.71 C0.64 37.93, 6.55 28.52, 12.03 21.41 C17.52 14.31, 28.71 6.84, 32.34 4.08 C35.98 1.33, 33.45 3.96, 33.86 4.87" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(771.4236751995909 403.9788889592869) rotate(0 19.075000762939453 9.2)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g stroke-linecap="round">
    <g transform="translate(892.5351695310005 188.01609981997137) rotate(0 1.2988473808027265 -8.420976433920842)">
-
      <path d="M0 0 C0.43 -2.81, 2.16 -14.03, 2.6 -16.84" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0.13 -0.26 C0.52 -3.05, 2.36 -14.33, 2.72 -17.15" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(695.2878488944912 230.72428333596778) rotate(0 28.417713324169654 64.68732563403155)">
-
      <path d="M0 0 C9.47 21.56, 47.36 107.81, 56.84 129.37" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0.28 -0.67 C9.59 20.87, 46.56 106.88, 56.17 128.69" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(855.149639501165 427.6710511565692) rotate(0 99.733390846357 13.769149265977639)">
-
      <path d="M0 0 C33.24 4.59, 166.22 22.95, 199.47 27.54" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M-0.67 -0.69 C32.71 4.14, 167.31 23.52, 200.54 28.31" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(933.6033948008958 312.30752722058173) rotate(0 72.19649747504172 47.26234016047354)">
-
      <path d="M0 0 C24.07 15.75, 120.33 78.77, 144.39 94.52" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M1.07 0.78 C25.12 16.74, 119.55 79.49, 143.63 95.1" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(856.605242456943 315.2671431623975) rotate(0 -13.762062805582445 20.471127363937477)">
-
      <path d="M0 0 C-4.59 6.82, -22.94 34.12, -27.52 40.94" stroke="#1971c2" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M-0.76 0.57 C-5.33 7.25, -22.04 34.31, -26.36 40.86" stroke="#1971c2" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(1126.8094110115167 388.03578429933236) rotate(0 7.020792789252937 -75.32851299562428)">
-
      <path d="M0 0 C2.34 -25.11, 11.7 -125.55, 14.04 -150.66" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M1.17 -0.08 C3.77 -25.46, 12.74 -126.75, 14.89 -151.72" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(962.05105644278 248.5860443288454) rotate(0 58.51052511049147 -13.536829356526198)">
-
      <path d="M0 0 C19.5 -4.51, 97.52 -22.56, 117.02 -27.07" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0.85 -1.07 C20.16 -5.44, 97.6 -21.79, 117.04 -26.32" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
    <g transform="translate(742.4653003088874 144.5503163618182) rotate(0 46.504943433785684 -17.141046457743172)">
-
      <path d="M0 0 C15.5 -5.71, 77.51 -28.57, 93.01 -34.28" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
      <path d="M0.02 0.76 C15.45 -4.97, 77.79 -29.65, 93.44 -35.42" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
modified assets/images/multiplexing.svg
@@ -1,60 +1,62 @@
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 696.3195887720376 165.30538113095736" width="696.3195887720376" height="165.30538113095736">
-
  <style>
-
        @import url("/assets/css/fonts.css");
-
        svg { font-size: 16px; font-family: "Inter", sans-serif; }
-
      </style>
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 696.3195887720376 164.40567933133389" width="696.3195887720376" height="164.40567933133389">
+
  <defs>
+
    <style>
+
      @import url("/assets/css/fonts.css");
+
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
+
    </style>
+
  </defs>
  <g stroke-linecap="round">
-
    <g transform="translate(155.66145624068986 90.03122412431958) rotate(0 193.40543491768312 0)">
-
      <path d="M0 0 C64.47 0, 322.34 0, 386.81 0 M0 0 C64.47 0, 322.34 0, 386.81 0" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    <g transform="translate(155.6647377174172 88.99766194007896) rotate(0 193.40433438988248 0.4302015039870071)">
+
      <path d="M-0.08 -1.08 C64.37 -1.16, 323.08 -0.79, 387.46 -0.27 M-1.58 0.97 C62.7 0.98, 322.41 0.78, 386.85 0.68" stroke="#8888ff" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(155.66145624068986 90.03122412431958) rotate(0 193.40543491768312 0)">
-
      <path d="M0 0 L13.59 -6.34 L13.59 6.34 L0 0" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
-
      <path d="M0 0 C3.15 -1.47, 6.31 -2.94, 13.59 -6.34 M0 0 C4.24 -1.98, 8.48 -3.95, 13.59 -6.34 M13.59 -6.34 C13.59 -3.27, 13.59 -0.2, 13.59 6.34 M13.59 -6.34 C13.59 -3.14, 13.59 0.06, 13.59 6.34 M13.59 6.34 C9.77 4.55, 5.94 2.77, 0 0 M13.59 6.34 C8.78 4.09, 3.96 1.85, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    <g transform="translate(155.6647377174172 88.99766194007896) rotate(0 193.40433438988248 0.4302015039870071)">
+
      <path d="M0.09 -2 L12.44 -8.01 L14.83 6.96 L1.34 -3.02" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M-0.08 -1.08 C3.51 -2.56, 8.4 -6.48, 13.52 -7.4 M-0.08 -1.08 C4.72 -3.17, 10.42 -5.91, 13.52 -7.4 M13.52 -7.4 C14.53 -3.08, 13.94 1.62, 13.51 5.28 M13.52 -7.4 C13.24 -2.59, 13.7 2.02, 13.51 5.28 M13.51 5.28 C11.31 3.44, 5.8 1.97, -0.08 -1.08 M13.51 5.28 C9.44 2.77, 4.34 0.94, -0.08 -1.08 M-0.08 -1.08 C-0.08 -1.08, -0.08 -1.08, -0.08 -1.08 M-0.08 -1.08 C-0.08 -1.08, -0.08 -1.08, -0.08 -1.08" stroke="#8888ff" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(155.66145624068986 90.03122412431958) rotate(0 193.40543491768312 0)">
-
      <path d="M386.81 0 L373.22 6.34 L373.22 -6.34 L386.81 0" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
-
      <path d="M386.81 0 C383.66 1.47, 380.5 2.94, 373.22 6.34 M386.81 0 C382.57 1.98, 378.33 3.95, 373.22 6.34 M373.22 6.34 C373.22 3.27, 373.22 0.2, 373.22 -6.34 M373.22 6.34 C373.22 3.14, 373.22 -0.06, 373.22 -6.34 M373.22 -6.34 C377.04 -4.55, 380.87 -2.77, 386.81 0 M373.22 -6.34 C378.03 -4.09, 382.85 -1.85, 386.81 0 M386.81 0 C386.81 0, 386.81 0, 386.81 0 M386.81 0 C386.81 0, 386.81 0, 386.81 0" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    <g transform="translate(155.6647377174172 88.99766194007896) rotate(0 193.40433438988248 0.4302015039870071)">
+
      <path d="M387.02 -0.25 L372.18 6.42 L374.57 -3.97 L388.27 -1.27" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M386.85 0.68 C380.57 3.79, 375.55 4.49, 373.26 7.03 M386.85 0.68 C380.79 3.52, 375.62 5.85, 373.26 7.03 M373.26 7.03 C374.51 2.62, 373.91 -1.41, 373.25 -5.65 M373.26 7.03 C373.09 2.39, 373.55 -2.47, 373.25 -5.65 M373.25 -5.65 C378.3 -4.34, 379.94 -2.47, 386.85 0.68 M373.25 -5.65 C378.81 -3.41, 383.31 -0.75, 386.85 0.68 M386.85 0.68 C386.85 0.68, 386.85 0.68, 386.85 0.68 M386.85 0.68 C386.85 0.68, 386.85 0.68, 386.85 0.68" stroke="#8888ff" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(153.4878122341961 121.28644146173292) rotate(0 194.9138844102522 -33.67037978310765)">
-
      <path d="M0 0 C21.37 -0.66, 80.71 5.77, 128.19 -3.96 C175.67 -13.68, 241.28 -47.79, 284.88 -58.35 C328.49 -68.91, 372.34 -65.84, 389.83 -67.34 M0 0 C21.37 -0.66, 80.71 5.77, 128.19 -3.96 C175.67 -13.68, 241.28 -47.79, 284.88 -58.35 C328.49 -68.91, 372.34 -65.84, 389.83 -67.34" stroke="#88cc88" stroke-width="1" fill="none"/>
+
    <g transform="translate(153.29403161629398 120.51076320358675) rotate(0 195.01077471920325 -33.28254065403456)">
+
      <path d="M0.65 -1.13 C21.95 -1.28, 80.34 7.51, 127.74 -1.99 C175.14 -11.49, 241.5 -47.46, 285.04 -58.12 C328.59 -68.78, 371.61 -64.61, 389.01 -65.97 M-0.47 0.89 C21.23 0.53, 82.66 6.18, 130.12 -3.49 C177.57 -13.15, 241.16 -46.3, 284.26 -57.09 C327.36 -67.88, 370.89 -66.77, 388.73 -68.22" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(153.4878122341961 121.28644146173292) rotate(0 194.9138844102522 -33.67037978310765)">
-
      <path d="M0 0 L13.67 -6.17 L13.51 6.51 L0 0" stroke="none" stroke-width="0" fill="#88cc88" fill-rule="evenodd"/>
-
      <path d="M0 0 C3.94 -1.78, 7.89 -3.56, 13.67 -6.17 M0 0 C4.98 -2.25, 9.96 -4.49, 13.67 -6.17 M13.67 -6.17 C13.63 -2.51, 13.58 1.15, 13.51 6.51 M13.67 -6.17 C13.63 -2.77, 13.59 0.63, 13.51 6.51 M13.51 6.51 C9.19 4.43, 4.87 2.35, 0 0 M13.51 6.51 C9.85 4.75, 6.2 2.99, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#88cc88" stroke-width="1" fill="none"/>
+
    <g transform="translate(153.29403161629398 120.51076320358675) rotate(0 195.01077471920325 -33.28254065403456)">
+
      <path d="M-0.43 -1.74 L15.82 -5.21 L15.38 3.83 L1.89 -0.6" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M0.65 -1.13 C3.35 -3.7, 10.32 -4.63, 14.5 -6.89 M0.65 -1.13 C3.85 -2.51, 8.08 -4.83, 14.5 -6.89 M14.5 -6.89 C15 -2.9, 15.22 -0.02, 13.96 5.78 M14.5 -6.89 C14.51 -2.35, 13.83 2.78, 13.96 5.78 M13.96 5.78 C8.5 3.16, 4.92 0.85, 0.65 -1.13 M13.96 5.78 C11.65 4.65, 8.32 3.16, 0.65 -1.13 M0.65 -1.13 C0.65 -1.13, 0.65 -1.13, 0.65 -1.13 M0.65 -1.13 C0.65 -1.13, 0.65 -1.13, 0.65 -1.13" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(153.4878122341961 121.28644146173292) rotate(0 194.9138844102522 -33.67037978310765)">
-
      <path d="M389.83 -67.34 L376.41 -60.63 L376.06 -73.31 L389.83 -67.34" stroke="none" stroke-width="0" fill="#88cc88" fill-rule="evenodd"/>
-
      <path d="M389.83 -67.34 C385.96 -65.41, 382.09 -63.47, 376.41 -60.63 M389.83 -67.34 C384.94 -64.9, 380.05 -62.45, 376.41 -60.63 M376.41 -60.63 C376.31 -64.29, 376.21 -67.95, 376.06 -73.31 M376.41 -60.63 C376.32 -64.03, 376.23 -67.43, 376.06 -73.31 M376.06 -73.31 C380.46 -71.4, 384.86 -69.49, 389.83 -67.34 M376.06 -73.31 C379.79 -71.69, 383.52 -70.08, 389.83 -67.34 M389.83 -67.34 C389.83 -67.34, 389.83 -67.34, 389.83 -67.34 M389.83 -67.34 C389.83 -67.34, 389.83 -67.34, 389.83 -67.34" stroke="#88cc88" stroke-width="1" fill="none"/>
+
    <g transform="translate(153.29403161629398 120.51076320358675) rotate(0 195.01077471920325 -33.28254065403456)">
+
      <path d="M387.64 -68.83 L376.76 -59.6 L376.28 -75.88 L389.97 -67.69" stroke="none" stroke-width="0" fill="#ffa083" fill-rule="evenodd"/>
+
      <path d="M388.73 -68.22 C383.35 -66.91, 382.36 -64.11, 375.43 -61.27 M388.73 -68.22 C384.91 -66.23, 382.23 -65.32, 375.43 -61.27 M375.43 -61.27 C375.7 -64.68, 375.91 -69.2, 374.86 -73.94 M375.43 -61.27 C375.51 -65.9, 374.83 -69.94, 374.86 -73.94 M374.86 -73.94 C379.5 -71.87, 385.9 -69.54, 388.73 -68.22 M374.86 -73.94 C378.16 -72.47, 380.31 -71.41, 388.73 -68.22 M388.73 -68.22 C388.73 -68.22, 388.73 -68.22, 388.73 -68.22 M388.73 -68.22 C388.73 -68.22, 388.73 -68.22, 388.73 -68.22" stroke="#ffa083" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(156.28566907690902 58.4419189791131) rotate(0 191.50377535149232 33.08130082930364)">
-
      <path d="M0 0 C20.99 0.65, 79.3 -5.66, 125.95 3.89 C172.6 13.44, 237.06 46.95, 279.9 57.33 C322.74 67.71, 365.82 64.69, 383.01 66.16 M0 0 C20.99 0.65, 79.3 -5.66, 125.95 3.89 C172.6 13.44, 237.06 46.95, 279.9 57.33 C322.74 67.71, 365.82 64.69, 383.01 66.16" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(156.4921060642805 57.683615871721145) rotate(0 191.40055685780635 33.46045238299962)">
+
      <path d="M-0.64 1.19 C20.2 2.06, 79.16 -5.48, 125.71 4.1 C172.26 13.68, 235.93 48.17, 278.68 58.68 C321.43 69.19, 364.76 65.98, 382.21 67.17 M1.22 0.77 C21.84 1.9, 78.11 -3.96, 124.74 5.35 C171.38 14.66, 238.14 46.14, 281.04 56.65 C323.94 67.16, 365.29 66.91, 382.14 68.4" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(156.28566907690902 58.4419189791131) rotate(0 191.50377535149232 33.08130082930364)">
-
      <path d="M0 0 L13.51 -6.51 L13.67 6.17 L0 0" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M0 0 C5.07 -2.44, 10.14 -4.89, 13.51 -6.51 M0 0 C4.37 -2.11, 8.74 -4.21, 13.51 -6.51 M13.51 -6.51 C13.57 -1.79, 13.63 2.93, 13.67 6.17 M13.51 -6.51 C13.55 -3.79, 13.58 -1.06, 13.67 6.17 M13.67 6.17 C10.21 4.6, 6.75 3.04, 0 0 M13.67 6.17 C10.05 4.53, 6.43 2.9, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(156.4921060642805 57.683615871721145) rotate(0 191.40055685780635 33.46045238299962)">
+
      <path d="M0.68 2.87 L14.23 -7.39 L14.32 7.77 L1.35 1.1" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-0.64 1.19 C5.67 -1.13, 8.26 -4.69, 12.81 -5.44 M-0.64 1.19 C4.42 -1.86, 8.73 -2.8, 12.81 -5.44 M12.81 -5.44 C13.87 -2.21, 13.81 1.63, 13.08 7.24 M12.81 -5.44 C12.71 -0.97, 13.46 3.1, 13.08 7.24 M13.08 7.24 C10.03 5.7, 3.88 5.31, -0.64 1.19 M13.08 7.24 C8.96 5.78, 4.97 4.31, -0.64 1.19 M-0.64 1.19 C-0.64 1.19, -0.64 1.19, -0.64 1.19 M-0.64 1.19 C-0.64 1.19, -0.64 1.19, -0.64 1.19" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(156.28566907690902 58.4419189791131) rotate(0 191.50377535149232 33.08130082930364)">
-
      <path d="M383.01 66.16 L369.24 72.13 L369.59 59.45 L383.01 66.16" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M383.01 66.16 C377.84 68.4, 372.68 70.64, 369.24 72.13 M383.01 66.16 C378.55 68.09, 374.1 70.02, 369.24 72.13 M369.24 72.13 C369.37 67.41, 369.5 62.69, 369.59 59.45 M369.24 72.13 C369.32 69.4, 369.39 66.68, 369.59 59.45 M369.59 59.45 C372.99 61.15, 376.39 62.85, 383.01 66.16 M369.59 59.45 C373.15 61.23, 376.7 63.01, 383.01 66.16 M383.01 66.16 C383.01 66.16, 383.01 66.16, 383.01 66.16 M383.01 66.16 C383.01 66.16, 383.01 66.16, 383.01 66.16" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(156.4921060642805 57.683615871721145) rotate(0 191.40055685780635 33.46045238299962)">
+
      <path d="M383.47 70.08 L369.62 72.01 L370.17 61.83 L384.13 68.31" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M382.14 68.4 C378.65 70.25, 371.54 70.99, 368.2 73.95 M382.14 68.4 C377.57 69.67, 372.31 72.98, 368.2 73.95 M368.2 73.95 C369.29 69.67, 369.37 66.01, 368.93 61.3 M368.2 73.95 C368.15 70.49, 369.04 66.63, 368.93 61.3 M368.93 61.3 C373.44 63.48, 374.89 66.81, 382.14 68.4 M368.93 61.3 C372.5 63.45, 376.14 65.71, 382.14 68.4 M382.14 68.4 C382.14 68.4, 382.14 68.4, 382.14 68.4 M382.14 68.4 C382.14 68.4, 382.14 68.4, 382.14 68.4" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
-
  <g stroke-linecap="round" transform="translate(10 27.305381130957358) rotate(0 66 64)">
-
    <path d="M132 64 C132 66.57, 131.84 69.16, 131.52 71.71 C131.2 74.27, 130.72 76.82, 130.08 79.32 C129.45 81.81, 128.65 84.29, 127.71 86.69 C126.77 89.1, 125.67 91.47, 124.44 93.74 C123.21 96.02, 121.82 98.24, 120.32 100.36 C118.81 102.47, 117.16 104.52, 115.4 106.44 C113.64 108.36, 111.75 110.2, 109.77 111.9 C107.78 113.61, 105.67 115.21, 103.49 116.67 C101.31 118.13, 99.02 119.47, 96.67 120.67 C94.32 121.86, 91.88 122.93, 89.4 123.84 C86.92 124.75, 84.37 125.52, 81.79 126.14 C79.22 126.76, 76.59 127.22, 73.96 127.53 C71.32 127.84, 68.65 128, 66 128 C63.35 128, 60.68 127.84, 58.04 127.53 C55.41 127.22, 52.78 126.76, 50.21 126.14 C47.63 125.52, 45.08 124.75, 42.6 123.84 C40.12 122.93, 37.68 121.86, 35.33 120.67 C32.98 119.47, 30.69 118.13, 28.51 116.67 C26.33 115.21, 24.22 113.61, 22.23 111.9 C20.25 110.2, 18.36 108.36, 16.6 106.44 C14.84 104.52, 13.19 102.47, 11.68 100.36 C10.18 98.24, 8.79 96.02, 7.56 93.74 C6.33 91.47, 5.23 89.1, 4.29 86.69 C3.35 84.29, 2.55 81.81, 1.92 79.32 C1.28 76.82, 0.8 74.27, 0.48 71.71 C0.16 69.16, 0 66.57, 0 64 C0 61.43, 0.16 58.84, 0.48 56.29 C0.8 53.73, 1.28 51.18, 1.92 48.68 C2.55 46.19, 3.35 43.71, 4.29 41.31 C5.23 38.9, 6.33 36.53, 7.56 34.26 C8.79 31.98, 10.18 29.76, 11.68 27.64 C13.19 25.53, 14.84 23.48, 16.6 21.56 C18.36 19.64, 20.25 17.8, 22.23 16.1 C24.22 14.39, 26.33 12.79, 28.51 11.33 C30.69 9.87, 32.98 8.53, 35.33 7.33 C37.68 6.14, 40.12 5.07, 42.6 4.16 C45.08 3.25, 47.63 2.48, 50.21 1.86 C52.78 1.24, 55.41 0.78, 58.04 0.47 C60.68 0.16, 63.35 0, 66 0 C68.65 0, 71.32 0.16, 73.96 0.47 C76.59 0.78, 79.22 1.24, 81.79 1.86 C84.37 2.48, 86.92 3.25, 89.4 4.16 C91.88 5.07, 94.32 6.14, 96.67 7.33 C99.02 8.53, 101.31 9.87, 103.49 11.33 C105.67 12.79, 107.78 14.39, 109.77 16.1 C111.75 17.8, 113.64 19.64, 115.4 21.56 C117.16 23.48, 118.81 25.53, 120.32 27.64 C121.82 29.76, 123.21 31.98, 124.44 34.26 C125.67 36.53, 126.77 38.9, 127.71 41.31 C128.65 43.71, 129.45 46.19, 130.08 48.68 C130.72 51.18, 131.2 53.73, 131.52 56.29 C131.84 58.84, 132 61.43, 132 64" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M132 64 C132 66.57, 131.84 69.16, 131.52 71.71 C131.2 74.27, 130.72 76.82, 130.08 79.32 C129.45 81.81, 128.65 84.29, 127.71 86.69 C126.77 89.1, 125.67 91.47, 124.44 93.74 C123.21 96.02, 121.82 98.24, 120.32 100.36 C118.81 102.47, 117.16 104.52, 115.4 106.44 C113.64 108.36, 111.75 110.2, 109.77 111.9 C107.78 113.61, 105.67 115.21, 103.49 116.67 C101.31 118.13, 99.02 119.47, 96.67 120.67 C94.32 121.86, 91.88 122.93, 89.4 123.84 C86.92 124.75, 84.37 125.52, 81.79 126.14 C79.22 126.76, 76.59 127.22, 73.96 127.53 C71.32 127.84, 68.65 128, 66 128 C63.35 128, 60.68 127.84, 58.04 127.53 C55.41 127.22, 52.78 126.76, 50.21 126.14 C47.63 125.52, 45.08 124.75, 42.6 123.84 C40.12 122.93, 37.68 121.86, 35.33 120.67 C32.98 119.47, 30.69 118.13, 28.51 116.67 C26.33 115.21, 24.22 113.61, 22.23 111.9 C20.25 110.2, 18.36 108.36, 16.6 106.44 C14.84 104.52, 13.19 102.47, 11.68 100.36 C10.18 98.24, 8.79 96.02, 7.56 93.74 C6.33 91.47, 5.23 89.1, 4.29 86.69 C3.35 84.29, 2.55 81.81, 1.92 79.32 C1.28 76.82, 0.8 74.27, 0.48 71.71 C0.16 69.16, 0 66.57, 0 64 C0 61.43, 0.16 58.84, 0.48 56.29 C0.8 53.73, 1.28 51.18, 1.92 48.68 C2.55 46.19, 3.35 43.71, 4.29 41.31 C5.23 38.9, 6.33 36.53, 7.56 34.26 C8.79 31.98, 10.18 29.76, 11.68 27.64 C13.19 25.53, 14.84 23.48, 16.6 21.56 C18.36 19.64, 20.25 17.8, 22.23 16.1 C24.22 14.39, 26.33 12.79, 28.51 11.33 C30.69 9.87, 32.98 8.53, 35.33 7.33 C37.68 6.14, 40.12 5.07, 42.6 4.16 C45.08 3.25, 47.63 2.48, 50.21 1.86 C52.78 1.24, 55.41 0.78, 58.04 0.47 C60.68 0.16, 63.35 0, 66 0 C68.65 0, 71.32 0.16, 73.96 0.47 C76.59 0.78, 79.22 1.24, 81.79 1.86 C84.37 2.48, 86.92 3.25, 89.4 4.16 C91.88 5.07, 94.32 6.14, 96.67 7.33 C99.02 8.53, 101.31 9.87, 103.49 11.33 C105.67 12.79, 107.78 14.39, 109.77 16.1 C111.75 17.8, 113.64 19.64, 115.4 21.56 C117.16 23.48, 118.81 25.53, 120.32 27.64 C121.82 29.76, 123.21 31.98, 124.44 34.26 C125.67 36.53, 126.77 38.9, 127.71 41.31 C128.65 43.71, 129.45 46.19, 130.08 48.68 C130.72 51.18, 131.2 53.73, 131.52 56.29 C131.84 58.84, 132 61.43, 132 64" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(10 26.058957069921462) rotate(0 66 64)">
+
    <path d="M85.06 2.57 C94.54 4.44, 104.35 11.43, 111.55 18.31 C118.75 25.19, 124.92 34.48, 128.29 43.84 C131.65 53.2, 133.5 64.45, 131.74 74.47 C129.98 84.48, 124.18 96.07, 117.73 103.91 C111.28 111.74, 102.31 117.61, 93.04 121.49 C83.78 125.37, 72.42 127.75, 62.13 127.19 C51.84 126.63, 39.9 123.25, 31.28 118.15 C22.67 113.04, 15.48 104.79, 10.44 96.58 C5.39 88.36, 1.72 78.62, 1.01 68.84 C0.31 59.06, 2.05 47.14, 6.19 37.87 C10.33 28.6, 17.83 19.36, 25.83 13.22 C33.83 7.08, 42.99 2.31, 54.2 1.03 C65.4 -0.26, 85.36 3.88, 93.06 5.51 C100.75 7.13, 100.62 9.83, 100.36 10.76 M77.38 0.35 C87.27 1.63, 99.14 8.9, 107.26 15.43 C115.38 21.96, 121.79 30.51, 126.12 39.51 C130.45 48.51, 133.91 59.74, 133.24 69.42 C132.57 79.11, 127.98 89.37, 122.11 97.61 C116.24 105.84, 107.05 113.79, 98.02 118.84 C88.99 123.88, 77.84 127.22, 67.93 127.9 C58.02 128.57, 47.52 127.23, 38.59 122.88 C29.65 118.53, 20.63 110.04, 14.31 101.79 C7.99 93.54, 2.63 83.13, 0.68 73.39 C-1.26 63.64, -0.6 52.58, 2.63 43.34 C5.86 34.09, 12.61 24.87, 20.08 17.89 C27.55 10.91, 37.49 4.38, 47.45 1.46 C57.41 -1.46, 74.59 0.02, 79.84 0.36 C85.09 0.71, 79.18 2.11, 78.94 3.54" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M39.21 6.04 C47.44 1.4, 58.83 -0.49, 69.15 0.04 C79.47 0.58, 92.16 4.05, 101.13 9.25 C110.09 14.44, 117.72 22.78, 122.96 31.21 C128.21 39.64, 131.98 50.02, 132.62 59.82 C133.25 69.62, 131.07 80.84, 126.76 90.01 C122.45 99.18, 114.92 108.73, 106.75 114.83 C98.58 120.93, 87.68 124.78, 77.73 126.6 C67.78 128.42, 56.63 128.68, 47.05 125.75 C37.46 122.81, 27.61 116.15, 20.21 109.01 C12.8 101.87, 5.71 92.33, 2.62 82.91 C-0.48 73.49, -0.12 62.05, 1.63 52.48 C3.39 42.9, 6.29 33.42, 13.13 25.45 C19.97 17.48, 36.95 8.28, 42.69 4.66 C48.43 1.04, 47.12 2.89, 47.57 3.72 M84.54 2.3 C94.33 4.15, 105.33 11, 112.59 17.81 C119.84 24.62, 124.98 33.41, 128.04 43.15 C131.11 52.89, 132.59 66.39, 130.99 76.25 C129.38 86.12, 124.79 94.77, 118.43 102.34 C112.06 109.91, 101.93 117.2, 92.79 121.67 C83.65 126.14, 73.48 129.85, 63.58 129.17 C53.68 128.49, 42.21 122.79, 33.41 117.59 C24.6 112.39, 16.04 106.19, 10.74 97.98 C5.45 89.77, 2.62 78.22, 1.65 68.35 C0.69 58.47, 0.89 47.82, 4.95 38.72 C9.02 29.63, 18.12 19.83, 26.07 13.77 C34.02 7.71, 42.84 4.07, 52.64 2.35 C62.44 0.62, 79.51 2.95, 84.89 3.41 C90.26 3.87, 85.42 4.27, 84.91 5.09" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(55.88095167874849 82.35054713501836) rotate(0 19.950000762939453 9.199999999999989)">
+
  <g transform="translate(55.88095167874826 81.10412307398246) rotate(0 19.950000762939453 9.199999999999989)">
    <text x="19.950000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Calyx</text>
  </g>
  <g stroke-linecap="round" transform="translate(554.3195887720376 26.405679331333886) rotate(0 66 64)">
-
    <path d="M132 64 C132 66.57, 131.84 69.16, 131.52 71.71 C131.2 74.27, 130.72 76.82, 130.08 79.32 C129.45 81.81, 128.65 84.29, 127.71 86.69 C126.77 89.1, 125.67 91.47, 124.44 93.74 C123.21 96.02, 121.82 98.24, 120.32 100.36 C118.81 102.47, 117.16 104.52, 115.4 106.44 C113.64 108.36, 111.75 110.2, 109.77 111.9 C107.78 113.61, 105.67 115.21, 103.49 116.67 C101.31 118.13, 99.02 119.47, 96.67 120.67 C94.32 121.86, 91.88 122.93, 89.4 123.84 C86.92 124.75, 84.37 125.52, 81.79 126.14 C79.22 126.76, 76.59 127.22, 73.96 127.53 C71.32 127.84, 68.65 128, 66 128 C63.35 128, 60.68 127.84, 58.04 127.53 C55.41 127.22, 52.78 126.76, 50.21 126.14 C47.63 125.52, 45.08 124.75, 42.6 123.84 C40.12 122.93, 37.68 121.86, 35.33 120.67 C32.98 119.47, 30.69 118.13, 28.51 116.67 C26.33 115.21, 24.22 113.61, 22.23 111.9 C20.25 110.2, 18.36 108.36, 16.6 106.44 C14.84 104.52, 13.19 102.47, 11.68 100.36 C10.18 98.24, 8.79 96.02, 7.56 93.74 C6.33 91.47, 5.23 89.1, 4.29 86.69 C3.35 84.29, 2.55 81.81, 1.92 79.32 C1.28 76.82, 0.8 74.27, 0.48 71.71 C0.16 69.16, 0 66.57, 0 64 C0 61.43, 0.16 58.84, 0.48 56.29 C0.8 53.73, 1.28 51.18, 1.92 48.68 C2.55 46.19, 3.35 43.71, 4.29 41.31 C5.23 38.9, 6.33 36.53, 7.56 34.26 C8.79 31.98, 10.18 29.76, 11.68 27.64 C13.19 25.53, 14.84 23.48, 16.6 21.56 C18.36 19.64, 20.25 17.8, 22.23 16.1 C24.22 14.39, 26.33 12.79, 28.51 11.33 C30.69 9.87, 32.98 8.53, 35.33 7.33 C37.68 6.14, 40.12 5.07, 42.6 4.16 C45.08 3.25, 47.63 2.48, 50.21 1.86 C52.78 1.24, 55.41 0.78, 58.04 0.47 C60.68 0.16, 63.35 0, 66 0 C68.65 0, 71.32 0.16, 73.96 0.47 C76.59 0.78, 79.22 1.24, 81.79 1.86 C84.37 2.48, 86.92 3.25, 89.4 4.16 C91.88 5.07, 94.32 6.14, 96.67 7.33 C99.02 8.53, 101.31 9.87, 103.49 11.33 C105.67 12.79, 107.78 14.39, 109.77 16.1 C111.75 17.8, 113.64 19.64, 115.4 21.56 C117.16 23.48, 118.81 25.53, 120.32 27.64 C121.82 29.76, 123.21 31.98, 124.44 34.26 C125.67 36.53, 126.77 38.9, 127.71 41.31 C128.65 43.71, 129.45 46.19, 130.08 48.68 C130.72 51.18, 131.2 53.73, 131.52 56.29 C131.84 58.84, 132 61.43, 132 64" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M132 64 C132 66.57, 131.84 69.16, 131.52 71.71 C131.2 74.27, 130.72 76.82, 130.08 79.32 C129.45 81.81, 128.65 84.29, 127.71 86.69 C126.77 89.1, 125.67 91.47, 124.44 93.74 C123.21 96.02, 121.82 98.24, 120.32 100.36 C118.81 102.47, 117.16 104.52, 115.4 106.44 C113.64 108.36, 111.75 110.2, 109.77 111.9 C107.78 113.61, 105.67 115.21, 103.49 116.67 C101.31 118.13, 99.02 119.47, 96.67 120.67 C94.32 121.86, 91.88 122.93, 89.4 123.84 C86.92 124.75, 84.37 125.52, 81.79 126.14 C79.22 126.76, 76.59 127.22, 73.96 127.53 C71.32 127.84, 68.65 128, 66 128 C63.35 128, 60.68 127.84, 58.04 127.53 C55.41 127.22, 52.78 126.76, 50.21 126.14 C47.63 125.52, 45.08 124.75, 42.6 123.84 C40.12 122.93, 37.68 121.86, 35.33 120.67 C32.98 119.47, 30.69 118.13, 28.51 116.67 C26.33 115.21, 24.22 113.61, 22.23 111.9 C20.25 110.2, 18.36 108.36, 16.6 106.44 C14.84 104.52, 13.19 102.47, 11.68 100.36 C10.18 98.24, 8.79 96.02, 7.56 93.74 C6.33 91.47, 5.23 89.1, 4.29 86.69 C3.35 84.29, 2.55 81.81, 1.92 79.32 C1.28 76.82, 0.8 74.27, 0.48 71.71 C0.16 69.16, 0 66.57, 0 64 C0 61.43, 0.16 58.84, 0.48 56.29 C0.8 53.73, 1.28 51.18, 1.92 48.68 C2.55 46.19, 3.35 43.71, 4.29 41.31 C5.23 38.9, 6.33 36.53, 7.56 34.26 C8.79 31.98, 10.18 29.76, 11.68 27.64 C13.19 25.53, 14.84 23.48, 16.6 21.56 C18.36 19.64, 20.25 17.8, 22.23 16.1 C24.22 14.39, 26.33 12.79, 28.51 11.33 C30.69 9.87, 32.98 8.53, 35.33 7.33 C37.68 6.14, 40.12 5.07, 42.6 4.16 C45.08 3.25, 47.63 2.48, 50.21 1.86 C52.78 1.24, 55.41 0.78, 58.04 0.47 C60.68 0.16, 63.35 0, 66 0 C68.65 0, 71.32 0.16, 73.96 0.47 C76.59 0.78, 79.22 1.24, 81.79 1.86 C84.37 2.48, 86.92 3.25, 89.4 4.16 C91.88 5.07, 94.32 6.14, 96.67 7.33 C99.02 8.53, 101.31 9.87, 103.49 11.33 C105.67 12.79, 107.78 14.39, 109.77 16.1 C111.75 17.8, 113.64 19.64, 115.4 21.56 C117.16 23.48, 118.81 25.53, 120.32 27.64 C121.82 29.76, 123.21 31.98, 124.44 34.26 C125.67 36.53, 126.77 38.9, 127.71 41.31 C128.65 43.71, 129.45 46.19, 130.08 48.68 C130.72 51.18, 131.2 53.73, 131.52 56.29 C131.84 58.84, 132 61.43, 132 64" stroke="#ffffff" stroke-width="1" fill="none"/>
+
    <path d="M56.2 0.41 C65.63 -1.9, 77.98 -0.24, 87.86 3.05 C97.74 6.33, 108.57 12.55, 115.49 20.12 C122.41 27.69, 126.98 38.88, 129.39 48.47 C131.8 58.06, 132.2 68.24, 129.93 77.66 C127.67 87.08, 122.55 97.49, 115.8 105 C109.05 112.5, 98.78 119.05, 89.44 122.69 C80.1 126.32, 69.63 127.62, 59.76 126.81 C49.88 126, 38.73 123.23, 30.2 117.83 C21.66 112.43, 13.45 103.32, 8.55 94.41 C3.66 85.49, 0.99 74.24, 0.82 64.34 C0.66 54.45, 3.22 43.85, 7.56 35.02 C11.9 26.2, 17.76 17.32, 26.86 11.39 C35.95 5.46, 55.05 1.21, 62.13 -0.58 C69.21 -2.38, 69.07 -0.45, 69.33 0.6 M42.51 5.45 C51.4 1.54, 63.16 0.38, 73.57 1.49 C83.97 2.59, 96.44 6.65, 104.93 12.08 C113.42 17.51, 120.25 25.47, 124.53 34.07 C128.81 42.67, 130.83 53.72, 130.61 63.67 C130.39 73.61, 127.67 84.75, 123.23 93.73 C118.78 102.72, 112.01 112.09, 103.92 117.55 C95.84 123.01, 84.98 125.69, 74.71 126.51 C64.45 127.34, 52.11 125.99, 42.32 122.5 C32.53 119.01, 22.67 112.83, 15.96 105.59 C9.25 98.34, 4.35 88.71, 2.06 79.02 C-0.24 69.33, -0.42 57.18, 2.19 47.46 C4.8 37.74, 10.91 27.74, 17.72 20.7 C24.53 13.66, 38.69 7.54, 43.07 5.23 C47.46 2.92, 43.65 6.17, 44.01 6.84" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M48.84 1.88 C58.13 -1.43, 72.09 -0.64, 82.26 1.72 C92.43 4.08, 102.2 9.58, 109.87 16.04 C117.54 22.51, 124.56 31.34, 128.28 40.49 C132 49.64, 133.45 60.96, 132.19 70.94 C130.92 80.93, 126.56 92.2, 120.69 100.39 C114.83 108.59, 105.9 115.39, 96.99 120.1 C88.08 124.81, 77.28 128.57, 67.22 128.67 C57.17 128.77, 45.94 125.36, 36.67 120.69 C27.4 116.02, 17.53 108.74, 11.59 100.67 C5.66 92.6, 2.48 81.91, 1.07 72.25 C-0.34 62.59, -0.29 51.91, 3.15 42.7 C6.6 33.49, 12.96 24, 21.74 16.97 C30.51 9.95, 49.16 3.21, 55.78 0.56 C62.4 -2.1, 61.23 0.06, 61.44 1.04 M51.03 1.19 C60.22 -2.05, 71.66 -2.05, 81.5 0.7 C91.35 3.45, 102.37 10.96, 110.12 17.69 C117.87 24.42, 124.6 32.07, 128.02 41.08 C131.44 50.1, 131.81 61.6, 130.64 71.75 C129.47 81.91, 126.58 94.08, 121.01 102.03 C115.45 109.98, 106.37 115.05, 97.27 119.44 C88.17 123.84, 76.56 128.24, 66.41 128.4 C56.26 128.55, 45.64 125.03, 36.36 120.36 C27.09 115.7, 16.55 108.65, 10.76 100.42 C4.97 92.2, 2.84 80.75, 1.64 71.02 C0.44 61.29, 0.11 51.13, 3.57 42.03 C7.03 32.93, 14.53 22.96, 22.42 16.44 C30.31 9.91, 46.38 5.2, 50.91 2.87 C55.45 0.54, 49.39 1.48, 49.63 2.46" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
  <g transform="translate(600.188041595195 81.45084533539489) rotate(0 19.962499618530273 9.199999999999989)">
    <text x="19.962499618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Paxel</text>
added assets/images/noisexk-1.svg
@@ -0,0 +1,35 @@
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 604.3149966657938 100.14486226111859" width="604.3149966657938" height="100.14486226111859">
+
  <defs>
+
    <style>
+
      @import url("/assets/css/fonts.css");
+
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
+
    </style>
+
  </defs>
+
  <g stroke-linecap="round" transform="translate(511.6656077284415 10.000000261262159) rotate(0 41.32469446867617 40.072430999928216)">
+
    <path d="M22.13 4.96 C28.19 1.45, 38.52 -0.28, 46.17 0.33 C53.82 0.94, 62.46 3.98, 68.05 8.6 C73.65 13.23, 77.56 21.09, 79.76 28.08 C81.97 35.07, 82.99 43.46, 81.29 50.53 C79.58 57.59, 75.09 65.74, 69.53 70.47 C63.98 75.2, 55.4 77.87, 47.96 78.91 C40.52 79.96, 31.72 79.37, 24.91 76.73 C18.09 74.1, 11.1 69.12, 7.07 63.12 C3.04 57.12, 0.99 47.97, 0.72 40.75 C0.45 33.52, 1.35 26.22, 5.46 19.78 C9.58 13.33, 21.71 4.98, 25.41 2.09 C29.12 -0.81, 27.54 1.73, 27.69 2.39 M22.35 3.48 C28.65 -0.2, 38.22 -1.99, 45.68 -1 C53.15 -0.02, 61.25 4.78, 67.12 9.39 C73 14, 78.59 20.02, 80.93 26.66 C83.28 33.31, 83.31 42.33, 81.21 49.27 C79.11 56.21, 73.83 63.49, 68.36 68.3 C62.88 73.11, 55.63 76.56, 48.36 78.12 C41.08 79.68, 31.52 80.39, 24.71 77.66 C17.9 74.93, 11.41 67.82, 7.49 61.77 C3.57 55.71, 1.61 48.27, 1.2 41.34 C0.79 34.42, 1.35 26.39, 5.05 20.23 C8.76 14.08, 20.6 7.14, 23.42 4.43 C26.25 1.71, 21.61 3.2, 22.02 3.94" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M42 0.09 C49.08 -0.48, 57.15 1.99, 63.33 5.97 C69.5 9.96, 75.99 17.29, 79.06 24 C82.12 30.72, 82.73 39.3, 81.73 46.27 C80.74 53.23, 78.06 60.46, 73.09 65.77 C68.12 71.09, 59.32 75.92, 51.92 78.15 C44.53 80.38, 35.84 81.29, 28.69 79.16 C21.54 77.02, 13.65 70.95, 9.05 65.32 C4.45 59.69, 2.11 52.52, 1.1 45.37 C0.09 38.22, -0.08 29.09, 2.99 22.42 C6.05 15.75, 12.64 9.08, 19.47 5.35 C26.3 1.61, 39.71 0.7, 43.96 0.02 C48.21 -0.67, 44.91 0.56, 44.97 1.22 M30.59 2.48 C37.49 0, 48.32 -0.44, 55.22 1.39 C62.12 3.22, 67.44 7.65, 72.01 13.47 C76.57 19.28, 81.75 29.12, 82.6 36.28 C83.44 43.43, 80.17 49.96, 77.07 56.39 C73.97 62.82, 70.31 71.13, 64.02 74.85 C57.72 78.58, 47.2 79.18, 39.3 78.74 C31.4 78.3, 22.6 76.09, 16.61 72.2 C10.62 68.32, 6.03 62.08, 3.37 55.4 C0.71 48.72, -0.42 39.12, 0.66 32.12 C1.74 25.11, 4.71 18.31, 9.86 13.37 C15.01 8.43, 28.1 4.45, 31.57 2.48 C35.05 0.5, 30.55 1.06, 30.71 1.53" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(532.8068308893244 41.03694356251114) rotate(0 19.962499618530273 9.200000000000003)">
+
    <text x="19.962499618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Paxel</text>
+
  </g>
+
  <g stroke-linecap="round">
+
    <g transform="translate(102.39708639034416 49.61786066367563) rotate(0 199.40417245013805 0.40807994667591174)">
+
      <path d="M-0.19 0.45 C66.29 0.59, 332.53 0.04, 398.92 0.11 M-1.75 -0.36 C64.58 -0.02, 331.56 0.85, 398.03 1.27" stroke="#ff80b3" stroke-width="1" fill="none"/>
+
    </g>
+
    <g transform="translate(102.39708639034416 49.61786066367563) rotate(0 199.40417245013805 0.40807994667591174)">
+
      <path d="M0.9 1.97 L13.06 -6.67 L14.38 6.88 L0.45 -0.86" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-0.19 0.45 C4.51 -1.31, 7.15 -4.18, 13.4 -5.9 M-0.19 0.45 C4.04 -0.86, 7.42 -3.89, 13.4 -5.9 M13.4 -5.9 C12.24 -3.65, 14.23 0.41, 13.41 6.78 M13.4 -5.9 C12.76 -3.05, 13.28 -0.98, 13.41 6.78 M13.41 6.78 C8.25 4.72, 5.25 2.57, -0.19 0.45 M13.41 6.78 C7.61 3.75, 3.23 2.38, -0.19 0.45 M-0.19 0.45 C-0.19 0.45, -0.19 0.45, -0.19 0.45 M-0.19 0.45 C-0.19 0.45, -0.19 0.45, -0.19 0.45" stroke="#ff80b3" stroke-width="1" fill="none"/>
+
    </g>
+
  </g>
+
  <mask/>
+
  <g transform="translate(201.32231328367652 12.874986951179523) rotate(0 103.75 9.200000000000003)">
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Responder gossips static key</text>
+
  </g>
+
  <g transform="translate(300.39731309294166 61.591726416196025) rotate(0 4.675000190734863 9.599999999999994)">
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">s</text>
+
  </g>
+
  <g stroke-opacity="0" fill-opacity="0" stroke-linecap="round" transform="translate(10 10) rotate(0 41.32469446867617 40.0724309999282)">
+
    <path d="M82.65 40.07 C82.65 41.97, 82.51 43.89, 82.23 45.78 C81.95 47.66, 81.53 49.54, 80.98 51.36 C80.42 53.19, 79.73 54.99, 78.91 56.72 C78.1 58.45, 77.15 60.14, 76.09 61.74 C75.03 63.34, 73.84 64.88, 72.56 66.31 C71.27 67.75, 69.87 69.11, 68.39 70.36 C66.91 71.6, 65.32 72.76, 63.67 73.78 C62.02 74.81, 60.27 75.73, 58.49 76.52 C56.71 77.31, 54.85 77.99, 52.97 78.52 C51.09 79.06, 49.15 79.47, 47.21 79.74 C45.27 80.01, 43.29 80.14, 41.32 80.14 C39.36 80.14, 37.38 80.01, 35.44 79.74 C33.5 79.47, 31.56 79.06, 29.68 78.52 C27.8 77.99, 25.94 77.31, 24.16 76.52 C22.37 75.73, 20.63 74.81, 18.98 73.78 C17.33 72.76, 15.74 71.6, 14.26 70.36 C12.78 69.11, 11.38 67.75, 10.09 66.31 C8.81 64.88, 7.62 63.34, 6.56 61.74 C5.5 60.14, 4.55 58.45, 3.73 56.72 C2.92 54.99, 2.23 53.19, 1.67 51.36 C1.12 49.54, 0.7 47.66, 0.42 45.78 C0.14 43.89, 0 41.97, 0 40.07 C0 38.17, 0.14 36.25, 0.42 34.37 C0.7 32.49, 1.12 30.61, 1.67 28.78 C2.23 26.96, 2.92 25.15, 3.73 23.43 C4.55 21.7, 5.5 20.01, 6.56 18.41 C7.62 16.81, 8.81 15.27, 10.09 13.83 C11.38 12.39, 12.78 11.03, 14.26 9.79 C15.74 8.54, 17.33 7.39, 18.98 6.36 C20.63 5.33, 22.37 4.41, 24.16 3.62 C25.94 2.83, 27.8 2.16, 29.68 1.62 C31.56 1.09, 33.5 0.68, 35.44 0.41 C37.38 0.14, 39.36 0, 41.32 0 C43.29 0, 45.27 0.14, 47.21 0.41 C49.15 0.68, 51.09 1.09, 52.97 1.62 C54.85 2.16, 56.71 2.83, 58.49 3.62 C60.27 4.41, 62.02 5.33, 63.67 6.36 C65.32 7.39, 66.91 8.54, 68.39 9.79 C69.87 11.03, 71.27 12.39, 72.56 13.83 C73.84 15.27, 75.03 16.81, 76.09 18.41 C77.15 20.01, 78.1 21.7, 78.91 23.43 C79.73 25.15, 80.42 26.96, 80.98 28.78 C81.53 30.61, 81.95 32.49, 82.23 34.37 C82.51 36.25, 82.58 39.12, 82.65 40.07 C82.72 41.02, 82.72 39.12, 82.65 40.07" stroke="none" stroke-width="0" fill="#1e1e1e"/>
+
    <path d="M82.65 40.07 C82.65 41.97, 82.51 43.89, 82.23 45.78 C81.95 47.66, 81.53 49.54, 80.98 51.36 C80.42 53.19, 79.73 54.99, 78.91 56.72 C78.1 58.45, 77.15 60.14, 76.09 61.74 C75.03 63.34, 73.84 64.88, 72.56 66.31 C71.27 67.75, 69.87 69.11, 68.39 70.36 C66.91 71.6, 65.32 72.76, 63.67 73.78 C62.02 74.81, 60.27 75.73, 58.49 76.52 C56.71 77.31, 54.85 77.99, 52.97 78.52 C51.09 79.06, 49.15 79.47, 47.21 79.74 C45.27 80.01, 43.29 80.14, 41.32 80.14 C39.36 80.14, 37.38 80.01, 35.44 79.74 C33.5 79.47, 31.56 79.06, 29.68 78.52 C27.8 77.99, 25.94 77.31, 24.16 76.52 C22.37 75.73, 20.63 74.81, 18.98 73.78 C17.33 72.76, 15.74 71.6, 14.26 70.36 C12.78 69.11, 11.38 67.75, 10.09 66.31 C8.81 64.88, 7.62 63.34, 6.56 61.74 C5.5 60.14, 4.55 58.45, 3.73 56.72 C2.92 54.99, 2.23 53.19, 1.67 51.36 C1.12 49.54, 0.7 47.66, 0.42 45.78 C0.14 43.89, 0 41.97, 0 40.07 C0 38.17, 0.14 36.25, 0.42 34.37 C0.7 32.49, 1.12 30.61, 1.67 28.78 C2.23 26.96, 2.92 25.15, 3.73 23.43 C4.55 21.7, 5.5 20.01, 6.56 18.41 C7.62 16.81, 8.81 15.27, 10.09 13.83 C11.38 12.39, 12.78 11.03, 14.26 9.79 C15.74 8.54, 17.33 7.39, 18.98 6.36 C20.63 5.33, 22.37 4.41, 24.16 3.62 C25.94 2.83, 27.8 2.16, 29.68 1.62 C31.56 1.09, 33.5 0.68, 35.44 0.41 C37.38 0.14, 39.36 0, 41.32 0 C43.29 0, 45.27 0.14, 47.21 0.41 C49.15 0.68, 51.09 1.09, 52.97 1.62 C54.85 2.16, 56.71 2.83, 58.49 3.62 C60.27 4.41, 62.02 5.33, 63.67 6.36 C65.32 7.39, 66.91 8.54, 68.39 9.79 C69.87 11.03, 71.27 12.39, 72.56 13.83 C73.84 15.27, 75.03 16.81, 76.09 18.41 C77.15 20.01, 78.1 21.7, 78.91 23.43 C79.73 25.15, 80.42 26.96, 80.98 28.78 C81.53 30.61, 81.95 32.49, 82.23 34.37 C82.51 36.25, 82.58 39.12, 82.65 40.07 C82.72 41.02, 82.72 39.12, 82.65 40.07" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
</svg>
added assets/images/noisexk-2.svg
@@ -0,0 +1,77 @@
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 604.3149977373096 312.38343077362174" width="604.3149977373096" height="312.38343077362174">
+
  <defs>
+
    <style>
+
      @import url("/assets/css/fonts.css");
+
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
+
    </style>
+
  </defs>
+
  <g stroke-linecap="round">
+
    <g transform="translate(100.76342687430133 51.66129650929588) rotate(0 199.81560347454388 0.04748986530546517)">
+
      <path d="M0.05 -1.04 C66.78 -1.24, 333.01 -0.87, 399.66 -0.81 M-1.39 1.03 C65.26 0.92, 331.94 0.38, 398.73 0.26" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    </g>
+
    <g transform="translate(100.76342687430133 51.66129650929588) rotate(0 199.81560347454388 0.04748986530546517)">
+
      <path d="M398.38 -0.32 L383.98 7.21 L383.95 -6.41 L397.46 -1.23" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M398.73 0.26 C394.24 1.8, 391.19 3.66, 385.14 6.62 M398.73 0.26 C395.29 2.22, 392.09 3.18, 385.14 6.62 M385.14 6.62 C384.7 3.03, 384.41 -2.84, 385.12 -6.06 M385.14 6.62 C384.69 3.58, 384.73 1.2, 385.12 -6.06 M385.12 -6.06 C389.09 -6.14, 391.55 -4, 398.73 0.26 M385.12 -6.06 C388.68 -3.8, 392.28 -2.44, 398.73 0.26 M398.73 0.26 C398.73 0.26, 398.73 0.26, 398.73 0.26 M398.73 0.26 C398.73 0.26, 398.73 0.26, 398.73 0.26" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    </g>
+
  </g>
+
  <mask/>
+
  <g stroke-linecap="round" transform="translate(10 10) rotate(0 41.32469446867617 40.0724309999282)">
+
    <path d="M24.4 4.33 C30.55 1.21, 38.57 0.38, 45.72 1.32 C52.86 2.27, 61.44 5.66, 67.26 10 C73.07 14.34, 78.37 20.58, 80.62 27.35 C82.86 34.13, 82.71 43.42, 80.72 50.64 C78.73 57.85, 74.23 65.84, 68.66 70.65 C63.1 75.46, 54.82 78.62, 47.33 79.51 C39.83 80.39, 30.54 78.9, 23.69 75.96 C16.85 73.01, 10.16 67.63, 6.28 61.83 C2.39 56.04, 0.44 48.45, 0.36 41.18 C0.28 33.91, 0.97 24.66, 5.79 18.23 C10.61 11.8, 24.31 5.33, 29.28 2.6 C34.24 -0.14, 35.41 1.25, 35.57 1.82 M30.46 0.14 C37.07 -2.44, 46.11 -1.71, 53.34 0.93 C60.57 3.56, 69.23 10.22, 73.83 15.96 C78.44 21.7, 80.39 28.34, 80.97 35.37 C81.54 42.4, 80.13 51.44, 77.31 58.15 C74.49 64.86, 70.31 72.15, 64.06 75.63 C57.81 79.11, 47.31 79.55, 39.83 79.02 C32.35 78.49, 25.4 76.47, 19.2 72.46 C13 68.46, 5.77 61.37, 2.63 54.99 C-0.5 48.6, -0.7 40.87, 0.39 34.14 C1.48 27.41, 4.4 20.08, 9.18 14.59 C13.95 9.1, 25.33 3.2, 29.03 1.21 C32.74 -0.78, 31.06 2.22, 31.42 2.67" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M29.01 2.49 C35.57 -0.02, 44.69 -0.31, 52.02 1.62 C59.34 3.56, 67.88 8.62, 72.96 14.08 C78.03 19.55, 81.47 27.47, 82.46 34.44 C83.45 41.4, 81.82 49.33, 78.9 55.87 C75.99 62.41, 70.96 69.5, 64.96 73.69 C58.96 77.88, 50.29 80.97, 42.9 81.01 C35.51 81.05, 26.94 77.83, 20.63 73.95 C14.32 70.07, 8.26 64.13, 5.03 57.74 C1.8 51.34, 0.63 42.8, 1.24 35.57 C1.85 28.33, 2.46 20.26, 8.68 14.33 C14.91 8.41, 31.71 2.02, 38.6 0.02 C45.5 -1.99, 49.9 1.59, 50.06 2.31 M42.44 -0.22 C49.33 -0.39, 59.01 4.28, 65.24 8.34 C71.48 12.4, 77.32 17.44, 79.87 24.13 C82.42 30.82, 81.74 41.06, 80.55 48.5 C79.35 55.93, 77.57 63.87, 72.7 68.74 C67.83 73.61, 58.6 76.14, 51.35 77.71 C44.09 79.29, 36.12 80.25, 29.18 78.18 C22.24 76.12, 14.73 71.03, 9.7 65.34 C4.67 59.64, 0.11 51.45, -1 44.02 C-2.11 36.58, -0.44 27.42, 3.06 20.74 C6.55 14.07, 13.38 7.23, 19.95 3.96 C26.53 0.69, 38.67 1.64, 42.51 1.13 C46.34 0.62, 43.03 0.34, 42.97 0.91" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(31.153722016473694 41.03694330124898) rotate(0 19.950000762939453 9.199999999999989)">
+
    <text x="19.950000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Calyx</text>
+
  </g>
+
  <g transform="translate(281.69731516462343 63.60451130592071) rotate(0 23.375 9.599999999999994)">
+
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">e, es</text>
+
  </g>
+
  <g transform="translate(200.85981363874453 23.140486194293203) rotate(0 104.2125015258789 9.199999999999989)">
+
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Initiator sends ephemeral key</text>
+
  </g>
+
  <g stroke-linecap="round" transform="translate(511.6656087999572 114.71541536112113) rotate(0 41.32469446867617 40.0724309999282)">
+
    <path d="M46.51 0.4 C53.43 0.6, 61.68 4.6, 67.52 9.23 C73.37 13.86, 79.3 21.06, 81.57 28.19 C83.84 35.33, 83.44 45.03, 81.16 52.04 C78.87 59.04, 73.41 65.45, 67.87 70.22 C62.33 74.99, 55.16 79.51, 47.93 80.65 C40.7 81.79, 31.3 80.28, 24.51 77.06 C17.71 73.85, 11.06 67.41, 7.14 61.37 C3.22 55.34, 1.07 48.07, 0.98 40.83 C0.89 33.6, 2.62 24.13, 6.59 17.97 C10.57 11.8, 17.4 6.49, 24.81 3.84 C32.21 1.19, 46.03 2.31, 51.02 2.06 C56.01 1.8, 54.8 1.89, 54.74 2.31 M40.21 -0.9 C47.21 -1.96, 56.32 1.23, 62.84 5.16 C69.36 9.09, 76.17 15.99, 79.32 22.68 C82.47 29.37, 82.6 38.24, 81.73 45.28 C80.86 52.32, 78.74 59.22, 74.09 64.91 C69.45 70.6, 61.01 77.07, 53.88 79.42 C46.74 81.76, 38.35 80.93, 31.29 79 C24.23 77.07, 16.64 72.91, 11.5 67.83 C6.35 62.75, 2.02 55.95, 0.41 48.51 C-1.19 41.07, -1.19 30.29, 1.86 23.18 C4.9 16.08, 12.3 9.98, 18.68 5.88 C25.06 1.78, 36.41 -0.75, 40.15 -1.4 C43.88 -2.05, 41.18 0.9, 41.09 1.98" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M57.98 3.99 C64.66 6.42, 72.74 12.66, 76.97 18.71 C81.2 24.75, 83.49 32.89, 83.36 40.25 C83.24 47.62, 80.48 56.81, 76.23 62.92 C71.99 69.02, 64.8 74.06, 57.9 76.9 C51 79.74, 42.24 81.06, 34.81 79.96 C27.38 78.86, 18.96 75.24, 13.3 70.31 C7.65 65.37, 2.82 57.2, 0.87 50.33 C-1.09 43.47, -0.69 35.86, 1.55 29.13 C3.79 22.4, 8.48 14.91, 14.3 9.96 C20.13 5.01, 28.82 0.46, 36.51 -0.57 C44.21 -1.6, 56.16 2.53, 60.48 3.79 C64.8 5.06, 62.87 6.14, 62.43 7.02 M48.05 0.86 C54.86 1.33, 62.82 6.06, 68.18 11.12 C73.54 16.17, 78.05 24.43, 80.2 31.18 C82.35 37.94, 83.11 44.98, 81.05 51.65 C79 58.32, 73.71 66.44, 67.89 71.2 C62.07 75.96, 53.39 79.25, 46.15 80.22 C38.91 81.19, 31.21 80.04, 24.42 77.02 C17.63 73.99, 9.35 68.24, 5.42 62.07 C1.48 55.89, 0.44 47.43, 0.82 39.95 C1.2 32.47, 3.65 23.45, 7.7 17.17 C11.75 10.9, 18.41 5.14, 25.11 2.31 C31.82 -0.52, 44.31 0.46, 47.92 0.17 C51.53 -0.12, 46.9 -0.05, 46.77 0.56" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(532.8068319608401 145.75235866237017) rotate(0 19.962499618530273 9.199999999999989)">
+
    <text x="19.962499618530273" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Paxel</text>
+
  </g>
+
  <g stroke-linecap="round">
+
    <g transform="translate(100.76342313791156 158.20916508748223) rotate(0 199.81561527484928 0.04748986810994893)">
+
      <path d="M-0.3 -0.98 C66.17 -0.94, 333.25 0.61, 399.91 0.94 M1.74 1.12 C67.99 0.77, 332.91 -0.4, 399.1 -0.75" stroke="#ff80b3" stroke-width="1" fill="none"/>
+
    </g>
+
    <g transform="translate(100.76342313791156 158.20916508748223) rotate(0 199.81561527484928 0.04748986810994893)">
+
      <path d="M-0.87 -1.53 L11.4 -8.34 L12.56 4.45 L-2.08 0.01" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-0.3 -0.98 C3.71 -3.04, 11.27 -5.77, 13.32 -7.26 M-0.3 -0.98 C5.45 -3.57, 10.01 -5.92, 13.32 -7.26 M13.32 -7.26 C12.31 -4.02, 12.92 1.88, 13.26 5.42 M13.32 -7.26 C12.76 -3.66, 12.88 0.39, 13.26 5.42 M13.26 5.42 C8.39 3.52, 3.89 0.15, -0.3 -0.98 M13.26 5.42 C8.45 4.1, 4.88 1.01, -0.3 -0.98 M-0.3 -0.98 C-0.3 -0.98, -0.3 -0.98, -0.3 -0.98 M-0.3 -0.98 C-0.3 -0.98, -0.3 -0.98, -0.3 -0.98" stroke="#ff80b3" stroke-width="1" fill="none"/>
+
    </g>
+
  </g>
+
  <mask/>
+
  <g transform="translate(187.98481363874453 128.2667250132248) rotate(0 117.0875015258789 9.199999999999989)">
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Responder sends ephemeral key</text>
+
  </g>
+
  <g transform="translate(281.69731516462343 169.30075797223606) rotate(0 23.375 9.600000000000023)">
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">e, ee</text>
+
  </g>
+
  <g stroke-linecap="round">
+
    <g transform="translate(100.7634273953172 263.8998652830612) rotate(0 199.81560347454388 0.04748986530546517)">
+
      <path d="M0.88 0.5 C67.38 0.7, 332.69 1.35, 399.23 1.16 M-0.12 -0.29 C66.17 -0.39, 331.45 -0.5, 398.07 -0.41" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    </g>
+
    <g transform="translate(100.7634273953172 263.8998652830612) rotate(0 199.81560347454388 0.04748986530546517)">
+
      <path d="M397.99 -0.98 L385.45 4.75 L384.57 -8.63 L399.86 0.97" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M398.07 -0.41 C394.35 1.2, 390.72 4.29, 384.47 5.93 M398.07 -0.41 C394.8 1.7, 391.08 3.29, 384.47 5.93 M384.47 5.93 C384.1 2.51, 385.56 -1.43, 384.47 -6.75 M384.47 5.93 C385 3.5, 385.05 0.33, 384.47 -6.75 M384.47 -6.75 C386.35 -5.82, 388.87 -3.02, 398.07 -0.41 M384.47 -6.75 C388.13 -5.13, 390.59 -4.4, 398.07 -0.41 M398.07 -0.41 C398.07 -0.41, 398.07 -0.41, 398.07 -0.41 M398.07 -0.41 C398.07 -0.41, 398.07 -0.41, 398.07 -0.41" stroke="#8888ff" stroke-width="1" fill="none"/>
+
    </g>
+
  </g>
+
  <mask/>
+
  <g stroke-linecap="round" transform="translate(10.000000521014954 222.23856877376534) rotate(0 41.32469446867617 40.0724309999282)">
+
    <path d="M51.52 0.65 C58.51 1.63, 65.09 6.43, 70.04 11.76 C75 17.08, 79.66 25.55, 81.24 32.59 C82.82 39.62, 82.16 47.43, 79.52 53.98 C76.88 60.54, 71.51 67.72, 65.4 71.94 C59.29 76.16, 50.18 78.79, 42.86 79.29 C35.53 79.79, 27.64 78.48, 21.45 74.96 C15.26 71.44, 9.23 64.43, 5.72 58.17 C2.21 51.91, -0.05 44.4, 0.39 37.39 C0.83 30.38, 3.8 21.99, 8.37 16.1 C12.94 10.21, 20.18 4.48, 27.79 2.04 C35.4 -0.39, 49.08 1.1, 54.06 1.5 C59.04 1.9, 57.86 3.75, 57.68 4.44 M26.04 4.72 C32.61 1.18, 41.7 -0.68, 48.95 0.09 C56.19 0.86, 64.31 4.55, 69.53 9.33 C74.75 14.11, 78.24 21.45, 80.27 28.77 C82.3 36.08, 83.78 46.14, 81.72 53.24 C79.65 60.33, 73.77 67.04, 67.85 71.36 C61.94 75.68, 53.58 78.51, 46.24 79.18 C38.91 79.84, 30.38 78.31, 23.86 75.36 C17.33 72.42, 11.31 67.72, 7.1 61.5 C2.9 55.28, -1.3 45.44, -1.34 38.06 C-1.39 30.68, 2.26 23.22, 6.85 17.21 C11.45 11.21, 23.45 4.03, 26.25 2.01 C29.06 0, 23.79 4.19, 23.69 5.12" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M48.71 0.74 C56.02 1.53, 65.02 5.39, 70.64 10.38 C76.26 15.37, 80.74 23.57, 82.45 30.69 C84.15 37.8, 83.49 46.2, 80.87 53.08 C78.25 59.96, 72.47 67.41, 66.7 71.97 C60.94 76.54, 53.78 79.85, 46.26 80.47 C38.74 81.09, 28.32 78.93, 21.57 75.69 C14.83 72.45, 9.32 67.11, 5.79 61.02 C2.26 54.94, 0.17 46.68, 0.4 39.18 C0.63 31.68, 3.05 21.91, 7.15 16.02 C11.24 10.13, 17.03 6.11, 24.98 3.82 C32.94 1.52, 49 1.78, 54.9 2.25 C60.79 2.72, 60.61 6.05, 60.37 6.65 M50.39 -0.01 C57.24 1.02, 65.97 7.29, 71.03 12.67 C76.08 18.06, 79.42 25.11, 80.74 32.29 C82.05 39.47, 81.49 49.19, 78.91 55.75 C76.34 62.32, 70.96 67.63, 65.3 71.68 C59.64 75.73, 52.51 79.45, 44.95 80.05 C37.4 80.66, 26.72 78.91, 19.96 75.32 C13.2 71.73, 7.69 65.06, 4.38 58.52 C1.07 51.99, -0.73 43.42, 0.1 36.1 C0.94 28.79, 4.82 20.5, 9.41 14.63 C13.99 8.76, 20.49 2.97, 27.62 0.88 C34.74 -1.21, 48.23 1.98, 52.15 2.1 C56.06 2.22, 51.47 1.35, 51.11 1.61" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  </g>
+
  <g transform="translate(31.153722537488648 253.27551207501426) rotate(0 19.950000762939453 9.199999999999989)">
+
    <text x="19.950000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Calyx</text>
+
  </g>
+
  <g transform="translate(219.95981211286562 228.74933994380604) rotate(0 85.11250305175781 9.199999999999989)">
+
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Initiator sends static key</text>
+
  </g>
+
  <g transform="translate(281.69731516462343 278.9833729028172) rotate(0 23.375 9.600000000000023)">
+
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">s, se</text>
+
  </g>
+
</svg>
modified assets/images/p2p-network.svg
@@ -1,194 +1,194 @@
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 753.9252111004685 540.8248741260445" width="753.9252111004685" height="540.8248741260445">
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 753.925211100468 540.8248741260445" width="753.925211100468" height="540.8248741260445">
  <defs>
    <style>
      @import url("/assets/css/fonts.css");
      svg { font-size: 16px; font-family: "Inter", sans-serif; }
    </style>
  </defs>
-
  <g stroke-linecap="round" transform="translate(10 88.74726524195782) rotate(0 58.486854893352984 56.71452595719077)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(9.999999999999545 88.74726524195785) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M56.44 1 C64.91 0.1, 76.22 2.89, 84.54 6.62 C92.87 10.35, 101.04 16.41, 106.39 23.38 C111.75 30.35, 115.38 39.8, 116.67 48.44 C117.96 57.07, 117.31 66.91, 114.13 75.19 C110.95 83.46, 104.41 92.01, 97.6 98.1 C90.78 104.19, 81.97 109.51, 73.23 111.74 C64.49 113.97, 54.1 113.48, 45.17 111.49 C36.24 109.5, 26.34 105.43, 19.65 99.82 C12.96 94.22, 8.33 86.12, 5.03 77.88 C1.73 69.63, -0.89 59.01, -0.16 50.37 C0.58 41.73, 4.22 33.13, 9.45 26.02 C14.67 18.91, 22.71 11.92, 31.2 7.7 C39.7 3.47, 54.7 1.55, 60.41 0.69 C66.12 -0.17, 65.36 1.74, 65.47 2.51 M67 1.94 C75.4 2.6, 86.03 6.8, 93.45 12.07 C100.87 17.35, 107.86 25.83, 111.54 33.57 C115.22 41.31, 115.92 49.79, 115.54 58.51 C115.15 67.24, 113.39 78.29, 109.23 85.91 C105.07 93.53, 98.35 99.73, 90.6 104.23 C82.85 108.73, 71.98 112.36, 62.74 112.92 C53.51 113.48, 43.51 111.13, 35.2 107.59 C26.89 104.04, 18.75 98.04, 12.88 91.63 C7.02 85.23, 1.95 77.72, 0.01 69.15 C-1.93 60.58, -1.66 48.95, 1.24 40.23 C4.14 31.51, 11.13 23.11, 17.41 16.83 C23.69 10.55, 30.68 5.43, 38.92 2.53 C47.16 -0.37, 62.24 -0.66, 66.83 -0.59 C71.43 -0.52, 66.7 1.58, 66.51 2.95" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M38.54 2.8 C46.37 -0.53, 57.06 -0.04, 66.1 1.39 C75.14 2.82, 85.36 6.27, 92.8 11.38 C100.23 16.48, 106.59 24.27, 110.74 32.02 C114.88 39.76, 117.9 49.3, 117.66 57.86 C117.42 66.42, 113.72 75.7, 109.32 83.38 C104.91 91.06, 98.82 99.05, 91.22 103.95 C83.63 108.85, 72.86 111.85, 63.73 112.77 C54.61 113.69, 44.7 112.57, 36.48 109.46 C28.25 106.36, 20.18 100.92, 14.39 94.13 C8.61 87.35, 3.76 77.46, 1.75 68.73 C-0.26 60, -0.09 50.12, 2.34 41.76 C4.77 33.4, 9.51 25.13, 16.31 18.58 C23.12 12.03, 38.26 5.19, 43.15 2.45 C48.04 -0.28, 45.58 1.32, 45.67 2.17 M48.94 1.2 C57.14 -1.26, 67.19 -1.11, 75.82 1.23 C84.44 3.57, 94.39 8.53, 100.67 15.22 C106.96 21.91, 110.98 32.85, 113.53 41.36 C116.08 49.87, 117.68 57.77, 115.97 66.28 C114.25 74.8, 108.95 85.38, 103.24 92.46 C97.54 99.53, 89.66 105.51, 81.72 108.75 C73.78 112, 64.53 112.28, 55.59 111.91 C46.65 111.55, 35.96 110.78, 28.09 106.57 C20.22 102.37, 12.97 94.23, 8.36 86.67 C3.76 79.11, 1.09 69.93, 0.45 61.2 C-0.19 52.48, 0.96 42.5, 4.54 34.34 C8.12 26.18, 14.58 17.83, 21.92 12.25 C29.26 6.66, 44.27 2.33, 48.56 0.82 C52.84 -0.68, 47.38 2.03, 47.63 3.21" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(49.55540242505003 136.15856530303853) rotate(0 19.075000762939453 9.200000000000003)">
+
  <g transform="translate(49.55540242504958 136.15856530303847) rotate(0 19.075000762939453 9.199999999999989)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(310.2887891290429 10) rotate(0 58.486854893352984 56.71452595719077)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(310.28878912904247 10) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M61.62 0.69 C70.49 0.11, 81.1 3.45, 88.94 7.8 C96.78 12.14, 103.93 19.34, 108.68 26.78 C113.43 34.21, 116.98 43.64, 117.44 52.41 C117.9 61.18, 115.28 71.25, 111.44 79.42 C107.61 87.59, 101.54 96.02, 94.44 101.44 C87.35 106.86, 77.88 110.35, 68.88 111.93 C59.88 113.51, 48.9 113.38, 40.44 110.9 C31.98 108.42, 24.49 103.33, 18.13 97.05 C11.76 90.78, 5.17 81.53, 2.25 73.25 C-0.67 64.97, -1.21 55.81, 0.61 47.37 C2.43 38.93, 7.7 29.56, 13.15 22.62 C18.6 15.67, 23.87 9.14, 33.31 5.7 C42.75 2.27, 62.57 2.37, 69.79 2.02 C77.02 1.67, 76.82 2.7, 76.65 3.59 M54.5 0.79 C63.22 -0.59, 74.38 2.66, 82.46 6.03 C90.54 9.4, 97.38 14.18, 102.98 21.02 C108.59 27.86, 114.03 38.41, 116.08 47.06 C118.13 55.71, 118.03 64.71, 115.29 72.91 C112.54 81.12, 106.2 90.22, 99.61 96.31 C93.03 102.41, 84.42 106.95, 75.8 109.5 C67.18 112.05, 56.97 112.77, 47.92 111.62 C38.86 110.48, 28.74 107.99, 21.45 102.64 C14.16 97.29, 7.55 87.82, 4.17 79.54 C0.79 71.26, 0.66 61.69, 1.17 52.97 C1.67 44.24, 2.93 34.87, 7.22 27.21 C11.52 19.54, 19.23 11.31, 26.94 6.98 C34.65 2.64, 49.06 1.95, 53.49 1.21 C57.92 0.47, 53.11 1.66, 53.53 2.56" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M38.01 4.18 C45.89 0.75, 57.52 0.02, 66.59 1.19 C75.65 2.36, 84.94 6.19, 92.41 11.19 C99.88 16.18, 107.39 23.53, 111.42 31.16 C115.45 38.78, 116.76 48.15, 116.58 56.92 C116.4 65.7, 114.71 76.03, 110.34 83.8 C105.96 91.57, 97.97 98.63, 90.32 103.54 C82.67 108.45, 73.27 112.17, 64.44 113.27 C55.61 114.36, 45.67 113.45, 37.33 110.11 C28.99 106.76, 20.32 100.04, 14.4 93.21 C8.48 86.38, 3.76 77.57, 1.81 69.14 C-0.13 60.7, 0.35 50.99, 2.73 42.58 C5.11 34.18, 9.84 25.38, 16.09 18.68 C22.34 11.98, 35.75 5.01, 40.25 2.4 C44.75 -0.21, 42.74 2.03, 43.08 3.04 M48.03 -0.45 C56.32 -3.03, 68.35 -1.9, 76.88 1.21 C85.4 4.33, 92.93 11.88, 99.17 18.23 C105.42 24.59, 111.75 31.06, 114.34 39.33 C116.93 47.61, 116.5 59.06, 114.72 67.86 C112.94 76.66, 108.95 85.61, 103.66 92.15 C98.38 98.68, 91.15 103.35, 82.98 107.1 C74.81 110.85, 63.81 114.87, 54.65 114.65 C45.49 114.44, 35.67 110.41, 28.01 105.8 C20.35 101.19, 13.44 94.48, 8.68 86.99 C3.93 79.51, 0.13 69.81, -0.53 60.89 C-1.19 51.96, 0.76 41.64, 4.71 33.47 C8.66 25.29, 16 17.09, 23.15 11.86 C30.29 6.62, 43.21 3.47, 47.58 2.07 C51.94 0.67, 49.13 2.79, 49.35 3.44" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(349.84419155409296 57.411300061080695) rotate(0 19.075000762939453 9.199999999999996)">
+
  <g transform="translate(349.8441915540925 57.411300061080624) rotate(0 19.075000762939453 9.199999999999989)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(267.3463428615448 206.64682956755277) rotate(0 58.4868548933531 56.71452595719077)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(267.34634286154414 206.64682956755274) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M86.8 6.61 C94.85 9.69, 102.28 17.53, 107.35 24.76 C112.43 32, 116.39 41.28, 117.23 50.03 C118.07 58.77, 115.88 68.9, 112.4 77.22 C108.92 85.53, 103.2 94.21, 96.35 99.92 C89.5 105.62, 80.22 109.5, 71.3 111.44 C62.38 113.38, 51.38 113.68, 42.81 111.56 C34.25 109.43, 26.54 104.71, 19.91 98.7 C13.29 92.7, 6.33 83.68, 3.04 75.52 C-0.24 67.36, -1.21 58.23, 0.23 49.73 C1.66 41.23, 6.53 31.7, 11.68 24.54 C16.82 17.37, 23.1 10.66, 31.08 6.74 C39.07 2.82, 50.16 0.93, 59.6 1 C69.03 1.07, 82.82 5.65, 87.67 7.17 C92.52 8.69, 89.21 9.32, 88.71 10.11 M81.4 5.58 C89.47 7.85, 96.52 13.42, 102.26 20.15 C108 26.88, 113.63 37.34, 115.86 45.96 C118.08 54.57, 118.19 63.58, 115.62 71.84 C113.04 80.1, 106.87 89.29, 100.42 95.51 C93.97 101.73, 85.46 106.43, 76.9 109.15 C68.34 111.87, 58.14 112.78, 49.05 111.81 C39.97 110.84, 29.77 108.53, 22.37 103.32 C14.97 98.11, 8.21 88.76, 4.66 80.56 C1.12 72.35, 0.78 62.82, 1.11 54.09 C1.44 45.36, 2.5 35.93, 6.64 28.17 C10.78 20.42, 18.34 12.05, 25.96 7.57 C33.58 3.09, 43.34 1.6, 52.34 1.29 C61.34 0.99, 75.06 4.93, 79.95 5.76 C84.84 6.59, 81.9 5.43, 81.68 6.28" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M44.68 2.28 C52.92 -0.55, 63.59 0.28, 72.49 2.28 C81.38 4.28, 91.32 8.68, 98.05 14.29 C104.77 19.91, 109.66 27.76, 112.83 35.96 C115.99 44.17, 118.2 54.77, 117.05 63.55 C115.91 72.33, 111.24 81.37, 105.97 88.63 C100.7 95.9, 93.29 102.88, 85.44 107.12 C77.59 111.37, 67.85 114.24, 58.87 114.13 C49.89 114.02, 39.58 110.73, 31.54 106.48 C23.5 102.23, 15.69 95.72, 10.63 88.61 C5.58 81.5, 2.21 72.44, 1.2 63.81 C0.19 55.17, 1.57 45.09, 4.57 36.78 C7.57 28.48, 12.04 19.94, 19.19 13.96 C26.34 7.97, 42.21 2.89, 47.47 0.89 C52.72 -1.11, 50.56 0.91, 50.72 1.96 M64.73 -1.16 C73.26 -0.75, 82.1 5.74, 89.56 10.65 C97.01 15.56, 105.1 20.75, 109.46 28.29 C113.81 35.83, 115.55 46.93, 115.69 55.88 C115.82 64.83, 113.93 74.44, 110.26 81.98 C106.6 89.51, 100.9 95.71, 93.7 101.07 C86.49 106.43, 76.11 112.5, 67.03 114.14 C57.95 115.78, 47.7 113.85, 39.22 110.92 C30.74 108, 22.44 102.95, 16.15 96.58 C9.86 90.22, 4.04 81.36, 1.49 72.74 C-1.07 64.12, -1.31 53.63, 0.81 44.87 C2.94 36.11, 8.42 26.77, 14.23 20.2 C20.04 13.63, 27.23 8.53, 35.68 5.44 C44.13 2.35, 60.29 2.43, 64.93 1.67 C69.58 0.91, 63.82 0.03, 63.55 0.87" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(306.90174528659463 254.0581296286335) rotate(0 19.075000762939453 9.199999999999989)">
+
  <g transform="translate(306.9017452865942 254.05812962863348) rotate(0 19.075000762939453 9.199999999999989)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(519.6183712310749 417.395822211663) rotate(0 58.486854893352984 56.714525957190745)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(519.6183712310744 417.395822211663) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M75.92 2.09 C84.44 3.68, 93.95 9.59, 100.27 15.79 C106.58 21.98, 111.2 30.73, 113.79 39.26 C116.37 47.78, 117.35 58.31, 115.77 66.93 C114.19 75.55, 109.96 84.09, 104.31 90.98 C98.65 97.88, 89.89 104.58, 81.85 108.32 C73.8 112.06, 65.01 114, 56.03 113.42 C47.05 112.84, 35.93 109.24, 27.97 104.83 C20 100.41, 12.75 94.2, 8.25 86.91 C3.75 79.62, 1.65 69.85, 0.96 61.07 C0.26 52.3, 0.49 42.24, 4.08 34.26 C7.67 26.29, 15.23 18.83, 22.5 13.21 C29.76 7.59, 37.71 1.82, 47.67 0.55 C57.63 -0.72, 75.66 4.31, 82.24 5.56 C88.82 6.81, 87.46 7.35, 87.15 8.05 M70.15 0.91 C78.72 1.9, 89.39 8.72, 96.65 14.45 C103.91 20.18, 110.45 27.32, 113.71 35.29 C116.98 43.26, 117.39 53.69, 116.25 62.29 C115.1 70.88, 111.84 79.65, 106.84 86.87 C101.83 94.08, 94.34 100.96, 86.24 105.57 C78.15 110.18, 67.48 114.36, 58.29 114.55 C49.09 114.74, 38.8 110.93, 31.09 106.69 C23.37 102.46, 17.25 96.23, 11.98 89.13 C6.71 82.04, 1.07 72.93, -0.53 64.1 C-2.13 55.27, -0.66 44.17, 2.39 36.15 C5.44 28.13, 11.12 21.48, 17.77 15.98 C24.42 10.49, 33.18 5.48, 42.3 3.19 C51.42 0.89, 67.69 2.12, 72.47 2.22 C77.26 2.31, 71.53 2.86, 71 3.76" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M81.75 5.33 C90.08 7.77, 99.16 14.53, 104.78 21.16 C110.41 27.78, 113.79 36.47, 115.5 45.08 C117.21 53.69, 117.68 64.35, 115.05 72.83 C112.43 81.3, 106.19 89.62, 99.75 95.95 C93.32 102.28, 84.87 107.9, 76.43 110.8 C67.99 113.69, 57.99 114.89, 49.13 113.32 C40.28 111.75, 30.53 106.87, 23.31 101.38 C16.08 95.89, 9.53 88.22, 5.79 80.38 C2.04 72.54, 0.36 63.02, 0.86 54.33 C1.36 45.64, 4.44 35.91, 8.8 28.24 C13.16 20.57, 19.51 12.99, 27.03 8.3 C34.56 3.6, 44.5 0.44, 53.97 0.08 C63.43 -0.29, 78.54 4.71, 83.8 6.12 C89.07 7.53, 85.87 7.76, 85.53 8.54 M32.3 7.11 C39.54 2.85, 51.48 -0.83, 60.46 -0.65 C69.44 -0.47, 78.42 3.66, 86.17 8.18 C93.93 12.69, 101.78 19.39, 106.99 26.43 C112.2 33.47, 116.53 41.49, 117.42 50.41 C118.31 59.34, 115.93 71.53, 112.31 79.98 C108.69 88.42, 102.59 95.52, 95.68 101.08 C88.78 106.64, 79.82 111.46, 70.86 113.31 C61.9 115.17, 50.78 114.76, 41.92 112.21 C33.06 109.66, 24.07 104.26, 17.7 98.04 C11.33 91.82, 6.62 83.04, 3.7 74.89 C0.77 66.73, -1.32 57.54, 0.15 49.12 C1.62 40.69, 7.09 31.67, 12.54 24.33 C17.99 17, 29.34 7.92, 32.84 5.11 C36.35 2.29, 33.06 6.75, 33.56 7.44" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(559.1737736561249 464.80712227274375) rotate(0 19.075000762939453 9.199999999999989)">
+
  <g transform="translate(559.1737736561245 464.80712227274375) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(626.951501313763 262.27202836953006) rotate(0 58.486854893352984 56.71452595719077)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(626.9515013137625 262.27202836953) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M51.12 -0.14 C59.41 -2.1, 69.53 -0.12, 77.91 3.01 C86.28 6.14, 95.24 12.21, 101.37 18.67 C107.5 25.12, 112.48 33.3, 114.69 41.76 C116.9 50.22, 116.46 60.75, 114.63 69.41 C112.8 78.07, 109.54 87.17, 103.7 93.74 C97.86 100.32, 88.22 105.55, 79.61 108.88 C71 112.22, 60.82 114.49, 52.03 113.78 C43.24 113.06, 34.5 109.48, 26.85 104.59 C19.2 99.71, 10.58 92.13, 6.15 84.47 C1.72 76.8, 0.26 67.55, 0.27 58.59 C0.29 49.63, 2.14 38.59, 6.24 30.72 C10.33 22.85, 15.98 16.58, 24.84 11.36 C33.71 6.14, 52.05 0.99, 59.44 -0.59 C66.82 -2.18, 69.08 0.76, 69.16 1.83 M80.11 4.78 C88.81 7.09, 97.87 12.8, 103.7 19.27 C109.52 25.74, 113.22 35.17, 115.06 43.59 C116.9 52.01, 117.01 61.38, 114.74 69.78 C112.47 78.18, 107.68 87.11, 101.43 94 C95.19 100.9, 85.93 108.11, 77.28 111.15 C68.63 114.19, 58.14 113.71, 49.53 112.24 C40.93 110.78, 33.04 107.41, 25.66 102.36 C18.27 97.32, 9.69 89.94, 5.24 81.98 C0.78 74.02, -1.18 63.12, -1.07 54.58 C-0.96 46.04, 1.58 38.02, 5.88 30.74 C10.17 23.46, 16.81 15.83, 24.69 10.89 C32.58 5.95, 44.02 2.06, 53.19 1.11 C62.36 0.16, 75.48 4.43, 79.72 5.2 C83.96 5.97, 78.98 5.25, 78.64 5.71" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M78.05 3 C86.43 4.67, 94.33 10.59, 100.53 16.95 C106.74 23.31, 112.85 32.66, 115.28 41.17 C117.71 49.69, 117.1 59.39, 115.12 68.02 C113.15 76.66, 109.02 86.05, 103.42 93 C97.83 99.95, 89.84 106.43, 81.56 109.73 C73.28 113.03, 62.8 113.73, 53.75 112.81 C44.7 111.89, 34.81 108.84, 27.26 104.22 C19.71 99.61, 12.86 92.67, 8.45 85.12 C4.03 77.57, 1.31 67.8, 0.77 58.92 C0.23 50.04, 1.45 39.81, 5.22 31.84 C8.98 23.87, 16.05 16.23, 23.36 11.09 C30.68 5.96, 38.94 1.78, 49.1 1.04 C59.26 0.3, 77.32 5.02, 84.31 6.64 C91.3 8.26, 91.55 9.94, 91.03 10.77 M31.95 5.47 C39.16 0.82, 49.06 0.46, 58 0.75 C66.94 1.03, 77.32 3.33, 85.61 7.16 C93.89 10.99, 102.57 16.24, 107.72 23.71 C112.87 31.18, 115.67 42.89, 116.52 51.96 C117.37 61.04, 116.09 70.04, 112.84 78.17 C109.59 86.3, 103.99 94.97, 97.03 100.76 C90.08 106.54, 80.07 111.05, 71.1 112.89 C62.14 114.73, 51.78 114.18, 43.22 111.79 C34.65 109.4, 26.41 104.31, 19.71 98.56 C13 92.81, 6 85.29, 2.98 77.29 C-0.05 69.29, 0.28 59.54, 1.54 50.56 C2.8 41.57, 5.47 30.64, 10.53 23.37 C15.6 16.1, 28.25 9.9, 31.94 6.95 C35.64 4, 32 5.02, 32.7 5.69" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(666.506903738813 309.6833284306108) rotate(0 19.075000762939453 9.199999999999989)">
+
  <g transform="translate(666.5069037388125 309.68332843061074) rotate(0 19.075000762939453 9.199999999999989)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(163.14702679587003 374.3058794777371) rotate(0 58.486854893352984 56.714525957190745)">
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="none" stroke-width="0" fill="#8888ff"/>
-
    <path d="M116.97 56.71 C116.97 58.99, 116.83 61.29, 116.55 63.55 C116.26 65.81, 115.84 68.07, 115.27 70.29 C114.71 72.5, 114.01 74.7, 113.17 76.83 C112.34 78.96, 111.37 81.05, 110.27 83.07 C109.18 85.09, 107.96 87.06, 106.62 88.93 C105.29 90.81, 103.82 92.62, 102.26 94.32 C100.71 96.03, 99.03 97.65, 97.27 99.17 C95.51 100.68, 93.65 102.1, 91.71 103.39 C89.78 104.68, 87.75 105.87, 85.67 106.93 C83.59 107.99, 81.42 108.94, 79.23 109.74 C77.03 110.55, 74.77 111.24, 72.48 111.78 C70.2 112.33, 67.87 112.74, 65.54 113.02 C63.2 113.29, 60.84 113.43, 58.49 113.43 C56.14 113.43, 53.77 113.29, 51.44 113.02 C49.1 112.74, 46.77 112.33, 44.49 111.78 C42.21 111.24, 39.94 110.55, 37.75 109.74 C35.55 108.94, 33.39 107.99, 31.31 106.93 C29.23 105.87, 27.2 104.68, 25.26 103.39 C23.33 102.1, 21.46 100.68, 19.7 99.17 C17.94 97.65, 16.27 96.03, 14.71 94.32 C13.15 92.62, 11.69 90.81, 10.35 88.93 C9.02 87.06, 7.79 85.09, 6.7 83.07 C5.61 81.05, 4.63 78.96, 3.8 76.83 C2.97 74.7, 2.26 72.5, 1.7 70.29 C1.14 68.07, 0.71 65.81, 0.43 63.55 C0.14 61.29, 0 58.99, 0 56.71 C0 54.44, 0.14 52.14, 0.43 49.88 C0.71 47.62, 1.14 45.35, 1.7 43.14 C2.26 40.93, 2.97 38.73, 3.8 36.6 C4.63 34.47, 5.61 32.38, 6.7 30.36 C7.79 28.34, 9.02 26.37, 10.35 24.5 C11.69 22.62, 13.15 20.81, 14.71 19.11 C16.27 17.4, 17.94 15.77, 19.7 14.26 C21.46 12.75, 23.33 11.33, 25.26 10.04 C27.2 8.74, 29.23 7.56, 31.31 6.5 C33.39 5.44, 35.55 4.49, 37.75 3.69 C39.94 2.88, 42.21 2.19, 44.49 1.65 C46.77 1.1, 49.1 0.69, 51.44 0.41 C53.77 0.14, 56.14 0, 58.49 0 C60.84 0, 63.2 0.14, 65.54 0.41 C67.87 0.69, 70.2 1.1, 72.48 1.65 C74.77 2.19, 77.03 2.88, 79.23 3.69 C81.42 4.49, 83.59 5.44, 85.67 6.5 C87.75 7.56, 89.78 8.74, 91.71 10.04 C93.65 11.33, 95.51 12.75, 97.27 14.26 C99.03 15.77, 100.71 17.4, 102.26 19.11 C103.82 20.81, 105.29 22.62, 106.62 24.5 C107.96 26.37, 109.18 28.34, 110.27 30.36 C111.37 32.38, 112.34 34.47, 113.17 36.6 C114.01 38.73, 114.71 40.93, 115.27 43.14 C115.84 45.35, 116.26 47.62, 116.55 49.88 C116.83 52.14, 116.97 54.44, 116.97 56.71" stroke="#ffffff" stroke-width="1" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(163.14702679586935 374.3058794777371) rotate(0 58.486854893352984 56.71452595719077)">
+
    <path d="M46.1 0.82 C54.21 -1.55, 65.53 0.01, 74.26 2.39 C82.99 4.78, 92.02 9.11, 98.48 15.13 C104.94 21.16, 109.93 30.11, 113.04 38.53 C116.14 46.96, 118.44 57.09, 117.09 65.69 C115.74 74.28, 110.52 82.93, 104.91 90.07 C99.31 97.21, 91.4 104.52, 83.45 108.52 C75.5 112.53, 66.35 114.43, 57.19 114.1 C48.02 113.77, 36.42 110.87, 28.46 106.56 C20.5 102.24, 14.15 95.78, 9.44 88.2 C4.72 80.62, 0.92 69.86, 0.16 61.07 C-0.59 52.29, 1.41 43.62, 4.92 35.49 C8.42 27.37, 13.13 18.2, 21.2 12.31 C29.26 6.43, 47.02 2, 53.32 0.16 C59.62 -1.68, 58.9 0.46, 58.99 1.27 M49.19 0.43 C57.43 -2.04, 67.39 -0.18, 75.82 2.34 C84.25 4.87, 93.38 9.42, 99.77 15.57 C106.16 21.72, 111.65 30.45, 114.15 39.26 C116.66 48.06, 116.6 59.74, 114.78 68.41 C112.96 77.08, 108.48 84.7, 103.22 91.29 C97.96 97.89, 91.52 104.4, 83.24 108.01 C74.95 111.61, 62.91 113.64, 53.51 112.93 C44.11 112.21, 34.59 108.09, 26.85 103.74 C19.1 99.39, 11.71 93.95, 7.04 86.85 C2.37 79.74, -1.03 69.92, -1.17 61.1 C-1.3 52.27, 2.3 41.91, 6.23 33.91 C10.17 25.9, 15.57 18.47, 22.42 13.08 C29.28 7.69, 43.05 3.61, 47.37 1.55 C51.7 -0.51, 48.17 0.13, 48.37 0.73" stroke="none" stroke-width="0" fill="#8888ff"/>
+
    <path d="M75.66 1.89 C84.1 3.58, 94.12 10.34, 100.48 16.63 C106.83 22.92, 111.22 31.18, 113.78 39.62 C116.34 48.05, 117.33 58.42, 115.85 67.24 C114.37 76.06, 110.44 85.71, 104.91 92.52 C99.38 99.33, 90.96 104.66, 82.67 108.09 C74.37 111.52, 64.09 113.5, 55.13 113.08 C46.16 112.65, 36.55 110, 28.88 105.52 C21.2 101.04, 13.98 93.82, 9.08 86.19 C4.19 78.56, 0.2 68.56, -0.49 59.74 C-1.18 50.91, 1.17 41.12, 4.95 33.22 C8.72 25.32, 15.05 17.61, 22.19 12.33 C29.32 7.05, 37.72 2.8, 47.75 1.54 C57.78 0.28, 75.89 3.5, 82.34 4.79 C88.8 6.07, 87.07 8.47, 86.49 9.25 M85.11 7.6 C92.97 11.01, 100.96 18.51, 106.33 25.45 C111.69 32.39, 116.23 40.33, 117.3 49.24 C118.38 58.15, 116.21 70.37, 112.77 78.89 C109.32 87.4, 103.4 94.63, 96.61 100.32 C89.83 106.01, 80.97 111.02, 72.05 113.06 C63.13 115.09, 52 114.89, 43.09 112.52 C34.18 110.15, 25.08 104.93, 18.59 98.84 C12.09 92.75, 7.2 84.09, 4.1 76 C1 67.9, -1.31 58.73, -0.03 50.28 C1.26 41.83, 6.53 32.73, 11.82 25.29 C17.12 17.84, 23.85 9.71, 31.75 5.63 C39.66 1.55, 50.1 0.85, 59.23 0.81 C68.36 0.77, 81.86 4.26, 86.54 5.39 C91.22 6.52, 87.65 6.43, 87.31 7.6" stroke="#ffffff" stroke-width="1" fill="none"/>
  </g>
-
  <g transform="translate(202.70242922092007 421.71717953881785) rotate(0 19.075000762939453 9.199999999999989)">
+
  <g transform="translate(202.70242922091984 421.71717953881785) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="19.075000762939453" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
  <g mask="url(#mask-zSxwzdfp1ECJoq_7zknET)" stroke-linecap="round">
-
    <g transform="translate(136.60364791299298 130.03104577778873) rotate(0 80.93565039496934 -22.00911255609661)">
-
      <path d="M0 0 C26.98 -7.34, 134.89 -36.68, 161.87 -44.02 M0 0 C26.98 -7.34, 134.89 -36.68, 161.87 -44.02" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(136.60364791299253 130.03104577778868) rotate(0 80.93565039496934 -22.009112556096625)">
+
      <path d="M0.73 0.84 C27.57 -6.55, 135.12 -37.11, 161.83 -44.48 M-0.34 0.24 C26.27 -6.99, 133.56 -35.57, 160.86 -43.18" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(136.60364791299298 130.03104577778873) rotate(0 80.93565039496934 -22.00911255609661)">
-
      <path d="M161.87 -44.02 L150.42 -34.33 L147.09 -46.57 L161.87 -44.02" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M161.87 -44.02 C158.65 -41.29, 155.42 -38.56, 150.42 -34.33 M161.87 -44.02 C159.39 -41.92, 156.91 -39.83, 150.42 -34.33 M150.42 -34.33 C149.29 -38.49, 148.15 -42.65, 147.09 -46.57 M150.42 -34.33 C149.58 -37.4, 148.75 -40.48, 147.09 -46.57 M147.09 -46.57 C150.8 -45.93, 154.52 -45.29, 161.87 -44.02 M147.09 -46.57 C151.07 -45.88, 155.04 -45.2, 161.87 -44.02 M161.87 -44.02 C161.87 -44.02, 161.87 -44.02, 161.87 -44.02 M161.87 -44.02 C161.87 -44.02, 161.87 -44.02, 161.87 -44.02" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(136.60364791299253 130.03104577778868) rotate(0 80.93565039496934 -22.009112556096625)">
+
      <path d="M161.63 -43.32 L148.66 -31.93 L147.43 -43.83 L160.51 -43.86" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M160.86 -43.18 C157.71 -39.62, 151.9 -37.12, 149.4 -33.5 M160.86 -43.18 C156.54 -39.95, 152.9 -36.07, 149.4 -33.5 M149.4 -33.5 C148.56 -38.35, 147.9 -42.13, 146.08 -45.73 M149.4 -33.5 C147.97 -38.26, 146.84 -42.88, 146.08 -45.73 M146.08 -45.73 C151.32 -45.07, 154.66 -43.3, 160.86 -43.18 M146.08 -45.73 C149.09 -45.7, 151.52 -44.46, 160.86 -43.18 M160.86 -43.18 C160.86 -43.18, 160.86 -43.18, 160.86 -43.18 M160.86 -43.18 C160.86 -43.18, 160.86 -43.18, 160.86 -43.18" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask id="mask-zSxwzdfp1ECJoq_7zknET">
-
    <rect x="0" y="0" fill="#fff" width="398.4749487029315" height="274.0492708899819"/>
-
    <rect x="200.2517979264926" y="98.82193322169215" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="398.47494870293104" height="274.0492708899819"/>
+
    <rect x="200.25179792649215" y="98.821933221692" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(200.2517979264926 98.82193322169215) rotate(0 17.287500381469727 9.199999999999974)">
-
    <text x="17.287500381469727" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
+
  <g transform="translate(200.25179792649215 98.821933221692) rotate(0 17.09504276057214 9.390390547365001)">
+
    <text x="17.287500381469727" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
  </g>
  <g mask="url(#mask-8edb0N0xMd1y8xEyjyNZy)" stroke-linecap="round">
-
    <g transform="translate(613.5568552447589 310.90467441845533) rotate(0 -106.70178824522327 -23.18423847249062)">
-
      <path d="M0 0 C-35.57 -7.73, -177.84 -38.64, -213.4 -46.37 M0 0 C-35.57 -7.73, -177.84 -38.64, -213.4 -46.37" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(613.5568552447585 310.90467441845533) rotate(0 -106.70178824522327 -23.18423847249062)">
+
      <path d="M-0.04 -0.46 C-35.88 -8.22, -178.7 -37.98, -214.28 -45.75 M-1.52 -1.75 C-37.05 -9.94, -176.55 -40.14, -212.02 -47.54" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(613.5568552447589 310.90467441845533) rotate(0 -106.70178824522327 -23.18423847249062)">
-
      <path d="M0 0 L-14.63 3.31 L-11.94 -9.08 L0 0" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M0 0 C-3.15 0.71, -6.3 1.43, -14.63 3.31 M0 0 C-3.04 0.69, -6.08 1.38, -14.63 3.31 M-14.63 3.31 C-13.88 -0.14, -13.13 -3.59, -11.94 -9.08 M-14.63 3.31 C-13.73 -0.83, -12.83 -4.96, -11.94 -9.08 M-11.94 -9.08 C-9.12 -6.93, -6.29 -4.79, 0 0 M-11.94 -9.08 C-8.49 -6.46, -5.03 -3.83, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(613.5568552447585 310.90467441845533) rotate(0 -106.70178824522327 -23.18423847249062)">
+
      <path d="M-0.78 1.11 L-13.3 4.84 L-12.39 -10.15 L-0.11 0.61" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-0.04 -0.46 C-5.87 -0.33, -9.79 1.84, -14.65 2.94 M-0.04 -0.46 C-3.46 0.7, -6.56 1.4, -14.65 2.94 M-14.65 2.94 C-13.01 0.17, -12.41 -3.14, -12.04 -9.47 M-14.65 2.94 C-14.04 -0.28, -13.13 -3.27, -12.04 -9.47 M-12.04 -9.47 C-9 -5.37, -4.69 -3.71, -0.04 -0.46 M-12.04 -9.47 C-7.88 -5.44, -2.83 -2.06, -0.04 -0.46 M-0.04 -0.46 C-0.04 -0.46, -0.04 -0.46, -0.04 -0.46 M-0.04 -0.46 C-0.04 -0.46, -0.04 -0.46, -0.04 -0.46" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask id="mask-8edb0N0xMd1y8xEyjyNZy">
-
    <rect x="0" y="0" fill="#fff" width="926.9604317352055" height="457.27315136343657"/>
-
    <rect x="489.56756661806594" y="278.5204359459648" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="926.960431735205" height="457.27315136343657"/>
+
    <rect x="489.5675666180655" y="278.5204359459647" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(489.56756661806594 278.52043594596483) rotate(0 17.287500381469727 9.199999999999989)">
-
    <text x="17.287500381469727" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
+
  <g transform="translate(489.5675666180655 278.5204359459646) rotate(0 16.829612234980004 8.38330388026776)">
+
    <text x="17.287500381469727" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
  </g>
  <g mask="url(#mask-EoBwFsRtk4rVGTzQtcBdH)" stroke-linecap="round">
-
    <g transform="translate(337.4337469730772 194.74867052934286) rotate(0 8.315885347008134 -30.17753752057702)">
-
      <path d="M0 0 C2.77 -10.06, 13.86 -50.3, 16.63 -60.36" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(337.4337469730767 194.7486705293428) rotate(0 8.315885347008134 -30.177537520577005)">
+
      <path d="M-0.87 0.62 C1.89 -9.48, 13.67 -50.88, 16.52 -61.07" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask id="mask-EoBwFsRtk4rVGTzQtcBdH">
-
    <rect x="0" y="0" fill="#fff" width="454.06551766709345" height="355.1037455704969"/>
-
    <rect x="322.6871323200853" y="155.37113300876584" fill="#000" width="46.125" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="454.065517667093" height="355.1037455704968"/>
+
    <rect x="322.68713232008486" y="155.3711330087658" fill="#000" width="46.125" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(322.6871323200853 155.3711330087658) rotate(0 23.0625 9.200000000000003)">
+
  <g transform="translate(322.68713232008486 155.3711330087658) rotate(0 22.567419198900552 9.154650124162401)">
    <text x="23.0625" y="0" fill="#8888ff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">gossip</text>
  </g>
  <g stroke-linecap="round">
-
    <g transform="translate(93.1696482607083 217.08136793988578) rotate(0 42.22557159445739 80.38758103934501)">
-
      <path d="M0 0 C14.08 26.8, 70.38 133.98, 84.45 160.78" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(93.16964826070762 217.08136793988575) rotate(0 42.225571594457506 80.38758103934502)">
+
      <path d="M-0.12 -0.71 C14.03 25.95, 69.88 133.6, 84 160.61" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g mask="url(#mask-FX5PDo1N7GMKcZQ1J8pW_)" stroke-linecap="round">
-
    <g transform="translate(198.83710343555072 357.69961233492484) rotate(0 -41.43001101616528 -78.43234415949463)">
-
      <path d="M0 0 C-13.81 -26.14, -69.05 -130.72, -82.86 -156.86 M0 0 C-13.81 -26.14, -69.05 -130.72, -82.86 -156.86" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(198.8371034355505 357.69961233492484) rotate(0 -41.43001101616528 -78.43234415949462)">
+
      <path d="M-0.45 -0.17 C-14.21 -26.1, -69.09 -130.23, -82.68 -156.29 M1.51 -1.3 C-12.38 -27.52, -69.56 -131.89, -83.54 -158.1" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(198.83710343555072 357.69961233492484) rotate(0 -41.43001101616528 -78.43234415949463)">
-
      <path d="M-82.86 -156.86 L-70.91 -147.8 L-82.12 -141.88 L-82.86 -156.86" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M-82.86 -156.86 C-79.72 -154.49, -76.58 -152.11, -70.91 -147.8 M-82.86 -156.86 C-78.54 -153.59, -74.22 -150.32, -70.91 -147.8 M-70.91 -147.8 C-75.16 -145.56, -79.42 -143.31, -82.12 -141.88 M-70.91 -147.8 C-74.31 -146.01, -77.71 -144.21, -82.12 -141.88 M-82.12 -141.88 C-82.29 -145.3, -82.45 -148.71, -82.86 -156.86 M-82.12 -141.88 C-82.38 -147.2, -82.64 -152.51, -82.86 -156.86 M-82.86 -156.86 C-82.86 -156.86, -82.86 -156.86, -82.86 -156.86 M-82.86 -156.86 C-82.86 -156.86, -82.86 -156.86, -82.86 -156.86" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(198.8371034355505 357.69961233492484) rotate(0 -41.43001101616528 -78.43234415949462)">
+
      <path d="M-83.61 -157.04 L-71.27 -151.13 L-80.65 -143.47 L-82.35 -157.33" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M-83.54 -158.1 C-80.3 -155.24, -75.87 -151.82, -71.49 -149.17 M-83.54 -158.1 C-79.75 -154.58, -75.3 -151.65, -71.49 -149.17 M-71.49 -149.17 C-75.52 -147.31, -79.28 -144.79, -82.64 -143.13 M-71.49 -149.17 C-74.44 -148.12, -77.01 -146.55, -82.64 -143.13 M-82.64 -143.13 C-83.7 -148.08, -82.49 -151.25, -83.54 -158.1 M-82.64 -143.13 C-83.06 -147.27, -83.31 -152.42, -83.54 -158.1 M-83.54 -158.1 C-83.54 -158.1, -83.54 -158.1, -83.54 -158.1 M-83.54 -158.1 C-83.54 -158.1, -83.54 -158.1, -83.54 -158.1" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask id="mask-FX5PDo1N7GMKcZQ1J8pW_">
-
    <rect x="0" y="0" fill="#fff" width="381.6971254678813" height="614.5643006539141"/>
-
    <rect x="140.1195920379157" y="270.0672681754303" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="381.69712546788105" height="614.5643006539141"/>
+
    <rect x="140.11959203791548" y="270.06726817543023" fill="#000" width="34.57500076293945" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(140.1195920379157 270.06726817543034) rotate(0 17.287500381469727 9.199999999999974)">
-
    <text x="17.287500381469727" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
+
  <g transform="translate(140.11959203791548 270.0672681754301) rotate(0 17.704039723677624 8.497149785035276)">
+
    <text x="17.287500381469727" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch</text>
  </g>
  <g mask="url(#mask-KQWjxgPB8cljw5SK97v7v)" stroke-linecap="round">
-
    <g transform="translate(289.91040549787795 446.172279802175) rotate(0 104.98288277988581 14.493891876149746)">
-
      <path d="M0 0 C34.99 4.83, 174.97 24.16, 209.97 28.99" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(289.9104054978775 446.172279802175) rotate(0 104.98288277988581 14.493891876149746)">
+
      <path d="M0.18 0.58 C35.39 5.5, 175.92 24.58, 210.81 29.38" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
-
    <g transform="translate(289.91040549787795 446.172279802175) rotate(0 104.98288277988581 14.493891876149746)">
-
      <path d="M209.97 28.99 L195.63 33.41 L197.37 20.85 L209.97 28.99" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
-
      <path d="M209.97 28.99 C206.75 29.98, 203.54 30.97, 195.63 33.41 M195.63 33.41 C196.08 30.13, 196.54 26.85, 197.37 20.85 M197.37 20.85 C200.21 22.69, 203.06 24.53, 209.97 28.99 M209.97 28.99 C209.97 28.99, 209.97 28.99, 209.97 28.99" stroke="#8888ff" stroke-width="1.5" fill="none"/>
+
    <g transform="translate(289.9104054978775 446.172279802175) rotate(0 104.98288277988581 14.493891876149746)">
+
      <path d="M210.75 28.47 L194.79 34.81 L197.2 21.67 L211.69 27.5" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M210.81 29.38 C207.77 31.62, 203.77 31.12, 196.48 33.82 M196.48 33.82 C197.53 30.54, 198 24.68, 198.2 21.26 M198.2 21.26 C201.11 24.05, 204.59 26.71, 210.81 29.38 M210.81 29.38 C210.81 29.38, 210.81 29.38, 210.81 29.38" stroke="#8888ff" stroke-width="1.5" fill="none"/>
    </g>
  </g>
  <mask id="mask-KQWjxgPB8cljw5SK97v7v">
-
    <rect x="0" y="0" fill="#fff" width="599.8761710576496" height="575.1600635544745"/>
-
    <rect x="371.830788277764" y="451.4661716783247" fill="#000" width="46.125" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="599.8761710576491" height="575.1600635544745"/>
+
    <rect x="371.83078827776353" y="451.46617167832477" fill="#000" width="46.125" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(371.830788277764 451.4661716783249) rotate(0 23.062499999999773 9.199999999999989)">
+
  <g transform="translate(371.83078827776353 451.4661716783249) rotate(0 23.571635607629787 9.684915908426035)">
    <text x="23.0625" y="0" fill="#8888ff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">gossip</text>
  </g>
  <g mask="url(#mask-yMAqHfG9whOVzOfrKMWlb)" stroke-linecap="round">
-
    <g transform="translate(371.3877401715272 324.73656797418676) rotate(0 75.99657814920738 49.75000523760215)">
-
      <path d="M0 0 C25.33 16.58, 126.66 82.92, 151.99 99.5" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(371.38774017152673 324.73656797418676) rotate(0 75.99657814920738 49.75000523760215)">
+
      <path d="M0.84 0.39 C26.06 16.94, 126.36 83.23, 151.5 99.9" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
-
    <g transform="translate(371.3877401715272 324.73656797418676) rotate(0 75.99657814920738 49.75000523760215)">
-
      <path d="M0 0 L14.85 2.14 L7.9 12.75 L0 0" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
-
      <path d="M0 0 C5.67 0.82, 11.34 1.64, 14.85 2.14 M14.85 2.14 C12.59 5.59, 10.33 9.04, 7.9 12.75 M7.9 12.75 C5.9 9.52, 3.9 6.3, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#8888ff" stroke-width="1.5" fill="none"/>
+
    <g transform="translate(371.38774017152673 324.73656797418676) rotate(0 75.99657814920738 49.75000523760215)">
+
      <path d="M-0.84 1.38 L14.69 3 L9.58 11.29 L0.69 2.17" stroke="none" stroke-width="0" fill="#8888ff" fill-rule="evenodd"/>
+
      <path d="M0.84 0.39 C6.01 0.37, 10.69 1.31, 15.68 2.59 M15.68 2.59 C13.41 5.91, 10.11 10.31, 8.7 13.17 M8.7 13.17 C5.91 10.42, 4.42 5.61, 0.84 0.39 M0.84 0.39 C0.84 0.39, 0.84 0.39, 0.84 0.39" stroke="#8888ff" stroke-width="1.5" fill="none"/>
    </g>
  </g>
  <mask id="mask-yMAqHfG9whOVzOfrKMWlb">
-
    <rect x="0" y="0" fill="#fff" width="623.380896469942" height="524.2365784493911"/>
-
    <rect x="424.32181832073456" y="365.2865732117889" fill="#000" width="46.125" height="18.4" opacity="1"/>
+
    <rect x="0" y="0" fill="#fff" width="623.3808964699415" height="524.2365784493911"/>
+
    <rect x="424.3218183207341" y="365.2865732117889" fill="#000" width="46.125" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(424.32181832073456 365.28657321178906) rotate(0 23.0625 9.19999999999996)">
+
  <g transform="translate(424.3218183207341 365.28657321178883) rotate(0 23.23831563368458 9.596453579515213)">
    <text x="23.0625" y="0" fill="#8888ff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">gossip</text>
  </g>
  <g stroke-linecap="round">
-
    <g transform="translate(291.4426244787396 327.85196404020223) rotate(0 -14.48643241814193 21.54863026497472)">
-
      <path d="M0 0 C-4.83 7.18, -24.14 35.91, -28.97 43.1" stroke="#1971c2" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(291.44262447873916 327.85196404020223) rotate(0 -14.48643241814193 21.54863026497472)">
+
      <path d="M-0.49 0.4 C-5.51 7.68, -24.58 36.78, -29.26 44.04" stroke="#1971c2" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(618.151538503384 416.38509054872736) rotate(0 17.633369809143005 -19.58258118992751)">
-
      <path d="M0 0 C5.88 -6.53, 29.39 -32.64, 35.27 -39.17" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(618.1515385033836 416.38509054872736) rotate(0 17.633369809143005 -19.58258118992751)">
+
      <path d="M-0.29 0.95 C5.74 -5.5, 29.71 -31.48, 35.69 -38.29" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(397.2429274963506 291.04844404416406) rotate(0 108.11723831068298 23.89541939863892)">
-
      <path d="M0 0 C36.04 7.97, 180.2 39.83, 216.23 47.79" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(397.24292749635015 291.04844404416406) rotate(0 108.11723831068298 23.89541939863892)">
+
      <path d="M0.42 0.88 C36.56 8.57, 180.64 39.32, 216.56 47.09" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(133.85460614113617 106.93725808667256) rotate(0 75.6039044712877 -20.76169397398054)">
-
      <path d="M0 0 C25.2 -6.92, 126.01 -34.6, 151.21 -41.52" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(133.85460614113572 106.9372580866725) rotate(0 75.6039044712877 -20.761693973980528)">
+
      <path d="M0.33 -0.7 C25.41 -7.83, 125.78 -34.98, 150.92 -41.85" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
  <g stroke-linecap="round">
-
    <g transform="translate(516.3493971183298 73.41312426332212) rotate(0 27.70338997193403 0)">
-
      <path d="M0 0 C9.23 0, 46.17 0, 55.41 0" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
+
    <g transform="translate(516.3493971183293 73.41312426332206) rotate(0 27.70338997193403 0)">
+
      <path d="M-0.29 -0.33 C8.87 -0.28, 45.97 -0.42, 55.32 -0.43" stroke="#8888ff" stroke-width="1.5" fill="none" stroke-dasharray="8 9"/>
    </g>
  </g>
  <mask/>
-
  <g transform="translate(599.1775199908825 64.21312459557097) rotate(0 24.825000762939453 9.200000000000003)">
+
  <g transform="translate(599.177519990882 64.21312459557089) rotate(0 24.825000762939453 9.199999999999989)">
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Gossip</text>
  </g>
  <g stroke-linecap="round">
-
    <g transform="translate(575.1806302259697 106.55716122893222) rotate(0 -30.59614681953599 0)">
-
      <path d="M0 0 C-10.2 0, -50.99 0, -61.19 0 M0 0 C-10.2 0, -50.99 0, -61.19 0" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(575.1806302259693 106.55716122893216) rotate(0 -30.59614681953599 0)">
+
      <path d="M0.43 -0.43 C-9.62 -0.32, -50.14 0.33, -60.42 0.22 M-0.8 -1.7 C-10.94 -1.94, -50.75 -2.01, -60.97 -1.78" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
-
    <g transform="translate(575.1806302259697 106.55716122893222) rotate(0 -30.59614681953599 0)">
-
      <path d="M0 0 L-13.59 6.34 L-13.59 -6.34 L0 0" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M0 0 C-3.44 1.6, -6.88 3.21, -13.59 6.34 M0 0 C-3.12 1.46, -6.24 2.91, -13.59 6.34 M-13.59 6.34 C-13.59 2.49, -13.59 -1.35, -13.59 -6.34 M-13.59 6.34 C-13.59 1.95, -13.59 -2.43, -13.59 -6.34 M-13.59 -6.34 C-9.84 -4.59, -6.08 -2.84, 0 0 M-13.59 -6.34 C-8.52 -3.97, -3.44 -1.6, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#cc6666" stroke-width="1" fill="none"/>
+
    <g transform="translate(575.1806302259693 106.55716122893216) rotate(0 -30.59614681953599 0)">
+
      <path d="M-0.63 -2.14 L-13.12 7.76 L-13.07 -7.52 L-0.65 -1.04" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M0.43 -0.43 C-4.08 2.49, -7.23 3.34, -13.08 6.09 M0.43 -0.43 C-2.78 1.56, -5.23 1.84, -13.08 6.09 M-13.08 6.09 C-12.92 3.91, -14.4 0.52, -13.24 -6.59 M-13.08 6.09 C-12.99 1.62, -13.46 -3.39, -13.24 -6.59 M-13.24 -6.59 C-9.71 -5.56, -4.81 -2.36, 0.43 -0.43 M-13.24 -6.59 C-7.88 -3.71, -2.36 -2.41, 0.43 -0.43 M0.43 -0.43 C0.43 -0.43, 0.43 -0.43, 0.43 -0.43 M0.43 -0.43 C0.43 -0.43, 0.43 -0.43, 0.43 -0.43" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask/>
-
  <g transform="translate(599.1775200738539 97.35716109035201) rotate(0 29.6875 9.200000000000003)">
-
    <text x="0" y="0" fill="#cc6666" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Git fetch</text>
+
  <g transform="translate(599.1775200738534 97.35716109035195) rotate(0 29.6875 9.199999999999989)">
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Git fetch</text>
  </g>
</svg>
modified assets/images/working-vs-stored.svg
@@ -6,85 +6,87 @@
    </style>
  </defs>
  <g stroke-linecap="round" transform="translate(36.21399090243949 89.18033866906654) rotate(0 256.29680448850263 103.6806465444188)">
-
    <path d="M0 0 C115.34 0, 230.67 0, 512.59 0 M0 0 C194.76 0, 389.52 0, 512.59 0 M512.59 0 C512.59 63.96, 512.59 127.93, 512.59 207.36 M512.59 0 C512.59 74.28, 512.59 148.56, 512.59 207.36 M512.59 207.36 C312.31 207.36, 112.03 207.36, 0 207.36 M512.59 207.36 C364.19 207.36, 215.78 207.36, 0 207.36 M0 207.36 C0 144.5, 0 81.63, 0 0 M0 207.36 C0 150.74, 0 94.11, 0 0" stroke="#cc6666" stroke-width="2" fill="none"/>
+
    <path d="M0 0 C204.34 -1.17, 408.16 -1.43, 512.59 0 M0 0 C131.47 1.73, 262.99 1.67, 512.59 0 M512.59 0 C513.55 77.88, 514.21 156.58, 512.59 207.36 M512.59 0 C512.53 63.71, 511.33 128.21, 512.59 207.36 M512.59 207.36 C389.22 207.63, 264.67 208.29, 0 207.36 M512.59 207.36 C313.73 206.44, 114.43 206.34, 0 207.36 M0 207.36 C0.02 156.49, 1.63 109.01, 0 0 M0 207.36 C-1.78 162.02, -0.78 117.51, 0 0" stroke="#ff80b3" stroke-width="2" fill="none"/>
  </g>
  <g stroke-linecap="round" transform="translate(62.272004343533354 176.8903011012392) rotate(0 102.83593272276357 44.23050862605392)">
-
    <path d="M0 0 L205.67 0 L205.67 88.46 L0 88.46" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M0 0 C41.73 0, 83.45 0, 205.67 0 M0 0 C75.35 0, 150.69 0, 205.67 0 M205.67 0 C205.67 19.47, 205.67 38.94, 205.67 88.46 M205.67 0 C205.67 34.4, 205.67 68.8, 205.67 88.46 M205.67 88.46 C134.34 88.46, 63 88.46, 0 88.46 M205.67 88.46 C145.78 88.46, 85.88 88.46, 0 88.46 M0 88.46 C0 68.71, 0 48.96, 0 0 M0 88.46 C0 59.07, 0 29.68, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
+
    <path d="M-1.7 -1.63 L206.13 -1.83 L206.5 90.04 L1.03 87.87" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M0 0 C72.53 -0.56, 141.01 0.88, 205.67 0 M0 0 C48.91 -1.07, 97.31 -1.43, 205.67 0 M205.67 0 C206.69 24.06, 205.91 46.95, 205.67 88.46 M205.67 0 C205.92 35.26, 205.84 68.07, 205.67 88.46 M205.67 88.46 C134.69 87.73, 68.72 88.63, 0 88.46 M205.67 88.46 C150.02 86.32, 94.52 86.63, 0 88.46 M0 88.46 C1.12 57.81, -1.16 27.91, 0 0 M0 88.46 C1.11 58.16, 0.77 29.8, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
  </g>
-
  <g transform="translate(126.97043630335747 211.92080972729315) rotate(0 38.13750076293945 9.199999999999989)">
+
  <g transform="translate(126.97043630335747 202.7208097272931) rotate(0 38.13750076293945 18.400000000000006)">
    <text x="38.13750076293945" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Repository</text>
+
    <text x="38.13750076293945" y="18.4" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge"/>
  </g>
-
  <g stroke-linecap="round" transform="translate(284.53031055079737 176.8903011012392) rotate(0 102.83593272276357 43.677627267329584)">
-
    <path d="M0 0 L205.67 0 L205.67 87.36 L0 87.36" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M0 0 C45.9 0, 91.81 0, 205.67 0 M0 0 C46.49 0, 92.98 0, 205.67 0 M205.67 0 C205.67 21.92, 205.67 43.84, 205.67 87.36 M205.67 0 C205.67 26.17, 205.67 52.34, 205.67 87.36 M205.67 87.36 C137.22 87.36, 68.76 87.36, 0 87.36 M205.67 87.36 C151.16 87.36, 96.66 87.36, 0 87.36 M0 87.36 C0 57.99, 0 28.63, 0 0 M0 87.36 C0 67.86, 0 48.37, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(284.53031055079737 176.19652498675904) rotate(0 102.83593272276357 43.677627267329584)">
+
    <path d="M0.45 -1.83 L206.5 1.58 L206.71 86.77 L-1.89 85.44" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M0 0 C54.43 1.47, 109.25 1.63, 205.67 0 M0 0 C82.74 -1.14, 163.84 -1.44, 205.67 0 M205.67 0 C206.23 23.64, 207.88 50.76, 205.67 87.36 M205.67 0 C204.64 24.71, 205.6 51.56, 205.67 87.36 M205.67 87.36 C158.05 89.03, 106.74 88.39, 0 87.36 M205.67 87.36 C157.94 85.08, 111.77 85.07, 0 87.36 M0 87.36 C-1.96 70.14, 0.38 49.06, 0 0 M0 87.36 C-0.22 69.5, -1.7 50.88, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
  </g>
-
  <g transform="translate(349.2287425106215 211.3679283685688) rotate(0 38.13750076293945 9.199999999999989)">
+
  <g transform="translate(349.2287425106215 201.4741522540886) rotate(0 38.13750076293945 18.400000000000006)">
    <text x="38.13750076293945" y="0" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Repository</text>
+
    <text x="38.13750076293945" y="18.4" fill="#ffffff" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge"/>
  </g>
  <g transform="translate(62.272003800575476 114.4692318608763) rotate(0 49.23749923706055 9.200000000000003)">
-
    <text x="0" y="0" fill="#cc6666" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Local Storage</text>
+
    <text x="0" y="0" fill="#ff80b3" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Local Storage</text>
  </g>
-
  <g stroke-linecap="round" transform="translate(506.7886165197956 176.8903011012392) rotate(0 21.009491631532455 43.677627267329555)">
-
    <path d="M0 0 L42.02 0 L42.02 87.36 L0 87.36" stroke="none" stroke-width="0" fill="#cc6666"/>
-
    <path d="M0 0 C16.56 0, 33.11 0, 42.02 0 M0 0 C14.97 0, 29.95 0, 42.02 0 M42.02 0 C42.02 22.37, 42.02 44.75, 42.02 87.36 M42.02 0 C42.02 27.72, 42.02 55.43, 42.02 87.36 M42.02 87.36 C29.27 87.36, 16.53 87.36, 0 87.36 M42.02 87.36 C28.44 87.36, 14.87 87.36, 0 87.36 M0 87.36 C0 65.99, 0 44.62, 0 0 M0 87.36 C0 64.31, 0 41.26, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
+
  <g stroke-linecap="round" transform="translate(506.7886165197956 176.19652510123922) rotate(0 21.009491631532455 43.67762726732957)">
+
    <path d="M1.03 -0.59 L40.13 -1.91 L41.38 86.18 L1.27 88.1" stroke="none" stroke-width="0" fill="#ff80b3"/>
+
    <path d="M0 0 C15.3 1.23, 28.31 1.44, 42.02 0 M0 0 C14.22 0.43, 28.89 0.04, 42.02 0 M42.02 0 C42.68 21.32, 44.31 43.5, 42.02 87.36 M42.02 0 C41.73 17.01, 42.56 36.82, 42.02 87.36 M42.02 87.36 C24.98 86.71, 8.87 86.27, 0 87.36 M42.02 87.36 C31.15 87.38, 22.18 86.24, 0 87.36 M0 87.36 C-2.19 55.31, -2.23 20.62, 0 0 M0 87.36 C0.97 60.43, 1.16 36.13, 0 0" stroke="transparent" stroke-width="2" fill="none"/>
  </g>
  <g stroke-linecap="round" transform="translate(62.27200421333055 453.0162762609689) rotate(0 102.83593272276357 49.8366924565654)">
-
    <path d="M0 0 C62.68 0, 125.36 0, 205.67 0 M0 0 C44.6 0, 89.21 0, 205.67 0 M205.67 0 C205.67 32.54, 205.67 65.07, 205.67 99.67 M205.67 0 C205.67 24.58, 205.67 49.16, 205.67 99.67 M205.67 99.67 C135.69 99.67, 65.71 99.67, 0 99.67 M205.67 99.67 C164.24 99.67, 122.81 99.67, 0 99.67 M0 99.67 C0 74.76, 0 49.85, 0 0 M0 99.67 C0 74.55, 0 49.42, 0 0" stroke="#cc6666" stroke-width="2" fill="none"/>
+
    <path d="M0 0 C68.53 0.15, 134.87 -1.76, 205.67 0 M0 0 C63.7 -0.79, 126.89 -0.05, 205.67 0 M205.67 0 C207.11 37.21, 203.72 77.52, 205.67 99.67 M205.67 0 C205.28 33.38, 205.78 64.68, 205.67 99.67 M205.67 99.67 C134.96 97.84, 66.54 99.87, 0 99.67 M205.67 99.67 C156.95 99.44, 108.57 100.48, 0 99.67 M0 99.67 C-1 72.54, 0.91 41.16, 0 0 M0 99.67 C0.19 78.66, 0.29 55.78, 0 0" stroke="#ff80b3" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(135.98293693609412 484.4529687175343) rotate(0 29.125 18.399999999999977)">
-
    <text x="29.125" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Working</text>
-
    <text x="29.125" y="18.4" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Copy</text>
+
    <text x="29.125" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Working</text>
+
    <text x="29.125" y="18.4" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Copy</text>
  </g>
  <g stroke-linecap="round" transform="translate(284.5303112266156 453.01627687035796) rotate(0 102.83593272276357 49.8366922344419)">
-
    <path d="M0 0 C64.42 0, 128.85 0, 205.67 0 M0 0 C53.08 0, 106.16 0, 205.67 0 M205.67 0 C205.67 20.49, 205.67 40.99, 205.67 99.67 M205.67 0 C205.67 22.78, 205.67 45.57, 205.67 99.67 M205.67 99.67 C128.41 99.67, 51.14 99.67, 0 99.67 M205.67 99.67 C162.33 99.67, 118.98 99.67, 0 99.67 M0 99.67 C0 61.81, 0 23.95, 0 0 M0 99.67 C0 61.92, 0 24.17, 0 0" stroke="#cc6666" stroke-width="2" fill="none"/>
+
    <path d="M0 0 C76.26 -1.94, 151.15 -1.76, 205.67 0 M0 0 C70.9 0.66, 143.35 -0.19, 205.67 0 M205.67 0 C204.54 25.58, 206.94 48.47, 205.67 99.67 M205.67 0 C206.61 19.98, 206.24 39.87, 205.67 99.67 M205.67 99.67 C151.1 99.47, 97.59 97.07, 0 99.67 M205.67 99.67 C138.86 98.39, 70.32 97.25, 0 99.67 M0 99.67 C0.93 58.34, -0.65 20.86, 0 0 M0 99.67 C0.11 78.62, -1.36 57.2, 0 0" stroke="#ff80b3" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(358.24124394937917 484.4529691047999) rotate(0 29.125 18.399999999999977)">
-
    <text x="29.125" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Working</text>
-
    <text x="29.125" y="18.4" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Copy</text>
+
    <text x="29.125" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Working</text>
+
    <text x="29.125" y="18.4" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Copy</text>
  </g>
  <g mask="url(#mask-T6BDWh6j4ZmaAEnRs0YZ9)" stroke-linecap="round">
    <g transform="translate(165.10793678374694 452.0162762609689) rotate(0 0 -91.2237868536044)">
-
      <path d="M0 0 C0 -28.95, 0 -57.89, 0 -77.8 M0 0 C0 -19.62, 0 -39.24, 0 -77.8 M0 -77.8 C0 -109.51, 0 -141.23, 0 -182.45 M0 -77.8 C0 -102.54, 0 -127.28, 0 -182.45" stroke="#cc6666" stroke-width="1" fill="none"/>
+
      <path d="M0 0 C-0.15 -29.73, 0.6 -58.55, 0 -77.8 M0 0 C1.2 -23.99, -0.16 -47.1, 0 -77.8 M0 -77.8 C1.51 -104.24, -0.94 -127.82, 0 -182.45 M0 -77.8 C-0.4 -119.13, -1.15 -160, 0 -182.45" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
    <g transform="translate(165.10793678374694 452.0162762609689) rotate(0 0 -91.2237868536044)">
-
      <path d="M0 -182.45 L6.34 -168.85 L-6.34 -168.85 L0 -182.45" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M0 -182.45 C2.36 -177.39, 4.72 -172.33, 6.34 -168.85 M0 -182.45 C1.6 -179.02, 3.2 -175.59, 6.34 -168.85 M6.34 -168.85 C2.5 -168.85, -1.35 -168.85, -6.34 -168.85 M6.34 -168.85 C3.34 -168.85, 0.34 -168.85, -6.34 -168.85 M-6.34 -168.85 C-3.98 -173.91, -1.63 -178.96, 0 -182.45 M-6.34 -168.85 C-3.9 -174.09, -1.45 -179.33, 0 -182.45 M0 -182.45 C0 -182.45, 0 -182.45, 0 -182.45 M0 -182.45 C0 -182.45, 0 -182.45, 0 -182.45" stroke="#cc6666" stroke-width="1" fill="none"/>
+
      <path d="M1.27 -181.7 L6.37 -168.72 L-6.64 -168.16 L1.48 -183.56" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M0 -182.45 C2.47 -177.53, 5.3 -171.96, 6.02 -168.71 M0 -182.45 C2.43 -178.32, 3.26 -173.49, 6.02 -168.71 M6.02 -168.71 C3.29 -169.5, -1.31 -168.53, -6.66 -169.01 M6.02 -168.71 C1.32 -169.31, -4.08 -169.58, -6.66 -169.01 M-6.66 -169.01 C-5.92 -173.48, -2.97 -175.06, 0 -182.45 M-6.66 -169.01 C-5.46 -172.63, -3.19 -175.53, 0 -182.45 M0 -182.45 C0 -182.45, 0 -182.45, 0 -182.45 M0 -182.45 C0 -182.45, 0 -182.45, 0 -182.45" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask id="mask-T6BDWh6j4ZmaAEnRs0YZ9">
    <rect x="0" y="0" fill="#fff" width="265.10793678374694" height="734.4638499681777"/>
    <rect x="147.8079375466864" y="365.0211365577122" fill="#000" width="34.599998474121094" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(147.8079375466864 365.0211365577123) rotate(0 17.299999237060547 -4.228647150347797)">
-
    <text x="17.299999237060547" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">push</text>
+
  <g transform="translate(147.8079375466864 365.0211365577123) rotate(0 17.245726342613352 -4.228647150347797)">
+
    <text x="17.299999237060547" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">push</text>
  </g>
  <g mask="url(#mask-iq1SBTW31kyu6R1UNUpVo)" stroke-linecap="round">
    <g transform="translate(387.3662432735605 263.29563731190547) rotate(0 0 92.38023798350207)">
-
      <path d="M0 0 C0 32.19, 0 64.38, 0 110.93 M0 0 C0 44.06, 0 88.12, 0 110.93 M0 110.93 C0 126.65, 0 142.38, 0 184.76 M0 110.93 C0 127.33, 0 143.73, 0 184.76" stroke="#cc6666" stroke-width="1" fill="none"/>
+
      <path d="M0 0 C1.04 30.13, 0.26 59.1, 0 110.93 M0 0 C0.44 44.02, 0.36 85.59, 0 110.93 M0 110.93 C-1.74 136.22, 1.96 162.09, 0 184.76 M0 110.93 C-0.14 129.83, -0.35 150.02, 0 184.76" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
    <g transform="translate(387.3662432735605 263.29563731190547) rotate(0 0 92.38023798350207)">
-
      <path d="M0 184.76 L-6.34 171.17 L6.34 171.17 L0 184.76" stroke="none" stroke-width="0" fill="#cc6666" fill-rule="evenodd"/>
-
      <path d="M0 184.76 C-1.84 180.82, -3.68 176.87, -6.34 171.17 M0 184.76 C-2.52 179.36, -5.04 173.96, -6.34 171.17 M-6.34 171.17 C-3.64 171.17, -0.94 171.17, 6.34 171.17 M-6.34 171.17 C-3.52 171.17, -0.71 171.17, 6.34 171.17 M6.34 171.17 C4.64 174.82, 2.94 178.47, 0 184.76 M6.34 171.17 C4.37 175.39, 2.4 179.61, 0 184.76 M0 184.76 C0 184.76, 0 184.76, 0 184.76 M0 184.76 C0 184.76, 0 184.76, 0 184.76" stroke="#cc6666" stroke-width="1" fill="none"/>
+
      <path d="M0.35 184.75 L-6.41 172.05 L7.73 170.02 L-1.4 184.87" stroke="none" stroke-width="0" fill="#ff80b3" fill-rule="evenodd"/>
+
      <path d="M0 184.76 C-1.05 181.19, -3.38 176.76, -6.43 171.21 M0 184.76 C-3 180.03, -5.57 173.48, -6.43 171.21 M-6.43 171.21 C-3.38 171.53, 3.23 172.14, 6.25 171.12 M-6.43 171.21 C-3.27 170.67, 0 170.87, 6.25 171.12 M6.25 171.12 C4.39 176.26, 0.48 182.02, 0 184.76 M6.25 171.12 C4.89 174.85, 2.56 180.09, 0 184.76 M0 184.76 C0 184.76, 0 184.76, 0 184.76 M0 184.76 C0 184.76, 0 184.76, 0 184.76" stroke="#ff80b3" stroke-width="1" fill="none"/>
    </g>
  </g>
  <mask id="mask-iq1SBTW31kyu6R1UNUpVo">
    <rect x="0" y="0" fill="#fff" width="487.3662432735605" height="548.0561132789096"/>
    <rect x="374.9412430828256" y="365.0211365577122" fill="#000" width="24.850000381469727" height="18.4" opacity="1"/>
  </mask>
-
  <g transform="translate(374.9412430828256 365.0211365577123) rotate(0 12.425000190734863 -9.345261262304689)">
-
    <text x="12.425000190734863" y="0" fill="#cc6666" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pull</text>
+
  <g transform="translate(374.9412430828256 365.0211365577123) rotate(0 12.480073795464477 -9.345261262304689)">
+
    <text x="12.425000190734863" y="0" fill="#ff80b3" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">pull</text>
  </g>
  <g stroke-linecap="round" transform="translate(10 10) rotate(0 282.318964020895 291.86625415536673)">
-
    <path d="M0 0 C201.06 0, 402.12 0, 564.64 0 M564.64 0 C564.64 127.56, 564.64 255.11, 564.64 583.73 M564.64 583.73 C392 583.73, 219.37 583.73, 0 583.73 M0 583.73 C0 438.15, 0 292.57, 0 0" stroke="#8888ff" stroke-width="2.5" fill="none" stroke-dasharray="8 10"/>
+
    <path d="M0.16 -1.12 C156.52 -2.38, 311.29 -1.06, 564.56 -1.52 M565.17 -1.49 C565.46 155.92, 566.57 308.73, 566.08 584.75 M564.71 585.23 C404.67 580.36, 243.62 580.64, -1.08 582.64 M0.12 585.22 C4.61 406.45, 4.88 228.03, -0.69 -0.38" stroke="#8888ff" stroke-width="2.5" fill="none" stroke-dasharray="8 10"/>
  </g>
  <g transform="translate(35.83378166044122 37.655395980126286) rotate(0 19.075000762939453 9.200000000000003)">
    <text x="0" y="0" fill="#8888ff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Node</text>
  </g>
-
  <g transform="translate(66.76752242426846 160.97688007006667) rotate(0 93.97947929276734 5.848018388617973)">
-
    <text x="0" y="0" fill="#cc6666" text-anchor="start" font-size="10px" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5</text>
+
  <g transform="translate(357.8039885008661 226.8800314407502) rotate(0 29.475000381469727 6.113551541589686)">
+
    <text x="0" y="0" font-size="10.63226355059077px" fill="#ffffff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Stored Copy</text>
  </g>
-
  <g transform="translate(284.5303112886372 160.9768802531607) rotate(0 94.4625015258789 5.848018388617973)">
-
    <text x="0" y="0" fill="#cc6666" text-anchor="start" font-size="10px" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">rad:z2ATVRDqFu2Yq2MG5ZZCWecwSDYqj</text>
+
  <g transform="translate(135.54568208088403 226.88003164990215) rotate(0 29.475000381469727 6.113551541589686)">
+
    <text x="0" y="0" font-size="10.63226355059077px" fill="#ffffff" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Stored Copy</text>
  </g>
</svg>
modified scripts/cleanup-svgs.sh
@@ -24,7 +24,7 @@ process() {
    # Remove all instances of `font-family="..."` and `font-size="..."`
    sed -i -e 's/font-family="[^"]*"//g' -e 's/font-size="16px"//g' "$FILE"
    # Remove comments.
-
    sed -i -e 's/<!--.*-->\n//' "$FILE"
+
    sed -i -e '/<!--.*-->/d' "$FILE"
    # Replace the contents of <style> tags
    sed -i '/<defs>/,/<\/defs>/c\
  <defs>\