{"templateId":"markdown","versions":[{"version":"v0-beta","label":"Beta (v0)","link":"/products/native-api/docs/how-it-works/identity-reference","default":true,"active":true,"folderId":"e4cb5a06"}],"sharedDataIds":{"sidebar":"sidebar-products/native-api/@v0-beta/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Choosing an identityReference","description":"Official Banxa API documentation – on-ramp and off-ramp transfers with identity verification and compliance.","llmstxt":{"title":"Banxa Developer Documentation","description":"Integrate crypto-fiat exchange with Banxa's licensed infrastructure: payments, KYC, compliance, and settlement handled. 150+ countries, 45 global licences.","details":{"content":"Two integration products: **Banxa Native API** for partners who manage their own KYC and want full UX control (headless, HMAC server-to-server, no Banxa-hosted screens); **Banxa Hosted Checkout** for partners who want Banxa to handle KYC and payments (three paths: Referral URL, API, or React Native SDK). Both use the same sandbox and production environments at `https://api.banxa-sandbox.com` and `https://api.banxa.com`.\n\n## Constraints\n\n- **Authentication**: HMAC credentials must be stored server-side only, never expose in frontend, mobile, or client-side code. HMAC is required for all Native API calls and for KYC sharing in Hosted Checkout; `x-api-key` is used for all other Hosted Checkout endpoints.\n- **`externalCustomerId`**: Required on every buy and sell order. Use a stable opaque identifier, never PII.\n- **`identityReference`**: Must remain constant for the same user across all requests. Must not contain PII. If you attempt to create an identity for an email that already exists, you will receive a 422 / code 81, so retrieve the existing record rather than retrying creation. Use `GET /eapi/v0/identities/{identityReference}?email=user@example.com` to look up the real `identityReference` linked to an email.\n- **`quoteId`**: Only supported by `POST /eapi/v0/ramps` (bank transfer). The React Native SDK and Embedded Payment Button do not accept a `quoteId`, so use indicative pricing (`GET /eapi/v0/price`) for SDK and Embedded Payment Button flows.\n- **Quotes**: Indicative prices are not rate-locked, so refresh close to order creation to minimise rate drift. Locked quotes (`GET /eapi/v0/quote`) expire after approximately 3 minutes and are only valid for bank transfer ramp creation.\n- **Eligibility gate**: Never create a ramp or invoke the SDK when `paymentReady` is `false`. Always check eligibility and satisfy all requirements before payment execution.\n- **Webhooks**: Verify all inbound webhook signatures with HMAC-SHA256 before processing. Return HTTP 200 immediately and process asynchronously.\n- **Product selection**: Banxa Native is for partners who manage their own KYC. Banxa Hosted Checkout is for partners who do not do KYC. These are separate products with separate flows: do not mix endpoints across products.\n- **SDK scope**: The React Native SDK has no `banxa.customerIdentity` module. Identity and KYC are handled through the Native API only. `primerCallbacks` and `primerSettings` are Native context only and must not be referenced in Hosted Checkout integrations.\n- **Payment method naming**: Never use \"eAPI\" or \"EAPI\" as a product name. The correct name is \"Banxa Native API\". The URL path prefix `/eapi/` is correct and should not be changed.\n"},"hide":false,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"choosing-an-identityreference","__idx":0},"children":["Choosing an identityReference"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every Banxa Native transaction is tied to an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," — your stable identifier for the user. Banxa accumulates KYC state, verification history, and compliance tier against it, so a user who verifies once doesn't need to verify again."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Banxa's underlying record key is ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["email"]},". When Banxa receives an email on any ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," — via identity creation, OTP verification, or a PATCH — it links the two. If that email already exists on another identity, the records merge automatically: the newer identityReference inherits the older account's KYC history. Getting the user's email into Banxa early is what determines whether a returning user is recognised correctly."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements","__idx":1},"children":["Requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["An ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," must be:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Unique per user."]}," Two users must never share an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Opaque."]}," Do not include PII (name, email, phone number) in the value itself."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The format is up to you — use whatever you can derive consistently and uniquely for the same person."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"when-to-create-the-identity","__idx":2},"children":["When to create the identity"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create the identity as early as possible — ideally before pricing. Pricing doesn't strictly require it, but Banxa distinguishes between new and returning customers, so pricing is most accurate when Banxa already knows the user. Eligibility requires knowledge of the user, so either create the identity before calling eligibility, or call eligibility with the user's email and country directly."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"which-approach-applies-to-you","__idx":3},"children":["Which approach applies to you"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The key question is whether your system already stores a unique identifier per user."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Approach 1"},"children":["Approach 1"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Approach 2"},"children":["Approach 2"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["When to use"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You store a unique ID per user"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["You have no stored per-user ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Typical integration"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Exchanges, custodial wallets"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Non-custodial wallets"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Works across multiple wallets"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes, with OTP"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["KYC history persists if wallet changes"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes, with OTP"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Merging required"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes, via email + OTP"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"approach-1--you-have-a-stored-per-user-id","__idx":4},"children":["Approach 1 — You have a stored per-user ID"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your system already has a stable identifier for each user — a database ID, a UUID, a hashed account reference — use that as your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]},". The choice of what to store is yours; a common pattern is to hash the internal ID to keep the value opaque."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is the simplest approach: your identifier is already stable and independent of wallet addresses or email changes. KYC history accumulates against one record across all the user's devices and wallets."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"approach-2--you-have-no-stored-per-user-id","__idx":5},"children":["Approach 2 — You have no stored per-user ID"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your app has no concept of a persistent user — common for non-custodial wallets, apps using device fingerprints, or session-based flows — you need to derive an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," at transaction time. A common pattern is to hash the wallet address, but any value that is unique per person works."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Email is required before a transaction at all times."]}," Without it, Banxa cannot recognise a returning user who comes back with a different ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," — eligibility returns results as if they are a new user, causing transaction failures or unnecessary KYC friction."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"linking-email-to-the-identity","__idx":6},"children":["Linking email to the identity"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Email can be provided to Banxa at any of these points — choose what fits your flow:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["At identity creation"]}," — include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}," in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /eapi/v0/identities/basic"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Via OTP verification"]}," — create a sparse identity first, then bind the email via ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /eapi/v1/verifications/otp"]}," (recommended — see below)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["At Sumsub token sharing"]}," — include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}," in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /eapi/v0/identities/share/token"]},"; this also lets you discover upfront whether KYC token sharing or just a basic identity is needed"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"handling-new-and-returning-users","__idx":7},"children":["Handling new and returning users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["There is no single required flow — the right approach depends on your app's architecture. The variants below cover every meaningful combination. Pick the one that fits."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"new-users","__idx":8},"children":["New users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Create identity with email, then eligibility"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The most common pattern for apps with their own authentication. Include email at creation, then proceed to eligibility. If a Banxa record already exists for that email, creation returns ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["422"]}," with code ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["81"]}," — retrieve the existing record via GET and continue as a returning user."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nidentityReference + email\"]\n    B --> C{Response}\n    C -->|201 — new record| D[POST /eligibility\\nwith identityReference]\n    C -->|\"422 code 81 — email exists\"| E[\"GET /identities/any-ref?email=email\\nReturns real identityReference\"]\n    E --> D\n    D --> F([Proceed to payment])\n","diagramHtml":"<svg id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 446.328125px;\" viewBox=\"0 0 446.328125 800.40625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .error-icon{fill:#552222;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .error-text{fill:#552222;stroke:#552222;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-thickness-normal{stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-thickness-thick{stroke-width:3.5px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-pattern-solid{stroke-dasharray:0;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .marker{fill:#333333;stroke:#333333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .marker.cross{stroke:#333333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 p{margin:0;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster-label text{fill:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster-label span{color:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster-label span p{background-color:transparent;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .label text,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 span{fill:#333;color:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node rect,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node circle,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node ellipse,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node polygon,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .rough-node .label text,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node .label text,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .image-shape .label,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .icon-shape .label{text-anchor:middle;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .rough-node .label,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node .label,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .image-shape .label,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .icon-shape .label{text-align:center;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node.clickable{cursor:pointer;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .arrowheadPath{fill:#333333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .flowchart-link{stroke:#333333;fill:none;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster text{fill:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .cluster span{color:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 rect.text{fill:none;stroke-width:0;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .icon-shape,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .icon-shape p,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .icon-shape .label rect,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 .node .neo-node{stroke:#9370DB;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node rect,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].cluster rect,#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M192.496,47.5L192.413,51.583C192.329,55.667,192.163,63.833,192.079,71.417C191.996,79,191.996,86,191.996,89.5L191.996,93\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTkyLjQ5NjA5Mzc1LCJ5Ijo0Ny41MDAwMDAwMDAwMDAwMX0seyJ4IjoxOTEuOTk2MDkzNzUsInkiOjcyfSx7IngiOjE5MS45OTYwOTM3NSwieSI6OTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path><path d=\"M191.996,175L191.996,179.167C191.996,183.333,191.996,191.667,191.996,199.333C191.996,207,191.996,214,191.996,217.5L191.996,221\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTkxLjk5NjA5Mzc1LCJ5IjoxNzV9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5IjoyMDB9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5IjoyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path><path d=\"M159.824,319.234L145.797,332.762C131.77,346.291,103.717,373.349,89.691,405.544C75.664,437.74,75.664,475.073,75.664,508.406C75.664,541.74,75.664,571.073,82.654,589.585C89.643,608.097,103.622,615.788,110.612,619.633L117.602,623.478\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTU5LjgyMzU5MTEzMjcwMjM1LCJ5IjozMTkuMjMzNzQ3MzgyNzAyMzV9LHsieCI6NzUuNjY0MDYyNSwieSI6NDAwLjQwNjI1fSx7IngiOjc1LjY2NDA2MjUsInkiOjUxMi40MDYyNX0seyJ4Ijo3NS42NjQwNjI1LCJ5Ijo2MDAuNDA2MjV9LHsieCI6MTIxLjEwNjI2MjIwNzAzMTI1LCJ5Ijo2MjUuNDA2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path><path d=\"M224.169,319.234L238.195,332.762C252.222,346.291,280.275,373.349,294.302,394.377C308.328,415.406,308.328,430.406,308.328,437.906L308.328,445.406\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjI0LjE2ODU5NjM2NzI5NzY1LCJ5IjozMTkuMjMzNzQ3MzgyNzAyMzV9LHsieCI6MzA4LjMyODEyNSwieSI6NDAwLjQwNjI1fSx7IngiOjMwOC4zMjgxMjUsInkiOjQ0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path><path d=\"M308.328,575.406L308.328,579.573C308.328,583.74,308.328,592.073,301.339,600.085C294.349,608.097,280.37,615.788,273.38,619.633L266.391,623.478\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_E_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_D_0\" data-points=\"W3sieCI6MzA4LjMyODEyNSwieSI6NTc1LjQwNjI1fSx7IngiOjMwOC4zMjgxMjUsInkiOjYwMC40MDYyNX0seyJ4IjoyNjIuODg1OTI1MjkyOTY4NzUsInkiOjYyNS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path><path d=\"M191.996,703.406L191.996,707.573C191.996,711.74,191.996,720.073,192.066,727.823C192.137,735.573,192.277,742.74,192.347,746.324L192.418,749.907\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6MTkxLjk5NjA5Mzc1LCJ5Ijo3MDMuNDA2MjV9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5Ijo3MjguNDA2MjV9LHsieCI6MTkyLjQ5NjA5Mzc1LCJ5Ijo3NTMuOTA2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(75.6640625, 512.40625)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-67.6640625, -12)\"><foreignObject width=\"135.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>201 — new record</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(308.328125, 400.40625)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>422 code 81 — email exists</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-A-0\" data-look=\"classic\" transform=\"translate(191.99609375, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-41.37631918705917 -19.5, 3.012986625881666 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.11592233089901 -19.48876664641046, 86.46621966179802 -19.477533292820922, 87.0149942896239 -19.45993515863156 C87.35093989885154 -19.427526889743074, 87.68688550807919 -19.395118620854593, 88.25922965284786 -19.3399052695533 C88.70343560624208 -19.26808949587714, 89.14764155963631 -19.19627372220098, 89.49321825967675 -19.140403561325776 C89.77616430993582 -19.075822971749677, 90.0591103601949 -19.011242382173574, 90.71188938623538 -18.862249829261074 C90.98796856163136 -18.78031097917271, 91.26404773702735 -18.698372129084348, 91.9102352514606 -18.50658706670804 C92.19157602237304 -18.403051062326682, 92.47291679328549 -18.299515057945328, 93.0833315951478 -18.074876768247425 C93.33635040480726 -17.962872846747498, 93.58936921446671 -17.85086892524757, 94.22635791279238 -17.568892924097174 C94.55202379844853 -17.398993240149316, 94.87768968410468 -17.22909355620146, 95.33461726407678 -16.990714730406097 C95.61103892040455 -16.82314629790624, 95.88746057673232 -16.655577865406386, 96.4035555736057 -16.342718045390892 C96.7127346093898 -16.12704813417265, 97.0219136451739 -15.911378222954406, 97.42878034457871 -15.627565626425154 C97.77087131051748 -15.35475718451191, 98.11296227645624 -15.081948742598668, 98.40607870850187 -14.848196188198123 C98.64186235507168 -14.63406371887685, 98.8776460016415 -14.419931249555578, 99.33143473676799 -14.007812326905688 C99.5333907485249 -13.799276163869749, 99.73534676028181 -13.59074000083381, 100.20104594296865 -13.10986736009568 C100.3989394837318 -12.877410346653821, 100.59683302449494 -12.644953333211964, 101.01133890812658 -12.158051136245305 C101.29233107266472 -11.78154723467699, 101.57332323720289 -11.405043333108674, 101.75898396464063 -11.156274872382312 C102.02548537129921 -10.746857146106926, 102.29198677795777 -10.33743941983154, 102.44090887860425 -10.108655082055241 C102.56899537037741 -9.881224545748273, 102.69708186215057 -9.653794009441304, 103.0543114742735 -9.019496659696287 C103.18257232735174 -8.753160253936706, 103.31083318042998 -8.486823848177124, 103.59667114880834 -7.893275190886684 C103.75973181418551 -7.490512194841574, 103.92279247956269 -7.087749198796463, 104.06575922997033 -6.734618561215508 C104.22298567842327 -6.261077549107853, 104.38021212687622 -5.787536537000197, 104.45964813421489 -5.548287939305138 C104.54997633960149 -5.203827343674205, 104.64030454498807 -4.859366748043271, 104.77671928754556 -4.339158212148133 C104.8433713688457 -3.996913861594275, 104.91002345014584 -3.6546695110404173, 105.01566977658177 -3.1121979531509023 C105.06732137390607 -2.7115983640652104, 105.11897297123038 -2.3109987749795184, 105.17551770250937 -1.872449005199798 C105.20038740535891 -1.4850833088553417, 105.22525710820845 -1.0977176125108854, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.34294880149603696, 105.25560621591342 -0.06089184034479822, 105.25560621591342 0.625005762647271 C105.22774455569066 1.058973610144045, 105.19988289546791 1.4929414576408189, 105.17551770250937 1.8724490051997846 C105.11999096796634 2.303103393321495, 105.06446423342332 2.7337577814432055, 105.01566977658177 3.1121979531508885 C104.9394506097921 3.5035672656892167, 104.86323144300245 3.8949365782275445, 104.77671928754556 4.339158212148129 C104.70298876283047 4.620324657898307, 104.62925823811538 4.901491103648484, 104.45964813421489 5.548287939305125 C104.36280935067208 5.8399509261712375, 104.26597056712926 6.13161391303735, 104.06575922997033 6.734618561215495 C103.88811436854185 7.1734048034735665, 103.71046950711339 7.612191045731639, 103.59667114880834 7.893275190886679 C103.46139804315527 8.174172689156082, 103.32612493750219 8.455070187425484, 103.0543114742735 9.019496659696284 C102.92398821666436 9.25089880024216, 102.7936649590552 9.482300940788036, 102.44090887860425 10.108655082055236 C102.22389649646928 10.442044376998561, 102.00688411433431 10.775433671941887, 101.75898396464065 11.156274872382301 C101.49890357933143 11.504758894886123, 101.23882319402222 11.853242917389947, 101.01133890812659 12.158051136245302 C100.74005651884504 12.476714867100656, 100.46877412956349 12.79537859795601, 100.20104594296866 13.10986736009567 C99.89441609054977 13.426487857497248, 99.58778623813087 13.743108354898826, 99.33143473676799 14.007812326905684 C99.07981729791527 14.236324627439112, 98.82819985906255 14.464836927972542, 98.4060787085019 14.848196188198111 C98.03865069549062 15.141210250904537, 97.67122268247935 15.434224313610962, 97.42878034457871 15.627565626425152 C97.19116990396608 15.793312383806324, 96.95355946335347 15.959059141187495, 96.4035555736057 16.34271804539089 C96.05679998617764 16.5529233202518, 95.71004439874957 16.76312859511271, 95.33461726407678 16.990714730406093 C94.99974380078913 17.16541800170657, 94.66487033750148 17.340121273007043, 94.22635791279238 17.56889292409717 C93.86148611619379 17.730410844914086, 93.49661431959518 17.891928765731, 93.0833315951478 18.07487676824742 C92.84124505550034 18.16396685266113, 92.59915851585288 18.253056937074838, 91.91023525146062 18.506587066708033 C91.57044036911849 18.607436404167444, 91.23064548677635 18.708285741626856, 90.71188938623541 18.86224982926107 C90.24447553565616 18.96893399049536, 89.7770616850769 19.075618151729643, 89.49321825967677 19.140403561325773 C89.0167272512322 19.217438932328132, 88.54023624278764 19.29447430333049, 88.25922965284788 19.3399052695533 C87.78361778045786 19.3857869748758, 87.30800590806786 19.4316686801983, 87.0149942896239 19.45993515863156 C86.69388313404441 19.470232568386045, 86.37277197846493 19.48052997814053, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C49.57649421003369 19.5, 13.387363420067373 19.5, -85.765625 19.5 C-86.1209558537513 19.488605231129746, -86.47628670750261 19.477210462259492, -87.0149942896239 19.45993515863156 C-87.42023410529104 19.420842160986332, -87.82547392095819 19.381749163341105, -88.25922965284786 19.3399052695533 C-88.68853092766614 19.27049916872179, -89.1178322024844 19.20109306789028, -89.49321825967675 19.140403561325773 C-89.9646238685021 19.032808307320472, -90.43602947732745 18.92521305331517, -90.71188938623538 18.862249829261074 C-91.08809386001137 18.750594316181942, -91.46429833378734 18.638938803102814, -91.91023525146059 18.506587066708043 C-92.27454051298277 18.372519362866964, -92.63884577450493 18.238451659025884, -93.0833315951478 18.074876768247425 C-93.32116033348183 17.96959704072581, -93.55898907181586 17.864317313204193, -94.22635791279238 17.568892924097174 C-94.54836414595326 17.400902478511984, -94.87037037911414 17.23291203292679, -95.33461726407678 16.990714730406097 C-95.6124678052441 16.822280099519446, -95.89031834641142 16.6538454686328, -96.40355557360569 16.3427180453909 C-96.73287715395801 16.11299756703856, -97.06219873431036 15.883277088686217, -97.42878034457871 15.627565626425156 C-97.76861072149734 15.356559944098668, -98.10844109841598 15.08555426177218, -98.40607870850187 14.848196188198125 C-98.76051071648818 14.526310416301998, -99.1149427244745 14.204424644405872, -99.33143473676797 14.007812326905697 C-99.57545569762766 13.755840650324595, -99.81947665848735 13.503868973743494, -100.20104594296865 13.109867360095677 C-100.41592961799887 12.857452768177682, -100.6308132930291 12.605038176259685, -101.01133890812658 12.158051136245307 C-101.26751294650889 11.814801262748007, -101.52368698489121 11.471551389250708, -101.75898396464063 11.156274872382316 C-101.94561036816084 10.869566600369005, -102.13223677168105 10.582858328355693, -102.44090887860425 10.108655082055249 C-102.57028765977118 9.878929955071126, -102.69966644093813 9.649204828087, -103.0543114742735 9.019496659696289 C-103.24663964043357 8.620123107501401, -103.43896780659362 8.220749555306513, -103.59667114880834 7.893275190886686 C-103.71713047428327 7.595738328041014, -103.83758979975818 7.298201465195342, -104.06575922997033 6.73461856121551 C-104.1856503475137 6.373525617230359, -104.30554146505706 6.012432673245208, -104.45964813421489 5.5482879393051325 C-104.54624048588111 5.218073773039192, -104.63283283754734 4.887859606773251, -104.77671928754556 4.339158212148136 C-104.85612672749333 3.9314177907847045, -104.9355341674411 3.523677369421273, -105.01566977658177 3.112197953150904 C-105.0551027057841 2.8063639411703147, -105.09453563498643 2.5005299291897254, -105.17551770250937 1.872449005199809 C-105.1931616410406 1.597630420645051, -105.21080557957183 1.3228118360902927, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.13530360387551837, -105.25560621591342 -0.3543985548962414, -105.25560621591342 -0.6250057626472687 C-105.23879155788006 -0.8869076340645097, -105.2219768998467 -1.1488095054817506, -105.17551770250937 -1.8724490051997822 C-105.11459338543862 -2.3449659775332536, -105.05366906836788 -2.817482949866725, -105.01566977658177 -3.112197953150895 C-104.9529168600089 -3.434420916918985, -104.89016394343604 -3.7566438806870748, -104.77671928754556 -4.339158212148126 C-104.71254040736399 -4.583900097583106, -104.6483615271824 -4.828641983018087, -104.45964813421489 -5.548287939305123 C-104.36740386192942 -5.826112990300076, -104.27515958964395 -6.10393804129503, -104.06575922997033 -6.734618561215485 C-103.91003317501634 -7.119264927710307, -103.75430712006234 -7.503911294205129, -103.59667114880834 -7.893275190886676 C-103.38052333762366 -8.342110745633947, -103.16437552643897 -8.790946300381217, -103.0543114742735 -9.019496659696282 C-102.83128208067696 -9.41550793220201, -102.6082526870804 -9.811519204707736, -102.44090887860425 -10.108655082055243 C-102.27904381963144 -10.35732327949173, -102.11717876065865 -10.605991476928219, -101.75898396464063 -11.156274872382308 C-101.46748590911847 -11.546855710762848, -101.1759878535963 -11.93743654914339, -101.01133890812659 -12.158051136245302 C-100.73632990543013 -12.481092359268127, -100.46132090273365 -12.804133582290952, -100.20104594296866 -13.10986736009567 C-99.879317786459 -13.442078096064789, -99.55758962994933 -13.774288832033905, -99.33143473676799 -14.007812326905677 C-98.96437683555702 -14.341164600965614, -98.59731893434603 -14.674516875025553, -98.4060787085019 -14.848196188198107 C-98.07175301160908 -15.114812034689697, -97.73742731471624 -15.381427881181285, -97.42878034457871 -15.627565626425149 C-97.11268337397514 -15.848061189500886, -96.79658640337158 -16.068556752576622, -96.40355557360571 -16.342718045390885 C-96.11996409184296 -16.514632868204, -95.8363726100802 -16.686547691017115, -95.33461726407678 -16.99071473040609 C-95.01445700410974 -17.157742132958465, -94.69429674414269 -17.32476953551084, -94.2263579127924 -17.56889292409717 C-93.84538472168968 -17.737538454630158, -93.46441153058697 -17.906183985163146, -93.08333159514781 -18.07487676824742 C-92.80634258492985 -18.176811284465973, -92.52935357471189 -18.278745800684522, -91.91023525146062 -18.506587066708033 C-91.65105505350908 -18.58351038899543, -91.39187485555753 -18.660433711282828, -90.71188938623541 -18.862249829261067 C-90.46721363753802 -18.91809547224277, -90.22253788884065 -18.973941115224473, -89.49321825967677 -19.140403561325773 C-89.00777877585777 -19.218885652430206, -88.52233929203878 -19.29736774353464, -88.25922965284788 -19.3399052695533 C-87.97446190060454 -19.367376472128885, -87.6896941483612 -19.39484767470447, -87.0149942896239 -19.45993515863156 C-86.6724954717211 -19.470918429088194, -86.32999665381831 -19.48190169954483, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-26.947023259231734 -19.5, 31.87157848153653 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-41.04417268719518 -19.5, 3.6772796256096427 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.22362456431053 -19.485312845414633, 86.68162412862105 -19.470625690829266, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.07498219013416 -19.49007951703964, 86.38433938026833 -19.48015903407928, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.36013764179495 -19.42663959454323, 87.70528099396601 -19.393344030454898, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.49102721865323 -19.414012834481458, 87.96706014768256 -19.368090510331356, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.68493060867219 -19.27108124037584, 89.11063156449653 -19.202257211198383, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.5951598729551 -19.285594676744125, 88.93109009306234 -19.231284083934955, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.82199633294242 -19.06536211158032, 90.15077440620807 -18.99032066183487, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.80675252659745 -19.068841410903428, 90.12028679351815 -18.997279260481076, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.04004708290863 -18.76485434742336, 91.36820477958187 -18.66745886558564, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.07460304628533 -18.754598318881108, 91.43731670633527 -18.646946808501138, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.2979620224419 -18.363900030879943, 92.6856887934232 -18.221212995051843, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.24603485326783 -18.38300970914549, 92.58183445507505 -18.259432351582937, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.52055587762801 -17.881330548190952, 93.95778016010824 -17.68778432813448, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.45770203589969 -17.90915407943112, 93.83207247665156 -17.74343139061481, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.46602968092066 -17.443856316181744, 94.70570144904895 -17.318819708266314, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.4829370829756 -17.435035735359392, 94.73951625315881 -17.30117854662161, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.56169770974667 -16.85305722976819, 95.78877815541655 -16.715399729130283, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.71445902248855 -16.76045242425894, 96.09430078090031 -16.530190118111783, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.71468339918898 -16.125688742770485, 97.02581122477228 -15.908659440150078, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.72211400248949 -16.120505475573687, 97.0406724313733 -15.898292905756477, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.7960327480532 -15.334691607651155, 98.16328515152766 -15.041817588877157, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.7659328830093 -15.35869544903261, 98.10308542143989 -15.089825271640066, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.70776785377103 -14.57421008872204, 99.0094569990402 -14.300223989245957, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.6790261220637 -14.600312568994086, 98.95197353562554 -14.352428949790049, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.59604681113989 -13.73457863506137, 99.86065888551178 -13.46134494321705, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.62839562279926 -13.701175831136231, 99.92535650883053 -13.394539335366774, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.37315652009342 -12.907696482835659, 100.54526709721817 -12.705525605575636, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.40083808846207 -12.875180137503975, 100.60063023395548 -12.640492914912267, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.28899107789114 -11.786022523393818, 101.5666432476557 -11.413993910542333, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.20542470506679 -11.897993849925268, 101.399510502007 -11.63793656360523, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.95925804865358 -10.848600098216812, 102.15953213266651 -10.540925324051312, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.9949776666756 -10.793725172874543, 102.23097136871054 -10.431175473366775, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.67091013753802 -9.700264556665363, 102.9009113964718 -9.291874031275485, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.59897313020656 -9.827995997594261, 102.75703738180887 -9.547336913133282, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.18513089033739 -8.747847343152529, 103.31595030640128 -8.47619802660877, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.2407564770703 -8.632339622104725, 103.42720147986712 -8.245182584513161, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.70189833591688 -7.633362004299344, 103.8071255230254 -7.373448817712003, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.72072659702022 -7.5868558353544095, 103.84478204523211 -7.280436479822136, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.1985289850892 -6.334737212785202, 104.33129874020806 -5.934855864354897, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.15472291844159 -6.466674105978877, 104.24368660691286 -6.198729650742246, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.57830264909622 -5.095806848870578, 104.69695716397754 -4.643325758436018, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.5644290597315 -5.148712857969946, 104.66920998524809 -4.749137776634754, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.87069316443207 -3.8566222157218153, 104.96466704131858 -3.3740862192954975, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.8461683385838 -3.9825520131289496, 104.91561738962203 -3.625945814109766, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.05730339463844 -2.789295832991256, 105.09893701269509 -2.46639371283161, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.0541763161216 -2.8135488364563197, 105.09268285566142 -2.5148997197617375, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.19686484292016 -1.5399500622001594, 105.21821198333095 -1.2074511192005206, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.20099195370126 -1.4756669804404763, 105.22646620489317 -1.0788849556811546, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.1433330816728483, 105.25560621591342 0.3383395993015791, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.143592180709449, 105.25560621591342 0.33782140122837767, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.22840364235348 1.0487078033654018, 105.20120106879355 1.4724098440835327, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.22883687685835 1.0419598262514478, 105.20206753780329 1.4589138898556246, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.12128981883782 2.293029762449435, 105.06706193516628 2.713610519699085, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.13772917329185 2.165529375621718, 105.09994064407434 2.4586097460436513, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.92705411683312 3.567220637033904, 104.83843845708446 4.022243320916919, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.96344400903253 3.3803662315963794, 104.91121824148328 3.6485345100418702, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.70757648931718 4.602829668471294, 104.63843369108878 4.866501124794459, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.65374686705346 4.808105348068698, 104.53077444656135 5.277052483989267, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.32685501251524 5.9482396641538084, 104.19406189081558 6.348191389002492, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.31519228213283 5.9833659498618985, 104.17073643005075 6.418443960418672, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.91803649173134 7.099496580690645, 103.77031375349235 7.464374600165796, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.89213666926815 7.163469642913712, 103.71851410856598 7.592320724611928, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.46007498026414 8.176920057558519, 103.32347881171994 8.46056492423036, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.38199877318935 8.339046972112518, 103.16732639757036 8.784818753338358, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.92771467841607 9.244282090056831, 102.80111788255861 9.469067520417381, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.87183710029238 9.343498388233762, 102.68936272631126 9.667500116771242, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.28515840860238 10.347929628835324, 102.12940793860052 10.587204175615414, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.29115135244764 10.33872285775827, 102.14139382629102 10.568790633461305, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.56077275758558 11.421859832423648, 101.36256155053053 11.687444792464994, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.58486103487549 11.389583735342386, 101.41073810511033 11.622892598302473, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.82091000462195 12.381739762013419, 100.63048110111731 12.605428387781538, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.7720546568566 12.43912803344664, 100.53277040558662 12.720204930647977, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.89743304338572 13.423372605997697, 99.59382014380277 13.736877851899724, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.91690601324846 13.403265165853854, 99.63276608352825 13.69666297161204, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.12672580638632 14.19372356117682, 98.92201687600466 14.379634795447958, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.02573960371974 14.285436558490112, 98.72004447067148 14.563060790074541, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.18258164718138 15.02642914709464, 97.95908458586086 15.20466210599117, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.04939094104816 15.132645190882336, 97.69270317359442 15.417094193566559, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.18873557432973 15.795010466780218, 96.94869080408074 15.962455307135285, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.04476994580223 15.89543465706939, 96.66075954702573 16.16330368771363, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.17718320571731 16.479946305116524, 95.95081083782893 16.617174564842163, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.00125077254783 16.586597579997605, 95.59894597148995 16.83047711460432, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.91233424079512 17.21101951316695, 94.49005121751347 17.431324295927805, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.0462790110431 17.1411406123243, 94.75794075800943 17.291566494242506, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.81179393754853 17.752408098334232, 93.39722996230468 17.935923272571298, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.87300201733395 17.725313097086403, 93.51964612187551 17.881733270075635, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.81845904174844 18.17235231635343, 92.55358648834908 18.269827864459437, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.78490544579705 18.18470034982958, 92.48647929644632 18.294523931411735, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.55373259041346 18.612395185186177, 91.1972299293663 18.71820330366432, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.6631887468465 18.57990917250394, 91.41614224223238 18.653231278299845, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.44261534338236 18.923709872364935, 90.17334130052929 18.9851699154688, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.46284367745719 18.91909288711457, 90.21379796867896 18.97593594496807, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.23733151647437 19.181773345535404, 88.98144477327197 19.22314312974504, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.02065822295975 19.21680340330436, 88.54809818624274 19.29320324528295, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C88.00025510946747 19.36488823229075, 87.74128056608706 19.389871195028203, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.90274552706968 19.374294864432233, 87.54626140129149 19.408684459311168, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.65662363437775 19.47142740801914, 86.29825297913162 19.48291965740672, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.73195718072628 19.469011607815595, 86.44892007182868 19.478088056999628, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C17.232513592629203 19.5, -51.30059781474159 19.5, -85.765625 19.5 M85.765625 19.5 C17.751601797606128 19.5, -50.262421404787744 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.13955747742757 19.48800871326431, -86.51348995485516 19.47601742652862, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.13462054241283 19.488167031161073, -86.50361608482567 19.476334062322145, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.43430758888493 19.41948450894987, -87.85362088814597 19.37903385926818, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.34183879988062 19.428404861815128, -87.66868331013734 19.396874564998697, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.51061409682816 19.299263382166043, -88.76199854080845 19.25862149477879, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.58136119271296 19.28782554035531, -88.90349273257806 19.235745811157322, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.9147027277033 19.04420248194191, -90.33618719572985 18.948001402558045, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.8605148438141 19.05657051283063, -90.22781142795145 18.972737464335488, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.15753066770552 18.72998583613956, -91.60317194917566 18.597721843018046, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.13104220496012 18.73784747284162, -91.55019502368485 18.61344511642216, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.2825955857224 18.3695550216385, -92.65495591998422 18.232522976568955, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.37726619477776 18.33471536238061, -92.84429713809493 18.16284365805318, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.44251823402422 17.915875498109905, -93.80170487290064 17.756874227972386, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.3661772761417 17.949669375590442, -93.6490229571356 17.824461982933464, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.55992926306894 17.39486896432054, -94.8935006133455 17.22084500454391, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.64112548669613 17.352508946462905, -95.05589306059986 17.136124968828632, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.65997172675566 16.79348294313511, -95.98532618943453 16.596251155864124, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.66999047733026 16.787409517660077, -96.00536369058374 16.584104304914057, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.71713435604731 16.123979061366335, -97.03071313848893 15.905240077341766, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.6782085801527 16.151131997560732, -96.95286158669971 15.959545949730567, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.79159774892898 15.338228401432424, -98.15441515327926 15.048891176439692, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.80736054351829 15.325657992213035, -98.18594074245787 15.023750358000912, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.73965588311974 14.545250224178568, -99.07323305773761 14.242304260159013, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.61173503869088 14.661424550488787, -98.81739136887988 14.47465291277945, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.56204161673132 13.769691790166588, -99.79264849669467 13.531571253427481, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.54407332377583 13.78824552786742, -99.75671191078368 13.568678728829145, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.37694810484282 12.903242671641715, -100.552850266717 12.696617983187755, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.48118908783074 12.780795281544135, -100.76133223269285 12.451723202992593, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.27798601048704 11.80076831113304, -101.5446331128475 11.443485486020775, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.23726945879788 11.855324781042345, -101.46320000946919 11.552598425839383, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.97681408633863 10.82162930987636, -102.19464420803664 10.486983747370408, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-102.0179689544501 10.758404380827702, -102.27695394425955 10.36053388927309, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.64699395956244 9.742730152436657, -102.85307904052061 9.376805222818064, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.66781758663421 9.705755693949818, -102.89472629466418 9.302856305844388, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.2252617104317 8.664514836564713, -103.39621194658989 8.309533013433136, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.21264677365485 8.690710022698216, -103.37098207303622 8.361923385700141, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.77397676185907 7.455326898680545, -103.95128237490981 7.017378606474405, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.77923611396328 7.442336197300506, -103.96180107911822 6.991397203714326, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.18271868717137 6.382355311084772, -104.29967814437244 6.0300920609540345, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.15339817603662 6.470664019033635, -104.24103712210291 6.206709476851761, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.55787115996932 5.173720971974815, -104.65609418572376 4.799154004644498, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.56114007684533 5.161255175169072, -104.66263201947577 4.774222411033011, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.8368213976003 4.030546579602486, -104.89692350765505 3.721934947056837, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.8281241770704 4.075204968865317, -104.87952906659524 3.8112517255824985, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.07462726704365 2.6549352996019513, -105.13358475750553 2.197672646052999, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.05819500832281 2.7823806533242825, -105.10072024006385 2.452563353497661, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.19542523469283 1.562373122371595, -105.2153327668763 1.2522972395433813, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.19268291178639 1.6050870152026673, -105.2098481210634 1.3377250252055255, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.20282500360857175, -105.25560621591342 -0.21935575543013464, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3657882984248144, -105.25560621591342 0.1065708342023507, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.22792169251612 -1.0562145611052074, -105.20023716911882 -1.487423359563146, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.2247731767926 -1.1052552349352118, -105.19394013767179 -1.585504707223155, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.13339544779282 -2.199140894801331, -105.09127319307626 -2.52583278440288, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.11578113650603 -2.3357540148024554, -105.05604457050269 -2.7990590244051288, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.95870401094331 -3.4047051199855796, -104.90173824530484 -3.697212286820264, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.96410559305549 -3.3769691374642816, -104.91254140952923 -3.6417403217776685, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.67461674756636 -4.7285194486095765, -104.57251420758716 -5.117880685071027, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.69390650452533 -4.654959245091441, -104.61109372150511 -4.970760278034757, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.3052377561496 -6.013347396085028, -104.15082737808432 -6.478406852864933, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.32709643716422 -5.947512531576844, -104.19454474011356 -6.346737123848565, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.94915852952623 -7.022624545633572, -103.83255782908215 -7.310630530051659, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.92250283976328 -7.0884646147007855, -103.77924644955623 -7.442310668186085, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.38616472766728 -8.330396278501976, -103.1756583065262 -8.767517366117273, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.45892366819011 -8.17931078171438, -103.32117618757187 -8.465346372542081, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.85836051644854 -9.367427427500587, -102.6624095586236 -9.715358195304894, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.92669234549739 -9.24609734567636, -102.79907321672128 -9.472698031656439, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.24932252045099 -10.402983176319223, -102.05773616229774 -10.697311270583203, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.29639791010023 -10.330662736305896, -102.15188694159622 -10.552670390556548, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.51054225335308 -11.489164132002127, -101.26210054206553 -11.822053391621946, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.52458189518144 -11.47035229098981, -101.29017982572223 -11.784429709597312, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.78400730211919 -12.425087776196415, -100.5566756961118 -12.692124416147529, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.73095120215613 -12.48741049019064, -100.45056349618568 -12.816769844135981, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.9684387088147 -13.350053426768719, -99.73583147466074 -13.590239493441768, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-99.89941002773412 -13.421331207344535, -99.59777411249958 -13.7327950545934, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.08380094405581 -14.232706785415761, -98.83616715134364 -14.457601243925843, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.12331087347482 -14.196824912892874, -98.91518701018164 -14.385837498880068, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.13483880051383 -15.064502796821499, -97.86359889252577 -15.280809405444888, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.11943236959893 -15.076789015493791, -97.83278603069596 -15.305381842789474, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.21999354363149 -15.773206260530992, -97.01120674268427 -15.918846894636838, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.08176747502358 -15.8696267822818, -96.73475460546844 -16.111687938138452, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.01797928278081 -16.576456658786736, -95.6324029919559 -16.810195272182586, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.17972714495625 -16.47840415420004, -95.95589871630679 -16.614090263009192, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.04322915778025 -17.142731718818006, -94.75184105148372 -17.294748707229918, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-94.94364206789189 -17.194686239824186, -94.55266687170699 -17.398657749242282, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.95561984213545 -17.68874063681748, -93.68488177147852 -17.80858834953779, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.8105668238651 -17.75295130516086, -93.3947757349378 -17.93700968622455, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.79657031624028 -18.180407569677598, -92.50980903733274 -18.285938371107772, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.63916019387165 -18.23833594979247, -92.19498879259548 -18.401795131337522, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.48003867900371 -18.634267151265355, -91.0498421065468 -18.761947235822674, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.4594988072624 -18.640363277382185, -91.00876236306419 -18.77413948805634, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.29926218672728 -18.95642929490468, -89.88663498721914 -19.050608760548297, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.25951302329565 -18.96550178207042, -89.8071366603559 -19.06875373487977, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.21832516546993 -19.18484614496935, -88.9434320712631 -19.229288728612925, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.18763728339322 -19.189807523755434, -88.88205630710966 -19.239211486185095, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.87036652423464 -19.377418427894284, -87.4815033956214 -19.414931586235266, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.973594201585 -19.36746017800974, -87.68795875032211 -19.39501508646618, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.73732440411001 -19.468839491408346, -86.45965451859614 -19.47774382418513, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.67208060586384 -19.47093173302875, -86.32916692210378 -19.48192830742594, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-B-1\" data-look=\"classic\" transform=\"translate(191.99609375, 136)\"><rect class=\"basic label-container\" style=\"\" x=\"-124.6171875\" y=\"-39\" width=\"249.234375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-94.6171875, -24)\"><rect></rect><foreignObject width=\"189.234375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-C-3\" data-look=\"classic\" transform=\"translate(191.99609375, 288.203125)\"><polygon points=\"63.203125,0 126.40625,-63.203125 63.203125,-126.40625 0,-63.203125\" class=\"label-container\" transform=\"translate(-62.703125, 63.203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-36.203125, -12)\"><rect></rect><foreignObject width=\"72.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Response</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-D-5\" data-look=\"classic\" transform=\"translate(191.99609375, 664.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.5234375\" y=\"-39\" width=\"227.046875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.5234375, -24)\"><rect></rect><foreignObject width=\"167.046875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>with identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-E-7\" data-look=\"classic\" transform=\"translate(308.328125, 512.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>GET /identities/any-ref?email=email<br>Returns real identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-flowchart-F-11\" data-look=\"classic\" transform=\"translate(191.99609375, 772.90625)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-20.720071126882914 -19.5, 26.739545246234172 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.60732172674004 -19.486286602687976, 69.0349559534801 -19.472573205375948, 69.4290567896239 -19.45993515863156 C69.83178946012038 -19.421084022265664, 70.23452213061687 -19.382232885899768, 70.67329215284786 -19.3399052695533 C70.95366350696807 -19.29457700333147, 71.23403486108826 -19.24924873710964, 71.90728075967675 -19.140403561325776 C72.39136001552372 -19.029915630091065, 72.87543927137068 -18.919427698856357, 73.12595188623538 -18.862249829261074 C73.52142045852933 -18.74487683286113, 73.91688903082327 -18.627503836461184, 74.3242977514606 -18.50658706670804 C74.79237964860572 -18.334328601657013, 75.26046154575083 -18.162070136605987, 75.4973940951478 -18.074876768247425 C75.75386182748068 -17.961346110988632, 76.01032955981354 -17.847815453729844, 76.64042041279238 -17.568892924097174 C77.03948401120111 -17.36070170041977, 77.43854760960986 -17.152510476742368, 77.74867976407678 -16.990714730406097 C78.05736635476852 -16.803587105085, 78.36605294546027 -16.616459479763904, 78.8176180736057 -16.342718045390892 C79.03882337731102 -16.188414801349328, 79.26002868101632 -16.034111557307764, 79.84284284457871 -15.627565626425154 C80.1911071657662 -15.34983409798094, 80.53937148695368 -15.072102569536726, 80.82014120850187 -14.848196188198123 C81.08704952085873 -14.60579712092259, 81.35395783321557 -14.363398053647055, 81.74549723676799 -14.007812326905688 C82.08618193037633 -13.656027410021544, 82.42686662398467 -13.304242493137401, 82.61510844296865 -13.10986736009568 C82.8490713497958 -12.835041216869966, 83.08303425662297 -12.56021507364425, 83.42540140812658 -12.158051136245305 C83.61584957568455 -11.90286794190261, 83.80629774324252 -11.647684747559914, 84.17304646464063 -11.156274872382312 C84.35797820119636 -10.872170063908234, 84.5429099377521 -10.588065255434156, 84.85497137860425 -10.108655082055241 C84.98652732378854 -9.875064179896563, 85.11808326897281 -9.641473277737886, 85.4683739742735 -9.019496659696287 C85.64416378248636 -8.654465361642941, 85.81995359069921 -8.289434063589594, 86.01073364880834 -7.893275190886684 C86.13540644871385 -7.585330964735467, 86.26007924861936 -7.27738673858425, 86.47982172997033 -6.734618561215508 C86.6277006362425 -6.289230856827771, 86.77557954251466 -5.843843152440034, 86.87371063421489 -5.548287939305138 C86.96580995582379 -5.197073309911923, 87.05790927743269 -4.845858680518708, 87.19078178754556 -4.339158212148133 C87.27166719570225 -3.9238287364006164, 87.35255260385892 -3.5084992606531, 87.42973227658177 -3.1121979531509023 C87.4819757892958 -2.7070075851894044, 87.53421930200983 -2.301817217227907, 87.58958020250937 -1.872449005199798 C87.61167889460496 -1.528244038067695, 87.63377758670056 -1.184039070935592, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.22829632966323538, 87.66966871591342 0.16841310332080495, 87.66966871591342 0.625005762647271 C87.64245889667747 1.0488206606179549, 87.61524907744152 1.4726355585886388, 87.58958020250937 1.8724490051997846 C87.5303976664693 2.331457067812938, 87.47121513042923 2.790465130426091, 87.42973227658177 3.1121979531508885 C87.3706690022584 3.415475383773974, 87.31160572793503 3.71875281439706, 87.19078178754556 4.339158212148129 C87.07629112311454 4.775760736191437, 86.96180045868353 5.212363260234745, 86.87371063421489 5.548287939305125 C86.77755465935824 5.837894415199263, 86.68139868450162 6.1275008910934, 86.47982172997033 6.734618561215495 C86.32342746452768 7.120915420536256, 86.16703319908504 7.507212279857016, 86.01073364880834 7.893275190886679 C85.80661080289389 8.317140647957293, 85.60248795697942 8.741006105027909, 85.4683739742735 9.019496659696284 C85.29566735686498 9.326154747346502, 85.12296073945646 9.632812834996718, 84.85497137860425 10.108655082055236 C84.60069916893174 10.499285477760836, 84.34642695925925 10.889915873466434, 84.17304646464065 11.156274872382301 C83.97818155287328 11.41737610159191, 83.78331664110591 11.678477330801522, 83.42540140812659 12.158051136245302 C83.1431409914662 12.489610282727297, 82.8608805748058 12.821169429209291, 82.61510844296866 13.10986736009567 C82.30262395124286 13.432533253256445, 81.99013945951708 13.75519914641722, 81.74549723676799 14.007812326905684 C81.50132745051278 14.22956086640414, 81.25715766425758 14.451309405902599, 80.8201412085019 14.848196188198111 C80.57809355884396 15.04122274764184, 80.33604590918603 15.234249307085568, 79.84284284457871 15.627565626425152 C79.46404230661281 15.891800483699166, 79.08524176864691 16.15603534097318, 78.8176180736057 16.34271804539089 C78.53040205548818 16.516830083442404, 78.24318603737066 16.69094212149392, 77.74867976407678 16.990714730406093 C77.33742751968069 17.2052647628879, 76.9261752752846 17.419814795369703, 76.64042041279238 17.56889292409717 C76.22785084816522 17.751525231916315, 75.81528128353804 17.934157539735462, 75.4973940951478 18.07487676824742 C75.20798144073494 18.1813833003726, 74.91856878632208 18.287889832497786, 74.32429775146062 18.506587066708033 C73.96682038297244 18.612684473238325, 73.60934301448427 18.71878187976862, 73.12595188623541 18.86224982926107 C72.6831912419511 18.96330705703574, 72.24043059766682 19.06436428481041, 71.90728075967677 19.140403561325773 C71.56635170335932 19.19552232720686, 71.22542264704187 19.250641093087946, 70.67329215284788 19.3399052695533 C70.35750734407529 19.370368650268794, 70.0417225353027 19.400832030984287, 69.4290567896239 19.45993515863156 C69.09153847964144 19.47075871389316, 68.75402016965899 19.48158226915476, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C19.491925960723215 19.5, -29.19583557855357 19.5, -68.1796875 19.5 C-68.66822998575834 19.48433339337199, -69.15677247151669 19.468666786743984, -69.4290567896239 19.45993515863156 C-69.91902758652414 19.41266826513069, -70.40899838342438 19.365401371629822, -70.67329215284786 19.3399052695533 C-71.03197222371057 19.28191665730171, -71.39065229457326 19.223928045050123, -71.90728075967675 19.140403561325773 C-72.39114937150347 19.0299637082141, -72.87501798333021 18.919523855102433, -73.12595188623538 18.862249829261074 C-73.39702640426698 18.78179633520848, -73.66810092229856 18.701342841155885, -74.32429775146059 18.506587066708043 C-74.78908310383002 18.33554176060739, -75.25386845619946 18.164496454506743, -75.4973940951478 18.074876768247425 C-75.8428250141747 17.921964747238363, -76.18825593320157 17.769052726229297, -76.64042041279238 17.568892924097174 C-77.03549692393807 17.36278176129105, -77.43057343508376 17.15667059848493, -77.74867976407678 16.990714730406097 C-78.10820186757611 16.772770318478408, -78.46772397107543 16.55482590655072, -78.81761807360569 16.3427180453909 C-79.03569976913425 16.190593695194618, -79.25378146466281 16.038469344998337, -79.84284284457871 15.627565626425156 C-80.05630111636269 15.457338335040602, -80.26975938814668 15.287111043656045, -80.82014120850187 14.848196188198125 C-81.14789115598623 14.550542357681243, -81.47564110347058 14.25288852716436, -81.74549723676797 14.007812326905697 C-82.08744068286138 13.654727644735217, -82.4293841289548 13.301642962564737, -82.61510844296865 13.109867360095677 C-82.78683658607649 12.908145711593047, -82.95856472918433 12.706424063090418, -83.42540140812658 12.158051136245307 C-83.6715886533189 11.828182655807014, -83.91777589851124 11.498314175368721, -84.17304646464063 11.156274872382316 C-84.42545228277359 10.76851175527777, -84.67785810090655 10.380748638173225, -84.85497137860425 10.108655082055249 C-85.09338273338496 9.685331579874584, -85.33179408816567 9.262008077693917, -85.4683739742735 9.019496659696289 C-85.68433426186988 8.571050501692499, -85.90029454946625 8.12260434368871, -86.01073364880834 7.893275190886686 C-86.16190576742657 7.519877135185579, -86.3130778860448 7.146479079484473, -86.47982172997033 6.73461856121551 C-86.61692741863666 6.3216780717773995, -86.754033107303 5.908737582339289, -86.87371063421489 5.5482879393051325 C-86.96683912224697 5.1931486522968076, -87.05996761027903 4.838009365288482, -87.19078178754556 4.339158212148136 C-87.24560921294074 4.057630970524405, -87.3004366383359 3.776103728900675, -87.42973227658177 3.112197953150904 C-87.47681224055896 2.7470550495343513, -87.52389220453614 2.381912145917798, -87.58958020250937 1.872449005199809 C-87.61955811813047 1.4055187716631208, -87.64953603375157 0.9385885381264325, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.1378802116872686, -87.66966871591342 -0.34924533927274093, -87.66966871591342 -0.6250057626472687 C-87.6421489782899 -1.0536478896659558, -87.61462924066637 -1.4822900166846429, -87.58958020250937 -1.8724490051997822 C-87.52968354492764 -2.33699565347082, -87.4697868873459 -2.801542301741858, -87.42973227658177 -3.112197953150895 C-87.33564122274406 -3.595335628456312, -87.24155016890634 -4.0784733037617285, -87.19078178754556 -4.339158212148126 C-87.09940355330124 -4.687623022898926, -87.00802531905694 -5.036087833649726, -86.87371063421489 -5.548287939305123 C-86.73832986975256 -5.956033231870086, -86.60294910529024 -6.36377852443505, -86.47982172997033 -6.734618561215485 C-86.3469868932482 -7.06272317610599, -86.21415205652607 -7.390827790996497, -86.01073364880834 -7.893275190886676 C-85.89912905642088 -8.125024514934973, -85.78752446403342 -8.35677383898327, -85.4683739742735 -9.019496659696282 C-85.2379998786389 -9.428549194402285, -85.00762578300431 -9.837601729108288, -84.85497137860425 -10.108655082055243 C-84.68876099188694 -10.363998869791184, -84.52255060516961 -10.619342657527122, -84.17304646464063 -11.156274872382308 C-83.96359196937321 -11.43692481434359, -83.75413747410579 -11.71757475630487, -83.42540140812659 -12.158051136245302 C-83.11755673853227 -12.51966300200871, -82.80971206893797 -12.881274867772117, -82.61510844296866 -13.10986736009567 C-82.31305578533727 -13.421761528084474, -82.01100312770586 -13.733655696073276, -81.74549723676799 -14.007812326905677 C-81.38510840348566 -14.335107929926684, -81.02471957020333 -14.66240353294769, -80.8201412085019 -14.848196188198107 C-80.56638540405464 -15.050559689519238, -80.31262959960739 -15.25292319084037, -79.84284284457871 -15.627565626425149 C-79.49962210500561 -15.866981556564998, -79.1564013654325 -16.106397486704847, -78.81761807360571 -16.342718045390885 C-78.40374805603021 -16.59360848221534, -77.9898780384547 -16.8444989190398, -77.74867976407678 -16.99071473040609 C-77.4837032674397 -17.128952798976115, -77.2187267708026 -17.267190867546137, -76.6404204127924 -17.56889292409717 C-76.34554001324956 -17.699427729658524, -76.05065961370673 -17.829962535219877, -75.49739409514781 -18.07487676824742 C-75.10971088884068 -18.217547771872717, -74.72202768253356 -18.360218775498012, -74.32429775146062 -18.506587066708033 C-74.02593343568601 -18.59514002948368, -73.72756911991142 -18.68369299225933, -73.12595188623541 -18.862249829261067 C-72.70410891680487 -18.95853273425095, -72.28226594737433 -19.05481563924084, -71.90728075967677 -19.140403561325773 C-71.54789761681151 -19.19850584080633, -71.18851447394626 -19.256608120286884, -70.67329215284788 -19.3399052695533 C-70.3971574649161 -19.366543650797524, -70.12102277698435 -19.393182032041754, -69.4290567896239 -19.45993515863156 C-69.14134173136391 -19.46916162054657, -68.85362667310393 -19.478388082461578, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-28.831060704728593 -19.5, 10.517566090542815 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-33.48144109749886 -19.5, 1.216805305002282 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.62517204657995 -19.485714177674247, 69.07065659315991 -19.471428355348497, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.53328781087679 -19.488660726271434, 68.88688812175357 -19.477321452542867, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.83586570210112 -19.420690792104182, 70.24267461457832 -19.3814464255768, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.76200612912173 -19.427815936280368, 70.09495546861956 -19.395696713929176, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C71.15204491647431 -19.26250423551331, 71.63079768010076 -19.185103201473318, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C71.13354571984054 -19.265495042161643, 71.59379928683323 -19.191084814769987, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.27242007489698 -19.057062895383467, 72.63755939011723 -18.97372222944116, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.24195325442106 -19.064016748342517, 72.57662574916537 -18.987629935359255, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.46673303969047 -18.761107771712386, 73.80751419314555 -18.659965714163697, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.46827655025268 -18.76064966587957, 73.81060121427 -18.659049502498064, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.59443790751614 -18.407172992131375, 74.86457806357167 -18.30775891755471, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.68800717784644 -18.37273863570497, 75.05171660423228 -18.2388902047019, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.92507763377337 -17.885553952479295, 76.35276117239894 -17.696231136711166, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.75633500644737 -17.960251308024322, 76.01527591774695 -17.845625847801223, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C77.00854647788633 -17.37684179173366, 77.37667254298027 -17.184790659370147, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C76.88854060926518 -17.43944877652589, 77.13666080573796 -17.310004628954605, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.04945070102808 -16.808385620900005, 78.35022163797937 -16.626056511393912, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.11270488499414 -16.770040562856924, 78.47673000591152 -16.549366395307754, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.13617882726521 -16.12050385391078, 79.45473958092474 -15.898289662430667, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.08897202470122 -16.153433275829876, 79.36032597579674 -15.964148506268861, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.22826505403712 -15.320201670897804, 80.61368726349555 -15.012837715370454, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.06237063448985 -15.452498055850855, 80.28189842440098 -15.277430485276556, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.19015515150028 -14.512159315199428, 81.56016909449868 -14.17612244220073, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.04498864973543 -14.643995691207094, 81.269836090969 -14.439795194216064, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C82.0011549119335 -13.743824787411809, 82.256812587099 -13.479837247917931, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C82.01415821832468 -13.73039780597161, 82.28281919988136 -13.452983285037531, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.82305939774616 -12.86559633586948, 83.03101035252368 -12.621325311643279, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.84362118923667 -12.841443285585648, 83.0721339355047 -12.573019211075614, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.691953931538 -11.80089503830844, 83.95850645494941 -11.443738940371574, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.61413754080064 -11.90516191267746, 83.8028736734747 -11.652272689109616, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.3242511932441 -10.923983805092643, 84.47545592184757 -10.691692737802974, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.34416674460057 -10.893388170134758, 84.51528702456051 -10.630501467887203, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.0764867827434 -9.71533205113919, 85.29800218688256 -9.32200902022314, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.0199182861071 -9.815775145098359, 85.18486519360997 -9.522895208141476, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.58184250431866 -8.783876829219917, 85.69531103436381 -8.548256998743547, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.58598385699604 -8.775277221774578, 85.70359373971857 -8.53105778385287, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.14337751719376 -7.565642271479994, 86.27602138557916 -7.238009352073302, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.13711366115196 -7.581114117006651, 86.26349367349556 -7.268953043126618, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.62095930650013 -6.309534667926737, 86.76209688302994 -5.8844507746379655, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.59067070832249 -6.400759099805022, 86.70151968667466 -6.066899638394536, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.96867426741856 -5.186150448400536, 87.06363790062224 -4.824012957495934, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.97380965867814 -5.166566975835141, 87.07390868314138 -4.784846012365144, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.24280020921263 -4.072054610985008, 87.29481863087972 -3.804951009821883, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.26607284723976 -3.9525545333895367, 87.34136390693395 -3.56595085463094, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.46942132886413 -2.8043775011388368, 87.50911038114648 -2.4965570491267712, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.4672353191972 -2.821331760439107, 87.50473836181261 -2.530465567727312, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.60906506397173 -1.5689565600264053, 87.6285499254341 -1.2654641148530128, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61288206559878 -1.5095036786568143, 87.6361839286882 -1.1465583521138307, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.1459944826135708, 87.66966871591342 0.3330167974201341, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.18178716082761032, 87.66966871591342 0.26143144099205506, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64877558710967 0.9504331083955739, 87.62788245830593 1.275860454143877, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.64787971831815 0.9643869879559085, 87.62609072072287 1.3037682132645458, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53187882354798 2.3199695059981322, 87.47417744458662 2.76749000679648, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.5323124434702 2.316606435509436, 87.47504468443103 2.760763865819087, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.36961502897549 3.4208873138243754, 87.3094977813692 3.7295766744978622, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.36379413618091 3.4507763680783854, 87.29785599578005 3.789354783005882, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.08480145147102 4.743307165768552, 86.97882111539649 5.147456119388977, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.10505403022506 4.6660753054562605, 87.01932627290455 4.992992398764391, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.78249635659141 5.823010810485521, 86.69128207896793 6.097733681665918, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.73980181415155 5.951599969862856, 86.6058929940882 6.354912000420585, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.31937249789657 7.130931266512545, 86.1589232658228 7.527243971809594, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.36326886439393 7.022506392585549, 86.24671599881754 7.310394223955603, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.81667367803855 8.29624487240835, 85.62261370726877 8.69921455393002, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.8226416000002 8.283852354761935, 85.63454955119204 8.67442951863719, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.23777975826069 9.428940040423427, 85.00718554224785 9.838383421150569, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.3027605829378 9.313560006187195, 85.1371471916021 9.607623352678107, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.66969853529693 10.393283922099753, 84.4844256919896 10.67791276214427, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.60485927275916 10.492894441137642, 84.35474716691407 10.877133800220047, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.91942462224833 11.49610503576285, 83.665802779856 11.8359351991434, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.95977495161048 11.442039270408191, 83.7465034385803 11.727803668434083, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.19172294469413 12.432543156074306, 82.95804448126168 12.70703517590331, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.16647479942985 12.462201064161897, 82.90754819073312 12.766350992078495, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.43191223759376 13.299032482833434, 82.24871603221887 13.488197605571198, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.36975133317807 13.363218720147792, 82.1243942233875 13.616570080199915, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.39516097694629 14.325978448686264, 81.0448247171246 14.644144570466842, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.4968032795666 14.23366959875445, 81.24810932236522 14.459526870603215, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.55729690928455 15.057807522243387, 80.2944526100672 15.267418856288664, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.61565759178906 15.011266430989025, 80.41117397507622 15.174336673779939, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.58431925279032 15.807900492750816, 79.32579566100193 15.98823535907648, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.59792163882534 15.798412057090585, 79.35300043307198 15.969258487756017, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.3923486792534 16.600518851407614, 77.9670792849011 16.858319657424342, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.5600551975833 16.49885417444314, 78.30249232156089 16.654990303495392, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.39631223726063 17.17454464344391, 77.04394471044448 17.358374556481724, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.49640587020082 17.122325859252044, 77.24413197632485 17.253936988097998, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.28754555479544 17.72510015607167, 75.9346706967985 17.881307388046167, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.3521825305307 17.69648728430143, 76.06394464826901 17.824081644505693, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.22365287514872 18.17561606764318, 74.94991165514965 18.27635536703894, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.21557066102409 18.178590397152213, 74.93374722690037 18.28230402605701, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C74.06760822063131 18.58277117206733, 73.81091868980202 18.65895527742662, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.96424890579023 18.613447674168047, 73.60420006011984 18.720308281628064, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.6975088768107 18.96003915031034, 72.26906586738598 19.05782847135961, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.64923396311154 18.97105758433892, 72.17251603998767 19.079865339416767, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.43672003582682 19.216480169904916, 70.96615931197688 19.292556778484062, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.57979473206673 19.193348962577687, 71.2523087044567 19.246294363829605, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.348038122353 19.371282134699936, 70.02278409185814 19.402658999846572, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.178362628188 19.387650525557397, 69.68343310352812 19.435395781561496, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.1083414307335 19.470219875956598, 68.7876260718431 19.480504593281637, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.14724552799021 19.468972297279805, 68.86543426635652 19.478009435928055, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C35.39708294901821 19.5, 2.6144783980364252 19.5, -68.1796875 19.5 M68.1796875 19.5 C16.932534971194784 19.5, -34.31461755761043 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.57235026095965 19.487408069527724, -68.9650130219193 19.474816139055445, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.65704462021948 19.48469208627383, -69.13440174043896 19.46938417254766, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.7539250082152 19.428595512295253, -70.07879322680651 19.397255865958943, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.68329577603886 19.435409029379226, -69.93753476245381 19.41088290012689, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.07691504047673 19.274650651223705, -71.48053792810559 19.209396032894112, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-70.9882727286086 19.28898165277515, -71.30325330436935 19.238058035997, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.23960444757861 19.064552848176906, -72.57192813548046 18.98870213502804, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.20607154730232 19.072206513842342, -72.50486233492789 19.004009466358916, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.60090279387933 18.721286892940544, -74.07585370152326 18.580323956620013, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.40300672544495 18.780021407274205, -73.68006156465451 18.697792985287336, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.58815307014984 18.409485870378568, -74.85200838883911 18.312384674049092, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.61790923332232 18.39853532726814, -74.91152071518405 18.290483587828238, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.73492124641649 17.969730544373373, -75.97244839768517 17.864584320499322, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.75966643236684 17.958776584593014, -76.02193876958587 17.842676400938604, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.90937772196303 17.428578068178226, -77.17833503113367 17.28826321225928, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-77.02635387429734 17.36755168443221, -77.41228733580232 17.166210444767252, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.07153593572556 16.794997421839142, -78.39439210737434 16.599280113272187, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-77.99631079051974 16.84059934693493, -78.24394181696272 16.690483963463763, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.09502513348109 16.149210889179894, -79.37243219335649 15.955703732968892, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.08246231474203 16.157974167696608, -79.34730655587836 15.973230290002316, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.21314802542915 15.332257098931644, -80.58345320627959 15.036948571438131, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.15377519879247 15.379605348197122, -80.46470755300624 15.131645069969089, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.17243569124057 14.528251660176062, -81.52473017397928 14.208307132154, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.15658851683267 14.542643644680064, -81.49303582516346 14.237091101162004, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.99118775776992 13.754116692404267, -82.23687827877188 13.500421057902837, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.94642950461831 13.800333263504234, -82.14736177246864 13.59285420010277, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.78993303164012 12.904508450441273, -82.96475762031157 12.699149540786868, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.82859939395061 12.859088741093007, -83.04209034493259 12.608310122090339, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.60440902188003 11.91819724174478, -83.78341663563349 11.678343347244255, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.61016511858311 11.910484596553848, -83.79492882903965 11.662918056862388, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.3771743205441 10.84267966971031, -84.58130217644758 10.529084467038304, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.40454859147786 10.800625438535082, -84.63605071831508 10.444976004687849, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-84.99690140140973 9.856643954590862, -85.13883142421521 9.604632827126476, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.09818198084314 9.676810030036092, -85.34139258308201 9.244964978016936, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.66638129329323 8.608330225073903, -85.86438861231295 8.197163790451519, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.61108280947067 8.723158709929452, -85.75379164466784 8.426820760162613, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.19116270298981 7.447611938700008, -86.37159175717127 7.0019486865133285, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.17453631406863 7.488679440784672, -86.33833897932892 7.084083690682659, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.58159183059733 6.428103232990497, -86.68336193122433 6.121587904765485, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.56070122386205 6.491022412010984, -86.64158071775377 6.247426262806458, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.99835680443562 5.072958070261599, -87.12300297465634 4.5976282012180665, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.98093056282481 5.139411882104463, -87.08815049143475 4.730535824903794, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.24602956146202 4.055472569708218, -87.3012773353785 3.7717869272683, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.27649037954023 3.8990627067728107, -87.36219897153491 3.4589672013974853, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.47607665745265 2.7527600868495, -87.52242103832353 2.393322220548096, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.48113566658536 2.7135234110305966, -87.53253905658894 2.3148488689102895, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61241340374272 1.5168034653620817, -87.63524660497606 1.1611579255243545, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61435672811109 1.4865346197014075, -87.63913325371283 1.100620234203006, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.2220866593083196, -87.66966871591342 -0.18083244403063892, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.1275119642116801, -87.66966871591342 -0.36998183422391795, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.6495261190945 -0.9387429669134635, -87.62938352227557 -1.2524801711796583, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.65016513861794 -0.9287897220285533, -87.63066156132247 -1.2325736814098378, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.54267439897608 -2.2362411548054055, -87.49576859544278 -2.600033304411029, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.5447299112895 -2.220299007209315, -87.49987962006963 -2.568149009218848, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.3558890612325 -3.491367257200324, -87.28204584588323 -3.870536561249753, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.34158561645697 -3.564812423088556, -87.25343895633216 -4.017426893026217, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.08712381543592 -4.734450985451502, -86.98346584332627 -5.129743758754877, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.09265155716913 -4.713371310484343, -86.9945213267927 -5.08758440882056, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.72479562137487 -5.996796231594045, -86.57588060853486 -6.445304523882968, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.73318665824563 -5.971523765469502, -86.59266268227637 -6.394759591633881, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.37460256946994 -6.994511921925496, -86.26938340896957 -7.254405282635508, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.31552550945013 -7.140433402351722, -86.15122928892993 -7.546248243487961, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.82911428717401 -8.27041168135217, -85.64749492553969 -8.647548171817665, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.82759761343495 -8.273561086822971, -85.64446157806154 -8.653846982759267, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.2650514455018 -9.380516398169032, -85.0617289167301 -9.74153613664178, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.23123376046178 -9.440563122369536, -84.99409354665005 -9.861629585042788, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.63599610335447 -10.445059907933516, -84.41702082810468 -10.781464733811788, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.68410211938902 -10.371156149030396, -84.51323286017382 -10.63365721600555, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.9727446393044 -11.424661070461198, -83.77244281396814 -11.69304726854009, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.87680926236342 -11.553205735669467, -83.5805720600862 -11.950136598956625, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.16941149066245 -12.458751459537623, -82.91342157319832 -12.759451782829945, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.13999621069762 -12.493304321161167, -82.85459101326865 -12.828557506077033, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.37299153053223 -13.359872950354474, -82.1308746180958 -13.609878540613277, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.29199671106068 -13.4435067512572, -81.9688849791527 -13.77714614241873, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.49986666811625 -14.230887510326477, -81.25423609946452 -14.453962693747277, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.41828927063898 -14.304973944295678, -81.09108130450997 -14.602135561685678, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.55510248332322 -15.059557518551408, -80.29006375814457 -15.270918848904708, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.45952918903369 -15.135774677435146, -80.09891716956547 -15.423353166672186, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.53206162637565 -15.844353150741508, -79.22128040817257 -16.061140675057867, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.59273524147383 -15.80202986336748, -79.34262763836894 -15.976494100309813, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.45018270366248 -16.565459525940383, -78.08274733371924 -16.78820100648988, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.57493862012034 -16.489831756236487, -78.33225916663496 -16.636945467082093, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.38492152025236 -17.180487173211016, -77.02116327642794 -17.370259616015943, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.49390722684161 -17.12362939989208, -77.23913468960644 -17.25654406937807, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.21492847846594 -17.757245581653716, -75.78943654413948 -17.94559823921026, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.39326693270965 -17.678300438182305, -76.1461134526269 -17.78770795226744, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.19210525208815 -18.187225884552504, -74.8868164090285 -18.299575000857583, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.03503194156279 -18.2450303147956, -74.57266978797779 -18.41518386134378, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-73.97660341166112 -18.609780921675693, -73.62890907186161 -18.71297477664335, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-74.03078023295497 -18.593701525495614, -73.73726271444932 -18.6808159842832, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.70258610953053 -18.958880305074075, -72.27922033282566 -19.05551078088708, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.76654393733976 -18.94428234824045, -72.40713598844411 -19.026314867219828, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.49401969751676 -19.2072164049684, -71.08075863535676 -19.27402924861103, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.494701265962 -19.207106214267817, -71.08212177224722 -19.273808867209862, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.34761501296039 -19.37132295155418, -70.02193787307289 -19.40274063355506, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.35959866298849 -19.370166903248418, -70.0459051731291 -19.400428536943533, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.12297386959126 -19.469750642122744, -68.81689094955863 -19.47956612561393, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.02672232437597 -19.47283724183553, -68.62438785912803 -19.485739325039503, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-30cc6fecaf9ae8783c12bed57635fc46396905fc0106c6fcf29b6ed326df8629-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 446.328125px;\" viewBox=\"0 0 446.328125 800.40625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .error-icon{fill:#a44141;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .error-text{fill:#ddd;stroke:#ddd;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-thickness-normal{stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-thickness-thick{stroke-width:3.5px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-pattern-solid{stroke-dasharray:0;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .marker.cross{stroke:lightgrey;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 p{margin:0;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster-label text{fill:#F9FFFE;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster-label span{color:#F9FFFE;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster-label span p{background-color:transparent;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .label text,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 span{fill:#ccc;color:#ccc;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node rect,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node circle,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node ellipse,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node polygon,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .rough-node .label text,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node .label text,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .image-shape .label,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .icon-shape .label{text-anchor:middle;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .rough-node .label,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node .label,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .image-shape .label,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .icon-shape .label{text-align:center;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node.clickable{cursor:pointer;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .arrowheadPath{fill:lightgrey;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster text{fill:#F9FFFE;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .cluster span{color:#F9FFFE;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 rect.text{fill:none;stroke-width:0;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .icon-shape,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .icon-shape p,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .icon-shape .label rect,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 .node .neo-node{stroke:#ccc;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node rect,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].cluster rect,#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node polygon{stroke:url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node path{stroke:url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient);stroke-width:1px;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node circle{stroke:url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M192.496,47.5L192.413,51.583C192.329,55.667,192.163,63.833,192.079,71.417C191.996,79,191.996,86,191.996,89.5L191.996,93\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTkyLjQ5NjA5Mzc1LCJ5Ijo0Ny41MDAwMDAwMDAwMDAwMX0seyJ4IjoxOTEuOTk2MDkzNzUsInkiOjcyfSx7IngiOjE5MS45OTYwOTM3NSwieSI6OTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path><path d=\"M191.996,175L191.996,179.167C191.996,183.333,191.996,191.667,191.996,199.333C191.996,207,191.996,214,191.996,217.5L191.996,221\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTkxLjk5NjA5Mzc1LCJ5IjoxNzV9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5IjoyMDB9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5IjoyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path><path d=\"M159.824,319.234L145.797,332.762C131.77,346.291,103.717,373.349,89.691,405.544C75.664,437.74,75.664,475.073,75.664,508.406C75.664,541.74,75.664,571.073,82.654,589.585C89.643,608.097,103.622,615.788,110.612,619.633L117.602,623.478\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTU5LjgyMzU5MTEzMjcwMjM1LCJ5IjozMTkuMjMzNzQ3MzgyNzAyMzV9LHsieCI6NzUuNjY0MDYyNSwieSI6NDAwLjQwNjI1fSx7IngiOjc1LjY2NDA2MjUsInkiOjUxMi40MDYyNX0seyJ4Ijo3NS42NjQwNjI1LCJ5Ijo2MDAuNDA2MjV9LHsieCI6MTIxLjEwNjI2MjIwNzAzMTI1LCJ5Ijo2MjUuNDA2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path><path d=\"M224.169,319.234L238.195,332.762C252.222,346.291,280.275,373.349,294.302,394.377C308.328,415.406,308.328,430.406,308.328,437.906L308.328,445.406\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjI0LjE2ODU5NjM2NzI5NzY1LCJ5IjozMTkuMjMzNzQ3MzgyNzAyMzV9LHsieCI6MzA4LjMyODEyNSwieSI6NDAwLjQwNjI1fSx7IngiOjMwOC4zMjgxMjUsInkiOjQ0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path><path d=\"M308.328,575.406L308.328,579.573C308.328,583.74,308.328,592.073,301.339,600.085C294.349,608.097,280.37,615.788,273.38,619.633L266.391,623.478\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_E_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_D_0\" data-points=\"W3sieCI6MzA4LjMyODEyNSwieSI6NTc1LjQwNjI1fSx7IngiOjMwOC4zMjgxMjUsInkiOjYwMC40MDYyNX0seyJ4IjoyNjIuODg1OTI1MjkyOTY4NzUsInkiOjYyNS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path><path d=\"M191.996,703.406L191.996,707.573C191.996,711.74,191.996,720.073,192.066,727.823C192.137,735.573,192.277,742.74,192.347,746.324L192.418,749.907\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6MTkxLjk5NjA5Mzc1LCJ5Ijo3MDMuNDA2MjV9LHsieCI6MTkxLjk5NjA5Mzc1LCJ5Ijo3MjguNDA2MjV9LHsieCI6MTkyLjQ5NjA5Mzc1LCJ5Ijo3NTMuOTA2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(75.6640625, 512.40625)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-67.6640625, -12)\"><foreignObject width=\"135.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>201 — new record</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(308.328125, 400.40625)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>422 code 81 — email exists</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-A-0\" data-look=\"classic\" transform=\"translate(191.99609375, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-34.41106194798638 -19.5, 16.943501104027234 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.07455614981356 -19.490093179323484, 86.3834872996271 -19.480186358646968, 87.0149942896239 -19.45993515863156 C87.43785964278891 -19.419141846581724, 87.86072499595393 -19.378348534531888, 88.25922965284786 -19.3399052695533 C88.5523106080095 -19.29252221359952, 88.84539156317113 -19.24513915764574, 89.49321825967675 -19.140403561325776 C89.97807098133217 -19.02973909156762, 90.4629237029876 -18.919074621809468, 90.71188938623538 -18.862249829261074 C90.9845874374238 -18.781314479089634, 91.25728548861221 -18.700379128918197, 91.9102352514606 -18.50658706670804 C92.23356201398408 -18.38759982929957, 92.55688877650755 -18.268612591891106, 93.0833315951478 -18.074876768247425 C93.45755533607185 -17.909219019093204, 93.8317790769959 -17.743561269938986, 94.22635791279238 -17.568892924097174 C94.53423037995546 -17.408276055179922, 94.84210284711854 -17.247659186262673, 95.33461726407678 -16.990714730406097 C95.69309201418407 -16.77340523025959, 96.05156676429137 -16.556095730113086, 96.4035555736057 -16.342718045390892 C96.67934831002498 -16.150336971339943, 96.95514104644425 -15.957955897288993, 97.42878034457871 -15.627565626425154 C97.76831137080946 -15.356798668306196, 98.10784239704022 -15.086031710187237, 98.40607870850187 -14.848196188198123 C98.74251292373484 -14.542655535485087, 99.0789471389678 -14.237114882772051, 99.33143473676799 -14.007812326905688 C99.64897483253277 -13.679926107501837, 99.96651492829756 -13.352039888097988, 100.20104594296865 -13.10986736009568 C100.4810221400617 -12.780991387893263, 100.76099833715475 -12.452115415690846, 101.01133890812658 -12.158051136245305 C101.17445042843602 -11.939496558795854, 101.33756194874545 -11.720941981346405, 101.75898396464063 -11.156274872382312 C102.00423575595644 -10.779502261594097, 102.24948754727224 -10.402729650805881, 102.44090887860425 -10.108655082055241 C102.58249448072866 -9.857255508386485, 102.72408008285306 -9.605855934717729, 103.0543114742735 -9.019496659696287 C103.23382727588609 -8.64672825662492, 103.41334307749867 -8.273959853553551, 103.59667114880834 -7.893275190886684 C103.76445489006488 -7.478846106105056, 103.93223863132144 -7.064417021323428, 104.06575922997033 -6.734618561215508 C104.21984860882452 -6.270525902915124, 104.37393798767873 -5.80643324461474, 104.45964813421489 -5.548287939305138 C104.57457162963698 -5.1100348431027225, 104.68949512505907 -4.671781746900308, 104.77671928754556 -4.339158212148133 C104.85734501080111 -3.9251621634835487, 104.93797073405665 -3.5111661148189643, 105.01566977658177 -3.1121979531509023 C105.060222112303 -2.7666588351509303, 105.10477444802422 -2.421119717150958, 105.17551770250937 -1.872449005199798 C105.2015556430871 -1.466887063254162, 105.22759358366484 -1.061325121308526, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.37239518735852206, 105.25560621591342 -0.11978461206976843, 105.25560621591342 0.625005762647271 C105.22979383810345 1.0270543824139273, 105.20398146029348 1.4291030021805837, 105.17551770250937 1.8724490051997846 C105.12378734857683 2.2736594149867466, 105.07205699464429 2.674869824773709, 105.01566977658177 3.1121979531508885 C104.95275488172223 3.435252641186897, 104.8898399868627 3.7583073292229052, 104.77671928754556 4.339158212148129 C104.7081815248767 4.600522405658781, 104.63964376220781 4.861886599169433, 104.45964813421489 5.548287939305125 C104.34607786439865 5.890343497026471, 104.23250759458242 6.232399054747818, 104.06575922997033 6.734618561215495 C103.92874004354464 7.073058600772706, 103.79172085711895 7.411498640329917, 103.59667114880834 7.893275190886679 C103.40658272542274 8.287997869287594, 103.21649430203713 8.682720547688508, 103.0543114742735 9.019496659696284 C102.89999788277548 9.293496067346572, 102.74568429127747 9.56749547499686, 102.44090887860425 10.108655082055236 C102.22796145203122 10.435799513662003, 102.01501402545821 10.762943945268768, 101.75898396464065 11.156274872382301 C101.55610178391001 11.428118511614468, 101.35321960317937 11.699962150846632, 101.01133890812659 12.158051136245302 C100.83976273480351 12.359594272391424, 100.66818656148043 12.561137408537547, 100.20104594296866 13.10986736009567 C99.99777332019707 13.319763032100042, 99.79450069742548 13.529658704104413, 99.33143473676799 14.007812326905684 C99.01548793100157 14.294746856408356, 98.69954112523514 14.581681385911027, 98.4060787085019 14.848196188198111 C98.17933597208362 15.029017486614055, 97.95259323566536 15.209838785030001, 97.42878034457871 15.627565626425152 C97.1810898628884 15.800343784104177, 96.93339938119809 15.973121941783202, 96.4035555736057 16.34271804539089 C96.1801983749658 16.47811849179899, 95.95684117632591 16.61351893820709, 95.33461726407678 16.990714730406093 C94.94771402118288 17.192561904400485, 94.56081077828898 17.39440907839488, 94.22635791279238 17.56889292409717 C93.81982466882576 17.748853131820983, 93.41329142485914 17.928813339544796, 93.0833315951478 18.07487676824742 C92.77764049370627 18.18737391935547, 92.47194939226473 18.299871070463517, 91.91023525146062 18.506587066708033 C91.47941587189413 18.634451997146297, 91.04859649232765 18.76231692758456, 90.71188938623541 18.86224982926107 C90.43303780846125 18.92589588221142, 90.15418623068709 18.98954193516177, 89.49321825967677 19.140403561325773 C89.2402082312232 19.18130826060407, 88.98719820276966 19.222212959882363, 88.25922965284788 19.3399052695533 C87.78289971258931 19.385856246019475, 87.30656977233073 19.431807222485652, 87.0149942896239 19.45993515863156 C86.7176658092438 19.46946990428257, 86.42033732886368 19.479004649933582, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C29.44347632703552 19.5, -26.878672345928962 19.5, -85.765625 19.5 C-86.26438065115666 19.484005877036388, -86.76313630231333 19.468011754072776, -87.0149942896239 19.45993515863156 C-87.37308395569579 19.425390679211436, -87.73117362176768 19.390846199791312, -88.25922965284786 19.3399052695533 C-88.5314691452755 19.295891699666395, -88.80370863770312 19.251878129779488, -89.49321825967675 19.140403561325773 C-89.79570714199535 19.071362447860984, -90.09819602431395 19.002321334396193, -90.71188938623538 18.862249829261074 C-90.96335284102705 18.78761679583752, -91.21481629581872 18.712983762413963, -91.91023525146059 18.506587066708043 C-92.18684557360254 18.404791911202018, -92.46345589574449 18.302996755695993, -93.0833315951478 18.074876768247425 C-93.48389572107087 17.897558912013896, -93.88445984699395 17.720241055780367, -94.22635791279238 17.568892924097174 C-94.46023299318462 17.446880444460685, -94.69410807357684 17.324867964824197, -95.33461726407678 16.990714730406097 C-95.61905623595774 16.81828615410292, -95.9034952078387 16.64585757779974, -96.40355557360569 16.3427180453909 C-96.67426527623152 16.153882675673266, -96.94497497885737 15.96504730595563, -97.42878034457871 15.627565626425156 C-97.79474151554537 15.335721331215003, -98.16070268651202 15.04387703600485, -98.40607870850187 14.848196188198125 C-98.64778700409127 14.628683109394878, -98.88949529968069 14.40917003059163, -99.33143473676797 14.007812326905697 C-99.61887607650358 13.711005544255798, -99.90631741623919 13.414198761605899, -100.20104594296865 13.109867360095677 C-100.37732415495006 12.902800941787905, -100.55360236693146 12.695734523480134, -101.01133890812658 12.158051136245307 C-101.2933718031383 11.780152750654903, -101.57540469815002 11.402254365064499, -101.75898396464063 11.156274872382316 C-101.97690801218934 10.821485014547063, -102.19483205973803 10.486695156711813, -102.44090887860425 10.108655082055249 C-102.68397620252247 9.677064435202935, -102.92704352644068 9.24547378835062, -103.0543114742735 9.019496659696289 C-103.1703179630737 8.778606703561449, -103.2863244518739 8.537716747426611, -103.59667114880834 7.893275190886686 C-103.694783046852 7.650936905854343, -103.79289494489566 7.4085986208220005, -104.06575922997033 6.73461856121551 C-104.18604745314698 6.372329598333067, -104.30633567632366 6.010040635450625, -104.45964813421489 5.5482879393051325 C-104.55931307148872 5.168222338422987, -104.65897800876253 4.788156737540841, -104.77671928754556 4.339158212148136 C-104.84083231600188 4.009951361318286, -104.9049453444582 3.6807445104884358, -105.01566977658177 3.112197953150904 C-105.06346748911884 2.7414883334394426, -105.11126520165588 2.370778713727981, -105.17551770250937 1.872449005199809 C-105.19608099388925 1.5521591435681192, -105.21664428526913 1.2318692819364294, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.20878684414034604, -105.25560621591342 -0.20743207436658606, -105.25560621591342 -0.6250057626472687 C-105.22798490841228 -1.0552299224955357, -105.20036360091115 -1.4854540823438027, -105.17551770250937 -1.8724490051997822 C-105.13356773155094 -2.1978046959945483, -105.09161776059253 -2.523160386789314, -105.01566977658177 -3.112197953150895 C-104.95487700754366 -3.4243559736053215, -104.89408423850554 -3.736513994059748, -104.77671928754556 -4.339158212148126 C-104.66685363845308 -4.758123548211303, -104.5569879893606 -5.177088884274481, -104.45964813421489 -5.548287939305123 C-104.35369800305749 -5.867392853490273, -104.24774787190009 -6.186497767675423, -104.06575922997033 -6.734618561215485 C-103.95772459802821 -7.0014661908200235, -103.8496899660861 -7.268313820424561, -103.59667114880834 -7.893275190886676 C-103.39664749430409 -8.30862858928534, -103.19662383979986 -8.723981987684002, -103.0543114742735 -9.019496659696282 C-102.894248431602 -9.30370480010016, -102.7341853889305 -9.58791294050404, -102.44090887860425 -10.108655082055243 C-102.17007631669195 -10.524726625878392, -101.89924375477965 -10.940798169701539, -101.75898396464063 -11.156274872382308 C-101.55855816274708 -11.424827187753506, -101.35813236085352 -11.693379503124705, -101.01133890812659 -12.158051136245302 C-100.76997721467538 -12.441568315242506, -100.52861552122418 -12.72508549423971, -100.20104594296866 -13.10986736009567 C-99.92969058253611 -13.390064048431697, -99.65833522210356 -13.670260736767725, -99.33143473676799 -14.007812326905677 C-99.03570961860106 -14.276382054767026, -98.73998450043413 -14.544951782628377, -98.4060787085019 -14.848196188198107 C-98.1799257907469 -15.028547121925817, -97.95377287299192 -15.208898055653526, -97.42878034457871 -15.627565626425149 C-97.02037559154087 -15.912451102587532, -96.61197083850304 -16.197336578749916, -96.40355557360571 -16.342718045390885 C-96.01319786790269 -16.579355180584564, -95.62284016219967 -16.815992315778246, -95.33461726407678 -16.99071473040609 C-94.90535467991259 -17.21466074560875, -94.47609209574838 -17.438606760811407, -94.2263579127924 -17.56889292409717 C-93.79422547259223 -17.760185136620397, -93.36209303239207 -17.95147734914362, -93.08333159514781 -18.07487676824742 C-92.74637483662922 -18.198879970176396, -92.40941807811062 -18.32288317210537, -91.91023525146062 -18.506587066708033 C-91.62626506178057 -18.590867928415125, -91.34229487210052 -18.675148790122222, -90.71188938623541 -18.862249829261067 C-90.36356937525905 -18.94175159876593, -90.01524936428268 -19.021253368270788, -89.49321825967677 -19.140403561325773 C-89.13380759526545 -19.198510290276463, -88.77439693085414 -19.256617019227154, -88.25922965284788 -19.3399052695533 C-87.80176264861343 -19.384036561267227, -87.34429564437899 -19.428167852981158, -87.0149942896239 -19.45993515863156 C-86.74075109381296 -19.468729604139217, -86.46650789800202 -19.477524049646878, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-46.56212691176497 -19.5, -7.358628823529941 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-36.789560204272135 -19.5, 12.18650459145573 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.1127679534653 -19.488867801155138, 86.45991090693059 -19.477735602310272, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.02388107447375 -19.491718230356582, 86.28213714894748 -19.48343646071316, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.3494161301109 -19.427673885880886, 87.68383797059789 -19.395412613130212, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.30513323751143 -19.431945803271987, 87.59527218539897 -19.403956447912414, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.65855127203756 -19.275346046948115, 89.05787289122725 -19.210786824342936, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.70676801272064 -19.267550738240885, 89.15430637259342 -19.195196206928472, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.77566782171208 -19.075936291946856, 90.05811738374742 -19.011469022567937, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.81982550797055 -19.065857588214193, 90.14643275626436 -18.991311615102607, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.05946231244852 -18.759092009208537, 91.40703523866165 -18.655934189156003, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.1577216023904 -18.729929167727327, 91.6035538185454 -18.59760850619358, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.14903843078305 -18.41870528924499, 92.3878416101055 -18.330823511781936, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.36229954557207 -18.340223227638493, 92.81436383968355 -18.173859388568946, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.4844638220496 -17.897307430562723, 93.88559604895143 -17.719738092878025, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.52105104974 -17.88111135018574, 93.95877050433218 -17.68734593212406, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.52310686428214 -17.41407918618174, 94.8198558157719 -17.259265448266312, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.57246180249697 -17.388330746528407, 94.91856569220157 -17.207768568959644, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.64626996863645 -16.801789029427443, 95.95792267319612 -16.61286332844879, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.73321506156616 -16.749082403147373, 96.13181285905554 -16.50745007588865, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.68379487993505 -16.14723523665959, 96.96403418626439 -15.951752427928286, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.64609800906969 -16.173530941904023, 96.88864044453368 -16.004343838417157, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.79593264168203 -15.334771439818207, 98.16308493878536 -15.04197725321126, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.78065673527658 -15.34695356866762, 98.13253312597443 -15.066341510910085, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.72141410988735 -14.561816919977353, 99.03674951127283 -14.275437651756583, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.5999602452843 -14.672118106316681, 98.79384178206672 -14.496040024435237, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.60688377758648 -13.723388577473775, 99.88233281840495 -13.438964828041863, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.65088252777207 -13.67795625554257, 99.97033031877615 -13.34810018417945, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.45715617218646 -12.80902571177156, 100.71326640140427 -12.508184063447437, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.40262392209033 -12.873082395707412, 100.60420190121201 -12.636297431319141, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.16941721595727 -11.946240604982286, 101.32749552378796 -11.734430073719267, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.18194330850274 -11.929456782121866, 101.35254770887889 -11.700862427998429, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.91495895033734 -10.916655409204056, 102.07093393603402 -10.6770359460258, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C102.00335536561467 -10.780854777576973, 102.24772676658868 -10.405434682771634, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.67556783839431 -9.691994337151646, 102.9102267981844 -9.275333592248053, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.6854971746953 -9.674363795094935, 102.93008547078635 -9.240072508134627, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.18611937641991 -8.745794730651973, 103.3179272785663 -8.472092801607657, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.1993088612399 -8.718406483213478, 103.34430624820631 -8.417316306730669, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.7587482512618 -7.492941614279034, 103.92082535371526 -7.092608037671384, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.76446789563185 -7.4788139821032145, 103.93226464245537 -7.0643527733197455, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.18756866621534 -6.367747946943585, 104.30937810246036 -6.000877332671663, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.17090377305186 -6.417939949961841, 104.2760483161334 -6.1012613387081736, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.56248419314846 -5.156129477161536, 104.66532025208204 -4.763971015017935, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.53207294856578 -5.272100733072055, 104.6044977629167 -4.9959135268389705, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.8309892735458 -4.060493304002553, 104.88525925954602 -3.781828395856974, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.846611570022 -3.9802761133706834, 104.91650385249847 -3.6213940145932333, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.06656424968457 -2.7174704700160355, 105.11745872278738 -2.3227429868811686, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.05966221741929 -2.771001269305201, 105.1036546582568 -2.4298045854594994, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.1967271500723 -1.5420947394490985, 105.21793659763524 -1.211740473698399, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.19633229907073 -1.5482448625165959, 105.2171468956321 -1.2240407198333938, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.22072347435774986, 105.25560621591342 0.18355881393177598, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.32392497593805536, 105.25560621591342 -0.02284418922883502, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.22465964714681 1.1070235508078203, 105.19371307838021 1.5890413389683697, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23055768349552 1.0151568738675374, 105.2055091510776 1.4053079850878039, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.13890316765881 2.1564241071429295, 105.10228863280827 2.440399209086075, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.14135765303728 2.1373876032405934, 105.10719760356518 2.4023262012814017, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.93849066546727 3.508496376912988, 104.86131155435275 3.904794800675087, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.96745141104323 3.3597890692361374, 104.9192330455047 3.6073801853213863, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.65351321504312 4.808996364449569, 104.53030714254066 5.278834516751009, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.68247780653125 4.698541823771928, 104.58823632551695 5.057925435395727, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.35010590673407 5.8782116752935885, 104.24056367925324 6.208135411282052, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.35706451293649 5.857253462115224, 104.25448089165809 6.166218984925323, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.92761583088605 7.075835427774555, 103.7894724318018 7.417052294333615, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.9515158628727 7.01680188669188, 103.83727249577507 7.298985212168265, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.395562222428 8.310882179557156, 103.19445329604766 8.728489168227634, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.46655194576728 8.163470500106392, 103.33643274272622 8.433665809326104, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.83587050467584 9.407360720763664, 102.61742953507817 9.795224781831047, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.88904681283535 9.312940800941378, 102.72378215139717 9.606384942186473, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.21228142988788 10.459888238349684, 101.98365398117151 10.811121394644132, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.20769171782985 10.466939268581088, 101.97447455705543 10.82522345510694, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.48374415955767 11.525071136331409, 101.2085043544747 11.893867400280515, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.54487597918231 11.443160067257734, 101.33076799372397 11.730045262133167, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.80796996452426 12.39693986942131, 100.60460102092193 12.635828602597318, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.6957486999776 12.52876135232867, 100.3801584918286 12.89947156841204, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C100.00344010566984 13.313911610847661, 99.80583426837103 13.517955861599653, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.99339175355482 13.324287359391478, 99.78573756414097 13.538707358687287, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.0761582387478 14.239647688161606, 98.82088174072761 14.471483049417527, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.0898571196949 14.227206726937982, 98.8482795026218 14.446601126970279, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.10046376098552 15.091915976087114, 97.79484881346913 15.335635763976116, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.03923874878086 15.140741294054326, 97.67239878905983 15.433286399910543, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.11455284770342 15.846757125556252, 96.80032535082813 16.06594862468735, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.0632728922348 15.882527802617664, 96.6977654398909 16.137489978810176, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.01937268924503 16.575611967599556, 95.63518980488436 16.808505889808227, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.11646916574175 16.516751512945014, 95.8293827578778 16.690784980499142, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.91520446969261 17.2095221165896, 94.49579167530844 17.428329502773103, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C94.89402803215353 17.220569850489586, 94.45343880023027 17.450424970573074, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.80563554777261 17.75513423480589, 93.38491318275283 17.941375545514614, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.94725379518951 17.692444037630477, 93.66814967758664 17.815995151163783, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.77476823535325 18.188430936980247, 92.46620487555869 18.301985105713076, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.65880641892916 18.231105957363592, 92.23428124271052 18.38733514647976, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.52614330475862 18.62058354034942, 91.14205135805662 18.734580013990804, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.44988077312047 18.643217859429424, 90.98952629478032 18.779848652150815, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.41120163151786 18.93087984710438, 90.1105138768003 18.999509864947687, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.39736613694508 18.934037708455573, 90.08284288765476 19.005825587650076, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.14612045267492 19.196519642978135, 88.79902264567309 19.252635724630498, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.03082673269482 19.215159437508365, 88.56843520571289 19.28991531369096, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.90454673925358 19.374121103659128, 87.54986382565929 19.408336937764957, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.77092232618274 19.387011690081202, 87.2826149995176 19.434118110609106, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.7504050443917 19.46842002073443, 86.48581579915951 19.476904882837307, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.69935479665993 19.47005710281591, 86.38371530369598 19.480179047000263, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C43.58298566278594 19.5, 1.4003463255718742 19.5, -85.765625 19.5 M85.765625 19.5 C35.50825787082395 19.5, -14.749109258352107 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.02105313141239 19.4918089169863, -86.27648126282477 19.483617833972602, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.10044133120518 19.489263091938703, -86.43525766241035 19.478526183877406, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.5027602088342 19.412880967029686, -87.9905261280445 19.36582677542781, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.38347659750247 19.424388113555327, -87.75195890538103 19.388841068479092, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.53730137418887 19.29494879012529, -88.81537309552988 19.249992310697284, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.61583843213873 19.282251527659938, -88.9724472114296 19.224597785766576, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.90526057067602 19.046357592667555, -90.31730288167529 18.952311624009337, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.73914055159791 19.084273402987698, -89.98506284351907 19.028143244649623, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.06559062105278 18.757273159382944, -91.41929185587016 18.65229648950481, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.05801314863484 18.75952211342162, -91.4041369110343 18.656794397582168, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.22322102721132 18.39140540802298, -92.53620680296206 18.276223749337912, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.31214638652949 18.358680053776883, -92.71405752159838 18.210773040845723, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.51823977895577 17.882355816368527, -93.95314796276377 17.689834864489626, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.42852416712705 17.922070256406034, -93.77371673910632 17.769263744564647, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.57814903075871 17.38536372318711, -94.92994014872504 17.201834522277043, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.65397582120087 17.34580493518281, -95.08159372960935 17.122716946268447, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.61356383910592 16.821615677351396, -95.89251041413507 16.652516624296698, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.61372309457263 16.821519135751597, -95.89282892506847 16.652323541097093, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.81265042652575 16.05735118542462, -97.22174527944583 15.771984325458336, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.73549076176087 16.111174427376547, -97.06742594991606 15.879630809362196, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.811640665172 15.322244709093011, -98.19450098576532 15.016923791760865, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.71721057610826 15.397550192231156, -98.00564080763779 15.167534758037156, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.6627601657889 14.615084880109245, -98.91944162307593 14.381973572020367, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.66721446595221 14.61103960255525, -98.92835022340256 14.373883016912373, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.64646974416584 13.682512816912274, -99.9615047515637 13.357213306918851, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.51169465967737 13.821679156886841, -99.69195458258676 13.635545986867987, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.40714484013536 12.867771868124189, -100.61324373730207 12.625676376152699, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.51685887102644 12.738895524534302, -100.83267179908425 12.367923688972928, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.26797878884659 11.814177076454595, -101.52461866956662 11.47030301666388, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.24335339634268 11.84717285899042, -101.4753678845588 11.536294581735534, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.96132267066139 10.845428284384177, -102.16366137668214 10.53458169638604, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.93141535596615 10.891373950994543, -102.10384674729166 10.626473029606771, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.60559120830914 9.816244929770054, -102.77027353801404 9.52383477748486, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.62071685750358 9.789387807987252, -102.80052483640293 9.470120533919253, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.18890875686937 8.740002522465476, -103.32350603946524 8.460508385234663, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.17673623820201 8.765279017928416, -103.29916100213053 8.511061376160544, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.7816926572102 7.436268487986576, -103.96671416561206 6.979261785086464, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.77547860487876 7.451617317385764, -103.95428606094919 7.009959443884841, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.14948607357377 6.482446648342838, -104.23321291717723 6.230274735470166, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.20080674529328 6.327876961962303, -104.33585426061623 5.921135362709096, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.57507814546284 5.108103278733344, -104.69050815671079 4.667918618161556, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.5642361325746 5.149448572834276, -104.66882413093434 4.750609206363418, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.85761082656848 3.9237972556983056, -104.93850236559139 3.508436299248475, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.86190241116324 3.901760875830904, -104.94708553478091 3.464363539513672, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.07411199493313 2.658931648339175, -105.13255421328448 2.2056653435274463, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.07525454651044 2.650070243927849, -105.13483931643911 2.187942534704794, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.19182316226865 1.6184783079187928, -105.20812862202793 1.3645076106377765, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.20537423068376 1.4074094791278182, -105.23523075885817 0.9423699530558274, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3466622863781295, -105.25560621591342 0.06831881010898089, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.30326610237590573, -105.25560621591342 -0.018473557895466675, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.23055750427382 -1.0151596653901325, -105.20550879263422 -1.4053135681329962, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.2244671058424 -1.1100225370407817, -105.19332799577136 -1.5950393114342947, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.12587020852838 -2.2575051645096647, -105.07622271454741 -2.642561323819547, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.13526462385984 -2.1846439343360973, -105.0950115452103 -2.496838863472412, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.96499477725729 -3.3724033645172438, -104.9143197779328 -3.6326087758835923, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.93302502083026 -3.5365613069596122, -104.85038026507874 -3.9609246607683293, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.70637410829104 -4.607414868439145, -104.63602892903653 -4.875671524730164, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.66641055699598 -4.75981320983991, -104.55610182644641 -5.180468207531695, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.32140531774783 -5.964653276502261, -104.18316250128078 -6.3810186136994, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.32570035081592 -5.951717321221775, -104.19175256741696 -6.355146703138427, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.92066767245534 -7.092997513431942, -103.77557611494035 -7.451376465648399, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.93837576683855 -7.049258177942685, -103.81099230370678 -7.363897794669884, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.38759274315332 -8.327430973790568, -103.1785143374983 -8.761586756694458, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.42615520722453 -8.247355192042155, -103.25563926564071 -8.601435193197633, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.87327287160345 -9.34094903088336, -102.69223426893339 -9.662401402070438, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.92536691651456 -9.248450779049623, -102.7964223587556 -9.477404898402964, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.2668704251094 -10.376024882491729, -102.09283197161456 -10.643394682928214, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.19147110182217 -10.491858490614135, -101.9420333250401 -10.875061899173025, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.55304197224154 -11.432218380495618, -101.34709997984245 -11.708161888608926, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.49543717628751 -11.509403559169154, -101.23189038793438 -11.862532245956002, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.74676484380709 -12.468834886885725, -100.4821907794876 -12.779618637526148, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.8492313616793 -12.34847188448299, -100.68712381523201 -12.53889263272068, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.96918627860272 -13.349281499585969, -99.73732661423678 -13.588695639076265, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-100.00089636716866 -13.316538229694945, -99.80074679136867 -13.523209099294219, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.00603870249635 -14.303328395723904, -98.6806426682247 -14.598844464542132, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.12302897872091 -14.19708092224984, -98.91462322067383 -14.386349517594006, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.16439381325374 -15.040933460653337, -97.9227089180056 -15.233670733108568, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.04536717745094 -15.13585403527427, -97.68465564639999 -15.423511882350432, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.02070469694166 -15.912221532906683, -96.61262904930463 -16.196877439388217, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.21158515736255 -15.77907158679903, -96.99438997014639 -15.930577547172911, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.10288068960857 -16.524988927031703, -95.80220580561142 -16.707259808672518, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.08080947631434 -16.538368626235503, -95.75806337902299 -16.73401920708012, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.00812985573826 -17.161043002211137, -94.68164244739972 -17.33137127401618, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-94.92784371094868 -17.202928232522133, -94.52107015782056 -17.415141734638176, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.91448921380932 -17.70694794588072, -93.60262051482624 -17.84500296766427, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.94185995508829 -17.694831730640708, -93.6573619973842 -17.82077053718425, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.62368299688616 -18.24403170135277, -92.16403439862451 -18.41318663445812, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.74071043028671 -18.200964524071633, -92.39808926542561 -18.32705227989585, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.48241622094423 -18.63356150929738, -91.05459719042786 -18.760535951886723, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.43734962945055 -18.646937037093338, -90.96446400744048 -18.787287007478643, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.42468470665905 -18.927802423188684, -90.1374800270827 -18.993355017116304, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.30245853793083 -18.955699748600612, -89.89302768962625 -19.049149667940156, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.00074877669225 -19.22002220817683, -88.50827929370773 -19.29964085502789, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.17076326986958 -19.192535583402005, -88.8483082800624 -19.244667605478238, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.77477536285969 -19.386639992266932, -87.29032107287149 -19.433374714980566, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.8912696967274 -19.37540192398365, -87.52330974060693 -19.410898578414, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.53622409345081 -19.475288386953178, -86.05745389727771 -19.490641615274793, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.60826955499643 -19.47297802922939, -86.20154482036895 -19.486020899827224, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-B-1\" data-look=\"classic\" transform=\"translate(191.99609375, 136)\"><rect class=\"basic label-container\" style=\"\" x=\"-124.6171875\" y=\"-39\" width=\"249.234375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-94.6171875, -24)\"><rect></rect><foreignObject width=\"189.234375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-C-3\" data-look=\"classic\" transform=\"translate(191.99609375, 288.203125)\"><polygon points=\"63.203125,0 126.40625,-63.203125 63.203125,-126.40625 0,-63.203125\" class=\"label-container\" transform=\"translate(-62.703125, 63.203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-36.203125, -12)\"><rect></rect><foreignObject width=\"72.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Response</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-D-5\" data-look=\"classic\" transform=\"translate(191.99609375, 664.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.5234375\" y=\"-39\" width=\"227.046875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.5234375, -24)\"><rect></rect><foreignObject width=\"167.046875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>with identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-E-7\" data-look=\"classic\" transform=\"translate(308.328125, 512.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>GET /identities/any-ref?email=email<br>Returns real identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-flowchart-F-11\" data-look=\"classic\" transform=\"translate(191.99609375, 772.90625)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-22.853547638641807 -19.5, 22.472592222716386 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.65607678709618 -19.48472312279832, 69.13246607419235 -19.469446245596643, 69.4290567896239 -19.45993515863156 C69.82522402392776 -19.421717381999073, 70.22139125823163 -19.383499605366588, 70.67329215284786 -19.3399052695533 C71.06399919794126 -19.276738784480987, 71.45470624303465 -19.213572299408675, 71.90728075967675 -19.140403561325776 C72.2001049695262 -19.07356834628419, 72.49292917937564 -19.0067331312426, 73.12595188623538 -18.862249829261074 C73.58825815634138 -18.72503975498875, 74.05056442644737 -18.587829680716425, 74.3242977514606 -18.50658706670804 C74.68692870027456 -18.373135525420757, 75.04955964908852 -18.239683984133475, 75.4973940951478 -18.074876768247425 C75.86559817395582 -17.91188374494504, 76.23380225276384 -17.748890721642656, 76.64042041279238 -17.568892924097174 C77.02746290215175 -17.366973105310933, 77.41450539151114 -17.16505328652469, 77.74867976407678 -16.990714730406097 C78.01476093622547 -16.82941476018303, 78.28084210837416 -16.668114789959965, 78.8176180736057 -16.342718045390892 C79.20461187328702 -16.072767923424784, 79.59160567296834 -15.802817801458678, 79.84284284457871 -15.627565626425154 C80.2104182818098 -15.334433996826546, 80.57799371904089 -15.041302367227937, 80.82014120850187 -14.848196188198123 C81.17341794200952 -14.527359606016626, 81.52669467551719 -14.20652302383513, 81.74549723676799 -14.007812326905688 C82.00607379738379 -13.738745634336372, 82.2666503579996 -13.469678941767057, 82.61510844296865 -13.10986736009568 C82.77851939294136 -12.917915559911263, 82.94193034291408 -12.725963759726845, 83.42540140812658 -12.158051136245305 C83.62114322971225 -11.8957749277673, 83.81688505129792 -11.633498719289296, 84.17304646464063 -11.156274872382312 C84.31555000457233 -10.9373511674888, 84.45805354450401 -10.718427462595287, 84.85497137860425 -10.108655082055241 C85.02295430052109 -9.810384394076523, 85.19093722243794 -9.512113706097805, 85.4683739742735 -9.019496659696287 C85.5893237503793 -8.768341861701987, 85.71027352648508 -8.517187063707688, 86.01073364880834 -7.893275190886684 C86.15463683568521 -7.537831537121971, 86.29854002256208 -7.182387883357256, 86.47982172997033 -6.734618561215508 C86.57457508594706 -6.449236549910684, 86.66932844192378 -6.163854538605859, 86.87371063421489 -5.548287939305138 C86.9573638000031 -5.229282162643301, 87.0410169657913 -4.910276385981465, 87.19078178754556 -4.339158212148133 C87.2722467965025 -3.920852608789966, 87.35371180545944 -3.502547005431799, 87.42973227658177 -3.1121979531509023 C87.48815202516431 -2.6591059194289586, 87.54657177374685 -2.206013885707015, 87.58958020250937 -1.872449005199798 C87.61457876815379 -1.4830761668088193, 87.63957733379823 -1.0937033284178406, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.20632748601458695, 87.66966871591342 0.2123507906181018, 87.66966871591342 0.625005762647271 C87.64330539031417 1.0356358389489855, 87.61694206471492 1.4462659152507, 87.58958020250937 1.8724490051997846 C87.53459560426154 2.29889869127285, 87.47961100601373 2.7253483773459157, 87.42973227658177 3.1121979531508885 C87.34173983379829 3.5640205496347703, 87.25374739101478 4.015843146118652, 87.19078178754556 4.339158212148129 C87.10305195383782 4.673710090426179, 87.0153221201301 5.008261968704231, 86.87371063421489 5.548287939305125 C86.75912467316977 5.893402597179456, 86.64453871212464 6.238517255053788, 86.47982172997033 6.734618561215495 C86.35677270305523 7.038552036686885, 86.23372367614013 7.342485512158274, 86.01073364880834 7.893275190886679 C85.89881995605478 8.125666368458877, 85.78690626330122 8.358057546031075, 85.4683739742735 9.019496659696284 C85.29769026479164 9.322562869481075, 85.12700655530979 9.625629079265867, 84.85497137860425 10.108655082055236 C84.59564841981798 10.50704478471562, 84.3363254610317 10.905434487376004, 84.17304646464065 11.156274872382301 C83.98043412671669 11.414357857855451, 83.78782178879271 11.672440843328602, 83.42540140812659 12.158051136245302 C83.20564294381656 12.416191933034733, 82.98588447950651 12.674332729824163, 82.61510844296866 13.10986736009567 C82.35025135573729 13.38335404783334, 82.0853942685059 13.65684073557101, 81.74549723676799 14.007812326905684 C81.50557094703544 14.225707035139026, 81.2656446573029 14.443601743372366, 80.8201412085019 14.848196188198111 C80.4458434964261 15.146688653098131, 80.07154578435028 15.44518111799815, 79.84284284457871 15.627565626425152 C79.52195180775878 15.851405322561641, 79.20106077093884 16.07524501869813, 78.8176180736057 16.34271804539089 C78.46610193470056 16.555809194533314, 78.1145857957954 16.76890034367574, 77.74867976407678 16.990714730406093 C77.45673489826927 17.143022179898256, 77.16479003246177 17.29532962939042, 76.64042041279238 17.56889292409717 C76.40945492292215 17.671134495114895, 76.17848943305192 17.773376066132617, 75.4973940951478 18.07487676824742 C75.22689156163621 18.1744242010777, 74.9563890281246 18.273971633907973, 74.32429775146062 18.506587066708033 C73.85454635705918 18.646006814790994, 73.38479496265775 18.785426562873955, 73.12595188623541 18.86224982926107 C72.79513672557694 18.937756230910697, 72.46432156491846 19.01326263256032, 71.90728075967677 19.140403561325773 C71.50816442019605 19.204929595899575, 71.10904808071534 19.269455630473377, 70.67329215284788 19.3399052695533 C70.21005571829663 19.384593131271135, 69.74681928374537 19.42928099298897, 69.4290567896239 19.45993515863156 C69.15442155460886 19.468742176073434, 68.8797863195938 19.477549193515312, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C18.506941385859804 19.5, -31.165804728280392 19.5, -68.1796875 19.5 C-68.59719255992532 19.486611425352496, -69.01469761985064 19.473222850704992, -69.4290567896239 19.45993515863156 C-69.88352404134204 19.416093249435146, -70.33799129306018 19.372251340238734, -70.67329215284786 19.3399052695533 C-71.0354515311824 19.281354149852096, -71.39761090951694 19.222803030150892, -71.90728075967675 19.140403561325773 C-72.29306620277478 19.052350551423935, -72.67885164587281 18.964297541522097, -73.12595188623538 18.862249829261074 C-73.60325799805506 18.720587880703903, -74.08056410987473 18.578925932146735, -74.32429775146059 18.506587066708043 C-74.7414308656181 18.35307822476184, -75.15856397977561 18.19956938281564, -75.4973940951478 18.074876768247425 C-75.88467438244018 17.90343927332463, -76.27195466973257 17.732001778401838, -76.64042041279238 17.568892924097174 C-77.05349095718951 17.353394285669502, -77.46656150158665 17.137895647241827, -77.74867976407678 16.990714730406097 C-78.00113685537484 16.83767375805867, -78.25359394667288 16.684632785711248, -78.81761807360569 16.3427180453909 C-79.0871394567779 16.154711595882592, -79.35666083995012 15.966705146374284, -79.84284284457871 15.627565626425156 C-80.18996401307214 15.350745731833873, -80.53708518156559 15.07392583724259, -80.82014120850187 14.848196188198125 C-81.15555586951723 14.543581467649584, -81.4909705305326 14.238966747101044, -81.74549723676797 14.007812326905697 C-82.04716658893169 13.696313953282228, -82.34883594109542 13.384815579658762, -82.61510844296865 13.109867360095677 C-82.78826983055669 12.90646214107268, -82.96143121814474 12.703056922049683, -83.42540140812658 12.158051136245307 C-83.66186161077147 11.841216006668775, -83.89832181341636 11.524380877092243, -84.17304646464063 11.156274872382316 C-84.36888493181308 10.855414396813694, -84.56472339898555 10.554553921245073, -84.85497137860425 10.108655082055249 C-85.09822081242567 9.676741080629181, -85.34147024624708 9.244827079203116, -85.4683739742735 9.019496659696289 C-85.65623184426806 8.62940577313809, -85.84408971426261 8.239314886579894, -86.01073364880834 7.893275190886686 C-86.11588649804551 7.633545620278834, -86.22103934728268 7.373816049670983, -86.47982172997033 6.73461856121551 C-86.63428064004725 6.269412933749061, -86.78873955012419 5.8042073062826125, -86.87371063421489 5.5482879393051325 C-86.97138365812911 5.17581836736383, -87.06905668204335 4.803348795422527, -87.19078178754556 4.339158212148136 C-87.26764527666118 3.9444804406435834, -87.34450876577681 3.549802669139031, -87.42973227658177 3.112197953150904 C-87.4785552980106 2.73353624014494, -87.52737831943945 2.3548745271389757, -87.58958020250937 1.872449005199809 C-87.61067594533169 1.5438657825650428, -87.631771688154 1.2152825599302766, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.18926058010896646, -87.66966871591342 -0.24648460242934522, -87.66966871591342 -0.6250057626472687 C-87.64479054486355 -1.0125033580471428, -87.61991237381369 -1.4000009534470168, -87.58958020250937 -1.8724490051997822 C-87.53692568558952 -2.2808270406196125, -87.4842711686697 -2.689205076039443, -87.42973227658177 -3.112197953150895 C-87.35258005271008 -3.5083583166037315, -87.2754278288384 -3.904518680056568, -87.19078178754556 -4.339158212148126 C-87.10244203535113 -4.676035973956298, -87.01410228315669 -5.012913735764471, -86.87371063421489 -5.548287939305123 C-86.78901954539602 -5.803364005135043, -86.70432845657714 -6.058440070964963, -86.47982172997033 -6.734618561215485 C-86.36716139348043 -7.01289177048495, -86.25450105699053 -7.291164979754416, -86.01073364880834 -7.893275190886676 C-85.88690465476789 -8.15040874652769, -85.76307566072745 -8.407542302168704, -85.4683739742735 -9.019496659696282 C-85.33788957711306 -9.251184919832639, -85.2074051799526 -9.482873179968994, -84.85497137860425 -10.108655082055243 C-84.69414789755415 -10.355723136099623, -84.53332441650406 -10.602791190144004, -84.17304646464063 -11.156274872382308 C-84.00750335442599 -11.378087558782335, -83.84196024421136 -11.599900245182361, -83.42540140812659 -12.158051136245302 C-83.25700343218888 -12.355860980898008, -83.08860545625119 -12.553670825550714, -82.61510844296866 -13.10986736009567 C-82.28260968265734 -13.453199628773021, -81.950110922346 -13.79653189745037, -81.74549723676799 -14.007812326905677 C-81.51830625080932 -14.214141169209258, -81.29111526485065 -14.420470011512837, -80.8201412085019 -14.848196188198107 C-80.60810479629797 -15.017289584404844, -80.39606838409402 -15.18638298061158, -79.84284284457871 -15.627565626425149 C-79.51264050425958 -15.85790048480285, -79.18243816394045 -16.08823534318055, -78.81761807360571 -16.342718045390885 C-78.42005546351855 -16.583722835962952, -78.02249285343137 -16.82472762653502, -77.74867976407678 -16.99071473040609 C-77.3567729179088 -17.195172281023613, -76.96486607174081 -17.39962983164114, -76.6404204127924 -17.56889292409717 C-76.1896250199449 -17.76844667214055, -75.7388296270974 -17.96800042018393, -75.49739409514781 -18.07487676824742 C-75.24076165323534 -18.1693198791555, -74.98412921132287 -18.263762990063572, -74.32429775146062 -18.506587066708033 C-73.85672679603492 -18.645359671948352, -73.3891558406092 -18.784132277188675, -73.12595188623541 -18.862249829261067 C-72.81630720800003 -18.932924206447932, -72.50666252976464 -19.003598583634798, -71.90728075967677 -19.140403561325773 C-71.52573713023523 -19.20208857641884, -71.1441935007937 -19.26377359151191, -70.67329215284788 -19.3399052695533 C-70.2780421579916 -19.378034561199417, -69.88279216313535 -19.416163852845536, -69.4290567896239 -19.45993515863156 C-68.9340655173537 -19.4758085652912, -68.4390742450835 -19.491681971950843, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-39.83255675341904 -19.5, -11.48542600683809 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-32.25907873368365 -19.5, 3.6615300326326974 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.62344921009291 -19.48576942568709, 69.06721092018583 -19.47153885137418, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.63344100538642 -19.485449008259877, 69.08719451077282 -19.470898016519754, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.7122619295569 -19.432614699386235, 69.9954670694899 -19.40529424014091, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.80863580271411 -19.4233176277493, 70.18821481580432 -19.38670009686704, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C71.0928259140742 -19.272078304571135, 71.51235967530053 -19.20425133958897, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.9907063581267 -19.288588202427743, 71.30812056340554 -19.237271135302187, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.29894123030537 -19.051009614728216, 72.690601700934 -18.96161566813066, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.35480802391365 -19.03825838365203, 72.80233528815053 -18.93611320597828, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.47849160829226 -18.75761789027336, 73.83103133034913 -18.652985951285643, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.55411748318618 -18.735172527573162, 73.98228308013695 -18.608095225885254, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.56360810607983 -18.4185186440475, 74.80291846069905 -18.330450221386954, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.59945558700122 -18.405326439697944, 74.87461342254183 -18.304065812687853, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.80718875842432 -17.937739860547087, 76.11698342170084 -17.800602952846745, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.76826014505536 -17.95497240290923, 76.03912619496295 -17.835068037571038, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C76.86516419211081 -17.45164423838201, 77.08990797142926 -17.33439555266684, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C77.07378855803465 -17.342805040309823, 77.50715670327693 -17.116717156522476, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.03020407990516 -16.820053035730417, 78.31172839573352 -16.64939134105474, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.11789182528855 -16.766896209168614, 78.48710388650032 -16.54307768793113, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.16949099284997 -16.097266729259264, 79.52136391209423 -15.851815413127634, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.18973798736127 -16.08314330236644, 79.56185790111685 -15.823568559341991, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.11640579682243 -15.409406451826671, 80.38996874906617 -15.19124727722819, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.09684316878874 -15.425007127100155, 80.35084349299876 -15.222448627775156, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.11840826726049 -14.577317937147468, 81.41667532601912 -14.30643968609681, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.18196048952306 -14.51960149038826, 81.54377977054425 -14.191006792578396, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C82.02890399881163 -13.715171576967732, 82.31231076085528 -13.422530827029776, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C81.993326275436 -13.751908497338476, 82.24115531410403 -13.496004667771265, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.87771372506207 -12.80139625308489, 83.14031900715548 -12.492925146074098, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.80193840667218 -12.890406253803414, 82.98876837037571 -12.670945147511148, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.7132390929434 -11.7723748611433, 84.00107677776022 -11.386698586041295, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.72115608899487 -11.761766807687502, 84.01691076986317 -11.365482479129701, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.42838452621989 -10.764007041926643, 84.68372258779914 -10.371739211470974, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.3809293645906 -10.836910913684386, 84.58881226454055 -10.51754695498646, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.03806871875094 -9.783547214008639, 85.22116605889762 -9.458439345962038, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.08968154510447 -9.691903414452542, 85.32439171160469 -9.27515174684984, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.65621259873916 -8.629445736890641, 85.84405122320481 -8.239394814084996, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.66694723889552 -8.607155026921456, 85.86552050351753 -8.194813394146625, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.14721711898189 -7.556158380829642, 86.28370058915543 -7.2190415707726, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.15285378864003 -7.542235697796434, 86.29497392847172 -7.191196204706183, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.58410659244994 -6.420529170963294, 86.68839145492957 -6.10643978071108, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.56003510333998 -6.493028660891545, 86.64024847670964 -6.251438760567582, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.9887556076019 -5.109571594973552, 87.10380058098893 -4.670855250641966, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.96926863647147 -5.18388386160062, 87.06482663872805 -4.819479783896103, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.27703679640781 -3.8962569716430324, 87.36329180527007 -3.453355731137932, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.25556637201679 -4.006503063115173, 87.32035095648801 -3.673847914082214, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.47143161919215 -2.7887860863314824, 87.5131309618025 -2.4653742195120625, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.46952018191396 -2.803610816405007, 87.50930808724617 -2.495023679659112, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.60982630233799 -1.5570996580114245, 87.6300724021666 -1.241750310823051, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.60818266635123 -1.5827006152243321, 87.62678513019308 -1.2929522252488663, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.1643689122516605, 87.66966871591342 0.2962679381439547, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2655439014091135, 87.66966871591342 0.09391795982904871, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.63962114624672 1.0930209141677798, 87.60957357658002 1.5610360656882887, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.64642042147685 0.987116714182239, 87.62317212704029 1.349227665717207, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.55467373578075 2.143176668085445, 87.51976726905212 2.4139043309711057, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.55217189832021 2.1625804253857, 87.51476359413105 2.4527118455716157, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.37029164700513 3.4174130232454725, 87.31085101742848 3.7226280933400564, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.36915562422432 3.423246260126395, 87.30857897186688 3.7342945671019008, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.07401080234821 4.784456587570724, 86.95723981715088 5.2297549629933195, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.11794690562351 4.616909183754396, 87.04511202370148 4.894660155360664, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.74324664639728 5.941224683998147, 86.61278265857969 6.33416142869117, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.71677696193954 6.020947156213403, 86.55984328966419 6.493606373121679, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.36554516554868 7.016883884724027, 86.25126860112704 7.29914920823256, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.34487171011673 7.0679477193349936, 86.20992169026316 7.401276877454493, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.79764942902655 8.335749132535494, 85.58456520924476 8.778223074184309, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.82669504476569 8.27543528997656, 85.64265644072303 8.657595389066442, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.22324828047344 9.454742150706362, 84.97812258667338 9.889987641716443, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.2441787138442 9.417578046820372, 85.0199834534149 9.815659433944461, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.58651402350966 10.52107767037404, 84.31805666841508 10.933500258692844, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.61283644139331 10.480639367945862, 84.37070150418238 10.852623653836488, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.9526213342103 11.451624466016476, 83.73219620377995 11.74697405965065, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.88219958423838 11.545983195425446, 83.59135270383611 11.935691518468593, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.22013845692913 12.39916467851463, 83.01487550573168 12.64027822078396, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.16408533487056 12.465007865197634, 82.90276926161452 12.771964594149965, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.33259048133101 13.401590350642564, 82.05007251969336 13.69331334118946, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.43972042329513 13.290969890032802, 82.2643324036216 13.472072419969933, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.41987359487553 14.303535102942968, 81.09424995298308 14.599257878980252, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.3870686440472 14.333327691313823, 81.02864005132642 14.658843055721961, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.57957985991294 15.040037462091464, 80.33901851132399 15.231878735984814, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.43252906868494 15.157306554909894, 80.04491692886799 15.466416921621677, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.61325081711018 15.787719085908513, 79.38365878964166 15.947872545391874, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.45035964556156 15.901344915735669, 79.05787644654441 16.175124205046185, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.51462853929334 16.52639208165518, 78.211639004981 16.710066117919478, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.54579917353527 16.507496259998742, 78.27398027346486 16.672274474606596, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.40816284097059 17.168362191079094, 77.0676459178644 17.346009651752095, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.30695573848598 17.221161871619074, 76.86523171289518 17.45160901283205, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.35026371993057 17.697336684834617, 76.06010702706875 17.825780445572065, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.2093448919049 17.759717269793065, 75.77826937101743 17.950541615488962, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.20603862785569 18.18209827347133, 74.9146831605636 18.28931977869524, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.23485690593412 18.171492880745227, 74.97231971672045 18.268108993243033, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C73.92753928562315 18.624342896740906, 73.53078081978569 18.742098726773783, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.98909755417064 18.606072725761962, 73.65389735688065 18.705558384815888, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.7674557966643 18.944074222300067, 72.40895970709317 19.02589861533906, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.77481008204187 18.94239565465383, 72.42366827784834 19.022541480046588, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.46459104063305 19.211974201990717, 71.02190132158933 19.28354484265566, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.48669158012565 19.2084011581578, 71.06610240057452 19.27639875498982, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.18322204202894 19.387181743748464, 69.69315193121 19.434458217943625, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.21677999703843 19.383944448188043, 69.76026784122898 19.427983626822787, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C68.93118797591333 19.4759008424444, 68.43331916220278 19.49186652625724, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.00474868387846 19.47354189371719, 68.58044057813302 19.48714862880282, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C40.42542237292551 19.5, 12.67115724585102 19.5, -68.1796875 19.5 M68.1796875 19.5 C17.599634200214716 19.5, -32.98041909957057 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.4330348331242 19.491875644137377, -68.68638216624838 19.483751288274753, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.56053244631488 19.4877870438414, -68.94137739262978 19.475574087682798, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.80750008686506 19.42342718889136, -70.18594338410622 19.386919219151157, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.85673312862639 19.41867773656404, -70.28440946762888 19.37742031449652, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.01934584083499 19.283957992965973, -71.36539952882211 19.228010716378645, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.0629570721912 19.27690726729045, -71.45262199153451 19.213909265027603, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.20205117945625 19.07312413656786, -72.49682159923573 19.005844711809946, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.19629236704459 19.07443854792106, -72.48530397441242 19.00847353451634, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.38842923875153 18.784347928806024, -73.65090659126766 18.706446028350975, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.4935694834586 18.75314285606937, -73.86118708068182 18.644035882877667, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.59746457040082 18.406059152211643, -74.87063138934106 18.305531237715247, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.67674343333775 18.37688379780508, -75.0291891152149 18.247180528902117, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.87107868079555 17.909457687140552, -76.24476326644329 17.744038606033676, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.89703988875604 17.89796543048831, -76.29668568236428 17.721054092729197, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.92095655869038 17.42253739647417, -77.20149270458836 17.276181868851168, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-76.86413983771966 17.45217864341174, -77.08785926264694 17.33546436272631, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.16367024661224 16.73914506113833, -78.57866072914769 16.487575391870568, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-78.08381328968593 16.787554817718625, -78.41894681529509 16.58439490503115, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.08585134673446 16.15561012568752, -79.35408461986322 15.968502205984143, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.1108640467707 16.13816234892457, -79.4041100199357 15.933606652458243, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.13104592534192 15.397731338922565, -80.41924900610515 15.167897051419974, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.12402647310402 15.403329165286818, -80.40521010162935 15.179092704148479, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.0061020839763 14.679311441347387, -81.19206295945074 14.510426694496648, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.05716583663111 14.632936692259143, -81.29419046476036 14.417677196320163, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.98863140736584 13.75675633407675, -82.23176557796373 13.5057003412478, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.99679893850325 13.748322687610601, -82.24810064023853 13.488833048315506, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.88408365546402 12.793913770375447, -83.15305886795939 12.477960180655215, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.80647978171285 12.885071696269073, -82.99785112045707 12.660276032442468, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.68838436409321 11.805677933490175, -83.95136732005984 11.453304730735045, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.63969289052152 11.870920072191744, -83.85398437291646 11.583789008138183, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.32610098144487 10.92114203367859, -84.4791554982491 10.686009194974863, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.37490706431964 10.84616278411464, -84.57676766399864 10.536050695846962, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-85.02843317630801 9.80065609532053, -85.20189497401176 9.492657108585812, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.07603093264511 9.71614145914853, -85.29709048668597 9.32362783624181, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.61576651644701 8.713432892177822, -85.7631590586205 8.407369124659356, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.60164381634314 8.742758981120865, -85.73491365841278 8.466021302545442, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.18421366647694 7.464776193237275, -86.35769368414554 7.036277195587863, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.13665372103596 7.582250177985504, -86.26257379326357 7.271225165084321, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.56893886775916 6.466211941083196, -86.658056005548 6.1978053209508825, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.59680011021517 6.3822983178918635, -86.71377849046 6.029978074568217, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.97274703566526 5.1706192179269195, -87.07178343711566 4.792950496548707, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.98622465153899 5.119223227364726, -87.0987386688631 4.6901585154243195, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.27215832170882 3.92130690815638, -87.35353485587208 3.5034556041646243, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.24234816611362 4.074375756759141, -87.29391454468167 3.809593301370148, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.47479096435595 2.7627316686187404, -87.51984965213012 2.4132653840865768, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.47538756956725 2.7581045164129696, -87.5210428625527 2.404011079675035, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61420242208807 1.4889380605635907, -87.63882464166677 1.105427115927372, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.60669072037942 1.6059388780122767, -87.62380123824947 1.3394287508247444, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.20499533118803676, -87.66966871591342 -0.21501510027120463, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.33882361944876277, -87.66966871591342 0.0526414762502474, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.6401383921296 -1.0849643920284826, -87.61060806834578 -1.5449230214096965, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.649237511987 -0.9432382555723142, -87.62880630806056 -1.2614707484973597, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.55724626459548 -2.1232246426016896, -87.52491232668159 -2.3740002800035973, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.54684976189185 -2.203857864549332, -87.50411932127433 -2.535266723898882, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.3503503383981 -3.5198074283455094, -87.27096840021441 -3.9274169035401236, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.36777438285125 -3.430338642651656, -87.30581648912073 -3.748479332152416, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.0979556398635 -4.693144544366717, -87.00512949218144 -5.0471308765853085, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.08221851123434 -4.7531570363444064, -86.97365523492311 -5.167155860540687, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.74041094280142 -5.949765371420908, -86.60711125138793 -6.351242803536692, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.71822469604031 -6.016586811766963, -86.56273875786574 -6.484885684228804, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.30414510398276 -7.168543223881256, -86.12846847799521 -7.6024678865470285, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.30762028082462 -7.159959469893911, -86.13541883167892 -7.585300378572337, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.85376675746417 -8.219220299316278, -85.69679986612002 -8.54516540774588, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.81137146926488 -8.307255022375955, -85.61200928972144 -8.721234853865234, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.29290219189555 -9.331064577753045, -85.1174304095176 -9.642632495809808, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.33925291620035 -9.248764173230095, -85.2101318581272 -9.47803168676391, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.59993439551998 -10.500460375091722, -84.34489741243571 -10.8922656681282, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.62167659848996 -10.467058512730855, -84.38838181837566 -10.825461943406467, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.94485148804694 -11.462035352027826, -83.71665651145324 -11.767795831673345, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.9778175661855 -11.41786381059366, -83.78258866773037 -11.67945274880501, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.19523880848617 -12.428413222405872, -82.96507620884574 -12.698775308566443, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.2224204230541 -12.396484151256681, -83.01943943798163 -12.63491716626806, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.30864893166357 -13.426311966311978, -82.00218942035848 -13.742756572528286, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.34402058427149 -13.38978783092761, -82.07293272557433 -13.669708301759549, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.54391343090109 -14.190885405778767, -81.3423296250342 -14.373958484651855, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.42325547926976 -14.300463765015893, -81.10101372177151 -14.593115203126109, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.47853952498829 -15.120614440397633, -80.13693784147469 -15.393032692597156, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.44216983170128 -15.149618302955838, -80.06419845490066 -15.451040417713568, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.58748701042569 -15.805690802154404, -79.33213117627265 -15.98381597788366, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.49610291262039 -15.869436392829549, -79.14936298066206 -16.11130715923395, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.43824213876184 -16.572697966553704, -78.05886620391794 -16.802677887716523, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.46594603711821 -16.555903700563885, -78.11427400063073 -16.76908935573688, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.31023399086135 -17.21945160945467, -76.8717882176459 -17.448188488503245, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.52429310995353 -17.107777104135682, -77.29990645583028 -17.224839477865274, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.23969930748585 -17.746280270447137, -75.83897820217929 -17.9236676167971, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.30140260581004 -17.71896605064233, -75.96238479882767 -17.86903917718749, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.19892720968016 -18.184715341097156, -74.90046032421253 -18.294553913946896, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.05523971914316 -18.237593665847378, -74.61308534313851 -18.400310563447338, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-74.04526443561461 -18.589402690175362, -73.7662311197686 -18.672218313642695, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-73.94032131739992 -18.620549256803816, -73.55634488333922 -18.7345114468996, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.76919767388938 -18.943676650190245, -72.41244346154336 -19.025103471119426, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.7054842179405 -18.958218830741426, -72.28501654964558 -19.054187832221782, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.63953217172963 -19.183691076603754, -71.37178358378249 -19.22697859188174, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.59779008093483 -19.19043961412871, -71.28829940219288 -19.240475666931648, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.18211356480474 -19.387288677213142, -69.6909349767616 -19.434672084872986, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.32334863475846 -19.373663899874728, -69.97340511666906 -19.407422530196158, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-68.9860558061117 -19.47414133792369, -68.54305482259949 -19.48834751721582, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.11385874731248 -19.470042946352716, -68.79866070500105 -19.48015073407387, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-0f275ab4202abe8838ddae5126c355fd4815f07fa1dc92bca1071debc3d45435-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nidentityReference + email\"]\n    B --> C{Response}\n    C -->|201 — new record| D[POST /eligibility\\nwith identityReference]\n    C -->|\"422 code 81 — email exists\"| E[\"GET /identities/any-ref?email=email\\nReturns real identityReference\"]\n    E --> D\n    D --> F([Proceed to payment])\n"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Eligibility first, then create identity"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Call eligibility with email and country before creating the identity. The response tells you upfront whether KYC token sharing (SELFIE/DOCUMENT requirements) or just basic structured fields are needed — avoiding an extra round-trip after creation."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([User initiates transaction]) --> B[\"POST /eligibility\\nemail + countryOfResidence only\"]\n    B --> C[Note requirements returned]\n    C --> D[\"POST /identities/basic\\nidentityReference + email\"]\n    D --> E[Handle requirements from step 1\\ntoken sharing and/or PATCH]\n    E --> F[\"POST /eligibility\\nwith identityReference\"]\n    F --> G([Proceed to payment])\n","diagramHtml":"<svg id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 856\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .error-icon{fill:#552222;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .error-text{fill:#552222;stroke:#552222;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-thickness-normal{stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-thickness-thick{stroke-width:3.5px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-pattern-solid{stroke-dasharray:0;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-pattern-dashed{stroke-dasharray:3;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edge-pattern-dotted{stroke-dasharray:2;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .marker{fill:#333333;stroke:#333333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .marker.cross{stroke:#333333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d p{margin:0;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster-label text{fill:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster-label span{color:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster-label span p{background-color:transparent;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .label text,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d span{fill:#333;color:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node rect,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node circle,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node ellipse,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node polygon,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .rough-node .label text,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node .label text,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .image-shape .label,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .icon-shape .label{text-anchor:middle;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .rough-node .label,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node .label,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .image-shape .label,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .icon-shape .label{text-align:center;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node.clickable{cursor:pointer;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .arrowheadPath{fill:#333333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .flowchart-link{stroke:#333333;fill:none;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster text{fill:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .cluster span{color:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d rect.text{fill:none;stroke-width:0;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .icon-shape,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .icon-shape p,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .icon-shape .label rect,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d .node .neo-node{stroke:#9370DB;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node rect,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].cluster rect,#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path><path d=\"M138,199L138,203.167C138,207.333,138,215.667,138,223.333C138,231,138,238,138,241.5L138,245\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxOTl9LHsieCI6MTM4LCJ5IjoyMjR9LHsieCI6MTM4LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path><path d=\"M138,327L138,331.167C138,335.333,138,343.667,138,351.333C138,359,138,366,138,369.5L138,373\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozMjd9LHsieCI6MTM4LCJ5IjozNTJ9LHsieCI6MTM4LCJ5IjozNzd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path><path d=\"M138,455L138,459.167C138,463.333,138,471.667,138,479.333C138,487,138,494,138,497.5L138,501\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0NTV9LHsieCI6MTM4LCJ5Ijo0ODB9LHsieCI6MTM4LCJ5Ijo1MDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path><path d=\"M138,631L138,635.167C138,639.333,138,647.667,138,655.333C138,663,138,670,138,673.5L138,677\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo2MzF9LHsieCI6MTM4LCJ5Ijo2NTZ9LHsieCI6MTM4LCJ5Ijo2ODF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path><path d=\"M138,759L138,763.167C138,767.333,138,775.667,138.07,783.417C138.141,791.167,138.281,798.334,138.351,801.917L138.422,805.501\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3NTl9LHsieCI6MTM4LCJ5Ijo3ODR9LHsieCI6MTM4LjUsInkiOjgwOS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_F_G_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-22.71141672326572 -19.5, 40.34279155346856 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.02377802383316 -19.49172153499005, 86.28193104766632 -19.483443069980098, 87.0149942896239 -19.45993515863156 C87.35490864446334 -19.42714402962702, 87.69482299930277 -19.394352900622483, 88.25922965284786 -19.3399052695533 C88.67021572961195 -19.27346022790671, 89.08120180637603 -19.20701518626012, 89.49321825967675 -19.140403561325776 C89.81092688521058 -19.067888640790216, 90.1286355107444 -18.99537372025466, 90.71188938623538 -18.862249829261074 C91.02229715629736 -18.770122432470316, 91.33270492635934 -18.677995035679555, 91.9102352514606 -18.50658706670804 C92.18474658677265 -18.405564357758237, 92.4592579220847 -18.30454164880844, 93.0833315951478 -18.074876768247425 C93.52809890824344 -17.87799147229356, 93.97286622133909 -17.681106176339693, 94.22635791279238 -17.568892924097174 C94.6531348398054 -17.346243674638146, 95.07991176681844 -17.123594425179117, 95.33461726407678 -16.990714730406097 C95.60347120342293 -16.82773389241334, 95.87232514276907 -16.664753054420586, 96.4035555736057 -16.342718045390892 C96.62424877207864 -16.188772023790754, 96.84494197055157 -16.03482600219062, 97.42878034457871 -15.627565626425154 C97.77516537895578 -15.351332779202332, 98.12155041333283 -15.07509993197951, 98.40607870850187 -14.848196188198123 C98.60778012092707 -14.665016302160483, 98.80948153335228 -14.481836416122842, 99.33143473676799 -14.007812326905688 C99.51201741443056 -13.821345886105519, 99.69260009209313 -13.63487944530535, 100.20104594296865 -13.10986736009568 C100.47682846059885 -12.78591752241744, 100.75261097822906 -12.461967684739202, 101.01133890812658 -12.158051136245305 C101.24310551722516 -11.847504994425652, 101.47487212632375 -11.536958852606, 101.75898396464063 -11.156274872382312 C101.92969512265904 -10.894016691301585, 102.10040628067743 -10.631758510220859, 102.44090887860425 -10.108655082055241 C102.57929959581108 -9.862928350074824, 102.7176903130179 -9.617201618094407, 103.0543114742735 -9.019496659696287 C103.22817510844355 -8.658465103256354, 103.4020387426136 -8.29743354681642, 103.59667114880834 -7.893275190886684 C103.77874946116609 -7.443538239118349, 103.96082777352385 -6.993801287350015, 104.06575922997033 -6.734618561215508 C104.19734101984618 -6.33831517482058, 104.32892280972204 -5.942011788425653, 104.45964813421489 -5.548287939305138 C104.56659015028761 -5.1404716830569095, 104.67353216636032 -4.732655426808682, 104.77671928754556 -4.339158212148133 C104.84659774939126 -3.980347079388597, 104.91647621123697 -3.621535946629061, 105.01566977658177 -3.1121979531509023 C105.05270648681925 -2.8249485422746945, 105.08974319705673 -2.5376991313984867, 105.17551770250937 -1.872449005199798 C105.20323655431548 -1.4407055140652225, 105.23095540612158 -1.008962022930647, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.24199822400359272, 105.25560621591342 0.14100931464009026, 105.25560621591342 0.625005762647271 C105.23176500042534 0.9963519381568667, 105.20792378493726 1.3676981136664623, 105.17551770250937 1.8724490051997846 C105.12536493415088 2.261423972803877, 105.0752121657924 2.6503989404079698, 105.01566977658177 3.1121979531508885 C104.92939225181283 3.555214808078146, 104.84311472704387 3.998231663005403, 104.77671928754556 4.339158212148129 C104.68251428082527 4.6984027314807575, 104.58830927410499 5.057647250813385, 104.45964813421489 5.548287939305125 C104.31396915802989 5.987049804781578, 104.16829018184488 6.42581167025803, 104.06575922997033 6.734618561215495 C103.94449419914169 7.0341455318621176, 103.82322916831305 7.333672502508741, 103.59667114880834 7.893275190886679 C103.45298705391384 8.191638288282228, 103.30930295901935 8.490001385677777, 103.0543114742735 9.019496659696284 C102.81220663024872 9.449378326036133, 102.57010178622394 9.879259992375983, 102.44090887860425 10.108655082055236 C102.2669268106145 10.375938259214248, 102.09294474262478 10.64322143637326, 101.75898396464065 11.156274872382301 C101.552985648019 11.432293849822598, 101.34698733139734 11.708312827262896, 101.01133890812659 12.158051136245302 C100.74674381325212 12.46885959057226, 100.48214871837766 12.779668044899216, 100.20104594296866 13.10986736009567 C99.98425113694616 13.333725796498507, 99.76745633092364 13.557584232901345, 99.33143473676799 14.007812326905684 C99.01799398996704 14.292470919962597, 98.7045532431661 14.577129513019509, 98.4060787085019 14.848196188198111 C98.05373458181658 15.129181252958656, 97.70139045513126 15.410166317719202, 97.42878034457871 15.627565626425152 C97.17104339772678 15.807351763296461, 96.91330645087483 15.987137900167768, 96.4035555736057 16.34271804539089 C96.05314449162977 16.555139302528794, 95.70273340965383 16.7675605596667, 95.33461726407678 16.990714730406093 C95.05743609223649 17.135319970212162, 94.78025492039619 17.279925210018227, 94.22635791279238 17.56889292409717 C93.82837806577221 17.74506679672029, 93.43039821875205 17.921240669343412, 93.0833315951478 18.07487676824742 C92.68613150751297 18.2210500721744, 92.28893141987814 18.367223376101382, 91.91023525146062 18.506587066708033 C91.51782902286033 18.623051175574275, 91.12542279426003 18.739515284440518, 90.71188938623541 18.86224982926107 C90.3294515527181 18.949538769121304, 89.94701371920078 19.036827708981537, 89.49321825967677 19.140403561325773 C89.01048419643676 19.218448261011844, 88.52775013319678 19.296492960697915, 88.25922965284788 19.3399052695533 C87.99299770050273 19.365588345805268, 87.72676574815756 19.391271422057237, 87.0149942896239 19.45993515863156 C86.67244760892986 19.47091996395475, 86.32990092823582 19.481904769277943, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C35.316148858446574 19.5, -15.133327283106851 19.5, -85.765625 19.5 C-86.15718356075126 19.48744347907921, -86.54874212150251 19.47488695815842, -87.0149942896239 19.45993515863156 C-87.41975221213725 19.420888648639316, -87.82451013465061 19.381842138647077, -88.25922965284786 19.3399052695533 C-88.53888875675138 19.29469215442292, -88.8185478606549 19.249479039292538, -89.49321825967675 19.140403561325773 C-89.92542899986412 19.041754280316667, -90.35763974005151 18.94310499930756, -90.71188938623538 18.862249829261074 C-91.03343751270371 18.766816033165835, -91.35498563917203 18.671382237070596, -91.91023525146059 18.506587066708043 C-92.31078473850184 18.359181152837994, -92.7113342255431 18.211775238967945, -93.0833315951478 18.074876768247425 C-93.41603654322816 17.927598157073874, -93.74874149130854 17.78031954590032, -94.22635791279238 17.568892924097174 C-94.49152138797842 17.430557308937928, -94.75668486316447 17.29222169377868, -95.33461726407678 16.990714730406097 C-95.61451092133991 16.82104155053548, -95.89440457860306 16.651368370664862, -96.40355557360569 16.3427180453909 C-96.78317997818742 16.077908494430297, -97.16280438276914 15.813098943469695, -97.42878034457871 15.627565626425156 C-97.80421034073099 15.328170195105487, -98.17964033688327 15.02877476378582, -98.40607870850187 14.848196188198125 C-98.75300841993052 14.533123803535776, -99.09993813135918 14.218051418873426, -99.33143473676797 14.007812326905697 C-99.51014086553288 13.823283576909896, -99.68884699429779 13.638754826914097, -100.20104594296865 13.109867360095677 C-100.37630008038627 12.904003878042019, -100.55155421780388 12.698140395988363, -101.01133890812658 12.158051136245307 C-101.25872991698824 11.826569722155229, -101.50612092584991 11.49508830806515, -101.75898396464063 11.156274872382316 C-101.94459740275522 10.87112278725134, -102.1302108408698 10.585970702120365, -102.44090887860425 10.108655082055249 C-102.64505507125085 9.746172844967598, -102.84920126389746 9.383690607879947, -103.0543114742735 9.019496659696289 C-103.20504346060588 8.706498464929256, -103.35577544693825 8.393500270162223, -103.59667114880834 7.893275190886686 C-103.69061173308711 7.661240131500498, -103.78455231736586 7.429205072114311, -104.06575922997033 6.73461856121551 C-104.17748582588344 6.398115855540808, -104.28921242179656 6.0616131498661066, -104.45964813421489 5.5482879393051325 C-104.58478986127359 5.071068297262687, -104.7099315883323 4.593848655220241, -104.77671928754556 4.339158212148136 C-104.86913492552642 3.8646234431684015, -104.96155056350729 3.3900886741886676, -105.01566977658177 3.112197953150904 C-105.06115309228292 2.759438338269389, -105.10663640798407 2.4066787233878735, -105.17551770250937 1.872449005199809 C-105.1985760740122 1.513296256660851, -105.22163444551502 1.154143508121893, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.23593667783428013, -105.25560621591342 -0.15313240697871788, -105.25560621591342 -0.6250057626472687 C-105.22548011734287 -1.094244065232718, -105.1953540187723 -1.5634823678181675, -105.17551770250937 -1.8724490051997822 C-105.12216088197869 -2.286273968739762, -105.068804061448 -2.700098932279742, -105.01566977658177 -3.112197953150895 C-104.93928967998663 -3.5043936062278043, -104.8629095833915 -3.8965892593047133, -104.77671928754556 -4.339158212148126 C-104.6822231235438 -4.699513040383378, -104.58772695954204 -5.05986786861863, -104.45964813421489 -5.548287939305123 C-104.35491108107826 -5.863739255769458, -104.25017402794163 -6.179190572233792, -104.06575922997033 -6.734618561215485 C-103.97184850853843 -6.966579858792562, -103.87793778710653 -7.198541156369639, -103.59667114880834 -7.893275190886676 C-103.45031704206322 -8.19718262501917, -103.30396293531808 -8.501090059151664, -103.0543114742735 -9.019496659696282 C-102.87513378241951 -9.337644795291776, -102.69595609056553 -9.655792930887273, -102.44090887860425 -10.108655082055243 C-102.2199053912127 -10.448175786434483, -101.99890190382116 -10.787696490813724, -101.75898396464063 -11.156274872382308 C-101.5628481247321 -11.419079029517142, -101.36671228482358 -11.681883186651975, -101.01133890812659 -12.158051136245302 C-100.76654017696895 -12.445605655305474, -100.5217414458113 -12.733160174365647, -100.20104594296866 -13.10986736009567 C-99.98980356390436 -13.327992459801425, -99.77856118484006 -13.546117559507179, -99.33143473676799 -14.007812326905677 C-99.14595057369216 -14.176264136169124, -98.96046641061633 -14.34471594543257, -98.4060787085019 -14.848196188198107 C-98.13117392246724 -15.067425439537148, -97.8562691364326 -15.286654690876189, -97.42878034457871 -15.627565626425149 C-97.19936621869168 -15.787594989466498, -96.96995209280465 -15.947624352507848, -96.40355557360571 -16.342718045390885 C-96.12082809436644 -16.514109104796816, -95.83810061512719 -16.68550016420275, -95.33461726407678 -16.99071473040609 C-95.02537466242835 -17.15204639760674, -94.71613206077993 -17.313378064807388, -94.2263579127924 -17.56889292409717 C-93.90739326940927 -17.710089109972913, -93.58842862602613 -17.851285295848655, -93.08333159514781 -18.07487676824742 C-92.83613596841698 -18.16584704393569, -92.58894034168617 -18.256817319623956, -91.91023525146062 -18.506587066708033 C-91.50112826337103 -18.628007873326624, -91.09202127528143 -18.749428679945215, -90.71188938623541 -18.862249829261067 C-90.44143486677599 -18.923979308447002, -90.17098034731657 -18.98570878763294, -89.49321825967677 -19.140403561325773 C-89.18384171091307 -19.19042116247892, -88.87446516214938 -19.240438763632064, -88.25922965284788 -19.3399052695533 C-87.91974283787927 -19.37265515430069, -87.58025602291067 -19.40540503904808, -87.0149942896239 -19.45993515863156 C-86.58378575992187 -19.473763176882617, -86.15257723021983 -19.487591195133675, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-50.43354941191331 -19.5, -15.101473823826623 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-17.777346149319598 -19.5, 50.210932701360804 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.23935480404681 -19.484808407243346, 86.71308460809362 -19.469616814486688, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.2419372293929 -19.484725593888882, 86.7182494587858 -19.469451187777764, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.29857606718984 -19.43257836560676, 87.5821578447558 -19.405221572581958, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.49334638779432 -19.413789107023625, 87.97169848596472 -19.367643055415694, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.50619431852262 -19.29997793764659, 88.75315898419738 -19.26005060573988, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.5512719994631 -19.292690127774772, 88.84331434607832 -19.245474985996246, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.97043414771508 -19.03148214900573, 90.4476500357534 -18.92256073668568, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.74318429861485 -19.083350444119, 89.99315033755295 -19.026297326912225, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C90.98187227610282 -18.78212032471753, 91.25185516597027 -18.70199082017398, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.17769961642443 -18.72399979802876, 91.64350984661348 -18.585749766796447, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.37343135271195 -18.33612661970972, 92.8366274539633 -18.165666172711404, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.35148344647384 -18.34420365208957, 92.79273164148708 -18.181820237471094, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.42557099139542 -17.923377539699583, 93.76781038764305 -17.77187831115174, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.3840150562748 -17.941773119464468, 93.6846985174018 -17.808669470681508, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.50457498337582 -17.423747256580334, 94.78279205395926 -17.2786015890635, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.58287857095078 -17.382896325098315, 94.93939922910918 -17.19689972609946, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.71175887781366 -16.76208926782867, 96.08890049155053 -16.533463805251245, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.65332073256944 -16.797514814896378, 95.9720242010621 -16.604314899386658, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.6907867480469 -16.142358012137848, 96.97801792248812 -15.9419979788848, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.63390509517502 -16.182036190814202, 96.86425461674436 -16.02135433623751, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.73815433007327 -15.380848105780752, 98.04752831556783 -15.13413058513635, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.62756643033056 -15.469039012957953, 97.82635251608242 -15.310512399490753, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.69847774712795 -14.582647117772527, 98.99087678575405 -14.317098047346931, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.59225292971821 -14.679117686389395, 98.77842715093458 -14.510039184580666, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.58767276909644 -13.74322552099286, 99.8439108014249 -13.478638715080034, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.54339580193027 -13.788945124798538, 99.75535686709256 -13.57007792269139, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.41221518704134 -12.86181595013751, 100.62338443111403 -12.61376454017934, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.42707643115133 -12.84435908717717, 100.65310691933402 -12.57885081425866, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.1890242112348 -11.919969017544412, 101.36670951434301 -11.681886898843517, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.19863111945342 -11.907096635738803, 101.38592333078026 -11.6561421352323, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C102.02378303059879 -10.749472398565233, 102.28858209655696 -10.342669924748153, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.93025507884177 -10.893156448235628, 102.10152619304289 -10.630038024088943, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.66072096251257 -9.718356468688906, 102.8805330464209 -9.328057855322571, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.64817458735713 -9.74063382823563, 102.85544029611002 -9.37261257441602, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.21147876069914 -8.693135426592251, 103.36864604712477 -8.366774193488215, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.2664985020734 -8.578885756394701, 103.4786855298733 -8.138274853093117, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.73986087171006 -7.539593806934464, 103.88305059461179 -7.185912422982243, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.74913865779669 -7.516677495926691, 103.90160616678506 -7.140079800966698, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.17231772296655 -6.413681358101103, 104.27887621596278 -6.092744154986697, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.21197133581875 -6.294250994135537, 104.35818344166715 -5.8538834270555675, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.56345888195882 -5.15241256629482, 104.66726962970276 -4.756537193284502, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.5798460964894 -5.089921015026016, 104.70004405876392 -4.631554090746895, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.83216181136356 -4.054472570124252, 104.88760433518156 -3.769786928100371, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.83424395384425 -4.0437812085469185, 104.89176862014293 -3.7484042049457043, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.0671828036712 -2.7126730874431266, 105.11869583076061 -2.313148221735351, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.07634560947848 -2.6416081750025007, 105.13702144237519 -2.171018396854099, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.2027743248021 -1.4479051118408894, 105.23003094709485 -1.0233612184819807, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.20403178260699 -1.428319191528133, 105.23254586270461 -0.9841893778564681, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.2571924212932298, 105.25560621591342 0.11062092006081614, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.29535106745756096, 105.25560621591342 0.034303627732153785, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.22686501551016 1.0726731584075242, 105.19812381510688 1.5203405541677775, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23954367962814 0.875192730736332, 105.22348114334287 1.1253796988253928, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.11336540761732 2.354489931023663, 105.05121311272526 2.836530856847542, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.12365358560358 2.2746968541928103, 105.07178946869777 2.6769447031858364, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.96128413369728 3.391456734953129, 104.90689849081276 3.6707155167553687, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.92361376631695 3.584886109816095, 104.83155775605213 4.057574266481302, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.66733430537269 4.756290556924428, 104.55794932319984 5.173422901700729, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.65303348182275 4.810825795136505, 104.52934767609995 5.282493378124883, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.37703253072969 5.797112973993694, 104.2944169272445 6.0459380086822625, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.33189688310556 5.933054353248727, 104.20414563199624 6.31782076719233, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.95806526592875 7.000624734519325, 103.85037130188718 7.266630907823155, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.96764841214592 6.9769541780853865, 103.86953759432153 7.219289794955278, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.38964998137666 8.323159074601955, 103.18262881394497 8.753042958317232, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.39521456055311 8.311604106879113, 103.1937579722979 8.729933022871547, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.81801048222049 9.439072999156533, 102.58170949016747 9.85864933861678, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.86829465630845 9.349788356238577, 102.68227783834341 9.680080052780871, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.28159104421111 10.35341005851179, 102.12227320981798 10.598165034968345, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.26301204189335 10.381952395232545, 102.08511520518245 10.655249708409857, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.54295150832945 11.445738682877666, 101.32691905201824 11.73520249337303, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.59999479603508 11.36930587410255, 101.44100562742949 11.582336875822797, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.81044190597433 12.394036186336601, 100.60954490382207 12.6300212364279, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.8319912110075 12.368723146454437, 100.65264351388844 12.579395156663573, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.92402147981653 13.39591786243166, 99.64699701666439 13.681968364767648, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.90645766577124 13.414053942449371, 99.61186938857381 13.71824052480307, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.03443821685723 14.277536708191331, 98.73744169694648 14.54726108947698, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.00535814245566 14.303946462346234, 98.67928154814332 14.600080597786784, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.18599836971768 15.023704401794742, 97.96591803093347 15.199212615391371, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.04086147952657 15.139447209467296, 97.67564425055126 15.430698230736482, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.05204780493808 15.890357937589656, 96.67531526529747 16.15315024875416, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.08820113483632 15.865138939705076, 96.74762192509394 16.102712252985, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.08164010321859 16.537865095324843, 95.75972463283148 16.7330121452588, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.09603846406443 16.529136724365934, 95.78852135452317 16.71555540334098, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.8963729358304 17.219346515743343, 94.45812860758402 17.447978301080592, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.0615267812767 17.133185860360093, 94.78843629847661 17.275656990314097, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.9003624233809 17.71320145694703, 93.57436693396942 17.857509989796885, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.83758433036525 17.740991456479094, 93.44881074793811 17.913089988861017, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.80521620383067 18.17722580312262, 92.52710081251352 18.27957483799782, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.71103061025721 18.211886972199736, 92.33872962536661 18.348897176152054, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.44550745826106 18.6445158363237, 90.9807796650615 18.78244460593936, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.54711177889145 18.61436020729256, 91.18398830632229 18.722133347877083, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.39664233094747 18.934202912451255, 90.08139527565953 19.006155995641436, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.29717263224838 18.956906222078874, 89.88245587826135 19.051562614896678, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.17775162429025 19.19140576045477, 88.86228498890372 19.24240795958377, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.14276590961549 19.197061979485113, 88.79231355955422 19.253720397644457, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.98248634233266 19.366602363886177, 87.70574303181743 19.393299458219055, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.91260415499882 19.373343814452646, 87.56597865714976 19.406782359351993, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.5546027539499 19.474699019082863, 86.09421121827589 19.489462879534166, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.652808830763 19.471549741346, 86.2906233719021 19.48316432406044, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C38.127500469646115 19.5, -9.51062406070777 19.5, -85.765625 19.5 M85.765625 19.5 C43.27973248554666 19.5, 0.7938399710933197 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.21412870411052 19.48561735916868, -86.66263240822104 19.471234718337353, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.17609798085283 19.48683693044124, -86.58657096170568 19.473673860882478, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.48208524074722 19.41487545633575, -87.94917619187054 19.369815754039937, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.42608184640649 19.420278036433864, -87.83716940318907 19.380620914236168, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.6073041984189 19.283631276383787, -88.95537874398994 19.22735728321428, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.73915069679353 19.262315357011445, -89.2190717407392 19.18472544446959, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.87814603750408 19.052546307925184, -90.2630738153314 18.964689054524598, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.97399708325598 19.03066893221884, -90.45477590683522 18.920934303111906, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.11464269834197 18.742714760323118, -91.51739601044854 18.623179691385165, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.09724175669027 18.747879268465933, -91.48259412714515 18.633508707670796, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.31756929303921 18.356684374052502, -92.72490333461785 18.206781681396965, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.27347392596289 18.372911876749697, -92.63671260046519 18.239236686791354, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.53467173617331 17.875081876345018, -93.98601187719882 17.67528698444261, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.45448735980979 17.910577121176132, -93.8256431244718 17.74627747410484, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.57338505916752 17.387849084114755, -94.92041220554268 17.20680524413234, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.54053028071978 17.40498940098646, -94.85470264864718 17.24108587787574, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.57261547621216 16.84643881557689, -95.81061368834754 16.702162900747684, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.72770666732406 16.752421624107853, -96.12079607057133 16.51412851780961, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.7958085759658 16.069099331303285, -97.18806157832591 15.795480617215667, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.80747947586293 16.06095821676016, -97.21140337812017 15.779198388129418, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.70793636614366 15.404946127880825, -97.98709238770861 15.182326629336494, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.78622614688153 15.34251211112093, -98.14367194918437 15.057458595816703, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.63464507308477 14.64061826341854, -98.86321143766769 14.433040338638955, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.68025775234831 14.599194034956756, -98.95443679619476 14.35019188171539, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.676969677172 13.651019131992339, -100.02250461757603 13.29422593707898, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.64530915672506 13.683711218730881, -99.95918357668214 13.359610110556066, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.43135296105734 12.839335631808128, -100.66165997914604 12.568803903520577, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.37984667834962 12.899837842267118, -100.55864741373061 12.689808324438559, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.17033144040657 11.945015627507777, -101.32932397268657 11.731980118770247, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.21980873292888 11.878720563001965, -101.42827855773118 11.599389989758624, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-102.00980921308074 10.77093993476838, -102.26063446152085 10.385604997154445, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-102.01058720844665 10.769744724965323, -102.26219045225268 10.38321457754833, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.68104281129294 9.68227296836903, -102.92117674398163 9.255890854682812, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.68042024772369 9.683378393027645, -102.91993161684312 9.258101704000042, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.26099561177703 8.59031262583811, -103.46767974928056 8.161128591979928, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.16290449268978 8.794000933436513, -103.27149751110606 8.568505207176736, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.76770449836485 7.470819510777238, -103.93873784792137 7.04836383066779, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.74321651521078 7.531305302610765, -103.88976188161321 7.169335414334843, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.16195624840907 6.444888468591457, -104.25815326684783 6.155158375967404, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.1904355127083 6.359113462076726, -104.31511179544628 5.983608362937942, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.54966209370797 5.205025699461176, -104.63967605320106 4.861763459617221, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.54441727222166 5.225026476908464, -104.62918641022844 4.901765014511794, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.86808601956564 3.8700093535906923, -104.95945275158572 3.4008604950332493, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.83092146859855 4.060841468076074, -104.88512364965153 3.782524724004012, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.05470664399259 2.8094357182140586, -105.09374351140339 2.506673483277213, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.05193856302135 2.830904407607538, -105.08820734946093 2.549610862064172, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.19456249096024 1.5758110524009992, -105.21360727941111 1.2791730996021893, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.20044164763074 1.4842384416879622, -105.22536559275213 1.0960278781761152, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.1747696561541327, -105.25560621591342 -0.27546645033901274, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3732435515075438, -105.25560621591342 0.12148134036780944, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.2291529593666 -1.0370365860483304, -105.20269970281979 -1.4490674094493918, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.23877804104465 -0.8871181696865946, -105.22194986617588 -1.1492305767259205, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.14332386772165 -2.122138030421549, -105.11113003293394 -2.3718270556433154, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.14313517957831 -2.1236014584005973, -105.11075265664726 -2.3747539116014122, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.96681935004514 -3.3630345688752206, -104.9179689235085 -3.6138711845995455, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.93681078425365 -3.517122211901908, -104.85795179192552 -3.922046470652921, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.70632746373508 -4.607592744346926, -104.6359356399246 -4.876027276545726, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.68639910490012 -4.683588213589966, -104.59607892225468 -5.028018215031805, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.3193572343917 -5.970821777253148, -104.17906633456853 -6.393355615201172, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.31331141398182 -5.989030825057064, -104.16697469374876 -6.429773710809005, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.88530677466098 -7.180339614640478, -103.70485431935161 -7.62606066806547, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.97129875715072 -6.967937755348925, -103.8768382843311 -7.2012569494823655, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.41516954831569 -8.270167147821788, -103.23366794782305 -8.647059104756899, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.39080386949577 -8.32076300123338, -103.18493659018318 -8.748250811580084, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.86962734679899 -9.347422029323077, -102.6849432193245 -9.67534739894987, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.81480237911954 -9.444769311067931, -102.57529328396556 -9.870041962439581, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.24877671978578 -10.40382167270898, -102.05664456096733 -10.698988263362718, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.20716697747369 -10.467745410680656, -101.97342507634312 -10.82683573930607, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.60364341473802 -11.36441705743659, -101.4483028648354 -11.572559242490874, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.4913364122657 -11.514898209371106, -101.22368885989074 -11.873521546359903, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.76806849791362 -12.44381040255994, -100.52479808770065 -12.729569668874579, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.74177476043474 -12.474696522758677, -100.47221061274288 -12.791341909272052, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.94411855656087 -13.375165980692442, -99.68719117015306 -13.640464601289215, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-99.97808298311575 -13.340094921743244, -99.75512002326283 -13.570322483390816, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.029587275047 -14.28194220519448, -98.72773981332604 -14.556072083483283, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.03972015168698 -14.272739794731285, -98.74800556660597 -14.537667262556893, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.06225913877523 -15.12238314563212, -97.71843956904856 -15.396570103066134, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.03848097160093 -15.141345601190016, -97.67088323469997 -15.434495014181925, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.21539229737122 -15.776415890737407, -97.00200425016375 -15.925266155049666, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.02580719970129 -15.908662247865355, -96.62283405482387 -16.18975886930556, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-95.9961238044037 -16.58970557821599, -95.58869203520167 -16.836693111041097, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.15783037743225 -16.49167810335278, -95.91210518125878 -16.640638161314673, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.08235639332462 -17.122319065096697, -94.83009552257245 -17.253923399787304, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-95.0516534660186 -17.138336762606084, -94.76868966796042 -17.285958794806074, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.77404767093276 -17.76911725086182, -93.32173742907314 -17.969341577626473, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.9896604342012 -17.673671876488264, -93.75296295560999 -17.778450828879354, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.70615677088375 -18.213680590142452, -92.32898194661968 -18.35248441203748, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.71621733621276 -18.209978209102523, -92.34910307727772 -18.34507964995763, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.5564043646207 -18.611602216625894, -91.2025734777808 -18.71661736654375, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.60781763102226 -18.596343029031658, -91.3054000105839 -18.68609899135528, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.39825535383547 -18.933834750503024, -90.08462132143553 -19.005419671744978, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.41994026498426 -18.92888531104058, -90.12799114373311 -18.995520792820095, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.05568707488416 -19.211140210178026, -88.61815589009156 -19.281876859030284, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.21969145462027 -19.184625253935252, -88.9461646495638 -19.22884694654473, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.93404802381966 -19.371275150217524, -87.60886639479142 -19.40264503088175, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.91879759318515 -19.37274634091951, -87.5783655335224 -19.40558741228572, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.75217877873808 -19.468363140526307, -86.48936326785228 -19.47679112242106, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.71162924790553 -19.469663485055236, -86.40826420618718 -19.47939181147891, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>email + countryOfResidence only</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 288)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Note requirements returned</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 416)\"><rect class=\"basic label-container\" style=\"\" x=\"-124.6171875\" y=\"-39\" width=\"249.234375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-94.6171875, -24)\"><rect></rect><foreignObject width=\"189.234375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 568)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Handle requirements from step 1<br>token sharing and/or PATCH</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 720)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.5234375\" y=\"-39\" width=\"227.046875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.5234375, -24)\"><rect></rect><foreignObject width=\"167.046875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>with identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 828.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-26.015068133751598 -19.5, 16.149551232496805 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.44093916358548 -19.49162216764433, 68.70219082717095 -19.483244335288656, 69.4290567896239 -19.45993515863156 C69.79148838860702 -19.424971818165428, 70.15391998759014 -19.390008477699297, 70.67329215284786 -19.3399052695533 C71.11700951505584 -19.26816848751105, 71.56072687726383 -19.1964317054688, 71.90728075967675 -19.140403561325776 C72.25031152081887 -19.06210902858, 72.59334228196099 -18.983814495834228, 73.12595188623538 -18.862249829261074 C73.56562202298322 -18.731758040549963, 74.00529215973104 -18.60126625183885, 74.3242977514606 -18.50658706670804 C74.69039750629771 -18.371858972738945, 75.05649726113484 -18.237130878769854, 75.4973940951478 -18.074876768247425 C75.939293056575 -17.87926120649055, 76.3811920180022 -17.683645644733677, 76.64042041279238 -17.568892924097174 C77.02830657394563 -17.366532962276473, 77.41619273509886 -17.16417300045577, 77.74867976407678 -16.990714730406097 C78.13929429807472 -16.753921904390754, 78.52990883207264 -16.51712907837541, 78.8176180736057 -16.342718045390892 C79.18678698381372 -16.085201794694335, 79.55595589402174 -15.827685543997777, 79.84284284457871 -15.627565626425154 C80.11441266303821 -15.410995922980083, 80.38598248149769 -15.194426219535012, 80.82014120850187 -14.848196188198123 C81.1901124051888 -14.5121981362685, 81.56008360187573 -14.176200084338877, 81.74549723676799 -14.007812326905688 C82.05227485956269 -13.69103924445892, 82.35905248235737 -13.374266162012153, 82.61510844296865 -13.10986736009568 C82.77816935173834 -12.918326738226234, 82.94123026050805 -12.726786116356788, 83.42540140812658 -12.158051136245305 C83.65556583123194 -11.849651777694419, 83.88573025433732 -11.541252419143532, 84.17304646464063 -11.156274872382312 C84.42008006023194 -10.776764931745483, 84.66711365582324 -10.397254991108655, 84.85497137860425 -10.108655082055241 C85.06917841152882 -9.7283088042835, 85.2833854444534 -9.347962526511758, 85.4683739742735 -9.019496659696287 C85.66366040865121 -8.613980200250655, 85.85894684302892 -8.208463740805021, 86.01073364880834 -7.893275190886684 C86.19365801778075 -7.441448462922757, 86.37658238675316 -6.98962173495883, 86.47982172997033 -6.734618561215508 C86.59887882640591 -6.376037555923779, 86.7179359228415 -6.01745655063205, 86.87371063421489 -5.548287939305138 C86.94546187649125 -5.27466935532024, 87.01721311876761 -5.001050771335342, 87.19078178754556 -4.339158212148133 C87.25077815998924 -4.031089519887621, 87.31077453243293 -3.7230208276271077, 87.42973227658177 -3.1121979531509023 C87.48412985787782 -2.690301054636217, 87.53852743917386 -2.2684041561215325, 87.58958020250937 -1.872449005199798 C87.60815180633622 -1.5831812848678248, 87.62672341016307 -1.2939135645358517, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2423769378400124, 87.66966871591342 0.14025188696725088, 87.66966871591342 0.625005762647271 C87.63901622090884 1.1024431145920537, 87.60836372590428 1.5798804665368364, 87.58958020250937 1.8724490051997846 C87.53919538758285 2.2632236801627235, 87.48881057265635 2.653998355125662, 87.42973227658177 3.1121979531508885 C87.3581472039369 3.4797721716718577, 87.28656213129203 3.8473463901928264, 87.19078178754556 4.339158212148129 C87.117783340114 4.617532929931921, 87.04478489268244 4.895907647715713, 86.87371063421489 5.548287939305125 C86.7163509262642 6.022230307787938, 86.55899121831352 6.496172676270749, 86.47982172997033 6.734618561215495 C86.31852921163247 7.133014199888711, 86.1572366932946 7.5314098385619275, 86.01073364880834 7.893275190886679 C85.87299166382485 8.179299369911238, 85.73524967884137 8.465323548935798, 85.4683739742735 9.019496659696284 C85.25111904111692 9.405254792963325, 85.03386410796033 9.791012926230364, 84.85497137860425 10.108655082055236 C84.71320718137449 10.326442958017264, 84.57144298414474 10.54423083397929, 84.17304646464065 11.156274872382301 C83.93887223641042 11.470047004499751, 83.70469800818017 11.7838191366172, 83.42540140812659 12.158051136245302 C83.10952002638506 12.52910338139872, 82.79363864464351 12.900155626552138, 82.61510844296866 13.10986736009567 C82.43858156246652 13.29214585734055, 82.26205468196439 13.47442435458543, 81.74549723676799 14.007812326905684 C81.52421075875037 14.208778851321924, 81.30292428073274 14.409745375738161, 80.8201412085019 14.848196188198111 C80.50261444377861 15.101415333322853, 80.18508767905531 15.354634478447597, 79.84284284457871 15.627565626425152 C79.51859392938137 15.853747633157514, 79.19434501418401 16.079929639889876, 78.8176180736057 16.34271804539089 C78.50187223924753 16.534125025707294, 78.18612640488936 16.725532006023695, 77.74867976407678 16.990714730406093 C77.39650263771395 17.174445311649368, 77.04432551135112 17.358175892892643, 76.64042041279238 17.56889292409717 C76.318155668483 17.711549966758945, 75.99589092417364 17.85420700942072, 75.4973940951478 18.07487676824742 C75.12124665718808 18.2133025024854, 74.74509921922835 18.35172823672338, 74.32429775146062 18.506587066708033 C74.06345768790356 18.584003028394335, 73.80261762434651 18.661418990080637, 73.12595188623541 18.86224982926107 C72.64916442776557 18.971073455327875, 72.17237696929573 19.079897081394684, 71.90728075967677 19.140403561325773 C71.41869090780877 19.2193949795049, 70.93010105594077 19.298386397684027, 70.67329215284788 19.3399052695533 C70.17849837685188 19.387637430047054, 69.68370460085588 19.43536959054081, 69.4290567896239 19.45993515863156 C69.08837379030943 19.470860199320345, 68.74769079099497 19.481785240009128, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C17.563876106126294 19.5, -33.05193528774741 19.5, -68.1796875 19.5 C-68.48362982930567 19.490253161087022, -68.78757215861133 19.480506322174044, -69.4290567896239 19.45993515863156 C-69.79335882390045 19.424791379522198, -70.15766085817698 19.38964760041284, -70.67329215284786 19.3399052695533 C-71.13388943900922 19.265439472312032, -71.59448672517058 19.190973675070765, -71.90728075967675 19.140403561325773 C-72.1672554758547 19.081066028851723, -72.42723019203265 19.021728496377676, -73.12595188623538 18.862249829261074 C-73.3691301770644 18.79007578901192, -73.61230846789343 18.71790174876276, -74.32429775146059 18.506587066708043 C-74.7800443709847 18.3388680978476, -75.2357909905088 18.171149128987164, -75.4973940951478 18.074876768247425 C-75.8517322832851 17.918021763427934, -76.2060704714224 17.761166758608443, -76.64042041279238 17.568892924097174 C-76.87033419688348 17.448947050203657, -77.10024798097457 17.32900117631014, -77.74867976407678 16.990714730406097 C-78.05470848825352 16.805198319385752, -78.36073721243027 16.619681908365408, -78.81761807360569 16.3427180453909 C-79.15709439916773 16.105914056372097, -79.49657072472978 15.869110067353292, -79.84284284457871 15.627565626425156 C-80.10871526341238 15.415539447567506, -80.37458768224606 15.203513268709857, -80.82014120850187 14.848196188198125 C-81.0875125601588 14.6053766008816, -81.35488391181575 14.362557013565075, -81.74549723676797 14.007812326905697 C-81.98996055653109 13.755383878438465, -82.2344238762942 13.502955429971234, -82.61510844296865 13.109867360095677 C-82.86420955381145 12.817259021044984, -83.11331066465424 12.524650681994292, -83.42540140812658 12.158051136245307 C-83.64297885657659 11.866517177035616, -83.8605563050266 11.574983217825928, -84.17304646464063 11.156274872382316 C-84.3909530429901 10.821511851928213, -84.60885962133958 10.48674883147411, -84.85497137860425 10.108655082055249 C-85.04994692629981 9.76245625370666, -85.24492247399539 9.416257425358069, -85.4683739742735 9.019496659696289 C-85.61102152648445 8.72328596536158, -85.75366907869541 8.427075271026872, -86.01073364880834 7.893275190886686 C-86.15956888711845 7.525649274727126, -86.30840412542857 7.158023358567566, -86.47982172997033 6.73461856121551 C-86.60336431243472 6.362527986670141, -86.72690689489913 5.9904374121247725, -86.87371063421489 5.5482879393051325 C-86.97273215791824 5.1706759532244035, -87.07175368162159 4.7930639671436746, -87.19078178754556 4.339158212148136 C-87.23914585076575 4.090818969260824, -87.28750991398594 3.8424797263735133, -87.42973227658177 3.112197953150904 C-87.4905841641919 2.6402427294110993, -87.55143605180204 2.1682875056712945, -87.58958020250937 1.872449005199809 C-87.61310473259041 1.5060354605286372, -87.63662926267146 1.1396219158574654, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.20584923861452104, -87.66966871591342 -0.21330728541823607, -87.66966871591342 -0.6250057626472687 C-87.63983456099008 -1.089696807274624, -87.61000040606675 -1.5543878519019794, -87.58958020250937 -1.8724490051997822 C-87.54008013164311 -2.256361779943831, -87.49058006077686 -2.64027455468788, -87.42973227658177 -3.112197953150895 C-87.3522145260436 -3.5102352187820394, -87.27469677550543 -3.9082724844131835, -87.19078178754556 -4.339158212148126 C-87.07643823090288 -4.775199750437594, -86.9620946742602 -5.21124128872706, -86.87371063421489 -5.548287939305123 C-86.73968677689972 -5.951946443736655, -86.60566291958455 -6.355604948168187, -86.47982172997033 -6.734618561215485 C-86.34166708310258 -7.075863210017195, -86.20351243623485 -7.4171078588189046, -86.01073364880834 -7.893275190886676 C-85.83001544609377 -8.268540405573578, -85.64929724337921 -8.64380562026048, -85.4683739742735 -9.019496659696282 C-85.2342274856131 -9.435247460215816, -85.0000809969527 -9.850998260735349, -84.85497137860425 -10.108655082055243 C-84.70383532052102 -10.340840652985207, -84.5526992624378 -10.573026223915171, -84.17304646464063 -11.156274872382308 C-83.95129191352349 -11.45340576862408, -83.72953736240635 -11.75053666486585, -83.42540140812659 -12.158051136245302 C-83.1521593701412 -12.479016781975352, -82.87891733215581 -12.799982427705404, -82.61510844296866 -13.10986736009567 C-82.30943807878784 -13.425497107115985, -82.00376771460702 -13.7411268541363, -81.74549723676799 -14.007812326905677 C-81.38131025719059 -14.338557305898423, -81.0171232776132 -14.669302284891168, -80.8201412085019 -14.848196188198107 C-80.58045257612677 -15.039341494134883, -80.34076394375165 -15.23048680007166, -79.84284284457871 -15.627565626425149 C-79.55657194581228 -15.827255812937134, -79.27030104704586 -16.02694599944912, -78.81761807360571 -16.342718045390885 C-78.59538966189218 -16.477434214530735, -78.37316125017864 -16.612150383670585, -77.74867976407678 -16.99071473040609 C-77.39033249117773 -17.177664273145147, -77.03198521827868 -17.3646138158842, -76.6404204127924 -17.56889292409717 C-76.2761651602701 -17.730137919140635, -75.9119099077478 -17.891382914184103, -75.49739409514781 -18.07487676824742 C-75.05444959742397 -18.237884437943848, -74.61150509970011 -18.400892107640278, -74.32429775146062 -18.506587066708033 C-73.88409933601216 -18.637235645764502, -73.4439009205637 -18.767884224820968, -73.12595188623541 -18.862249829261067 C-72.79264612883762 -18.938324693363782, -72.45934037143981 -19.014399557466497, -71.90728075967677 -19.140403561325773 C-71.42829147409874 -19.21784283440064, -70.94930218852073 -19.295282107475508, -70.67329215284788 -19.3399052695533 C-70.34643402193657 -19.371436880337896, -70.01957589102526 -19.402968491122497, -69.4290567896239 -19.45993515863156 C-68.96570920820763 -19.474793813716225, -68.50236162679134 -19.489652468800887, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-14.039459843870468 -19.5, 40.100767812259065 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-29.961938560303246 -19.5, 8.255810379393509 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.4614843545284 -19.490963323359576, 68.74328120905679 -19.481926646719156, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.46883208715695 -19.490727695875673, 68.75797667431392 -19.481455391751346, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.78357856829733 -19.425734869017752, 70.13810034697077 -19.391534579403945, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.84468647660621 -19.419839862596206, 70.26031616358853 -19.379744566560856, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C70.93191604698531 -19.29809296400741, 71.19053994112275 -19.256280658461524, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.9407246796067 -19.29666885259715, 71.20815720636554 -19.253432435641002, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.3089175101156 -19.048732593962843, 72.71055426055446 -18.957061626599906, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.39070881725593 -19.030064261846224, 72.8741368748351 -18.919724962366672, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.45241003856185 -18.765358763264388, 73.77886819088833 -18.668467697267705, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.59824778002952 -18.72207488711471, 74.07054367382366 -18.58189994496835, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.65927871705685 -18.383310974838523, 74.99425968265308 -18.260034882969006, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.64255062067214 -18.389467068940924, 74.96080348988366 -18.272347071173805, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.75347390713812 -17.961517831817034, 76.00955371912845 -17.848158895386643, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.88059820650773 -17.905243675494464, 76.26380231786766 -17.7356105827415, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C77.05670715223204 -17.351716398775885, 77.4729938916717 -17.134539873454596, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C76.9182172724766 -17.4239664803373, 77.19601413216081 -17.279040036577427, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.15334025956889 -16.74540715998975, 78.558000755061 -16.5000995895734, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.05055025834044 -16.807719062795535, 78.35242075260409 -16.624723395184972, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.0522295177128 -16.179063258147508, 79.28684096181989 -16.015408470904124, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.10891792382826 -16.13951988004291, 79.40021777405082 -15.93632171469493, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.0546706358643 -15.458638599849161, 80.26649842714988 -15.289711573273166, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.16651418405063 -15.369446346452378, 80.49018552352254 -15.111327066479602, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.10551403445585 -14.58902813821794, 81.39088686040982 -14.329860088237753, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.03506996330405 -14.653003579790004, 81.24999871810626 -14.457810971381885, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C81.95743492272702 -13.788969265745365, 82.16937260868605 -13.570126204585042, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C82.03011120225528 -13.713925040298909, 82.3147251677426 -13.42003775369213, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.93123402468444 -12.73852826375712, 83.24735960640025 -12.36718916741856, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.83216212031098 -12.854903759985245, 83.04921579765333 -12.599940159874807, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.58446580934458 -11.944919329678239, 83.74353021056258 -11.731787523111175, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.71034504049473 -11.776252627770912, 83.99528867286288 -11.39445411929652, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.3982044918808 -10.810371679145419, 84.62336251912099 -10.464468485908524, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.3361798372374 -10.905658204629532, 84.49931320983414 -10.655041536876752, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.05509579963272 -9.753313907724127, 85.25522022066119 -9.397972733393013, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.04600083043586 -9.76946294649866, 85.23703028226745 -9.430270810942078, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.58817612759253 -8.770724924973871, 85.70797828091158 -8.521953190251454, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.66753765445857 -8.605929016371917, 85.86670133464362 -8.192361373047545, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.1876346352144 -7.4563263343158415, 86.36453562162043 -7.019377477744998, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.13974390506866 -7.574617363680084, 86.26875416132897 -7.255959536473484, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.58142799687722 -6.428596674052073, 86.68303426378414 -6.122574786888636, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.57091162172831 -6.4602703204437795, 86.6620015134863 -6.18592207967205, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.97407670319359 -5.165548619359879, 87.07444277217229 -4.78280929941462, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.93753849835407 -5.304884630171134, 87.00136636249324 -5.06148132103713, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.24004547191042 -4.086199604817935, 87.28930915627528 -3.833240997487736, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.28550636575132 -3.8527675231082283, 87.38023094395709 -3.3663768340683236, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.47518118383235 -2.7597052034173406, 87.52063009108292 -2.407212453683779, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.48046128300149 -2.7187537969349442, 87.53119028942122 -2.325309640718986, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.6091508209567 -1.567620825763701, 87.62872143940403 -1.262792646327604, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61460691610353 -1.482637739771258, 87.63963362969767 -1.092826474342718, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2472193387360831, 87.66966871591342 0.1305670851751095, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2204962125106794, 87.66966871591342 0.18401333762591687, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64000963367741 1.086969908853292, 87.61035055144141 1.5489340550593131, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.63889739421033 1.1042939363366195, 87.60812607250725 1.5835821100259682, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53388653194963 2.304398116101824, 87.47819286138991 2.7363472270038636, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.53075432434531 2.328690899756619, 87.47192844618127 2.7849327943134536, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.34944479516108 3.524457201481006, 87.26915731374037 3.936716449811124, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.33540347596906 3.596556407898146, 87.24107467535633 4.080914862645403, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.07198859735871 4.792168131624915, 86.95319540717185 5.245178051101701, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.07993485605469 4.761865603286803, 86.96908792456384 5.184572994425477, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.74413347543609 5.93855369623031, 86.61455631665729 6.328819453155493, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.74421278440249 5.938314830259664, 86.6147149345901 6.328341721214202, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.32081785725555 7.127361200951744, 86.16181398454077 7.520103840687993, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.3450129248841 7.067598916129403, 86.21020411979788 7.400579271043311, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.85081374215154 8.225352298797379, 85.69089383549473 8.55742940670808, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.82953773967209 8.269532373179487, 85.64834183053584 8.645789555472296, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.30263438533471 9.313784082810376, 85.13689479639591 9.608071505924466, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.31533401813506 9.29123459879609, 85.1622940619966 9.562972537895895, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.65948646644662 10.408972402178271, 84.46400155428898 10.709289722301307, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.61966972130443 10.4701416150098, 84.38436806400462 10.831628147964365, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.94948585203682 11.455825726480644, 83.72592523943298 11.755376580578986, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C84.00492904628133 11.38153689717189, 83.83681162792203 11.606798921961476, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.23144500085843 12.385883368654698, 83.03748859359028 12.613715601064092, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.1435254164829 12.489158715228276, 82.8616494248392 12.820266294211251, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.31876829264245 13.41586289528631, 82.02242814231622 13.72185843047695, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.3967084708008 13.335383262330167, 82.17830849863294 13.560899164564663, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.49587188947389 14.234515462593428, 81.24624654217979 14.461218598281173, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.44507132102453 14.28065119474975, 81.14464540528107 14.553490062593813, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.44594347581572 15.146608922195455, 80.07174574312957 15.4450216561928, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.56541259671448 15.051335477485534, 80.31068398492705 15.254474766772956, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.57210466982012 15.816420857070057, 79.30136649506153 16.00527608771496, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.49864754200588 15.86766136952545, 79.15445223943307 16.107757112625748, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.55859967290607 16.499736522056086, 78.29958127220644 16.65675499872128, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.39795954008656 16.597117514597475, 77.97830100656743 16.85151698380406, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.42713785500676 17.1584629384105, 77.10559594593673 17.326211146414913, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.30967582766789 17.21974280283517, 76.870671891259 17.448770875264252, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.40939489049401 17.671161069690033, 76.17836936819563 17.773429215282896, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.23700313211394 17.747473787305072, 75.83358585143549 17.926054650512977, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.19600031244623 18.185792466335183, 74.89460652974466 18.29670816442295, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.19506646134573 18.186136132172592, 74.89273882754367 18.297395496097764, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C73.93911042610985 18.620908642982613, 73.55392310075906 18.735230219257193, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.87388395550747 18.640267517076666, 73.42347015955433 18.773947967445302, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.77974432774785 18.941269445270404, 72.43353676926029 19.020289061279737, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.65490960553512 18.969762155992765, 72.18386732483484 19.077274482724455, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.56584826273695 19.195603719582444, 71.22441576579712 19.250803877839115, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.6173952769714 19.187269998074083, 71.32750979426602 19.234136434822396, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.30809089281247 19.375135795890138, 69.94288963277707 19.41036632222698, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.18416424033065 19.387090851011457, 69.6950363278134 19.434276432469613, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.15833003076698 19.468616838850433, 68.88760327191005 19.477298519069304, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C68.94812582304382 19.475357678654444, 68.46719485646375 19.490780198677328, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C17.164592752279788 19.5, -33.850501995440425 19.5, -68.1796875 19.5 M68.1796875 19.5 C24.96776475209473 19.5, -18.24415799581054 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.65487352994187 19.48476170891326, -69.13005955988375 19.469523417826522, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.6758818592515 19.484088012682534, -69.17207621850301 19.468176025365068, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.7994575407368 19.424203043643775, -70.16985829184969 19.38847092865599, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.72166239232055 19.431707848049136, -70.0142679950172 19.403480537466713, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.1456093387988 19.263544689803233, -71.61792652474975 19.187184110053167, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.09676264637552 19.271441844222473, -71.52023313990317 19.202978418891643, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.39091618504936 19.03001693150057, -72.87455161042197 18.91963030167537, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.35610504261419 19.037962347597468, -72.80492932555161 18.93552113386916, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.49947737061257 18.751389426173205, -73.87300285498975 18.640529023085335, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.50132617792349 18.750840709867912, -73.87670046961159 18.639431590474747, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.63196661825903 18.393362079666392, -74.93963548505747 18.280137092624738, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.78455418915132 18.337208443073983, -75.24481062684207 18.16782981943992, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.79839146041701 17.94163416341235, -76.0993888256862 17.808391558577274, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.82852394054615 17.92829540830744, -76.15965378594449 17.781714048367462, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.92849766122472 17.41860320811231, -77.21657490965706 17.26831349212744, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-77.07802012786584 17.340597433039346, -77.5156198429393 17.11230194198152, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.10818626168638 16.772779778860475, -78.46769275929597 16.55484482731485, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-77.98864219953963 16.84524809185272, -78.22860463500247 16.699781453299344, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.22589353399046 16.05792275818631, -79.63416899437523 15.773127470981722, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.16089917575356 16.103260008931947, -79.50418027790144 15.863801972472997, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.15329915105512 15.379984983599496, -80.46375545753153 15.132404340773835, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.09266047682793 15.428342712632794, -80.34247810907715 15.229119798840431, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.16415432780617 14.535772575334317, -81.50816744711047 14.22334896247051, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.06133153666987 14.629153513702331, -81.30252186483787 14.410110839206535, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-82.06097164118515 13.682059103414664, -82.37644604560234 13.356305879923633, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-82.00990138207013 13.734793338897182, -82.27430552737228 13.461774350888668, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.84205522998514 12.843282750428108, -83.06900201700162 12.576698140760538, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.81906251343133 12.870291303614838, -83.023016583894 12.630715247133999, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.66433006563089 11.837908502038012, -83.90325872313521 11.517765867830716, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.64168573931367 11.868249836362526, -83.85797007050076 11.578448536479746, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.43447183113483 10.754655306907042, -84.69589719762904 10.353035741431766, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.33092303533697 10.913734063997545, -84.4887996060333 10.671193255612774, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-85.09076760190129 9.689975010634619, -85.32656382519832 9.271294939213991, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.07113853099014 9.72482841369633, -85.28730568337603 9.34100174533741, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.62854352477073 8.686901161009416, -85.78871307526796 8.354305662322545, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.62090881672675 8.702754795619324, -85.77344365918 8.386012931542359, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.10683738074383 7.655897114966773, -86.20294111267931 7.418519039046861, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.1683349104861 7.50399702752954, -86.32593617216384 7.114718864172392, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.56027255258802 6.492313501588884, -86.64072337520571 6.250008441962259, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.63032504892031 6.281326543985541, -86.78082836787031 5.828034526755572, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.97062320238916 5.178718314683904, -87.06753577056342 4.809148690062674, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.95475707549195 5.239222732965838, -87.03580351676902 4.930157526626544, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.2430996133641 4.070517233946368, -87.29541743918263 3.8018762557445998, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.26797624244307 3.9427810013032696, -87.34517069734056 3.5464037904584034, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.47821000917725 2.7362142321515557, -87.5266877417727 2.360230511152207, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.48895557688154 2.652873730989432, -87.54817887718129 2.1935495088279606, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.62000778634788 1.3985148262112108, -87.65043537018641 0.9245806472226125, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61476455757628 1.4801823465872075, -87.63994891264318 1.087915687974606, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.2173780112014735, -87.66966871591342 -0.19024974024433117, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.23544033424052568, -87.66966871591342 -0.15412509416622677, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.64156040727629 -1.0628153582888222, -87.61345209863917 -1.5006249539303758, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.63794157470298 -1.1191815966873047, -87.60621443349254 -1.6133574307273406, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.53590541914386 -2.2887400256978214, -87.48223063577835 -2.7050310461958613, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.52989766674523 -2.3353349669367374, -87.47021513098107 -2.798220928673693, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.3725454452299 -3.405840245701657, -87.31535861387803 -3.6994825382524197, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.37642086459226 -3.385940786346119, -87.32310945260275 -3.659683619541343, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.08697189936306 -4.735030307278117, -86.98316201118058 -5.130902402408107, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.07727108817315 -4.772023704703461, -86.96376038880072 -5.2048891972587965, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.72763921994313 -5.988231765772346, -86.58156780567138 -6.428175592239569, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.73867605358234 -5.95499058133171, -86.60364147294979 -6.361693223358298, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.30686164473317 -7.161833315707023, -86.13390155949601 -7.589048070198561, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.33771808602435 -7.085617309149094, -86.19561444207838 -7.436616057082702, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.89105627352329 -8.141787821351704, -85.77137889823824 -8.390300451816731, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.88644775736915 -8.15135750375222, -85.76216186592997 -8.409439816617763, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.29657697090923 -9.324539635502548, -85.12477996754494 -9.629582611308816, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.27673255989949 -9.359775396714847, -85.08509114552547 -9.700054133733413, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.58400900278917 -10.524926054892953, -84.31304662697411 -10.941197027730661, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.7091462289015 -10.332681671534198, -84.56332107919877 -10.556708261013155, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.88121773261602 -11.54729878715088, -83.58938900059141 -11.938322701919452, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.90671812058794 -11.513130590401639, -83.64038977653526 -11.86998630842097, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.17802473555966 -12.44863385197385, -82.93064806299272 -12.7392165677024, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.16873819211601 -12.459542354322046, -82.91207497610543 -12.761033572398793, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.32375824039983 -13.410710364544478, -82.03240803783099 -13.711553368993284, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.42069076683111 -13.310619572695755, -82.22627309069355 -13.51137178529584, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.3916769875842 -14.329142515643598, -81.03785673840042 -14.650472704381519, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.43177466471901 -14.292726866196169, -81.11805209267003 -14.577641405486663, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.56744381636454 -15.04971563386762, -80.31474642422721 -15.251235079537132, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.58070484147466 -15.039140319233011, -80.3412684744474 -15.230084450267915, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.45634832100762 -15.897167474990079, -79.06985379743652 -16.16676932355501, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.43576077495037 -15.911528455899113, -79.02867870532202 -16.195491285373073, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.5004851361413 -16.53496589576182, -78.18335219867687 -16.72721374613276, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.5443239997457 -16.50839051901907, -78.27102992588568 -16.674062992647258, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.41821656584764 -17.16311716925046, -77.08775336761849 -17.335519608094824, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.46118104201659 -17.140702629553175, -77.1736823199564 -17.29069052870026, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.37539821944404 -17.686210387488448, -76.11037602609568 -17.80352785087972, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.31938596216725 -17.711005352240303, -75.99835151154211 -17.853117780383432, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.13410326263019 -18.208571152837546, -74.77081243011258 -18.342265537427668, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.2361131120776 -18.171030585272188, -74.9748321290074 -18.267184402296955, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-74.0077937752737 -18.600523785477037, -73.69128979908679 -18.694460504246038, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-73.92918192209599 -18.623855370858145, -73.53406609273135 -18.741123675008257, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.64362445659069 -18.972337917596853, -72.16129702694595 -19.082426005932636, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.77688473358917 -18.941922128976522, -72.42781758094293 -19.021594428691976, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.64837736758881 -19.182261053932763, -71.38947397550085 -19.22411854653975, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.54280681074364 -19.199328882851592, -71.17833286181053 -19.25825420437741, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.31691690779704 -19.374284360839415, -69.9605416627462 -19.40866345212553, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.2170628727904 -19.38391715950446, -69.76083359273291 -19.427929049455617, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.17472659490483 -19.468091032952508, -68.92039640018575 -19.476246907273456, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.05014993359171 -19.472085964007057, -68.67124307755952 -19.484236769382555, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-7215ad2545f625cd379b3669ce846d526023c3b69b66e729c9c0d38a93d9218d-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 856\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .error-icon{fill:#a44141;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .error-text{fill:#ddd;stroke:#ddd;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-thickness-normal{stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-thickness-thick{stroke-width:3.5px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-pattern-solid{stroke-dasharray:0;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .marker{fill:lightgrey;stroke:lightgrey;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .marker.cross{stroke:lightgrey;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e p{margin:0;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster-label text{fill:#F9FFFE;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster-label span{color:#F9FFFE;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster-label span p{background-color:transparent;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .label text,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e span{fill:#ccc;color:#ccc;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node rect,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node circle,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node ellipse,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node polygon,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .rough-node .label text,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node .label text,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .image-shape .label,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .icon-shape .label{text-anchor:middle;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .rough-node .label,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node .label,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .image-shape .label,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .icon-shape .label{text-align:center;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node.clickable{cursor:pointer;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .arrowheadPath{fill:lightgrey;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .flowchart-link{stroke:lightgrey;fill:none;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster text{fill:#F9FFFE;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .cluster span{color:#F9FFFE;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e rect.text{fill:none;stroke-width:0;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .icon-shape,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .icon-shape p,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .icon-shape .label rect,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e .node .neo-node{stroke:#ccc;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node rect,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].cluster rect,#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node polygon{stroke:url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node path{stroke:url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient);stroke-width:1px;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node circle{stroke:url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path><path d=\"M138,199L138,203.167C138,207.333,138,215.667,138,223.333C138,231,138,238,138,241.5L138,245\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxOTl9LHsieCI6MTM4LCJ5IjoyMjR9LHsieCI6MTM4LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path><path d=\"M138,327L138,331.167C138,335.333,138,343.667,138,351.333C138,359,138,366,138,369.5L138,373\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozMjd9LHsieCI6MTM4LCJ5IjozNTJ9LHsieCI6MTM4LCJ5IjozNzd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path><path d=\"M138,455L138,459.167C138,463.333,138,471.667,138,479.333C138,487,138,494,138,497.5L138,501\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0NTV9LHsieCI6MTM4LCJ5Ijo0ODB9LHsieCI6MTM4LCJ5Ijo1MDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path><path d=\"M138,631L138,635.167C138,639.333,138,647.667,138,655.333C138,663,138,670,138,673.5L138,677\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo2MzF9LHsieCI6MTM4LCJ5Ijo2NTZ9LHsieCI6MTM4LCJ5Ijo2ODF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path><path d=\"M138,759L138,763.167C138,767.333,138,775.667,138.07,783.417C138.141,791.167,138.281,798.334,138.351,801.917L138.422,805.501\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3NTl9LHsieCI6MTM4LCJ5Ijo3ODR9LHsieCI6MTM4LjUsInkiOjgwOS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_F_G_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-42.49906280299854 -19.5, 0.7674993940029253 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.03134198730716 -19.4914789734038, 86.29705897461432 -19.4829579468076, 87.0149942896239 -19.45993515863156 C87.48490765634631 -19.414603181297355, 87.95482102306873 -19.36927120396315, 88.25922965284786 -19.3399052695533 C88.62153456392289 -19.281330621247236, 88.98383947499792 -19.222755972941176, 89.49321825967675 -19.140403561325776 C89.83625253293525 -19.062108226962355, 90.17928680619376 -18.983812892598934, 90.71188938623538 -18.862249829261074 C91.03732639686547 -18.765661832759793, 91.36276340749555 -18.669073836258516, 91.9102352514606 -18.50658706670804 C92.15341814305394 -18.417093514643685, 92.39660103464728 -18.32759996257933, 93.0833315951478 -18.074876768247425 C93.53326478797197 -17.875704690578118, 93.98319798079613 -17.676532612908808, 94.22635791279238 -17.568892924097174 C94.49428025575457 -17.429118009386244, 94.76220259871678 -17.289343094675317, 95.33461726407678 -16.990714730406097 C95.59860710030907 -16.83068254030561, 95.86259693654135 -16.670650350205122, 96.4035555736057 -16.342718045390892 C96.65523940796935 -16.167154297756404, 96.90692324233298 -15.99159055012192, 97.42878034457871 -15.627565626425154 C97.6388812822874 -15.46001571962324, 97.84898221999607 -15.292465812821323, 98.40607870850187 -14.848196188198123 C98.72540733184785 -14.558190381447684, 99.04473595519384 -14.268184574697246, 99.33143473676799 -14.007812326905688 C99.5802854199396 -13.750853565509942, 99.82913610311121 -13.493894804114198, 100.20104594296865 -13.10986736009568 C100.37196756259141 -12.90909309997111, 100.54288918221417 -12.708318839846541, 101.01133890812658 -12.158051136245305 C101.29854717699277 -11.773218221176174, 101.58575544585896 -11.388385306107041, 101.75898396464063 -11.156274872382312 C101.91418712390283 -10.917841141871849, 102.06939028316505 -10.679407411361387, 102.44090887860425 -10.108655082055241 C102.62011789097524 -9.790451333710273, 102.79932690334623 -9.472247585365304, 103.0543114742735 -9.019496659696287 C103.17495945284996 -8.768968550729074, 103.29560743142642 -8.51844044176186, 103.59667114880834 -7.893275190886684 C103.76500003357398 -7.477499591097962, 103.93332891833963 -7.061723991309238, 104.06575922997033 -6.734618561215508 C104.21455486380098 -6.286469819482288, 104.36335049763166 -5.838321077749067, 104.45964813421489 -5.548287939305138 C104.57823573795827 -5.096062010039033, 104.69682334170166 -4.643836080772927, 104.77671928754556 -4.339158212148133 C104.84037514412914 -4.0122988422615125, 104.90403100071272 -3.685439472374891, 105.01566977658177 -3.1121979531509023 C105.05905841790363 -2.775684219114983, 105.10244705922547 -2.4391704850790643, 105.17551770250937 -1.872449005199798 C105.20277529189659 -1.4478900485637296, 105.2300328812838 -1.0233310919276613, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.3623275533909609, 105.25560621591342 -0.0996493441346461, 105.25560621591342 0.625005762647271 C105.23707710808632 0.9136115734807942, 105.21854800025925 1.2022173843143173, 105.17551770250937 1.8724490051997846 C105.11208285588339 2.3644371490035905, 105.04864800925739 2.856425292807396, 105.01566977658177 3.1121979531508885 C104.95881076570994 3.404156956821528, 104.90195175483812 3.6961159604921683, 104.77671928754556 4.339158212148129 C104.66486501179342 4.765707043540825, 104.55301073604127 5.192255874933522, 104.45964813421489 5.548287939305125 C104.33725903730726 5.9169043991364525, 104.21486994039964 6.28552085896778, 104.06575922997033 6.734618561215495 C103.94288793413018 7.038113037495531, 103.82001663829006 7.3416075137755685, 103.59667114880834 7.893275190886679 C103.4260805831161 8.247510150599998, 103.25549001742385 8.601745110313317, 103.0543114742735 9.019496659696284 C102.85900458416242 9.366283820055665, 102.66369769405135 9.713070980415049, 102.44090887860425 10.108655082055236 C102.19973709591098 10.479159703963532, 101.9585653132177 10.849664325871828, 101.75898396464065 11.156274872382301 C101.51895684256627 11.477889349041314, 101.27892972049187 11.799503825700329, 101.01133890812659 12.158051136245302 C100.83023072076843 12.370791118463995, 100.64912253341026 12.583531100682688, 100.20104594296866 13.10986736009567 C99.99717431510047 13.320381554041523, 99.79330268723226 13.530895747987378, 99.33143473676799 14.007812326905684 C98.99962317734717 14.309154805918894, 98.66781161792636 14.610497284932103, 98.4060787085019 14.848196188198111 C98.1441141032153 15.057105989743246, 97.88214949792872 15.26601579128838, 97.42878034457871 15.627565626425152 C97.13238978897743 15.834314847472248, 96.83599923337614 16.041064068519344, 96.4035555736057 16.34271804539089 C96.02206731345663 16.573978470567116, 95.64057905330756 16.805238895743344, 95.33461726407678 16.990714730406093 C94.90686189556786 17.213874432166808, 94.47910652705893 17.437034133927522, 94.22635791279238 17.56889292409717 C93.95311733126347 17.689848424146156, 93.67987674973455 17.81080392419514, 93.0833315951478 18.07487676824742 C92.65426348054957 18.232777800681742, 92.22519536595134 18.390678833116066, 91.91023525146062 18.506587066708033 C91.55719675063419 18.61136704061641, 91.20415824980775 18.716147014524793, 90.71188938623541 18.86224982926107 C90.25726765324094 18.966014273133, 89.80264592024646 19.06977871700493, 89.49321825967677 19.140403561325773 C89.1214881234496 19.20050200694072, 88.74975798722241 19.26060045255567, 88.25922965284788 19.3399052695533 C87.84011071956952 19.380337168982397, 87.42099178629117 19.420769068411495, 87.0149942896239 19.45993515863156 C86.71162053856108 19.469663764346958, 86.40824678749826 19.47939237006236, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C21.930101513284903 19.5, -41.905421973430194 19.5, -85.765625 19.5 C-86.26036205118312 19.48413474571581, -86.75509910236624 19.468269491431617, -87.0149942896239 19.45993515863156 C-87.49882446637628 19.413260643371178, -87.98265464312865 19.366586128110796, -88.25922965284786 19.3399052695533 C-88.56358218138294 19.290699913028856, -88.86793470991802 19.241494556504417, -89.49321825967675 19.140403561325773 C-89.92409874065353 19.042057903300734, -90.35497922163032 18.943712245275695, -90.71188938623538 18.862249829261074 C-91.13769910689248 18.735871739290882, -91.5635088275496 18.609493649320687, -91.91023525146059 18.506587066708043 C-92.35833625432736 18.341681755452814, -92.8064372571941 18.176776444197582, -93.0833315951478 18.074876768247425 C-93.33918601003352 17.961617608429076, -93.59504042491922 17.84835844861073, -94.22635791279238 17.568892924097174 C-94.59908530828437 17.37444128061229, -94.97181270377638 17.17998963712741, -95.33461726407678 16.990714730406097 C-95.63055204708137 16.8113173258429, -95.92648683008593 16.631919921279703, -96.40355557360569 16.3427180453909 C-96.67513161326241 16.153278356463645, -96.94670765291914 15.963838667536391, -97.42878034457871 15.627565626425156 C-97.68656989459663 15.421985320353897, -97.94435944461455 15.216405014282637, -98.40607870850187 14.848196188198125 C-98.60553165387064 14.667058300449956, -98.80498459923942 14.485920412701786, -99.33143473676797 14.007812326905697 C-99.65483035642809 13.673879798332468, -99.9782259760882 13.33994726975924, -100.20104594296865 13.109867360095677 C-100.44391761815629 12.824576470630461, -100.68678929334392 12.539285581165245, -101.01133890812658 12.158051136245307 C-101.2733426400403 11.806990004511931, -101.53534637195402 11.455928872778555, -101.75898396464063 11.156274872382316 C-101.93748241080992 10.882053325522177, -102.11598085697919 10.607831778662039, -102.44090887860425 10.108655082055249 C-102.68609219771253 9.67330727147525, -102.93127551682079 9.237959460895253, -103.0543114742735 9.019496659696289 C-103.17452678519129 8.7698669943799, -103.29474209610909 8.520237329063512, -103.59667114880834 7.893275190886686 C-103.76947469466766 7.466447091684873, -103.94227824052699 7.039618992483059, -104.06575922997033 6.73461856121551 C-104.17246242671592 6.413245533463391, -104.27916562346154 6.091872505711272, -104.45964813421489 5.5482879393051325 C-104.5274073417885 5.289892713800596, -104.59516654936212 5.031497488296059, -104.77671928754556 4.339158212148136 C-104.83526046608438 4.038561633033776, -104.8938016446232 3.737965053919417, -105.01566977658177 3.112197953150904 C-105.06274826937641 2.747066459735569, -105.10982676217107 2.3819349663202334, -105.17551770250937 1.872449005199809 C-105.19711060831763 1.5361220677563185, -105.21870351412589 1.199795130312828, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3569542504175305, -105.25560621591342 0.08890273818778283, -105.25560621591342 -0.6250057626472687 C-105.23160353518696 -0.9988668895769007, -105.20760085446051 -1.3727280165065328, -105.17551770250937 -1.8724490051997822 C-105.12154218625614 -2.2910724505886084, -105.06756667000289 -2.7096958959774344, -105.01566977658177 -3.112197953150895 C-104.92147786472889 -3.5958535130478633, -104.827285952876 -4.079509072944831, -104.77671928754556 -4.339158212148126 C-104.70114425203919 -4.6273585769614956, -104.62556921653282 -4.915558941774865, -104.45964813421489 -5.548287939305123 C-104.3314036780388 -5.934539808328257, -104.2031592218627 -6.320791677351391, -104.06575922997033 -6.734618561215485 C-103.89327671954933 -7.160653696677818, -103.72079420912834 -7.586688832140151, -103.59667114880834 -7.893275190886676 C-103.4191366145843 -8.261929449833387, -103.24160208036028 -8.630583708780096, -103.0543114742735 -9.019496659696282 C-102.89184968404719 -9.307964019283256, -102.72938789382087 -9.59643137887023, -102.44090887860425 -10.108655082055243 C-102.25008818058804 -10.401806916740181, -102.05926748257184 -10.69495875142512, -101.75898396464063 -11.156274872382308 C-101.53157858051242 -11.46097737005745, -101.30417319638418 -11.765679867732592, -101.01133890812659 -12.158051136245302 C-100.79541391285497 -12.411688922171631, -100.57948891758336 -12.665326708097963, -100.20104594296866 -13.10986736009567 C-100.01762545776567 -13.299264070169645, -99.83420497256269 -13.488660780243622, -99.33143473676799 -14.007812326905677 C-99.09735808068858 -14.22039455262807, -98.86328142460916 -14.432976778350463, -98.4060787085019 -14.848196188198107 C-98.16353110791216 -15.041621445205697, -97.92098350732242 -15.235046702213287, -97.42878034457871 -15.627565626425149 C-97.14071193779293 -15.828509676718566, -96.85264353100716 -16.029453727011983, -96.40355557360571 -16.342718045390885 C-96.14814869411295 -16.497547196676823, -95.8927418146202 -16.652376347962758, -95.33461726407678 -16.99071473040609 C-94.91386510517013 -17.210220862203073, -94.49311294626348 -17.429726994000056, -94.2263579127924 -17.56889292409717 C-93.94177667703417 -17.694868595364913, -93.65719544127596 -17.82084426663266, -93.08333159514781 -18.07487676824742 C-92.78947561097085 -18.183018486799483, -92.4956196267939 -18.29116020535154, -91.91023525146062 -18.506587066708033 C-91.50506768165589 -18.626838674658103, -91.09990011185116 -18.747090282608173, -90.71188938623541 -18.862249829261067 C-90.43503088230918 -18.925440976111652, -90.15817237838294 -18.988632122962233, -89.49321825967677 -19.140403561325773 C-89.0728420004484 -19.208366734851236, -88.65246574122003 -19.2763299083767, -88.25922965284788 -19.3399052695533 C-87.83346516338399 -19.380978257795167, -87.40770067392009 -19.422051246037032, -87.0149942896239 -19.45993515863156 C-86.61025278379714 -19.472914430941874, -86.20551127797039 -19.485893703252188, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-19.729106928075723 -19.5, 46.307411143848555 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-32.02808777374124 -19.5, 21.709449452517518 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.04982166024234 -19.490886366261268, 86.33401832048469 -19.48177273252254, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.21189911663939 -19.485688857699248, 86.65817323327876 -19.471377715398496, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.43786127959818 -19.4191416886807, 87.86072826957248 -19.378348218729844, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.33459360409034 -19.42910379713939, 87.65419291855679 -19.398272435647225, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.5511697874001 -19.29270665262845, 88.84310992195233 -19.2455080357036, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.75129729550369 -19.260351589130266, 89.2433649381595 -19.180797908707238, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.82625540709122 -19.06439000569891, 90.1592925545057 -18.988376450072046, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.87343533558968 -19.053621494896944, 90.25365241150261 -18.966839428468113, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.1148763435596 -18.74264541564895, 91.51786330088383 -18.623041002036828, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.02834730868354 -18.768326778999995, 91.3448052311317 -18.674403728738913, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.28936632114063 -18.3670633284166, 92.66849739082066 -18.22753959012516, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.17726708483887 -18.40831688360963, 92.44429891821713 -18.31004670051122, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.34268316556611 -17.960069521414226, 93.60203473598442 -17.84526227458103, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.46276049900517 -17.906914847868293, 93.84218940286254 -17.738952927489166, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.60627790582878 -17.370688907080456, 94.98619789886517 -17.17248489006374, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.46251845088861 -17.44568812264042, 94.69867898898482 -17.32248332118366, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.6824592345779 -16.779850883741997, 96.03030120507904 -16.5689870370779, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.75474063718522 -16.736033472708773, 96.17486401029366 -16.48135221501145, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.70382098699136 -16.13326589129331, 97.00408640037702 -15.923813737195724, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.67026862949346 -16.156670563425696, 96.93698168538121 -15.9706230814605, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.68443419575871 -15.4236884833438, 97.94008804693871 -15.21981134026245, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.81957647312869 -15.315916113428276, 98.21037260167867 -15.004266600431398, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.77572770412434 -14.512490750750281, 99.14537669974679 -14.176785313302437, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.7367642761417 -14.547876305128295, 99.06744984378153 -14.247556422058466, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.57674942124478 -13.75450477447323, 99.8220641057216 -13.501197222040771, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.63247337875578 -13.696965213321137, 99.93351202074356 -13.386118099736587, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.36787909445601 -12.913895647283372, 100.53471224594338 -12.717923934471063, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.38390715489444 -12.895068175469909, 100.56676836682026 -12.680268990844139, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.21802009149953 -11.8811171795687, 101.42470127487249 -11.604183222892093, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.24082556149762 -11.850559927392323, 101.47031221486866 -11.543068718539342, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.94920176422835 -10.864049251584424, 102.13941956381608 -10.571823630786536, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.961870127837 -10.844587243149586, 102.16475629103338 -10.53289961391686, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.67706719624665 -9.689332075458386, 102.91322551388906 -9.27000906886153, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.60456160551846 -9.818073093783497, 102.76821433243266 -9.527491105511753, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.22474721724856 -8.66558319266788, 103.39518296022362 -8.311669725639472, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.16447657921424 -8.790736462131223, 103.27464168415496 -8.56197626456616, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.73189729023517 -7.559264007142821, 103.86712343166201 -7.225252823398958, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.76957119977612 -7.466208722201191, 103.9424712507439 -7.039142253515698, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.17106930700758 -6.4174413880614285, 104.27637938404486 -6.100264214907349, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.17536152529787 -6.404513910443199, 104.28496382062544 -6.074409259670889, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.5284466283525 -5.285929463702463, 104.59724512249011 -5.02357098809979, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.58494417739466 -5.070479823012056, 104.71024022057442 -4.592671706718972, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.86319702342577 -3.8951133154792124, 104.94967475930598 -3.4510684188102916, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.86649145256035 -3.8781971181509673, 104.95626361757515 -3.4172360241538016, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.0654797516054 -2.7258816229598044, 105.11528972662902 -2.339565292768706, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.06225069370906 -2.7509255583542225, 105.10883161083633 -2.389653163557542, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.20194230665547 -1.4608644660677352, 105.22836691080157 -1.0492799269356725, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.19522043945392 -1.5655629735253875, 105.21492317639847 -1.2586769418509771, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.24308627994945864, 105.25560621591342 0.13883320274835842, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.26135628218149415, 105.25560621591342 0.1022931982842874, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.23195732642888 0.9933563054089773, 105.20830843694434 1.3617068481706835, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23002708712139 1.0234213406842065, 105.20444795832937 1.4218369187211422, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.12131339904987 2.2928468789813023, 105.06710909559035 2.7132447527628196, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.14196908817593 2.132645433046675, 105.1084204738425 2.392841860893565, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.95150204502421 3.4416856928440813, 104.88733431346667 3.771173432537274, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.95717015492481 3.4125811464600093, 104.89867053326783 3.7129643397691305, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.6980827156247 4.639033542188278, 104.61944614370381 4.938908872228427, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.71127841213585 4.588712632340148, 104.64583753672615 4.838267052532168, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.35964314814154 5.849487023727311, 104.25963816206821 6.150686108149497, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.32635974635807 5.949731326909266, 104.19307135850123 6.351174714513405, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.89879255467916 7.147029477265727, 103.731825879388 7.55944039331596, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.96002537719313 6.995783221800123, 103.85429152441596 7.25694788238475, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.43267425612379 8.233818247517535, 103.26867736343924 8.57436130414839, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.42278113613844 8.254361522845954, 103.24889112346855 8.615447854805229, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.92575053371604 9.247769627862944, 102.79718959315856 9.476042596029602, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.83582821820431 9.407435804675844, 102.6173449621351 9.795374949655406, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.2673050088399 10.37535724517962, 102.09370113907553 10.642059408304004, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.21344804075773 10.458096010774709, 101.98598720291122 10.807536939494181, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.57861557222921 11.39795208631505, 101.39824717981776 11.639629300247798, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.52471985723074 11.470167434412355, 101.29045574982082 11.784059996442407, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.69915586949057 12.524759097145296, 100.38697283085455 12.891467058045292, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.71300476634752 12.508491394872555, 100.41467062456846 12.858931653499809, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.96509186738503 13.353509315325656, 99.72913779180138 13.597151270555642, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.92275900640293 13.397221469882192, 99.64447206983719 13.684575579668715, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.11936306506477 14.200410208037587, 98.90729139336158 14.39300808916949, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C98.99888038714225 14.309829388329863, 98.6663260375165 14.61184644975404, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.14550892685935 15.055993655004936, 97.8849391452168 15.263791121811762, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.17225386403514 15.034665279319912, 97.93842901956839 15.221134370441712, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.13900071293402 15.829703353102415, 96.84922108128933 16.031841079779678, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.14597168569493 15.824840704272951, 96.86316302681115 16.02211578212075, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.13205599951394 16.507302682713913, 95.86055642542217 16.671887320036937, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.1511147569787 16.495749151937083, 95.8986739403517 16.648780258483278, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.99452520976784 17.168140537299713, 94.65443315545889 17.345566344193333, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.01311658585541 17.158441428303167, 94.69161590763404 17.32616812620024, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.8888189541798 17.718311408337506, 93.55127999556721 17.867729892577845, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.92443177203295 17.702546670290623, 93.62250563127351 17.836200416484076, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.63300154944444 18.240602387871565, 92.18267150374108 18.406328007495713, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.77205036844124 18.189431137127553, 92.46076914173469 18.30398550600768, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.54863307658292 18.61390869412319, 91.1870309017052 18.721230321538346, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.54253099432478 18.61571976010692, 91.17482673718894 18.724852453505807, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.42147678610593 18.9285346101213, 90.13106418597644 18.99481939098153, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.34064567159274 18.94698378453662, 89.96940195695005 19.03171773981217, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.00285885396325 19.21968106724755, 88.51249944824974 19.298958573169323, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.06890910587458 19.209002574745877, 88.6445999520724 19.277601588165982, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.86967786198541 19.377484862313228, 87.48012607112294 19.415064455073157, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.80102299855503 19.384107914418802, 87.34281634426219 19.428310559284306, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.58600864159608 19.4736918933939, 86.15702299356825 19.487448628156244, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.65358060620211 19.471524992009837, 86.29216692278034 19.483114825388114, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C27.38064764846409 19.5, -31.004329703071818 19.5, -85.765625 19.5 M85.765625 19.5 C20.842506758468446 19.5, -44.08061148306311 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.07624247400732 19.49003910218882, -86.38685994801465 19.48007820437764, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.24424418674978 19.484651614256666, -86.72286337349958 19.469303228513333, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.37269320402648 19.425428374555025, -87.73039211842905 19.390921590478495, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.39521037613943 19.42325617004215, -87.77542646265496 19.386577181452743, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.64356059404302 19.27776962351183, -89.02789153523817 19.215633977470358, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.59871770901908 19.285019473400734, -88.93820576519029 19.230133677248165, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.85437971670328 19.05797081555823, -90.2155411737298 18.975538069790687, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.95717121034913 19.034509327910747, -90.42112416102151 18.928615094495722, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.0369372008147 18.765777344104727, -91.36198501539403 18.669304858948383, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.03293003702579 18.766966649283244, -91.35397068781621 18.671683469305414, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.19417931700171 18.40209302583874, -92.47812338254283 18.29759898496944, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.30559379155338 18.361091469299616, -92.70095233164616 18.21559587189119, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.41419836642477 17.92841186341716, -93.74506513770173 17.781946958586897, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.52485640814025 17.879426830903892, -93.9663812211327 17.68397689356036, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.59695596813717 17.375552156003184, -94.96755402348195 17.182211387909195, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.59706452621135 17.375495521325416, -94.96777113963033 17.182098118553657, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.74279269619628 16.743276384750168, -96.15096812831577 16.495838039094238, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.62856616546156 16.812521178951158, -95.92251506684634 16.634327627496216, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.65312549751268 16.168628870181262, -96.90269542141968 15.994539694971623, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.71342663836427 16.126565404717507, -97.02329770312286 15.910412764044112, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.72683407313228 15.3898757094465, -98.02488780168586 15.152185792467842, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.73610873365672 15.382479414487346, -98.04343712273473 15.137393202549536, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.7729031502847 14.515055935813834, -99.13972759206753 14.181915683429544, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.59552202465449 14.676148780863798, -98.78496534080709 14.504101373529469, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.58068031880774 13.750445800006794, -99.82992590084748 13.493079273107892, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.56042969344605 13.771356233299988, -99.78942465012413 13.53490013969428, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.39650533192005 12.880269639879051, -100.59196472087146 12.650671919662424, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.50501776984811 12.75280475575613, -100.80898959672756 12.395742151416586, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.19545995152096 11.911345711868956, -101.37958099491534 11.664640287492606, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.2265883073903 11.869636550855603, -101.44183770665401 11.581221965465899, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.95158660641692 10.860385493563, -102.1441892481932 10.564496114743683, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.95617267117396 10.853340066565373, -102.15336137770727 10.550405260748432, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.67392259335313 9.694915636321415, -102.90693630810202 9.281176190587582, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.58314656488122 9.856097666942922, -102.7253842511582 9.603540251830596, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.23752511771418 8.63904960894775, -103.42073876115485 8.258602558199213, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.17960965722429 8.759312301847352, -103.30490784017508 8.499127943998415, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.7245982920666 7.577292673735716, -103.85252543532486 7.261310156584746, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.78354254831902 7.431699221182581, -103.9704139478297 6.970123251478476, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.19204177311325 6.354275661659862, -104.31832431625618 5.973932762104216, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.22081703677875 6.267609152215038, -104.37587484358717 5.8005997432145655, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.54582852665807 5.219644752100893, -104.63200891910127 4.891001564896655, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.54770514036534 5.2124884107055784, -104.63576214651579 4.876688882106025, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.84400408270508 3.9936650096504867, -104.9112888778646 3.6481718071528375, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.83286623105538 4.050855523885942, -104.88901317456519 3.7625528356237474, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.05137934045275 2.8352416274185375, -105.08708890432375 2.5582853016861704, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.07368697608537 2.662228010592968, -105.13170417558895 2.212258068035032, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.1992575194819 1.5026821934171872, -105.22299733645444 1.1329153816345656, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.20227233995895 1.4557239309677694, -105.22902697740855 1.03899885673573, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.16803989238391187, -105.25560621591342 -0.2889259778794544, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.14333161982331694, -105.25560621591342 -0.33834252300064427, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.2263407382289 -1.0808392002520941, -105.19707526054437 -1.5366726378569195, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.22805847462337 -1.0540840693763909, -105.2005107333333 -1.4831623761055133, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.1179833397597 -2.3186741612411415, -105.06044897701005 -2.7648993172825005, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.12940405118464 -2.230097378704007, -105.08329039985989 -2.587745752208232, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.93935584195688 -3.504053878493915, -104.86304190733199 -3.8959098038369344, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.9416081160333 -3.4924889271298434, -104.86754645548481 -3.8727799011087916, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.6591158917067 -4.787630930115861, -104.54151249586785 -5.2361036480835965, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.71011661938087 -4.593143051639082, -104.64351395121618 -4.847127891130038, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.33926877536629 -5.91085138831093, -104.2188894165177 -6.2734148373167375, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.34000800870324 -5.908624935280897, -104.22036788319159 -6.268961931256671, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.96342362462413 -6.98738948494492, -103.86108801927793 -7.240160408674354, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.92296878534755 -7.087313720099177, -103.78017834072477 -7.440008878982868, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.4543201933712 -8.188869995674402, -103.31196923793408 -8.484464800462128, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.40613438040651 -8.288928867306808, -103.2155976120047 -8.684582543726941, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.88087978076085 -9.32744219339131, -102.7074480872482 -9.63538772708634, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.92056501965595 -9.25697703316686, -102.7868185650384 -9.49445740663744, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.2261879834375 -10.438524037664962, -102.01146708827076 -10.768392993274682, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.25110959924392 -10.400237743395445, -102.06131031988359 -10.691820404735648, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.5260780910461 -11.468347524837396, -101.29317221745158 -11.780420177292482, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.52532846490033 -11.469351955580395, -101.29167296516002 -11.78242903877848, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.75249736753908 -12.462101138320284, -100.49365582695158 -12.766151140395266, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.69353112843913 -12.531366238041146, -100.37572334875166 -12.904681339836989, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.99475554086327 -13.322879137026487, -99.78846513875786 -13.535890913957303, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-100.00519919602503 -13.312095205631927, -99.8093524490814 -13.514323051168184, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.05215266072707 -14.261448918967233, -98.77287058468616 -14.51508551102879, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-98.96451894154926 -14.34103554406337, -98.59760314633054 -14.674258761221065, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.12102021195992 -15.075522753465162, -97.83596171541794 -15.302849318732218, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.06275429974261 -15.121988267937422, -97.71942989098332 -15.395780347676736, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.07818416852113 -15.872126341779063, -96.72758799246357 -16.116687057132978, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.2165024526231 -15.775641494491543, -97.00422456066751 -15.92371736255794, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.15132900758925 -16.495619271957892, -95.8991024415728 -16.6485204985249, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.11832090487484 -16.515628977800517, -95.83308623614394 -16.688539910210153, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.08678968588647 -17.12000621920684, -94.83896210769616 -17.24929770800759, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-94.97239748181373 -17.179684558799885, -94.61017769955068 -17.36865438719368, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.93753664824668 -17.696745530333153, -93.64871538370096 -17.824598136569136, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.80255329630141 -17.756498656100455, -93.37874867981043 -17.944104388103742, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.62519049971756 -18.243476926375614, -92.1670494042873 -18.412077084503807, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.78081124136035 -18.1862070549087, -92.4782908875729 -18.29753734156998, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.60621723352169 -18.596818018609167, -91.30219921558275 -18.687048970510304, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.43113912345466 -18.648780282673307, -90.9520429954487 -18.790973498638582, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.3845226217334 -18.93696915699087, -90.05715585723138 -19.011688484720672, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.23152395502301 -18.97189010425791, -89.7511585238106 -19.08153037925475, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.1947781930702 -19.18865303685744, -88.89633812646363 -19.236902512389108, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.18653226489837 -19.18998617457613, -88.87984627012 -19.239568787826492, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.80673626464835 -19.38355676250999, -87.35424287644881 -19.427208255466677, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.83689221857618 -19.38064765390241, -87.41455478430449 -19.421390038251523, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.6935246704201 -19.47024406361677, -86.37205505121631 -19.48055296860198, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.67999012013638 -19.470678090300964, -86.34498595064886 -19.48142102197037, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>email + countryOfResidence only</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 288)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Note requirements returned</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 416)\"><rect class=\"basic label-container\" style=\"\" x=\"-124.6171875\" y=\"-39\" width=\"249.234375\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-94.6171875, -24)\"><rect></rect><foreignObject width=\"189.234375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 568)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Handle requirements from step 1<br>token sharing and/or PATCH</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 720)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.5234375\" y=\"-39\" width=\"227.046875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.5234375, -24)\"><rect></rect><foreignObject width=\"167.046875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility<br>with identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 828.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-18.405217937778396 -19.5, 31.36925162444321 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.47185065902258 -19.490630896151238, 68.76401381804517 -19.481261792302472, 69.4290567896239 -19.45993515863156 C69.70612131611739 -19.433207076979578, 69.9831858426109 -19.406478995327593, 70.67329215284786 -19.3399052695533 C70.93361911522503 -19.297817625141903, 71.19394607760219 -19.25572998073051, 71.90728075967675 -19.140403561325776 C72.27645291937561 -19.056142424947993, 72.64562507907446 -18.97188128857021, 73.12595188623538 -18.862249829261074 C73.54631062459885 -18.737489562222844, 73.9666693629623 -18.612729295184614, 74.3242977514606 -18.50658706670804 C74.7387422098876 -18.354067674924327, 75.1531866683146 -18.201548283140617, 75.4973940951478 -18.074876768247425 C75.94603322181112 -17.876277535280416, 76.39467234847444 -17.677678302313407, 76.64042041279238 -17.568892924097174 C76.89264168609651 -17.43730924736985, 77.14486295940063 -17.305725570642526, 77.74867976407678 -16.990714730406097 C78.03703362337951 -16.81591292634141, 78.32538748268225 -16.641111122276726, 78.8176180736057 -16.342718045390892 C79.18295502091057 -16.087874806132568, 79.54829196821544 -15.833031566874244, 79.84284284457871 -15.627565626425154 C80.22459706542352 -15.323126794207878, 80.60635128626834 -15.018687961990603, 80.82014120850187 -14.848196188198123 C81.16644256347817 -14.5336944602404, 81.51274391845449 -14.219192732282675, 81.74549723676799 -14.007812326905688 C82.08188056519062 -13.660468922724448, 82.41826389361323 -13.31312551854321, 82.61510844296865 -13.10986736009568 C82.80488822396522 -12.886941230561646, 82.9946680049618 -12.66401510102761, 83.42540140812658 -12.158051136245305 C83.64032479967354 -11.870073371496137, 83.85524819122051 -11.582095606746968, 84.17304646464063 -11.156274872382312 C84.33998840411228 -10.89980722316631, 84.50693034358392 -10.643339573950305, 84.85497137860425 -10.108655082055241 C85.08317234005946 -9.703461167138427, 85.31137330151468 -9.298267252221612, 85.4683739742735 -9.019496659696287 C85.5820147765681 -8.783519102207897, 85.69565557886271 -8.547541544719508, 86.01073364880834 -7.893275190886684 C86.13216600221396 -7.593334930239965, 86.25359835561959 -7.293394669593246, 86.47982172997033 -6.734618561215508 C86.61668701222379 -6.322402137589411, 86.75355229447726 -5.910185713963314, 86.87371063421489 -5.548287939305138 C86.95358882478325 -5.243677779241149, 87.03346701535163 -4.93906761917716, 87.19078178754556 -4.339158212148133 C87.28172138041174 -3.872202622870067, 87.37266097327792 -3.4052470335920004, 87.42973227658177 -3.1121979531509023 C87.47080702375993 -2.793630325163388, 87.51188177093809 -2.475062697175874, 87.58958020250937 -1.872449005199798 C87.61155700148365 -1.5301426218226355, 87.63353380045791 -1.187836238445473, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.13270404906619743, 87.66966871591342 0.35959766451488084, 87.66966871591342 0.625005762647271 C87.65316747690612 0.8820258797462166, 87.63666623789884 1.1390459968451623, 87.58958020250937 1.8724490051997846 C87.54845625599262 2.1913982135418673, 87.50733230947588 2.5103474218839503, 87.42973227658177 3.1121979531508885 C87.3737322349705 3.3997463312117735, 87.31773219335923 3.687294709272659, 87.19078178754556 4.339158212148129 C87.10154661029038 4.67945061779256, 87.01231143303522 5.019743023436992, 86.87371063421489 5.548287939305125 C86.71757584198988 6.018541056786012, 86.56144104976488 6.488794174266899, 86.47982172997033 6.734618561215495 C86.36652761957113 7.014457204294124, 86.25323350917193 7.294295847372753, 86.01073364880834 7.893275190886679 C85.88661425146708 8.151011775195458, 85.76249485412583 8.408748359504239, 85.4683739742735 9.019496659696284 C85.27284857937656 9.366671797428978, 85.07732318447961 9.713846935161675, 84.85497137860425 10.108655082055236 C84.68568515228876 10.368724185392555, 84.51639892597328 10.628793288729874, 84.17304646464065 11.156274872382301 C83.96292596770573 11.437817195904026, 83.75280547077081 11.719359519425751, 83.42540140812659 12.158051136245302 C83.24668789154971 12.367978201903666, 83.06797437497285 12.577905267562029, 82.61510844296866 13.10986736009567 C82.31657030260361 13.418132500459741, 82.01803216223855 13.72639764082381, 81.74549723676799 14.007812326905684 C81.51689717974988 14.21542085026347, 81.28829712273176 14.423029373621258, 80.8201412085019 14.848196188198111 C80.49993829724531 15.103549488967909, 80.17973538598872 15.358902789737709, 79.84284284457871 15.627565626425152 C79.46568882920553 15.890651940815298, 79.08853481383235 16.153738255205443, 78.8176180736057 16.34271804539089 C78.43840167638302 16.57260125391019, 78.05918527916035 16.80248446242949, 77.74867976407678 16.990714730406093 C77.3667849132332 17.189949029475862, 76.98489006238962 17.38918332854563, 76.64042041279238 17.56889292409717 C76.33937469953557 17.702156931152167, 76.03832898627876 17.835420938207164, 75.4973940951478 18.07487676824742 C75.25145129480661 18.1653859922433, 75.00550849446543 18.255895216239182, 74.32429775146062 18.506587066708033 C74.040641113682 18.590774867856652, 73.75698447590338 18.67496266900527, 73.12595188623541 18.86224982926107 C72.77124424213538 18.943209534343207, 72.41653659803535 19.02416923942534, 71.90728075967677 19.140403561325773 C71.55128848961539 19.19795763078801, 71.195296219554 19.25551170025025, 70.67329215284788 19.3399052695533 C70.37307132300442 19.36886721193992, 70.07285049316097 19.397829154326548, 69.4290567896239 19.45993515863156 C69.15162005083643 19.468832014846623, 68.87418331204897 19.477728871061682, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C34.23917415920291 19.5, 0.29866081840582126 19.5, -68.1796875 19.5 C-68.51458880073577 19.48926036713124, -68.84949010147153 19.47852073426248, -69.4290567896239 19.45993515863156 C-69.69397604045385 19.434378717116008, -69.9588952912838 19.408822275600457, -70.67329215284786 19.3399052695533 C-71.13541995809513 19.265192029855577, -71.59754776334239 19.190478790157854, -71.90728075967675 19.140403561325773 C-72.25396295631928 19.06127561225487, -72.60064515296182 18.98214766318397, -73.12595188623538 18.862249829261074 C-73.56979159171523 18.73052053443681, -74.01363129719509 18.59879123961255, -74.32429775146059 18.506587066708043 C-74.65776393832626 18.38386842741384, -74.9912301251919 18.26114978811964, -75.4973940951478 18.074876768247425 C-75.87993979054423 17.905535136710288, -76.26248548594066 17.736193505173155, -76.64042041279238 17.568892924097174 C-76.97949844058468 17.391996134187778, -77.31857646837696 17.215099344278382, -77.74867976407678 16.990714730406097 C-78.1550670303042 16.744360381422382, -78.5614542965316 16.498006032438663, -78.81761807360569 16.3427180453909 C-79.10273413710027 16.143833421972538, -79.38785020059487 15.94494879855418, -79.84284284457871 15.627565626425156 C-80.1564779734941 15.377449957296426, -80.4701131024095 15.127334288167695, -80.82014120850187 14.848196188198125 C-81.10328009855729 14.591056939694301, -81.38641898861272 14.333917691190475, -81.74549723676797 14.007812326905697 C-82.02051315381037 13.723835813332718, -82.29552907085277 13.439859299759739, -82.61510844296865 13.109867360095677 C-82.7824594165156 12.91328738402727, -82.94981039006255 12.716707407958866, -83.42540140812658 12.158051136245307 C-83.60040582459568 11.923561161407033, -83.77541024106478 11.689071186568759, -84.17304646464063 11.156274872382316 C-84.37282369438097 10.849363399803593, -84.5726009241213 10.54245192722487, -84.85497137860425 10.108655082055249 C-85.07661078252173 9.715111876976433, -85.2982501864392 9.32156867189762, -85.4683739742735 9.019496659696289 C-85.63972262694465 8.663687516150821, -85.81107127961579 8.307878372605355, -86.01073364880834 7.893275190886686 C-86.1676071741692 7.505794550302061, -86.32448069953007 7.118313909717434, -86.47982172997033 6.73461856121551 C-86.5624709043239 6.485692416420193, -86.64512007867746 6.236766271624877, -86.87371063421489 5.5482879393051325 C-86.97638798433913 5.156734702636378, -87.07906533446337 4.765181465967622, -87.19078178754556 4.339158212148136 C-87.27175806845305 3.9233621240311534, -87.35273434936056 3.507566035914171, -87.42973227658177 3.112197953150904 C-87.463873221185 2.8474075287003657, -87.49801416578822 2.582617104249827, -87.58958020250937 1.872449005199809 C-87.6068401756483 1.6036109915614079, -87.62410014878724 1.3347729779230066, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.2698694094810956, -87.66966871591342 -0.08526694368508692, -87.66966871591342 -0.6250057626472687 C-87.65350373710761 -0.8767883556836895, -87.63733875830181 -1.1285709487201103, -87.58958020250937 -1.8724490051997822 C-87.55138823404604 -2.1686583707440716, -87.51319626558272 -2.464867736288361, -87.42973227658177 -3.112197953150895 C-87.35365611880134 -3.5028329446518005, -87.2775799610209 -3.893467936152706, -87.19078178754556 -4.339158212148126 C-87.07698987540054 -4.773096090883804, -86.96319796325551 -5.2070339696194825, -86.87371063421489 -5.548287939305123 C-86.79440451331686 -5.787145339735583, -86.71509839241882 -6.026002740166043, -86.47982172997033 -6.734618561215485 C-86.34853096827521 -7.0589092809366, -86.21724020658012 -7.383200000657715, -86.01073364880834 -7.893275190886676 C-85.89670329999338 -8.130061650059558, -85.78267295117841 -8.36684810923244, -85.4683739742735 -9.019496659696282 C-85.34544962475282 -9.2377612897104, -85.22252527523213 -9.45602591972452, -84.85497137860425 -10.108655082055243 C-84.64741645471253 -10.427515181453813, -84.43986153082079 -10.746375280852382, -84.17304646464063 -11.156274872382308 C-83.95474996960748 -11.448772288506932, -83.73645347457432 -11.741269704631556, -83.42540140812659 -12.158051136245302 C-83.1817330598322 -12.444277843273698, -82.93806471153779 -12.730504550302095, -82.61510844296866 -13.10986736009567 C-82.31624944846017 -13.418463808705456, -82.01739045395168 -13.727060257315241, -81.74549723676799 -14.007812326905677 C-81.42314517434414 -14.300563941030823, -81.10079311192028 -14.59331555515597, -80.8201412085019 -14.848196188198107 C-80.60755271295412 -15.017729856180003, -80.39496421740634 -15.1872635241619, -79.84284284457871 -15.627565626425149 C-79.59032332547513 -15.803712311558016, -79.33780380637154 -15.979858996690883, -78.81761807360571 -16.342718045390885 C-78.59995546248525 -16.474666399379593, -78.38229285136478 -16.606614753368305, -77.74867976407678 -16.99071473040609 C-77.41861856211435 -17.162907448055606, -77.08855736015191 -17.33510016570512, -76.6404204127924 -17.56889292409717 C-76.2234912845287 -17.753455081416345, -75.80656215626502 -17.938017238735515, -75.49739409514781 -18.07487676824742 C-75.14238630761217 -18.205522915716546, -74.78737852007654 -18.336169063185675, -74.32429775146062 -18.506587066708033 C-73.88828002953619 -18.635994837871475, -73.45226230761176 -18.765402609034922, -73.12595188623541 -18.862249829261067 C-72.7726007194235 -18.942899927254032, -72.41924955261157 -19.023550025246998, -71.90728075967677 -19.140403561325773 C-71.45200828980938 -19.214008483563195, -70.99673581994202 -19.28761340580062, -70.67329215284788 -19.3399052695533 C-70.38480659372146 -19.367735124487577, -70.09632103459504 -19.39556497942186, -69.4290567896239 -19.45993515863156 C-69.14381551914664 -19.469082290987313, -68.8585742486694 -19.478229423343066, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-22.0894852082857 -19.5, 24.000717083428597 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-20.380518770473522 -19.5, 27.418649959052956 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.60477757870862 -19.486368188563457, 69.02986765741723 -19.472736377126918, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.65880055338711 -19.48463577691486, 69.13791360677422 -19.46927155382972, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.72813529915126 -19.43108341451199, 70.02721380867862 -19.402231670392414, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.84923019118483 -19.419401535915423, 70.26940359274575 -19.37886791319929, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C70.9908586853193 -19.288563575348558, 71.30842521779074 -19.237221881143817, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.92221788841775 -19.29966088707427, 71.17114362398763 -19.259416504595244, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.33060354689846 -19.04378289758177, 72.75392633412017 -18.947162233837766, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.17221131617026 -19.07993489063958, 72.43714187266379 -19.019466219953383, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.37817671038965 -18.787390825407208, 73.63040153454392 -18.71253182155334, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.51363608780507 -18.747187193231092, 73.90132028937477 -18.632124557201113, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.63661309655383 -18.39165213270233, 74.94892844164706 -18.276717198696623, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.75745139083016 -18.347182523391695, 75.19060503019972 -18.18777798007535, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.90481592147908 -17.894523211469636, 76.31223774781036 -17.71416965469185, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.93717333071758 -17.880199546248196, 76.37695256628736 -17.685522324248964, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C77.03518375905907 -17.362945139207838, 77.42994710532575 -17.1569973543185, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C77.02226690846442 -17.369683851889427, 77.40411340413645 -17.170474779681683, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C77.98123507341735 -16.849738335237145, 78.21379038275794 -16.708761940068197, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.01842809111994 -16.827191709335406, 78.2881764181631 -16.663668688264714, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.1757166580014 -16.092923974754324, 79.5338152423971 -15.843129904117758, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.03320868740792 -16.192331365969714, 79.24879930121016 -16.041944686548533, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.13734613825257 -15.392707086782037, 80.43184943192641 -15.157848547138922, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.11988120517496 -15.406634906150032, 80.39691956577123 -15.18570418587491, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.07212180554573 -14.619354077004138, 81.3241024025896 -14.390511965810152, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.0289908114446 -14.658524504663225, 81.23784041438732 -14.468852821128324, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C82.02267913117015 -13.721599263878705, 82.2998610255723 -13.43538620085172, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C81.96012624724219 -13.786190252221605, 82.17475525771638 -13.564568177537522, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.81416382375546 -12.876045583251448, 83.01321920454228 -12.642223806407216, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.85715237244531 -12.825548787842632, 83.09919630192199 -12.541230215589584, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.66188325415335 -11.841187006508791, 83.89836510018014 -11.524322876772278, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.58623435381013 -11.942549641212127, 83.74706729949368 -11.727048146178946, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.32670038094466 -10.920221195085592, 84.4803542972487 -10.684167517788874, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.33315210873668 -10.91030960866556, 84.49325775283273 -10.664344344948807, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C84.99629104642568 -9.857727701670166, 85.13761071424713 -9.60680032128509, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.06879357613222 -9.728992118498985, 85.2826157736602 -9.349329154942728, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.65546358162062 -8.631001086963675, 85.84255318896774 -8.242505514231064, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.67863797948594 -8.58287895394366, 85.88890198469838 -8.146261248191033, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.13598405681603 -7.583904261555784, 86.26123446482373 -7.274533332224883, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.17905254635066 -7.477524259732665, 86.34737144389297 -7.0617733285786475, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.56065698202892 -6.491155661363406, 86.64149223408751 -6.247692761511303, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.58421339789295 -6.42020748998612, 86.68860506581557 -6.10579641875673, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.94169276476173 -5.289042611888299, 87.00967489530855 -5.02979728447146, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.99728437749206 -5.077047698990107, 87.12085812076926 -4.605807458675077, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.24271234100648 -4.072505795652647, 87.2946428944674 -3.805853379157161, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.24090199060204 -4.081801562361808, 87.2910221936585 -3.8244449125754834, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.49105570493373 -2.6365855525337247, 87.5523791332857 -2.1609731519165476, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.47781011707623 -2.7393157163193718, 87.52588795757069 -2.366433479487841, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.61954824653816 -1.4056725296815802, 87.64951629056695 -0.9388960541633625, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.60719427740379 -1.5980955708937366, 87.62480835229822 -1.3237421365876751, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.26381217802089807, 87.66966871591342 0.09738140660547956, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.27783283435823064, 87.66966871591342 0.06934009393081442, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64407259183838 1.0236860559354437, 87.61847646776334 1.4223663492236165, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.63774180651305 1.1222931474955022, 87.60581489711267 1.6195805323437333, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53840469718638 2.2693561187383366, 87.48722919186338 2.666263232276888, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.5425428266446 2.2372616038264104, 87.49550545077985 2.6020742024530366, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.35272715891949 3.507602957309314, 87.27572204125721 3.9030079614677398, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.3480757604371 3.531486905443, 87.26641924429242 3.9507758577351106, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.06774098380902 4.808366123017219, 86.94470018007249 5.277574033886308, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.11237800614936 4.6381458110256455, 87.03397422475317 4.937133409903161, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.73223180836041 5.974399621189099, 86.59075298250595 6.400511303073073, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.73721015864639 5.959405623320141, 86.6007096830779 6.370523307335157, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.36170432936446 7.026370824356587, 86.24358692875857 7.31812308749768, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.35611185300502 7.040184349087573, 86.23240197603971 7.345750136959652, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.79576959704978 8.339652643857205, 85.58080554529123 8.78603009682773, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.88432559766099 8.15576421379316, 85.75791754651364 8.418253236699643, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.30633249774728 9.307217709747372, 85.14429102122105 9.59493875979846, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.31515579444194 9.29155105301032, 85.16193761461038 9.563605446324356, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.63546125532149 10.445881578138984, 84.41595113203873 10.783108074222731, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.69687464201678 10.351534124371621, 84.5387779054293 10.594413166688007, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.98085706201957 11.413791163079791, 83.78866765939847 11.671307453777281, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.95194308548106 11.452533257523923, 83.73083970632148 11.748791642665545, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.2380202592266 12.37815969603264, 83.05063911032663 12.598268255819978, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.1211286406772 12.515467242502297, 82.81685587322781 12.87288334875929, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.37225685765425 13.360631560418756, 82.12940527233984 13.611395760741841, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.3891059906797 13.343233447230444, 82.16310353839071 13.576599534365217, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.52786584186751 14.20545940154314, 81.31023444696702 14.403106476180595, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.3808327899256 14.338990929035392, 81.01616834308324 14.670169531165099, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.57036966202786 15.047382349811159, 80.32059811555382 15.246568511424206, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.54064793135093 15.071084639097538, 80.26115465419997 15.293973089996966, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.51250138605951 15.857997527636885, 79.18215992754031 16.088429428848617, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.61096021471253 15.789316910982532, 79.37907758484637 15.951068195539909, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.5510812416325 16.504294239277325, 78.28454440965932 16.66587043316376, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.4503036428497 16.56538621189437, 78.0829892120937 16.788054378397852, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.30939892899248 17.219887260696773, 76.87011809390818 17.449059790987448, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.43275430033293 17.155532842481342, 77.11682883658908 17.32035095455659, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.2179162016035 17.755923005248366, 75.79541199041462 17.942953086399562, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.19267581496506 17.767096175683736, 75.74493121713773 17.965299427270306, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.13108935198657 18.209680299814675, 74.76478460882537 18.344483831381933, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.0659066718131 18.23366812866061, 74.6344192484784 18.3924594890738, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C73.96963118579413 18.611850241715054, 73.61496462012764 18.717113416722075, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.88407652752954 18.63724241520242, 73.44385530359847 18.7678977636968, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.686549872967 18.96254047142348, 72.24714785969859 19.062831113585887, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.67002093142273 18.966313094469534, 72.21408997661004 19.070376359678, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.43923159172519 19.216074121024675, 70.97118242377363 19.29174468072358, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.59287993948496 19.19123344771961, 71.27847911929314 19.242063334113446, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.24031832041172 19.381673734441197, 69.80734448797554 19.423442199329095, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.21216172488231 19.384389967348657, 69.75103129691674 19.42887466514402, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.14263121220343 19.469120269405867, 68.85620563478297 19.478305380180178, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.12019694361845 19.469839692733732, 68.811337097613 19.47974422683591, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C33.48935364133577 19.5, -1.200980217328464 19.5, -68.1796875 19.5 M68.1796875 19.5 C23.725657383806194 19.5, -20.728372732387612 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.54123476376392 19.488405882960148, -68.90278202752785 19.476811765920296, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.59220426854424 19.486771390147968, -69.00472103708846 19.473542780295933, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.76146040157234 19.427868581960727, -70.09386401352076 19.395802005289895, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.70358592990937 19.433451662637815, -69.97811507019485 19.406968166644074, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.0612005862635 19.27719124231349, -71.44910901967913 19.21447721507368, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.09102559564377 19.272369366093287, -71.50875903843969 19.204833462633275, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.17104769576366 19.080200479404052, -72.43481463185057 19.01999739748233, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.26021177325062 19.059849360567636, -72.61314278682448 18.9792951598095, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.45326564970065 18.765104822369587, -73.78057941316594 18.667959815478095, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.40456627558936 18.77955854097759, -73.68318066494334 18.6968672526941, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.56761716222853 18.41704327432546, -74.81093657299648 18.327499481942883, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.61150284975614 18.400892935640456, -74.89870794805168 18.29519880457287, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.72815225964321 17.972726974023043, -75.95891042413862 17.870577179798662, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.8611639593055 17.91384664023443, -76.2249338234632 17.752816512221433, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.89392170293533 17.43664146340492, -77.1474229930783 17.304390002712665, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-76.8955677941445 17.43578269867547, -77.15071517549661 17.302672473253768, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.11397651373633 16.769269694040496, -78.47927326339588 16.54782465767489, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-77.9856364110219 16.847070218516148, -78.222593057967 16.703425706626195, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.03943599348653 16.187987466825007, -79.2612539133674 16.033256888259114, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.1826006397599 16.08812200708236, -79.54758320591412 15.833525968773822, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.21110262923705 15.333888247964568, -80.57936241389538 15.040210869503978, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.0447842826944 15.466522703415258, -80.24672572081008 15.305479780405358, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.12129340491688 14.574697731464488, -81.4224456013319 14.30119927473085, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.14325361044935 14.554754053835099, -81.46636601239683 14.261311919472071, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.97408438875581 13.771777325124052, -82.20267154074365 13.53574232334241, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.97127070682697 13.774682682723164, -82.19704417688597 13.541553038540629, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.80328577719533 12.888823555719375, -82.991463111422 12.667779751343074, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.82259966592699 12.86613636302376, -83.03009088888533 12.622405365951842, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.62890301558988 11.8853775216223, -83.83240462305321 11.612703906999293, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.60297148142841 11.920123414987321, -83.78054155473025 11.682195693729334, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.40188542969295 10.804716770195775, -84.63072439474526 10.453158668009232, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.3520404181922 10.881292093120608, -84.53103437174379 10.606309313858903, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-84.99579260787665 9.858612729786358, -85.13661383714906 9.608570377517468, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.0209013507718 9.814029614240127, -85.18683132293933 9.519404146425003, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.66759569345328 8.605808497157568, -85.86681741263304 8.192120334618846, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.60938484606018 8.726684567281943, -85.75039571784684 8.433872474867599, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.12150298343755 7.619672792773158, -86.23227231806675 7.346070394659629, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.13750771603027 7.5801407938386705, -86.2642817832522 7.267006396790655, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.58227401691508 6.426048596493076, -86.68472630385982 6.117478631770643, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.60879616243508 6.346168119916817, -86.73777059489984 5.957717678618126, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.94323048380696 5.283178622717144, -87.01275033339904 5.018069306129156, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.95236887222154 5.248329987089765, -87.0310271102282 4.948372034874396, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.24420276335726 4.064852791882257, -87.29762373916897 3.7905473716163782, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.25936162382351 3.987015247214379, -87.32794146010147 3.6348722822806225, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.48953818517396 2.648355136122432, -87.54934409376614 2.1845123190939595, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.4634047998563 2.8510405120254303, -87.49707732313085 2.589883070899956, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61908221344875 1.4129313712243698, -87.64858422438813 0.9534137372489306, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61540675896048 1.4701795416526038, -87.6412333154116 1.0679100781053985, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.2783757623718183, -87.66966871591342 -0.06825423790364149, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.19759468294299526, -87.66966871591342 -0.22981639676128762, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.6455920802944 -1.0000187967238119, -87.6215154446754 -1.375031830800355, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.63820779922051 -1.1150349349342732, -87.60674688252759 -1.6050641072212777, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.54927978626803 -2.1850110753502205, -87.50897937002671 -2.4975731455006587, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.53199373634168 -2.319078265062456, -87.47440727017397 -2.7657075249251304, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.33531026428902 -3.5970350301748146, -87.24088825199627 -4.081872107198734, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.33673052744572 -3.5897422790378464, -87.24372877830969 -4.0672866049247975, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.08333376307549 -4.748904097720895, -86.97588573860541 -5.158649983293664, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.08785370568589 -4.7316675975919535, -86.9849256238262 -5.124176983035781, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.7497651859594 -5.921591881425295, -86.62581973770392 -6.294895823545466, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.74355242919617 -5.940303714927768, -86.61339422417747 -6.332319490550413, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.2986361686499 -7.182150400661433, -86.1174506073295 -7.62968224010738, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.37387364670988 -6.9963123752356395, -86.26792556344942 -7.258006189255794, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.8788835832159 -8.16706467322885, -85.74703351762345 -8.440854155571026, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.88620137526176 -8.151869121469954, -85.76166910171519 -8.410463052053231, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.33732217137697 -9.252192406173117, -85.20627036848043 -9.484888152649955, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.27891378271092 -9.3559024147404, -85.08945359114833 -9.69230816978452, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.70866785174414 -10.333416587310161, -84.56236432488404 -10.558178092565077, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.60420659784252 -10.493897125077343, -84.35344181708079 -10.879139168099444, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.87769356126994 -11.552020855696012, -83.58234065789925 -11.947766839009718, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.89798496636229 -11.5248322214573, -83.62292346808394 -11.893389570532293, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.21050279677821 -12.41048327321249, -82.99560418542984 -12.662915410179679, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.14844044393509 -12.483385244309954, -82.87147947974358 -12.808719352374604, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.3915749627617 -13.34068403084939, -82.16804148255474 -13.57150070160311, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.44010339820852 -13.290574436991903, -82.26509835344838 -13.471281513888137, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.50259316095438 -14.228411381669941, -81.25968908514076 -14.449010436434204, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.46827534314593 -14.25957791580386, -81.19105344952389 -14.511343504702044, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.55112115915814 -15.062732518625582, -80.28210110981438 -15.277268849053055, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.574562908183 -15.044038347589403, -80.32898460786409 -15.239880506980697, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.5809735235832 -15.810234328611422, -79.31910420258768 -15.992903030797695, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.43873372494133 -15.909454654682344, -79.03462460530396 -16.19134368293954, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.51885004185819 -16.523832981992076, -78.22008201011066 -16.704947918593266, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.46923646822353 -16.553909021891126, -78.12085486284134 -16.765099998391367, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.3249812466873 -17.21175797553633, -76.90128272929783 -17.432801220666573, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.45474128860371 -17.14406224478381, -77.16080281313066 -17.297409759161532, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.3475012980922 -17.698559527038135, -76.054582183392 -17.8282261299791, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.37572937499918 -17.686063794747565, -76.11103833720597 -17.80323466539796, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.06232664247705 -18.234985612549707, -74.62725918980628 -18.395094456851997, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.06554303241032 -18.23380195132228, -74.63369196967282 -18.392727134397138, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-73.8566550571163 -18.645380963682836, -73.38901236277196 -18.784174860657636, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-73.99220974790308 -18.60514904299841, -73.66012174434555 -18.703711019288786, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.72622405623451 -18.95348509799091, -72.3264962262336 -19.04472036672075, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.64745938936896 -18.971462619215487, -72.16896689250251 -19.080675409169903, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.42768456034216 -19.21794095551012, -70.94808836100755 -19.295478349694463, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.51241410608033 -19.204242539642614, -71.11754745248389 -19.268081517959452, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.40335330494685 -19.36594594556135, -70.1334144570458 -19.3919866215694, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.41750365566804 -19.36458087824556, -70.1617151584882 -19.389256486937825, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-68.98000901900606 -19.47433524661681, -68.53096124838824 -19.48873533460206, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.00529118071384 -19.473524496899586, -68.5815255718038 -19.48711383516761, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-b60a32973fe7c8d9ef5328cd539163b8c0edb4953b1643273320aa29bdee692e-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([User initiates transaction]) --> B[\"POST /eligibility\\nemail + countryOfResidence only\"]\n    B --> C[Note requirements returned]\n    C --> D[\"POST /identities/basic\\nidentityReference + email\"]\n    D --> E[Handle requirements from step 1\\ntoken sharing and/or PATCH]\n    E --> F[\"POST /eligibility\\nwith identityReference\"]\n    F --> G([Proceed to payment])\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Eligibility called with email + country returns ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentReady"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["requirements"]}," only — no ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," is returned. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," is yours to define."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sparse identity + OTP"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Required if your app has no authentication mechanism of its own. Create the identity without an email first, then bind the email via OTP. OTP verifies the user owns the address and triggers merging if that email already exists on another Banxa identity."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nidentityReference only\"]\n    B --> C[Collect email from user in your UX]\n    C --> D[\"POST /verifications/otp\\nidentityReference + email → OTP sent\"]\n    D --> E[User enters OTP code]\n    E --> F[\"POST /verifications/otp/verify\\nEmail bound — merge triggered if email already on another record\"]\n    F --> G[POST /eligibility]\n    G --> H([Proceed to payment])\n","diagramHtml":"<svg id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 960\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .error-icon{fill:#552222;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .error-text{fill:#552222;stroke:#552222;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-thickness-normal{stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-thickness-thick{stroke-width:3.5px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-pattern-solid{stroke-dasharray:0;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-pattern-dashed{stroke-dasharray:3;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edge-pattern-dotted{stroke-dasharray:2;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .marker{fill:#333333;stroke:#333333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .marker.cross{stroke:#333333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd p{margin:0;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster-label text{fill:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster-label span{color:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster-label span p{background-color:transparent;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .label text,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd span{fill:#333;color:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node rect,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node circle,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node ellipse,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node polygon,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .rough-node .label text,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node .label text,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .image-shape .label,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .icon-shape .label{text-anchor:middle;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .rough-node .label,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node .label,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .image-shape .label,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .icon-shape .label{text-align:center;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node.clickable{cursor:pointer;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .arrowheadPath{fill:#333333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .flowchart-link{stroke:#333333;fill:none;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster text{fill:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .cluster span{color:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd rect.text{fill:none;stroke-width:0;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .icon-shape,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .icon-shape p,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .icon-shape .label rect,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd .node .neo-node{stroke:#9370DB;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node rect,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].cluster rect,#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,175L138,179.167C138,183.333,138,191.667,138,199.333C138,207,138,214,138,217.5L138,221\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxNzV9LHsieCI6MTM4LCJ5IjoyMDB9LHsieCI6MTM4LCJ5IjoyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,303L138,307.167C138,311.333,138,319.667,138,327.333C138,335,138,342,138,345.5L138,349\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozMDN9LHsieCI6MTM4LCJ5IjozMjh9LHsieCI6MTM4LCJ5IjozNTN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,455L138,459.167C138,463.333,138,471.667,138,479.333C138,487,138,494,138,497.5L138,501\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0NTV9LHsieCI6MTM4LCJ5Ijo0ODB9LHsieCI6MTM4LCJ5Ijo1MDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,559L138,563.167C138,567.333,138,575.667,138,583.333C138,591,138,598,138,601.5L138,605\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo1NTl9LHsieCI6MTM4LCJ5Ijo1ODR9LHsieCI6MTM4LCJ5Ijo2MDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,759L138,763.167C138,767.333,138,775.667,138,783.333C138,791,138,798,138,801.5L138,805\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3NTl9LHsieCI6MTM4LCJ5Ijo3ODR9LHsieCI6MTM4LCJ5Ijo4MDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path><path d=\"M138,863L138,867.167C138,871.333,138,879.667,138.07,887.417C138.141,895.167,138.281,902.334,138.351,905.917L138.422,909.501\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo4NjN9LHsieCI6MTM4LCJ5Ijo4ODh9LHsieCI6MTM4LjUsInkiOjkxMy41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_F_G_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-27.843104229554164 -19.5, 30.07941654089167 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.24243469955672 -19.484709640988996, 86.71924439911345 -19.469419281977988, 87.0149942896239 -19.45993515863156 C87.49397155934494 -19.413728797476015, 87.97294882906598 -19.367522436320474, 88.25922965284786 -19.3399052695533 C88.73440716301097 -19.263082254766754, 89.20958467317409 -19.186259239980213, 89.49321825967675 -19.140403561325776 C89.85610999034097 -19.05757589189152, 90.21900172100518 -18.974748222457265, 90.71188938623538 -18.862249829261074 C90.970220677358 -18.785578458064503, 91.22855196848062 -18.708907086867928, 91.9102352514606 -18.50658706670804 C92.19092824939537 -18.403289448770416, 92.47162124733015 -18.299991830832788, 93.0833315951478 -18.074876768247425 C93.35205977427789 -17.95591877488474, 93.62078795340797 -17.836960781522052, 94.22635791279238 -17.568892924097174 C94.61427156200237 -17.366518621774876, 95.00218521121235 -17.16414431945258, 95.33461726407678 -16.990714730406097 C95.7145069592021 -16.760423364741484, 96.0943966543274 -16.53013199907687, 96.4035555736057 -16.342718045390892 C96.78154576764965 -16.079048448957607, 97.1595359616936 -15.815378852524322, 97.42878034457871 -15.627565626425154 C97.68089354804016 -15.42651205567875, 97.93300675150162 -15.225458484932343, 98.40607870850187 -14.848196188198123 C98.67485978211745 -14.604096328697953, 98.94364085573305 -14.35999646919778, 99.33143473676799 -14.007812326905688 C99.61387071311486 -13.716173992902641, 99.89630668946172 -13.424535658899593, 100.20104594296865 -13.10986736009568 C100.49422183734652 -12.765486272378467, 100.78739773172437 -12.421105184661252, 101.01133890812658 -12.158051136245305 C101.23267680545929 -11.861478518116735, 101.45401470279201 -11.564905899988165, 101.75898396464063 -11.156274872382312 C101.95142074928582 -10.860640294655246, 102.143857533931 -10.56500571692818, 102.44090887860425 -10.108655082055241 C102.66779439247064 -9.705796877535901, 102.89467990633703 -9.302938673016559, 103.0543114742735 -9.019496659696287 C103.25297193346405 -8.606973965534225, 103.4516323926546 -8.194451271372163, 103.59667114880834 -7.893275190886684 C103.74949339558985 -7.5158012867192046, 103.90231564237136 -7.138327382551724, 104.06575922997033 -6.734618561215508 C104.17823946626405 -6.395846010790731, 104.29071970255777 -6.057073460365954, 104.45964813421489 -5.548287939305138 C104.55346688898761 -5.1905163660512095, 104.64728564376033 -4.832744792797281, 104.77671928754556 -4.339158212148133 C104.85574362981228 -3.9333849164091492, 104.93476797207902 -3.5276116206701653, 105.01566977658177 -3.1121979531509023 C105.05274052904268 -2.824684517512246, 105.08981128150357 -2.5371710818735895, 105.17551770250937 -1.872449005199798 C105.20074063478617 -1.4795814754041747, 105.22596356706296 -1.0867139456085517, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.1949686734664966, 105.25560621591342 0.2350684157142825, 105.25560621591342 0.625005762647271 C105.229441427715 1.0325434586744153, 105.2032766395166 1.4400811547015597, 105.17551770250937 1.8724490051997846 C105.133044614748 2.2018618866171185, 105.09057152698662 2.5312747680344527, 105.01566977658177 3.1121979531508885 C104.94939389925615 3.4525105758063646, 104.88311802193051 3.792823198461841, 104.77671928754556 4.339158212148129 C104.66862255296188 4.751377910536829, 104.5605258183782 5.16359760892553, 104.45964813421489 5.548287939305125 C104.31794599445466 5.975072207092977, 104.17624385469445 6.401856474880829, 104.06575922997033 6.734618561215495 C103.91123281054193 7.116301804768716, 103.75670639111353 7.497985048321937, 103.59667114880834 7.893275190886679 C103.39808738886018 8.305638617430821, 103.19950362891203 8.718002043974964, 103.0543114742735 9.019496659696284 C102.85138110544693 9.37982007847596, 102.64845073662035 9.740143497255636, 102.44090887860425 10.108655082055236 C102.28269682700443 10.351711279197, 102.12448477540461 10.594767476338761, 101.75898396464065 11.156274872382301 C101.47002995321725 11.543446923437678, 101.18107594179385 11.930618974493052, 101.01133890812659 12.158051136245302 C100.69120993522104 12.534092843674753, 100.37108096231549 12.910134551104203, 100.20104594296866 13.10986736009567 C99.87651286638311 13.444974406331367, 99.55197978979756 13.780081452567064, 99.33143473676799 14.007812326905684 C98.98409657217398 14.323255657925733, 98.63675840757996 14.63869898894578, 98.4060787085019 14.848196188198111 C98.13203452149085 15.066739134717324, 97.85799033447982 15.285282081236534, 97.42878034457871 15.627565626425152 C97.05774228407543 15.886385715453477, 96.68670422357215 16.1452058044818, 96.4035555736057 16.34271804539089 C96.11137583428143 16.519839120407994, 95.81919609495718 16.6969601954251, 95.33461726407678 16.990714730406093 C95.0524203029993 17.137936704244435, 94.77022334192182 17.285158678082777, 94.22635791279238 17.56889292409717 C93.84159618659953 17.739215526731662, 93.45683446040667 17.909538129366158, 93.0833315951478 18.07487676824742 C92.68695267481178 18.22074787501765, 92.29057375447574 18.366618981787884, 91.91023525146062 18.506587066708033 C91.64520880607368 18.585245524546675, 91.38018236068676 18.663903982385317, 90.71188938623541 18.86224982926107 C90.33274729804873 18.948786536756334, 89.95360520986206 19.035323244251597, 89.49321825967677 19.140403561325773 C89.22986381668065 19.18298066532518, 88.96650937368452 19.225557769324585, 88.25922965284788 19.3399052695533 C87.94280179047968 19.370430684875778, 87.62637392811146 19.400956100198258, 87.0149942896239 19.45993515863156 C86.58013889147628 19.47388012485547, 86.14528349332865 19.487825091079376, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C17.72349788220906 19.5, -50.31862923558188 19.5, -85.765625 19.5 C-86.25444694032984 19.48432443180781, -86.7432688806597 19.468648863615616, -87.0149942896239 19.45993515863156 C-87.30714157923158 19.431752060961628, -87.59928886883928 19.403568963291693, -88.25922965284786 19.3399052695533 C-88.64411722430941 19.27767963184709, -89.02900479577096 19.215453994140884, -89.49321825967675 19.140403561325773 C-89.96859208351592 19.031902588138593, -90.44396590735509 18.92340161495141, -90.71188938623538 18.862249829261074 C-91.09151696579043 18.749578356354967, -91.47114454534548 18.63690688344886, -91.91023525146059 18.506587066708043 C-92.31294792395467 18.358385080595088, -92.71566059644874 18.21018309448213, -93.0833315951478 18.074876768247425 C-93.47723027192055 17.90050950862922, -93.8711289486933 17.726142249011016, -94.22635791279238 17.568892924097174 C-94.45766546670943 17.44821992137821, -94.68897302062646 17.327546918659248, -95.33461726407678 16.990714730406097 C-95.71970571935071 16.757271845788086, -96.10479417462464 16.52382896117007, -96.40355557360569 16.3427180453909 C-96.7483425842492 16.102209552355113, -97.09312959489273 15.86170105931933, -97.42878034457871 15.627565626425156 C-97.72146968781419 15.394153663985396, -98.01415903104966 15.160741701545636, -98.40607870850187 14.848196188198125 C-98.60333412074363 14.669054041892373, -98.80058953298538 14.48991189558662, -99.33143473676797 14.007812326905697 C-99.65407958619264 13.674655030239956, -99.9767244356173 13.341497733574215, -100.20104594296865 13.109867360095677 C-100.40644496591254 12.868593980210273, -100.61184398885645 12.627320600324868, -101.01133890812658 12.158051136245307 C-101.21303620431857 11.887795134349735, -101.41473350051055 11.617539132454164, -101.75898396464063 11.156274872382316 C-101.91580646867033 10.915353393454037, -102.07262897270002 10.674431914525758, -102.44090887860425 10.108655082055249 C-102.67104588248513 9.700023527766106, -102.90118288636602 9.291391973476962, -103.0543114742735 9.019496659696289 C-103.21237584992261 8.69127260162507, -103.37044022557171 8.363048543553852, -103.59667114880834 7.893275190886686 C-103.7819768047143 7.435566638157809, -103.96728246062028 6.977858085428931, -104.06575922997033 6.73461856121551 C-104.17139829242417 6.416450536403399, -104.27703735487802 6.098282511591288, -104.45964813421489 5.5482879393051325 C-104.558442960814 5.171540447534012, -104.65723778741311 4.79479295576289, -104.77671928754556 4.339158212148136 C-104.8356480962659 4.03657123397733, -104.89457690498624 3.7339842558065244, -105.01566977658177 3.112197953150904 C-105.05692022119254 2.7922676505714388, -105.09817066580331 2.4723373479919735, -105.17551770250937 1.872449005199809 C-105.20686835817635 1.3841372373928589, -105.23821901384332 0.8958254695859088, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.21031031411453183, -105.25560621591342 -0.2043851344182145, -105.25560621591342 -0.6250057626472687 C-105.23685895585308 -0.9170094706030205, -105.21811169579274 -1.2090131785587723, -105.17551770250937 -1.8724490051997822 C-105.14205099359619 -2.1320101907812163, -105.108584284683 -2.3915713763626503, -105.01566977658177 -3.112197953150895 C-104.95299182526502 -3.4340359861727325, -104.89031387394826 -3.75587401919457, -104.77671928754556 -4.339158212148126 C-104.70725978939102 -4.6040373825483165, -104.63780029123649 -4.868916552948507, -104.45964813421489 -5.548287939305123 C-104.35070036010777 -5.876421276445287, -104.24175258600064 -6.20455461358545, -104.06575922997033 -6.734618561215485 C-103.92193916215032 -7.089856909302751, -103.77811909433032 -7.445095257390016, -103.59667114880834 -7.893275190886676 C-103.4332735978423 -8.232573701615186, -103.26987604687625 -8.571872212343694, -103.0543114742735 -9.019496659696282 C-102.80974970780844 -9.453740840619252, -102.56518794134335 -9.887985021542223, -102.44090887860425 -10.108655082055243 C-102.30314836017432 -10.320292232242444, -102.16538784174439 -10.531929382429643, -101.75898396464063 -11.156274872382308 C-101.58442119527771 -11.390173080333186, -101.40985842591479 -11.624071288284064, -101.01133890812659 -12.158051136245302 C-100.82693632623928 -12.374660901734302, -100.64253374435195 -12.5912706672233, -100.20104594296866 -13.10986736009567 C-99.99892781162323 -13.31857092491702, -99.79680968027779 -13.527274489738373, -99.33143473676799 -14.007812326905677 C-99.11188203059439 -14.207204285606263, -98.89232932442079 -14.406596244306849, -98.4060787085019 -14.848196188198107 C-98.16501813664176 -15.04043557936533, -97.92395756478165 -15.232674970532551, -97.42878034457871 -15.627565626425149 C-97.0584728257851 -15.885876121181445, -96.68816530699151 -16.14418661593774, -96.40355557360571 -16.342718045390885 C-96.05945081659938 -16.55131637127213, -95.71534605959306 -16.759914697153373, -95.33461726407678 -16.99071473040609 C-94.90172129917251 -17.216556278013556, -94.46882533426823 -17.442397825621022, -94.2263579127924 -17.56889292409717 C-93.84814567214379 -17.736316263764813, -93.46993343149516 -17.90373960343246, -93.08333159514781 -18.07487676824742 C-92.81499799330172 -18.173626014175404, -92.54666439145564 -18.27237526010339, -91.91023525146062 -18.506587066708033 C-91.66197196913458 -18.580270305741838, -91.41370868680856 -18.65395354477564, -90.71188938623541 -18.862249829261067 C-90.46104374056453 -18.91950371096463, -90.21019809489366 -18.976757592668193, -89.49321825967677 -19.140403561325773 C-89.01605883222729 -19.21754699712918, -88.53889940477781 -19.294690432932587, -88.25922965284788 -19.3399052695533 C-87.82010642641953 -19.382266959083896, -87.38098319999118 -19.42462864861449, -87.0149942896239 -19.45993515863156 C-86.74168766998524 -19.468699569964308, -86.46838105034658 -19.477463981297056, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-41.98171221642554 -19.5, 1.8022005671489154 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-44.52204745581862 -19.5, -3.278469911637245 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.16718539617467 -19.487122739684573, 86.56874579234936 -19.474245479369145, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.08042762106615 -19.489904892668537, 86.39523024213231 -19.47980978533708, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.45656014557302 -19.417337831568787, 87.89812600152214 -19.37474050450601, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.35413184242816 -19.427218966785112, 87.6932693952324 -19.39450277493867, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.70238449958809 -19.268259430649504, 89.14553934632832 -19.196613591745706, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.68333081701691 -19.271339882284096, 89.10743198118597 -19.202774495014893, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.83131989367111 -19.063234069685915, 90.16942152766546 -18.986064578046058, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.84227791062382 -19.060732973824205, 90.19133756157089 -18.981062386322634, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.1436343502642 -18.734110190212885, 91.57537931429302 -18.6059705511647, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.0555433391724 -18.760255139905777, 91.39919729210942 -18.658260450550483, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.29905965022584 -18.36349609370909, 92.68788404899108 -18.220405120710144, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.19862705689228 -18.400456216444557, 92.48701886232395 -18.294325366181077, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.48675206570631 -17.89629449297424, 93.89017253626483 -17.717712217701052, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.42393731993292 -17.92410071759489, 93.76454304471804 -17.773324666942358, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.60928740123083 -17.369118855256875, 94.9922168896693 -17.16934478641658, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.62589416152632 -17.360455119047856, 95.02543041026027 -17.15201731399854, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.7414045553182 -16.74411788390808, 96.14819184655963 -16.49752103741006, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.72587492037174 -16.75353203987489, 96.11713257666669 -16.516349349343685, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.61047405865928 -16.19838066757437, 96.81739254371284 -16.05404328975785, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.74230802478482 -16.106418999805598, 97.08106047596395 -15.870119954220304, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.74367582146311 -15.376444863330413, 98.0585712983475 -15.125324100235671, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.81834635726663 -15.316897098093506, 98.20791236995457 -15.00622856976186, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.6831802379823 -14.596539910828698, 98.96028176746275 -14.344883633459274, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.75269973911664 -14.533404139283707, 99.09932076973139 -14.218612090369291, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.60492516755335 -13.725411003137845, 99.87841559833872 -13.44300967937, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.66571877696919 -13.662636610167839, 100.00000281717038 -13.31746089342999, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.44817868730271 -12.819571176349363, 100.69531143163678 -12.529274992603046, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.5162945838176 -12.739558368398681, 100.83154322466653 -12.369249376701683, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.27978967318765 -11.79835156743128, 101.54824043824873 -11.438651998617258, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.19735756558987 -11.908803081892811, 101.38337622305316 -11.65955502754032, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.94879423950623 -10.86467531899332, 102.13860451437182 -10.573075765604331, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.91197194654251 -10.921244249155736, 102.06495992844437 -10.68621362592916, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.594246297914 -9.836388966973376, 102.74758371722375 -9.56412285189151, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.67661906253647 -9.690127782239257, 102.91232924646872 -9.271600482423274, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.16321067679647 -8.793365135587699, 103.27210987931942 -8.56723361147911, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.23794415925431 -8.638179460223624, 103.4215768442351 -8.256862260750962, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.69224023003254 -7.657217712560432, 103.78780931125674 -7.42116023423418, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.74533329890396 -7.526076805963363, 103.89399544899958 -7.1588784210400425, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.16593929359456 -6.432892171104847, 104.26611935721878 -6.131165780994184, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.21211297120647 -6.293824410914257, 104.35846671244259 -5.853030260613007, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.5839303187255 -5.07434610552664, 104.70821250323613 -4.600404271748143, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.58411495436629 -5.073642009806741, 104.7085817745177 -4.598996080308344, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.82839603559091 -4.0738090328198115, 104.88007278363627 -3.8084598534914904, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.86679014832669 -3.87666337852022, 104.95686100910781 -3.4141685448923065, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.07617842822876 -2.642904799761671, 105.13668707987574 -2.173611646372439, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.05602784952593 -2.799188708998991, 105.09638592247008 -2.48617946484708, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.20444478038851 -1.4218864177150554, 105.23337185826766 -0.9713238302303128, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.20451474553894 -1.4207966540223382, 105.23351178856852 -0.9691443028448785, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.3400806756457015, 105.25560621591342 -0.055155588644127285, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.16525338693963915, 105.25560621591342 0.2944989887679974, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.23826019580272 0.8951840273268341, 105.22091417569202 1.1653622920063973, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23653646206319 0.9220325716928768, 105.21746670821295 1.2190593807384826, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.13421832432205 2.1927588269359757, 105.09291894613472 2.513068648672167, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.1431167417524 2.1237444585375096, 105.1107157809954 2.375039911875235, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.96705100512592 3.3618450689956916, 104.91843223367007 3.6114921848404946, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.95214177460225 3.438400816667789, 104.88861377262272 3.7646036801846896, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.69565004171449 4.648310382135424, 104.61458079588341 4.957462552122719, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.69224634135477 4.661290166780077, 104.60777339516399 4.983422121412026, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.32004358003215 5.968754613538489, 104.1804390258494 6.389221287771853, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.36123613051927 5.844689214612898, 104.26282412682365 6.14109048992067, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.94989572952005 7.020803647396052, 103.83403222906979 7.30698873357661, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.91063969533121 7.117766810806288, 103.7555201606921 7.500915060397083, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.40986958244936 8.281172640344336, 103.22306801609038 8.669070089801991, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.4614855612238 8.173990956014178, 103.32629997363927 8.454706721141678, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.91117739838862 9.273645705326759, 102.76804332250371 9.527794750957232, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.8904676588942 9.310417944887625, 102.72662384351487 9.601339230078967, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.24951804707919 10.402682794912051, 102.05812721555415 10.696710507768865, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.27494923979681 10.363613653666366, 102.10898960098937 10.618572225277495, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.60656579009033 11.360501340698379, 101.45414761554001 11.564727809014457, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.5651076565403 11.41605146274175, 101.37123134843995 11.675828053101199, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.76829661452227 12.443542443811209, 100.52525432091795 12.729033751377115, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.77465251374785 12.43607644291993, 100.53796611936912 12.714101749594558, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.98417425742545 13.33380518091555, 99.76730257188225 13.557743001735428, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C100.02683942024248 13.289749897431957, 99.8526328975163 13.469632434768242, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.05620621477041 14.257767588436245, 98.78097769277284 14.507722849966806, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C98.99320121407494 14.314987063046903, 98.6549676913819 14.62216179918812, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.03713857980017 15.142416122928587, 97.66819845109843 15.436636057659062, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.20504765229997 15.00851310585807, 98.00401659609804 15.168830023518028, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.10864876167275 15.850875560387484, 96.78851717876678 16.074185494349816, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.08647390133089 15.866343783027734, 96.74416745808306 16.105121939630315, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.0782190099082 16.539938982194183, 95.75288244621069 16.737159918997474, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.17522287662153 16.481134668134562, 95.94689017963736 16.619551290878235, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.94979010531067 17.191478812640817, 94.56496294654455 17.39224289487554, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.05119630624883 17.138575262565148, 94.76777534842088 17.286435794724202, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.91656702701404 17.706028159611126, 93.6067761412357 17.843163395125078, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.94595094174149 17.693020772204143, 93.66554397069059 17.817148620311116, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.79160750364512 18.182233930588346, 92.49988341214245 18.28959109292927, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.67907105666212 18.2236483833536, 92.27481051817647 18.37241999845978, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.61361510494594 18.594622369202668, 91.31699495843127 18.682657671697307, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.57528897978723 18.605997361971838, 91.24034270811384 18.70540765723564, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.2412726120885 18.969665036898647, 89.77065583794158 19.077080244536226, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.32672430237314 18.95016124621557, 89.94155921851086 19.038072663170066, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.08621490566792 19.206204707243774, 88.67921155165905 19.272005853161776, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.008330215705 19.218796499912184, 88.52344217173325 19.2971894384986, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.93663038354477 19.371026033080586, 87.61403111424167 19.40214679660787, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.9782859156866 19.367007573992968, 87.69734217852533 19.39410987843264, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.70489400488712 19.46987947118948, 86.39479372015035 19.4798237837474, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.59117967045866 19.473526068563075, 86.1673650512934 19.487116978494594, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C39.125984576196565 19.5, -7.51365584760687 19.5, -85.765625 19.5 M85.765625 19.5 C47.99330669772971 19.5, 10.220988395459415 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.09765804108115 19.489352346635634, -86.42969108216231 19.478704693271272, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.1574145553349 19.487436071532517, -86.54920411066978 19.474872143065035, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.30679020999605 19.431785957129197, -87.59858613036819 19.40363675562683, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.27764252191695 19.434597799542964, -87.54029075420998 19.409260440454368, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.60165456252618 19.284544665701343, -88.94407947220449 19.229184061849388, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.6618115584835 19.274818949119435, -89.06439346411915 19.20973262868557, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.74165310984759 19.083699927963185, -89.99008796001843 19.026996294600597, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.7667980739178 19.077960754000387, -90.04037788815883 19.015517946675, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.03448941401035 18.766503834379566, -91.3570894417853 18.67075783949806, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.09774559423596 18.74772973212707, -91.48360180223654 18.633209634993065, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.27358065449664 18.372872599662692, -92.63692605753268 18.23915813261734, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.2072721900851 18.397274727514862, -92.50430912870961 18.287962388321684, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.51656068279952 17.883099102428282, -93.94978977045125 17.691321436609144, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.38033870468753 17.94340053125706, -93.67734581422725 17.81192429426669, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.66082856682331 17.34222986218097, -95.09529922085426 17.115566800264766, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.47020074659551 17.441680273890867, -94.71404358039865 17.314467623684564, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.5825523714385 16.84041501129501, -95.8304874788002 16.690115292183922, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.7551828584707 16.735765395566737, -96.17574845286461 16.480816060727378, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.69274022710731 16.140995349710057, -96.98192488060893 15.939272654029214, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.67214658671641 16.15536058176242, -96.94073759982713 15.968003118133941, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.78319812064024 15.344926881469206, -98.13761589670176 15.062288136513256, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.71393507707542 15.400162315545145, -97.99908980957214 15.172759004665133, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.65422360331945 14.622837560278935, -98.90236849813702 14.397478932359746, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.6330107840817 14.642102481450205, -98.85994285966156 14.436008774702286, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.57404826202487 13.757293943137077, -99.81666178728179 13.506775559368455, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.51869721241184 13.81444844626823, -99.7059596880557 13.621084565630765, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.47383592369675 12.78943272654281, -100.74662590442487 12.46899809298994, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.46838093990526 12.795840460901678, -100.73571593684187 12.481813561707678, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.29941497328389 11.772055453203947, -101.58749103844119 11.386059770162587, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.19642406536812 11.910053887146347, -101.38150922260965 11.662056638047385, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.90574831790481 10.930805414021538, -102.05251267116897 10.705335955660763, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.94905692749627 10.864271759699019, -102.13912989035191 10.572268647015722, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.5981832104173 9.829398580168137, -102.75545754223036 9.550142078281025, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.57239655002522 9.875185406876792, -102.7038842214462 9.641715731698334, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.24621789206999 8.620998877002338, -103.43812430986647 8.222501094308388, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.20859244973525 8.699128913065907, -103.36287342519701 8.378761166435526, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.75214476360277 7.509252356466593, -103.9076183783972 7.125229522046499, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.73790566490058 7.544423205555236, -103.87914018099283 7.195571220223785, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.20084673016224 6.327756533907696, -104.33593423035416 5.920894506599883, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.1860503711956 6.372320809635538, -104.3063415124209 6.010023058055566, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.5761938030259 5.103848792916362, -104.69273947183692 4.659409646527592, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.52394240663779 5.303106013242706, -104.58823667906067 5.057924087180281, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.84552473483826 3.9858567823365547, -104.91433018213095 3.6325553525249736, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.83522035621009 4.0387675887610355, -104.89372142487461 3.738376965373935, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.0670838172227 2.7134408067906213, -105.11849785786362 2.3146836604303385, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.05386386688242 2.815972131055296, -105.09205795718307 2.5197463089596877, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.19346638758124 1.5928837472876123, -105.21141507265311 1.3133184893754155, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.19531099574219 1.5641524862397673, -105.21510428897503 1.2558559672797256, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.17965992611348203, -105.25560621591342 -0.2656859104203141, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.1732806769057581, -105.25560621591342 -0.27844440883576194, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.23354431123796 -0.9686377360163984, -105.21148240656251 -1.312269709385528, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.2382517372436 -0.8953157762126938, -105.22089725857379 -1.1656257897781188, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.12748293054986 -2.2449972109790783, -105.07944815859035 -2.6175454167583743, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.14087024089282 -2.141167875582513, -105.10622277927628 -2.4098867459652435, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.93830474595019 -3.5094510343390453, -104.86093971531862 -3.9067041155271958, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.96465515320327 -3.3741472622550943, -104.91364052982475 -3.6360965713592934, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.70977730181987 -4.594437016560318, -104.64283531609418 -4.849715820972509, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.7069768029319 -4.6051165325640495, -104.63723431831824 -4.871074852979974, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.32270830328278 -5.960728891673577, -104.18576847235066 -6.373169844042032, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.37436111179716 -5.805158862185693, -104.28907408937941 -6.062029785066263, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.95940780689241 -6.9973086323828015, -103.85305638381452 -7.259998703550119, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.94162819164826 -7.041224625781338, -103.8174971533262 -7.347830690347189, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.4724966244062 -8.151126247716903, -103.34832210000407 -8.408977304547129, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.45312280322925 -8.19135640192421, -103.30957445765017 -8.489437612961744, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.89570132709568 -9.301125037029516, -102.73709117991784 -9.582753414362749, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.91483269950461 -9.267155348055926, -102.77535392473571 -9.514814036415569, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.19256004112387 -10.490185587425588, -101.94421120364349 -10.871716092795932, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.21429622016531 -10.456792979436614, -101.98768356172636 -10.804930876817986, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.54549185382733 -11.442334851340727, -101.33199974301404 -11.728394830299145, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.53099486826231 -11.461759491295311, -101.30300577188397 -11.767244110208312, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.71980833022043 -12.500499541613694, -100.42827775231427 -12.842947946982084, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.8277200685787 -12.373740273386202, -100.64410122903082 -12.589429410527103, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.918746518127 -13.4013646934585, -99.63644709328534 -13.69286202682133, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-99.97823358295445 -13.339939415045315, -99.75542122294023 -13.57001146999496, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-98.96253111544635 -14.342840835135041, -98.59362749412472 -14.677869343364407, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.03463501881409 -14.27735797786121, -98.73783530086017 -14.546903628816741, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.19074245215299 -15.019921122297916, -97.97540619580408 -15.191646056397722, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.07049000285373 -15.115819250562005, -97.73490129720557 -15.383442312925903, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.04440477025928 -15.895689387719953, -96.66002919593986 -16.163813149014757, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.14676690173097 -15.82428599599055, -96.86475345888324 -16.02100636555595, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.10686114238835 -16.522575953164857, -95.810166711171 -16.702433860938832, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.17581528213613 -16.480775548430255, -95.94807499066654 -16.618833051469625, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-94.94805543227122 -17.192383790454386, -94.56149360046565 -17.39405285050268, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-94.9966225477707 -17.16704635740703, -94.6586278314646 -17.343377984407972, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.82910819660225 -17.744743589460406, -93.4318584804121 -17.920594254823637, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.93748200269242 -17.696769720299024, -93.64860609259243 -17.824646516500874, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.61617999642576 -18.246792874879176, -92.1490283977037 -18.418708981510935, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.74781042636897 -18.19835165988172, -92.41228925759012 -18.32182655151602, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.6609432704953 -18.58057561809823, -91.41165128952997 -18.654564169488427, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.65841157608969 -18.58132701170868, -91.40658790071875 -18.656066956709328, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.37315457041454 -18.93956384052093, -90.03441975459367 -19.016877851780794, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.24004319244992 -18.96994564390844, -89.76819699866441 -19.07764145855581, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.06034953047676 -19.2103864205157, -88.62748080127676 -19.280369279705624, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.20837616470723 -19.18645462225701, -88.9235340697377 -19.232505683188247, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.8146592954642 -19.382792437256022, -87.37008893808053 -19.425679604958745, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.9181138772804 -19.37281229817055, -87.57699810171293 -19.405719326787803, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.6587408150808 -19.471359514154834, -86.30248734053771 -19.48278386967811, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.75494334662758 -19.468274486214998, -86.49489240363128 -19.476613813798433, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 136)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.3359375\" y=\"-39\" width=\"226.671875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.3359375, -24)\"><rect></rect><foreignObject width=\"166.671875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference only</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 264)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Collect email from user in your UX</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 404)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /verifications/otp<br>identityReference + email → OTP sent</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 532)\"><rect class=\"basic label-container\" style=\"\" x=\"-110.6875\" y=\"-27\" width=\"221.375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-80.6875, -12)\"><rect></rect><foreignObject width=\"161.375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User enters OTP code</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 684)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-75\" width=\"260\" height=\"150\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -60)\"><rect></rect><foreignObject width=\"200\" height=\"120\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /verifications/otp/verify<br>Email bound — merge triggered if email already on another record</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 836)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.6484375\" y=\"-27\" width=\"175.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.6484375, -12)\"><rect></rect><foreignObject width=\"115.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-flowchart-H-13\" data-look=\"classic\" transform=\"translate(138, 932.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-35.82515611521871 -19.5, -3.4706247304374216 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.56085481761856 -19.487776706021148, 68.94202213523714 -19.475553412042295, 69.4290567896239 -19.45993515863156 C69.87349493382834 -19.417060745375228, 70.31793307803277 -19.374186332118896, 70.67329215284786 -19.3399052695533 C71.02343482258856 -19.283296918106583, 71.37357749232925 -19.226688566659867, 71.90728075967675 -19.140403561325776 C72.337746711023 -19.042152516983847, 72.76821266236924 -18.94390147264192, 73.12595188623538 -18.862249829261074 C73.41617661224801 -18.776112654001203, 73.70640133826062 -18.689975478741335, 74.3242977514606 -18.50658706670804 C74.66127570395031 -18.382576065201782, 74.99825365644001 -18.258565063695524, 75.4973940951478 -18.074876768247425 C75.77280467691345 -17.952960673464407, 76.04821525867911 -17.831044578681386, 76.64042041279238 -17.568892924097174 C76.95521398810487 -17.404665317491553, 77.27000756341737 -17.240437710885935, 77.74867976407678 -16.990714730406097 C78.11551232304674 -16.768338677411105, 78.4823448820167 -16.54596262441611, 78.8176180736057 -16.342718045390892 C79.08785464242054 -16.154212713338186, 79.35809121123536 -15.96570738128548, 79.84284284457871 -15.627565626425154 C80.1044263681008 -15.418959727446191, 80.3660098916229 -15.210353828467227, 80.82014120850187 -14.848196188198123 C81.09953950177844 -14.594454050718086, 81.37893779505501 -14.340711913238048, 81.74549723676799 -14.007812326905688 C82.0791650823763 -13.663272881675496, 82.41283292798464 -13.318733436445305, 82.61510844296865 -13.10986736009568 C82.89898759325726 -12.77640675698542, 83.18286674354589 -12.442946153875157, 83.42540140812658 -12.158051136245305 C83.63703597182392 -11.874480101196257, 83.84867053552125 -11.590909066147209, 84.17304646464063 -11.156274872382312 C84.34293694475743 -10.89527747294133, 84.51282742487422 -10.634280073500348, 84.85497137860425 -10.108655082055241 C85.10027665106225 -9.673090730953694, 85.34558192352024 -9.237526379852149, 85.4683739742735 -9.019496659696287 C85.66913567971253 -8.602610682739815, 85.86989738515153 -8.185724705783342, 86.01073364880834 -7.893275190886684 C86.10725238065943 -7.654872057151768, 86.20377111251051 -7.4164689234168515, 86.47982172997033 -6.734618561215508 C86.62750565056758 -6.289818122613828, 86.77518957116486 -5.845017684012147, 86.87371063421489 -5.548287939305138 C86.98616969205735 -5.1194328116878705, 87.09862874989979 -4.690577684070603, 87.19078178754556 -4.339158212148133 C87.27215089038833 -3.92134506641646, 87.3535199932311 -3.503531920684787, 87.42973227658177 -3.1121979531509023 C87.48679410423166 -2.669637686030775, 87.54385593188155 -2.227077418910648, 87.58958020250937 -1.872449005199798 C87.61285634766952 -1.5099042561642357, 87.63613249282967 -1.1473595071286735, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.3629399812783644, 87.66966871591342 -0.10087419990945312, 87.66966871591342 0.625005762647271 C87.64211058794525 1.054245850271971, 87.61455245997709 1.483485937896671, 87.58958020250937 1.8724490051997846 C87.55435665518442 2.1456358825759487, 87.51913310785946 2.418822759952113, 87.42973227658177 3.1121979531508885 C87.34532190424332 3.545627374970317, 87.26091153190488 3.9790567967897457, 87.19078178754556 4.339158212148129 C87.12494836607628 4.590209580595832, 87.059114944607 4.8412609490435345, 86.87371063421489 5.548287939305125 C86.79215246523702 5.793928149736895, 86.71059429625917 6.039568360168666, 86.47982172997033 6.734618561215495 C86.33616232156793 7.089460077435121, 86.19250291316554 7.444301593654748, 86.01073364880834 7.893275190886679 C85.8741203688708 8.176955589732913, 85.73750708893326 8.460635988579147, 85.4683739742735 9.019496659696284 C85.34546978597969 9.23772549141056, 85.22256559768586 9.455954323124836, 84.85497137860425 10.108655082055236 C84.70566113227645 10.33803571582976, 84.55635088594866 10.567416349604281, 84.17304646464065 11.156274872382301 C84.01756819563863 11.364601588483305, 83.86208992663663 11.572928304584309, 83.42540140812659 12.158051136245302 C83.1843568569603 12.441195781868737, 82.94331230579401 12.724340427492171, 82.61510844296866 13.10986736009567 C82.30820078994752 13.426774709426928, 82.00129313692636 13.743682058758186, 81.74549723676799 14.007812326905684 C81.50198517812159 14.228963535592346, 81.25847311947517 14.450114744279007, 80.8201412085019 14.848196188198111 C80.49851566336768 15.104684001627437, 80.17689011823347 15.361171815056762, 79.84284284457871 15.627565626425152 C79.63382183088007 15.773369637207477, 79.42480081718142 15.919173647989803, 78.8176180736057 16.34271804539089 C78.39528734757012 16.598737413404493, 77.97295662153454 16.854756781418093, 77.74867976407678 16.990714730406093 C77.44190939691462 17.150756634458794, 77.13513902975245 17.3107985385115, 76.64042041279238 17.56889292409717 C76.20967379890777 17.759571672419575, 75.77892718502316 17.95025042074198, 75.4973940951478 18.07487676824742 C75.12628044562081 18.21145002181032, 74.75516679609383 18.348023275373222, 74.32429775146062 18.506587066708033 C73.86953198370017 18.64155915946511, 73.41476621593972 18.776531252222185, 73.12595188623541 18.86224982926107 C72.82556970409135 18.930810102158524, 72.52518752194729 18.99937037505598, 71.90728075967677 19.140403561325773 C71.42529197414673 19.218327770291413, 70.94330318861668 19.296251979257054, 70.67329215284788 19.3399052695533 C70.27302304426352 19.378518749064398, 69.87275393567919 19.417132228575497, 69.4290567896239 19.45993515863156 C69.15689667242228 19.468662803862685, 68.88473655522066 19.477390449093807, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C32.29300004864446 19.5, -3.5936874027110832 19.5, -68.1796875 19.5 C-68.6003493727238 19.486510192510412, -69.0210112454476 19.473020385020824, -69.4290567896239 19.45993515863156 C-69.75973583762524 19.42803494857061, -70.09041488562659 19.396134738509662, -70.67329215284786 19.3399052695533 C-70.94213939730014 19.296440132011774, -71.2109866417524 19.25297499447025, -71.90728075967675 19.140403561325773 C-72.2698194160043 19.057656478804837, -72.63235807233184 18.974909396283905, -73.12595188623538 18.862249829261074 C-73.56081410272328 18.73318500604582, -73.99567631921119 18.604120182830567, -74.32429775146059 18.506587066708043 C-74.70405285800521 18.3668336770819, -75.08380796454983 18.227080287455756, -75.4973940951478 18.074876768247425 C-75.7324183379693 17.9708385076968, -75.96744258079082 17.866800247146173, -76.64042041279238 17.568892924097174 C-76.93486303464344 17.415282396876975, -77.2293056564945 17.261671869656777, -77.74867976407678 16.990714730406097 C-78.15113353440225 16.746744889753924, -78.55358730472771 16.50277504910175, -78.81761807360569 16.3427180453909 C-79.16941887371796 16.097317036443762, -79.52121967383025 15.851916027496621, -79.84284284457871 15.627565626425156 C-80.05285815092837 15.460084008353316, -80.26287345727803 15.292602390281477, -80.82014120850187 14.848196188198125 C-81.03175915182025 14.656010371180326, -81.24337709513864 14.463824554162528, -81.74549723676797 14.007812326905697 C-81.98932242843537 13.756042798088579, -82.23314762010277 13.50427326927146, -82.61510844296865 13.109867360095677 C-82.83848593181817 12.847475451153839, -83.06186342066769 12.585083542212, -83.42540140812658 12.158051136245307 C-83.68233308505938 11.813786096112635, -83.9392647619922 11.469521055979964, -84.17304646464063 11.156274872382316 C-84.33276993094063 10.910896736389418, -84.49249339724061 10.665518600396522, -84.85497137860425 10.108655082055249 C-85.03569039968608 9.787770160339212, -85.2164094207679 9.466885238623176, -85.4683739742735 9.019496659696289 C-85.63528633236801 8.672899576760711, -85.8021986904625 8.326302493825134, -86.01073364880834 7.893275190886686 C-86.13199832618605 7.593749093270699, -86.25326300356376 7.294222995654711, -86.47982172997033 6.73461856121551 C-86.59679762665803 6.382305797970239, -86.71377352334574 6.029993034724969, -86.87371063421489 5.5482879393051325 C-86.95460565103863 5.239800180034123, -87.03550066786238 4.931312420763114, -87.19078178754556 4.339158212148136 C-87.24222607726728 4.075002657181589, -87.293670366989 3.8108471022150416, -87.42973227658177 3.112197953150904 C-87.47342256077818 2.773344736546139, -87.51711284497456 2.434491519941374, -87.58958020250937 1.872449005199809 C-87.60635727728294 1.6111325233904845, -87.6231343520565 1.34981604158116, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.17411191446450325, -87.66966871591342 -0.27678193371827164, -87.66966871591342 -0.6250057626472687 C-87.64999770920922 -0.9313975702159225, -87.63032670250503 -1.2377893777845763, -87.58958020250937 -1.8724490051997822 C-87.55465185374297 -2.143346380849333, -87.51972350497658 -2.414243756498884, -87.42973227658177 -3.112197953150895 C-87.37662994872589 -3.3848671835099142, -87.32352762087 -3.6575364138689332, -87.19078178754556 -4.339158212148126 C-87.09247505138636 -4.714044403532154, -86.99416831522714 -5.088930594916182, -86.87371063421489 -5.548287939305123 C-86.71864119717692 -6.015332376703936, -86.56357176013896 -6.48237681410275, -86.47982172997033 -6.734618561215485 C-86.32399449967474 -7.119514832760113, -86.16816726937917 -7.504411104304741, -86.01073364880834 -7.893275190886676 C-85.83354635629252 -8.261208394996519, -85.65635906377669 -8.62914159910636, -85.4683739742735 -9.019496659696282 C-85.23945936660952 -9.42595772572127, -85.01054475894554 -9.83241879174626, -84.85497137860425 -10.108655082055243 C-84.60028123223685 -10.49992754075591, -84.34559108586944 -10.891199999456578, -84.17304646464063 -11.156274872382308 C-84.02311546394056 -11.357168754325265, -83.87318446324046 -11.558062636268223, -83.42540140812659 -12.158051136245302 C-83.17587617654324 -12.451157671651, -82.92635094495989 -12.744264207056698, -82.61510844296866 -13.10986736009567 C-82.31539520553173 -13.419345884663722, -82.0156819680948 -13.728824409231773, -81.74549723676799 -14.007812326905677 C-81.42164385856066 -14.301927396302743, -81.09779048035332 -14.59604246569981, -80.8201412085019 -14.848196188198107 C-80.46570711857038 -15.130847943031242, -80.11127302863886 -15.413499697864376, -79.84284284457871 -15.627565626425149 C-79.57577173897326 -15.813862868373693, -79.30870063336779 -16.000160110322238, -78.81761807360571 -16.342718045390885 C-78.56421161567877 -16.49633452936784, -78.31080515775183 -16.64995101334479, -77.74867976407678 -16.99071473040609 C-77.51161314373182 -17.114392234391637, -77.27454652338687 -17.238069738377188, -76.6404204127924 -17.56889292409717 C-76.31491165532584 -17.712985995153392, -75.9894028978593 -17.857079066209618, -75.49739409514781 -18.07487676824742 C-75.09023537907065 -18.22471493949773, -74.68307666299347 -18.374553110748042, -74.32429775146062 -18.506587066708033 C-73.9202097528574 -18.62651826359228, -73.51612175425417 -18.746449460476526, -73.12595188623541 -18.862249829261067 C-72.80348012268952 -18.9358519049655, -72.48100835914364 -19.00945398066993, -71.90728075967677 -19.140403561325773 C-71.5681313752881 -19.195234603650974, -71.22898199089944 -19.25006564597618, -70.67329215284788 -19.3399052695533 C-70.21537312680555 -19.3840801672674, -69.75745410076321 -19.4282550649815, -69.4290567896239 -19.45993515863156 C-69.070405220944 -19.471436416366195, -68.71175365226408 -19.48293767410083, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-23.619563558320635 -19.5, 20.94056038335873 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-29.210926257219143 -19.5, 9.757834985561715 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.49209931655665 -19.48998156111574, 68.80451113311328 -19.47996312223148, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.53493967718313 -19.48860775413415, 68.89019185436628 -19.477215508268305, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.71653373142314 -19.43220260379779, 70.0040106732224 -19.404470048964026, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.76349123114944 -19.42767267027385, 70.09792567267499 -19.395410181916144, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C71.05112763505892 -19.278819758947343, 71.42896311726996 -19.21773424834139, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.99464347250682 -19.287951680307543, 71.31599479216577 -19.235998091061788, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.19045373187068 -19.075771178298847, 72.47362670406461 -19.011138795271922, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.38817962346737 -19.03064153382393, 72.869078487258 -18.92087950632208, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.47738822606055 -18.757945368327956, 73.82882456588572 -18.653640907394838, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.5821530353254 -18.726851722859852, 74.03835418441544 -18.591453616458633, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.76060870719512 -18.346020601783476, 75.19691966292963 -18.185454136858915, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.58007753790311 -18.41245774089477, 74.83585732434561 -18.318328415081503, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.75625371057853 -17.960287295293902, 76.01511332600926 -17.845697822340384, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.75784146260852 -17.959584444569213, 76.01828883006927 -17.844292120890998, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C76.8746446250921 -17.44669830256818, 77.10886883739182 -17.324503681039186, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C77.02457891334531 -17.36847768042398, 77.40873741389822 -17.16806243675078, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.0754750836926 -16.79260948719253, 78.40227040330839 -16.59450424397896, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.1029263267982 -16.775968382300498, 78.45717288951961 -16.5612220341949, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.20270717664161 -16.07409655735164, 79.5877962796775 -15.805475069312386, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.09569496513927 -16.14874364361169, 79.37377185667285 -15.95476924183249, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.21665622700962 -15.329459401528377, 80.59046960944055 -15.031353176631601, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.17783240150385 -15.36042036922385, 80.51282195842899 -15.093275112022544, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.12756716881607 -14.569000065085948, 81.43499312913026 -14.289803941973771, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.0161566518282 -14.670180148853586, 81.21217209515453 -14.492164109509046, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C82.02362696933072 -13.72062054315895, 82.30175670189345 -13.433428759412212, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C82.07352672206773 -13.669094951612108, 82.40155620736745 -13.330377576318527, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.79471240370532 -12.898894328059516, 82.97431636444198 -12.68792129602335, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.84035981183199 -12.845274285062814, 83.06561118069534 -12.580681210029946, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.63791741221439 -11.873299051373897, 83.8504334163022 -11.58854696650249, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.61971018082714 -11.89769508271991, 83.8140189535277 -11.637339029194514, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.31140032705815 -10.943726186495015, 84.44975418947566 -10.731177500607718, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.42334802048099 -10.771744467232754, 84.67364957632134 -10.387214062083194, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.04238102446348 -9.775890278547712, 85.22979067032271 -9.44312547504018, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.09508411777297 -9.682310599609819, 85.33519685694168 -9.255966117164395, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.57923893058785 -8.789283205779478, 85.69010388690221 -8.559069751862669, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.60054964706671 -8.745031047034832, 85.73272531985994 -8.470565434373375, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.17671402772017 -7.483300445962172, 86.34269440663198 -7.073325701037659, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.15839471699425 -7.528549497634947, 86.30605578518016 -7.1638238043832105, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.60953125110119 -6.3439541499749925, 86.73924077223205 -5.953289738734476, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.58510408641772 -6.4175248780614735, 86.69038644286509 -6.10043119490744, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.96180569376025 -5.2123432966183, 87.04990075330564 -4.876398653931464, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.97977760881703 -5.143808595429601, 87.08584458341916 -4.739329251554063, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.2478944743058 -4.045896636404917, 87.30500716106604 -3.752635060661701, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.28160197481643 -3.872815745365635, 87.37242216208728 -3.4064732785831366, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.49275482347822 -2.6234075246315762, 87.55577737037467 -2.13461709611225, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.46260377970441 -2.8572530661442865, 87.49547528282703 -2.6023081791376708, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.60794242861483 -1.5864425118851015, 87.62630465472029 -1.3004360185704051, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61139733281183 -1.5326295902682068, 87.63321446311431 -1.1928101753366156, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.3388159780561872, 87.66966871591342 -0.05262619346509867, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2772393065435221, 87.66966871591342 0.07052714956023154, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64782767828363 0.9651975534993058, 87.62598664065386 1.3053893443513407, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.64776325773386 0.9662009555614148, 87.62585779955431 1.3073961484755587, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53872955684942 2.266836571342531, 87.48787891118948 2.661224137485277, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.54455611122899 2.2216469661579135, 87.49953201994862 2.570844927116042, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.3460257872563 3.542013084464431, 87.26231929793083 3.9718282157779727, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.37887028424068 3.3733635341365558, 87.32800829189958 3.634529115122223, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.1015444540951 4.679458840299681, 87.01230712064465 5.019759468451233, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.06853700786507 4.805330538292493, 86.94629222818459 5.271502864436856, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.72318320782797 6.001652564294103, 86.57265578144106 6.45501718928308, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.76342019662863 5.880465164920072, 86.65312975904237 6.212642390535019, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.35680977915459 7.038460458004646, 86.23379782833885 7.342302354793799, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.34876746442953 7.058325130863128, 86.21771319888872 7.382031700510763, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.82446279592281 8.280070602461246, 85.6381919430373 8.666866014035813, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.82432065415456 8.280365762884372, 85.63790765950078 8.667456334882065, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.32935282837754 9.266342781652108, 85.19033168248156 9.513188903607931, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.33698416113732 9.252792577580859, 85.20559434800114 9.486088495465433, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.70205956825201 10.343568685326666, 84.54914775789976 10.578482288598096, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.71240610004608 10.327673634058167, 84.5698408214879 10.546692186061097, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.94872817188832 11.456840948853554, 83.72440987913598 11.757407025324806, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.96534814969058 11.434571692709637, 83.75764983474052 11.712868513036973, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.20224558793392 12.420182660569502, 82.97908976774124 12.682314184893702, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.14277543681895 12.490039684016601, 82.86014946551131 12.8220282317879, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.34038360720513 13.393543308350006, 82.06565877144159 13.677219256604342, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.29703175883564 13.438307651044438, 81.97895507470264 13.766747941993208, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.50131031244088 14.229576430747596, 81.25712338811377 14.451340534589505, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.46594195028058 14.261697041466, 81.18638666379316 14.515581756026315, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.46028886993851 15.135168852129514, 80.10043653137511 15.422141516060915, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.54777370462132 15.06540202453919, 80.27540620074075 15.282607860880269, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.62934989684148 15.776489064805896, 79.41585694910424 15.925412503186639, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.4593338448005 15.89508490283341, 79.07582484502228 16.16260417924167, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.51852785564225 16.52402829316955, 78.2194376376788 16.705338540948215, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.59105958036356 16.480059135399767, 78.36450108712143 16.61740022540864, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.43975748072639 17.15187928775583, 77.13083519737599 17.313043845105568, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.44315969836127 17.150104352994934, 77.13763963264576 17.309493975583774, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.23599405824667 17.747920474372997, 75.83156770370097 17.926948024648823, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.25275477034569 17.74050100431562, 75.86508912789901 17.91210908453407, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.1580283301482 18.199766506830017, 74.81866256514861 18.32465624541261, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.13612949899301 18.207825479125702, 74.77486490283823 18.34077419000398, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C73.92152913063464 18.62612667919355, 73.51876050980866 18.745666291679072, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.99616017384464 18.60397657731516, 73.66802259622868 18.70136608792229, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.73742573677389 18.950928387505595, 72.34889958731236 19.03960694575012, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.87573053421208 18.919361220013478, 72.62550918218874 18.976472610765885, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.6484647674267 19.182246923804765, 71.38964877517664 19.22409028628376, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.4524477049736 19.213937442327165, 70.99761465027042 19.287471323328553, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.25085735768964 19.38065704619004, 69.8284225625314 19.421408822826784, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.32577995502301 19.3734293533329, 69.97826775719814 19.4069534371125, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.05427444825101 19.471953698849813, 68.67949210687812 19.48397223906807, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.02768658269041 19.4728063199482, 68.62631637575691 19.485677481264844, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C28.192604866750344 19.5, -11.794477766499313 19.5, -68.1796875 19.5 M68.1796875 19.5 C24.587567409740018 19.5, -19.004552680519964 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.48103066669233 19.49033651117307, -68.78237383338467 19.48067302234614, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.66189227893874 19.484536631294098, -69.14409705787747 19.469073262588196, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.74128216181143 19.429815152482576, -70.05350753399894 19.399695146333595, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.73744960452365 19.430184874674804, -70.04584241942338 19.40043459071805, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.02622938666052 19.282845114659594, -71.37916662047319 19.22578495976589, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.05787477193078 19.277728934182726, -71.44245739101369 19.215552598812156, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.20952165379677 19.071419049549036, -72.51176254791679 19.002434537772295, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.33441829456497 19.04291220632044, -72.76155582945319 18.945420851315113, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.55600864928866 18.734611239400877, -73.98606541234193 18.606972649540683, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.38315352188944 18.785913733877887, -73.6403551575435 18.7095776384947, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.79249414469888 18.33428646603634, -75.26069053793715 18.161985865364638, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.76004300878307 18.346228784028366, -75.19578826610555 18.185870501348692, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.88066261623504 17.905215163218827, -76.26393113732229 17.73555355819023, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.85076627484872 17.918449386707096, -76.20413845454964 17.76202200516677, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-77.01911451937016 17.371328451260695, -77.39780862594796 17.173763978424216, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-76.92895691510385 17.41836361565773, -77.21749341741533 17.267834307218283, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.10878468454072 16.772417011409445, -78.46888960500466 16.554119292412793, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-78.11273369006649 16.77002310105279, -78.47678761605621 16.54933147169948, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.18372870914313 16.087335114713966, -79.54983934468055 15.83195218403703, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.12423981368323 16.128831992954005, -79.43086155376078 15.914945940517109, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.1962308365651 15.34574810686542, -80.54961882855149 15.063930587305684, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.1437848068898 15.387572419884018, -80.44472676920087 15.14757921334288, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.1757309640471 14.5252589806013, -81.53132071959236 14.202321773004478, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.08175003408587 14.610609974592956, -81.34335885966988 14.373023760987785, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.99489918843149 13.750284335532072, -82.24430114009502 13.492756344158447, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.99244709709383 13.752816321158653, -82.23939695741969 13.497820315411607, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.82041980547187 12.868696951151907, -83.02573116797511 12.627526542208138, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.93363708754345 12.735705489384788, -83.25216573211824 12.361543618673899, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.63618855061253 11.87561556841785, -83.8469756930985 11.593180000590392, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.63175060775902 11.881562007536653, -83.83809980739146 11.605072878827999, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.39158917184332 10.82053458718515, -84.61013187904602 10.484794301987986, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.31955823133207 10.931193454826253, -84.4660699980235 10.706112037270193, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-85.02906762241946 9.799529572005, -85.20316386623469 9.490404061954749, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-84.9867012566876 9.874755344421676, -85.11843113477093 9.6408556067881, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.61552481055706 8.713934799629957, -85.76267564684063 8.408372939563625, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.6812941281376 8.577363404436017, -85.8942142820017 8.135230149175744, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.1217116780462 7.61915731305496, -86.23268970728405 7.345039435223234, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.16158716766026 7.520664082768077, -86.31244068651218 7.1480529746494685, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.58019871632125 6.432299071227419, -86.68057570267217 6.129979581239328, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.63675498206813 6.261960609815064, -86.79368823416593 5.78930265841462, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.98692001002713 5.116571524079191, -87.10012938583938 4.684855108853249, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.99914211376367 5.069963345438508, -87.12457359331245 4.591638751571883, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.28294073287798 3.8659415056661803, -87.37509967821039 3.392724799184225, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.24459671290785 4.062829944201259, -87.29841163827015 3.7865016762543817, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.48557556871135 2.679088406899227, -87.54141886084093 2.24597886064755, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.46823380591347 2.813587694641251, -87.50673533524515 2.5149774361315975, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61296551407189 1.5082039013297044, -87.63635082563442 1.1439587974595997, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61620331459171 1.457772544727903, -87.64282642667408 1.043096084255997, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.25656610198808066, -87.66966871591342 -0.11187355867111681, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.3138468117150901, -87.66966871591342 0.002687860782902063, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.6488534683564 -0.9492200451131703, -87.62803822079938 -1.2734343275790718, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.64233988397132 -1.0506743795815932, -87.61501105202922 -1.4763429965159176, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.54139375217615 -2.246173598493284, -87.49320730184294 -2.6198981917867865, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.5259721473737 -2.365780520000857, -87.46236409223802 -2.859112034801932, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.35261645033961 -3.5081714224687612, -87.27550062409745 -3.904144891786627, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.36446958087576 -3.4473081023256626, -87.29920688516974 -3.78241825150043, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.1048138685746 -4.666991145916188, -87.01884594960363 -4.994824079684251, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.08159381553098 -4.755539271806128, -86.97240584351641 -5.17192033146413, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.75475531350186 -5.906562412336243, -86.63579999278885 -6.264836885367362, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.79286809536876 -5.7917727858003145, -86.71202555652262 -6.035257632295505, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.3558816841939 -7.040752870501012, -86.2319416384175 -7.34688717978654, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.36208654292291 -7.025426749477609, -86.24435135587548 -7.316234937739734, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.89150220803536 -8.140861828795924, -85.77227076726237 -8.38844846670517, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.81426188051596 -8.301253021568208, -85.61779011222359 -8.709230852249739, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.25209973909404 -9.403513464398502, -85.03582550391458 -9.787530269100722, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.3318885254249 -9.261840394777336, -85.1954030765763 -9.504184129858388, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.66404014469356 -10.401976729557154, -84.47310891078287 -10.695298377059064, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.68047761044087 -10.376724368091685, -84.50598384227752 -10.644793654128124, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.91552532501994 -11.501329738815596, -83.65800418539924 -11.846384605248884, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.93196909799198 -11.4792965810916, -83.69089173134331 -11.80231828980089, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.2605708396865 -12.351670501060074, -83.09574027124641 -12.545289865874846, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.14304481467623 -12.489723257457408, -82.86068822122587 -12.821395378669514, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.27656144786094 -13.459444927769601, -81.93801445275324 -13.809022495443532, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.31178189940097 -13.423076919901675, -82.00845535583329 -13.73628647970768, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.53885206232982 -14.195482006798713, -81.33220688789167 -14.38315168669175, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.51270532362109 -14.219227783089188, -81.27991341047421 -14.430643239272698, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.5872059008018 -15.033955897420066, -80.3542705931017 -15.219715606642023, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.58661815093701 -15.034424612296549, -80.35309509337213 -15.220653036394992, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.46373664268107 -15.892013701625967, -79.08463044078344 -16.156461776826784, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.59748160920341 -15.798719002706273, -79.3521203738281 -15.969872378987397, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.539570391857 -16.511272184056505, -78.26152271010828 -16.679826322722125, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.47318264996123 -16.551516823331394, -78.12874722631675 -16.760315601271902, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.51241115214663 -17.113975913912782, -77.27614254021648 -17.237237097419477, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.35778131174203 -17.194646202606723, -76.96688285940728 -17.398577674807356, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.30874590325445 -17.715715390694864, -75.97707139371651 -17.86253785729256, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.409265335545 -17.671218419822853, -76.17811025829762 -17.773543915548533, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.17428556396654 -18.19378369450465, -74.85117703278527 -18.312690620761877, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.12172744208168 -18.213125569200233, -74.74606078901554 -18.351374370153042, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-74.00089557810927 -18.602571134186064, -73.67749340475791 -18.6985552016641, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-73.96418884277895 -18.613465500554515, -73.60407993409729 -18.720343934401, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.7084558702989 -18.95754057048246, -72.29095985436238 -19.05283131170386, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.65829259742868 -18.96899001016914, -72.19063330862195 -19.075730191077216, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.46178992758018 -19.212427064226148, -71.01629909548362 -19.28445056712652, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.60177511939857 -19.189795344014325, -71.29626947912038 -19.23918712670288, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.37364603061161 -19.368811770588245, -70.07399990837534 -19.39771827162319, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.26426110526066 -19.379364002782232, -69.85523005767342 -19.418822736011165, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.01951793044017 -19.47306827272655, -68.60997907125645 -19.48620138682154, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.16839990229712 -19.468293917670277, -68.90774301497035 -19.476652676708994, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-1fa78ba635af456addfc6a7eea00f07b047aa007cd0ea9070e77185dbf83a5dd-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 960\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .error-icon{fill:#a44141;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .error-text{fill:#ddd;stroke:#ddd;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-thickness-normal{stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-thickness-thick{stroke-width:3.5px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-pattern-solid{stroke-dasharray:0;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .marker.cross{stroke:lightgrey;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 p{margin:0;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster-label text{fill:#F9FFFE;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster-label span{color:#F9FFFE;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster-label span p{background-color:transparent;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .label text,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 span{fill:#ccc;color:#ccc;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node rect,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node circle,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node ellipse,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node polygon,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .rough-node .label text,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node .label text,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .image-shape .label,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .icon-shape .label{text-anchor:middle;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .rough-node .label,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node .label,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .image-shape .label,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .icon-shape .label{text-align:center;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node.clickable{cursor:pointer;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .arrowheadPath{fill:lightgrey;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster text{fill:#F9FFFE;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .cluster span{color:#F9FFFE;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 rect.text{fill:none;stroke-width:0;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .icon-shape,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .icon-shape p,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .icon-shape .label rect,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 .node .neo-node{stroke:#ccc;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node rect,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].cluster rect,#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node polygon{stroke:url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node path{stroke:url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient);stroke-width:1px;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node circle{stroke:url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,175L138,179.167C138,183.333,138,191.667,138,199.333C138,207,138,214,138,217.5L138,221\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxNzV9LHsieCI6MTM4LCJ5IjoyMDB9LHsieCI6MTM4LCJ5IjoyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,303L138,307.167C138,311.333,138,319.667,138,327.333C138,335,138,342,138,345.5L138,349\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozMDN9LHsieCI6MTM4LCJ5IjozMjh9LHsieCI6MTM4LCJ5IjozNTN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,455L138,459.167C138,463.333,138,471.667,138,479.333C138,487,138,494,138,497.5L138,501\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0NTV9LHsieCI6MTM4LCJ5Ijo0ODB9LHsieCI6MTM4LCJ5Ijo1MDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,559L138,563.167C138,567.333,138,575.667,138,583.333C138,591,138,598,138,601.5L138,605\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo1NTl9LHsieCI6MTM4LCJ5Ijo1ODR9LHsieCI6MTM4LCJ5Ijo2MDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,759L138,763.167C138,767.333,138,775.667,138,783.333C138,791,138,798,138,801.5L138,805\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3NTl9LHsieCI6MTM4LCJ5Ijo3ODR9LHsieCI6MTM4LCJ5Ijo4MDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path><path d=\"M138,863L138,867.167C138,871.333,138,879.667,138.07,887.417C138.141,895.167,138.281,902.334,138.351,905.917L138.422,909.501\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo4NjN9LHsieCI6MTM4LCJ5Ijo4ODh9LHsieCI6MTM4LjUsInkiOjkxMy41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_F_G_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-26.281378234278684 -19.5, 33.20286853144263 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.13172987158828 -19.488259729348066, 86.49783474317654 -19.476519458696135, 87.0149942896239 -19.45993515863156 C87.34739114922695 -19.427869233351363, 87.67978800883002 -19.395803308071166, 88.25922965284786 -19.3399052695533 C88.56332063868138 -19.290742197224553, 88.8674116245149 -19.241579124895804, 89.49321825967675 -19.140403561325776 C89.80044683088259 -19.070280644801834, 90.10767540208845 -19.000157728277888, 90.71188938623538 -18.862249829261074 C91.12594435141753 -18.739360489013876, 91.53999931659968 -18.61647114876668, 91.9102352514606 -18.50658706670804 C92.16456385087555 -18.412991791135536, 92.4188924502905 -18.319396515563035, 93.0833315951478 -18.074876768247425 C93.34291628979244 -17.959966324234617, 93.60250098443707 -17.84505588022181, 94.22635791279238 -17.568892924097174 C94.48393612792226 -17.434514534250635, 94.74151434305216 -17.300136144404092, 95.33461726407678 -16.990714730406097 C95.61666697925187 -16.81973453555885, 95.89871669442697 -16.6487543407116, 96.4035555736057 -16.342718045390892 C96.67705844078041 -16.151934284998113, 96.95056130795513 -15.96115052460533, 97.42878034457871 -15.627565626425154 C97.80554687100424 -15.327104347779132, 98.18231339742978 -15.02664306913311, 98.40607870850187 -14.848196188198123 C98.65546396700586 -14.621711094797165, 98.90484922550984 -14.395226001396207, 99.33143473676799 -14.007812326905688 C99.51687470756184 -13.816330332156287, 99.70231467835569 -13.624848337406888, 100.20104594296865 -13.10986736009568 C100.45680494309349 -12.809438285449659, 100.71256394321834 -12.509009210803638, 101.01133890812658 -12.158051136245305 C101.26153059019748 -11.822817075201433, 101.51172227226837 -11.487583014157563, 101.75898396464063 -11.156274872382312 C101.98093559563208 -10.815297564821424, 102.20288722662352 -10.474320257260535, 102.44090887860425 -10.108655082055241 C102.57667221334617 -9.867593533692592, 102.71243554808808 -9.626531985329944, 103.0543114742735 -9.019496659696287 C103.24475718795817 -8.62403206034458, 103.43520290164284 -8.228567460992872, 103.59667114880834 -7.893275190886684 C103.73705960727035 -7.5465129842593095, 103.87744806573237 -7.199750777631935, 104.06575922997033 -6.734618561215508 C104.216151513757 -6.281660964206422, 104.36654379754366 -5.828703367197335, 104.45964813421489 -5.548287939305138 C104.56622891782145 -5.141849219009495, 104.67280970142801 -4.7354104987138514, 104.77671928754556 -4.339158212148133 C104.84786086163489 -3.9738612649764535, 104.91900243572421 -3.608564317804774, 105.01566977658177 -3.1121979531509023 C105.04819667152172 -2.859925779158533, 105.08072356646169 -2.607653605166164, 105.17551770250937 -1.872449005199798 C105.19406331273349 -1.5835861562119706, 105.21260892295761 -1.2947233072241433, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.12656134668831898, 105.25560621591342 0.37188306927063774, 105.25560621591342 0.625005762647271 C105.23744633388269 0.9078605836688887, 105.21928645185194 1.1907154046905064, 105.17551770250937 1.8724490051997846 C105.12217760959444 2.2861442326551935, 105.06883751667952 2.699839460110603, 105.01566977658177 3.1121979531508885 C104.94629772416629 3.468408780515985, 104.87692567175078 3.824619607881081, 104.77671928754556 4.339158212148129 C104.71244075946004 4.584280098228514, 104.64816223137453 4.829401984308899, 104.45964813421489 5.548287939305125 C104.36833040677942 5.823322384836748, 104.27701267934395 6.09835683036837, 104.06575922997033 6.734618561215495 C103.95124116905846 7.017480385723866, 103.83672310814661 7.300342210232237, 103.59667114880834 7.893275190886679 C103.4339582166033 8.231152076109476, 103.27124528439826 8.569028961332274, 103.0543114742735 9.019496659696284 C102.82876362155918 9.41997971138725, 102.60321576884486 9.820462763078215, 102.44090887860425 10.108655082055236 C102.20307421334658 10.474032995440938, 101.96523954808892 10.839410908826641, 101.75898396464065 11.156274872382301 C101.52825620819834 11.465429046283973, 101.29752845175602 11.774583220185644, 101.01133890812659 12.158051136245302 C100.749057641349 12.466141636429125, 100.4867763745714 12.77423213661295, 100.20104594296866 13.10986736009567 C99.8567674283398 13.4653631922417, 99.51248891371092 13.820859024387731, 99.33143473676799 14.007812326905684 C98.96723187171017 14.338571732671442, 98.60302900665235 14.6693311384372, 98.4060787085019 14.848196188198111 C98.1407725263637 15.059770808359303, 97.87546634422552 15.271345428520497, 97.42878034457871 15.627565626425152 C97.03535064396765 15.902005154274184, 96.6419209433566 16.176444682123215, 96.4035555736057 16.34271804539089 C96.10212559546527 16.52544666953879, 95.80069561732483 16.708175293686693, 95.33461726407678 16.990714730406093 C95.10767117065609 17.109112361977754, 94.88072507723541 17.227509993549415, 94.22635791279238 17.56889292409717 C93.96328210943362 17.685348778377655, 93.70020630607488 17.80180463265814, 93.0833315951478 18.07487676824742 C92.77614376465735 18.187924729481082, 92.46895593416691 18.30097269071474, 91.91023525146062 18.506587066708033 C91.48907017570471 18.631586650451794, 91.0679050999488 18.756586234195552, 90.71188938623541 18.86224982926107 C90.22698606066007 18.972925849033725, 89.74208273508472 19.083601868806376, 89.49321825967677 19.140403561325773 C89.17272698329373 19.192218105444415, 88.8522357069107 19.244032649563053, 88.25922965284788 19.3399052695533 C87.99429293938051 19.36546339566848, 87.72935622591315 19.39102152178366, 87.0149942896239 19.45993515863156 C86.56019655272594 19.474519636843784, 86.10539881582797 19.48910411505601, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C21.34869089801026 19.5, -43.06824320397948 19.5, -85.765625 19.5 C-86.09292017601676 19.489504280746555, -86.42021535203352 19.47900856149311, -87.0149942896239 19.45993515863156 C-87.48450841259306 19.414641695862073, -87.9540225355622 19.369348233092584, -88.25922965284786 19.3399052695533 C-88.51508787960397 19.298540095661554, -88.77094610636006 19.257174921769813, -89.49321825967675 19.140403561325773 C-89.80032718412973 19.070307953392405, -90.1074361085827 19.000212345459037, -90.71188938623538 18.862249829261074 C-91.03951453959 18.76501240348495, -91.3671396929446 18.667774977708824, -91.91023525146059 18.506587066708043 C-92.28285861707009 18.369458223671113, -92.6554819826796 18.232329380634184, -93.0833315951478 18.074876768247425 C-93.50806706734157 17.886858974037366, -93.93280253953536 17.698841179827305, -94.22635791279238 17.568892924097174 C-94.46361938381614 17.445113766637302, -94.70088085483991 17.321334609177434, -95.33461726407678 16.990714730406097 C-95.76097675201727 16.73225310325011, -96.18733623995776 16.473791476094117, -96.40355557360569 16.3427180453909 C-96.65190093218327 16.169483073944477, -96.90024629076086 15.996248102498056, -97.42878034457871 15.627565626425156 C-97.75965721346319 15.363700128493054, -98.09053408234766 15.09983463056095, -98.40607870850187 14.848196188198125 C-98.667833876796 14.610477070015639, -98.92958904509011 14.372757951833155, -99.33143473676797 14.007812326905697 C-99.62133357465994 13.708467975645013, -99.9112324125519 13.409123624384328, -100.20104594296865 13.109867360095677 C-100.51412760883326 12.742103820519647, -100.82720927469786 12.374340280943617, -101.01133890812658 12.158051136245307 C-101.2339465431174 11.859777185330348, -101.45655417810823 11.561503234415387, -101.75898396464063 11.156274872382316 C-101.90283542162979 10.935280404922128, -102.04668687861894 10.71428593746194, -102.44090887860425 10.108655082055249 C-102.64262452773917 9.750488521091794, -102.84434017687411 9.392321960128342, -103.0543114742735 9.019496659696289 C-103.18345138229246 8.751334877543536, -103.31259129031142 8.483173095390784, -103.59667114880834 7.893275190886686 C-103.69931064800849 7.639753643462591, -103.80195014720864 7.386232096038496, -104.06575922997033 6.73461856121551 C-104.17755782589666 6.397899002972655, -104.28935642182299 6.061179444729801, -104.45964813421489 5.5482879393051325 C-104.58418094669801 5.073390352444653, -104.70871375918112 4.598492765584173, -104.77671928754556 4.339158212148136 C-104.82612552137617 4.08546764343915, -104.8755317552068 3.831777074730165, -105.01566977658177 3.112197953150904 C-105.07022994371646 2.689040070977916, -105.12479011085115 2.265882188804928, -105.17551770250937 1.872449005199809 C-105.20223176171463 1.4563559698774722, -105.22894582091988 1.0402629345551353, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.2143072908118384, -105.25560621591342 -0.1963911810236013, -105.25560621591342 -0.6250057626472687 C-105.23634801736102 -0.9249677500388869, -105.21708981880863 -1.224929737430505, -105.17551770250937 -1.8724490051997822 C-105.12945941936587 -2.2296679540239657, -105.08340113622238 -2.586886902848149, -105.01566977658177 -3.112197953150895 C-104.92297540752355 -3.58816394730305, -104.83028103846533 -4.064129941455205, -104.77671928754556 -4.339158212148126 C-104.68921676449673 -4.672843256366712, -104.6017142414479 -5.006528300585298, -104.45964813421489 -5.548287939305123 C-104.3103270020744 -5.998019398220723, -104.16100586993393 -6.447750857136324, -104.06575922997033 -6.734618561215485 C-103.92773385952113 -7.0755438947640235, -103.78970848907191 -7.416469228312563, -103.59667114880834 -7.893275190886676 C-103.39375675313448 -8.314631275175993, -103.19084235746062 -8.735987359465309, -103.0543114742735 -9.019496659696282 C-102.85887660388505 -9.366511061997562, -102.66344173349658 -9.713525464298844, -102.44090887860425 -10.108655082055243 C-102.29916369613564 -10.326413746237971, -102.15741851366703 -10.5441724104207, -101.75898396464063 -11.156274872382308 C-101.47704423856058 -11.534048420092141, -101.19510451248053 -11.911821967801973, -101.01133890812659 -12.158051136245302 C-100.74484371413527 -12.471091555113611, -100.47834852014397 -12.784131973981921, -100.20104594296866 -13.10986736009567 C-100.00637515029233 -13.310880936303306, -99.81170435761598 -13.51189451251094, -99.33143473676799 -14.007812326905677 C-98.98126171093612 -14.32583020389563, -98.63108868510425 -14.643848080885586, -98.4060787085019 -14.848196188198107 C-98.14646219031243 -15.055233452768501, -97.88684567212299 -15.262270717338893, -97.42878034457871 -15.627565626425149 C-97.18748766109364 -15.795880957032416, -96.94619497760857 -15.964196287639684, -96.40355557360571 -16.342718045390885 C-96.00681442801454 -16.583224859358022, -95.61007328242334 -16.823731673325163, -95.33461726407678 -16.99071473040609 C-95.01606613367045 -17.15690265109734, -94.6975150032641 -17.323090571788594, -94.2263579127924 -17.56889292409717 C-93.93658955964824 -17.697164778361294, -93.6468212065041 -17.825436632625415, -93.08333159514781 -18.07487676824742 C-92.6605372855839 -18.230468982434694, -92.23774297601999 -18.386061196621966, -91.91023525146062 -18.506587066708033 C-91.6103773817455 -18.595583308453403, -91.31051951203038 -18.684579550198773, -90.71188938623541 -18.862249829261067 C-90.3436406794086 -18.9463001935469, -89.97539197258179 -19.030350557832733, -89.49321825967677 -19.140403561325773 C-89.06381488168587 -19.20982616940641, -88.63441150369498 -19.279248777487048, -88.25922965284788 -19.3399052695533 C-87.81291237127151 -19.382960960931907, -87.36659508969512 -19.426016652310516, -87.0149942896239 -19.45993515863156 C-86.75579076693529 -19.468247311095134, -86.49658724424668 -19.476559463558704, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-37.49096836561515 -19.5, 10.783688268769694 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-41.60512440350045 -19.5, 2.5553761929991055 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.06606615356235 -19.490365436978486, 86.36650730712469 -19.48073087395697, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.12913004180538 -19.488343100828942, 86.49263508361076 -19.476686201657884, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.44081493412563 -19.41885675318073, 87.86663557862735 -19.377778347729897, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.35816693728876 -19.426829706036823, 87.70133958495363 -19.393724253442084, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.63378692114246 -19.279349755150427, 89.00834418943707 -19.218794240747552, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.60407975857869 -19.28415257881125, 88.94892986430952 -19.2283998880692, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.74636358979666 -19.08262479165357, 89.99950891991656 -19.024846021981357, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.79841103472975 -19.070745301988907, 90.10360380978274 -19.001087042652042, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.02984526671457 -18.767882192919327, 91.34780114719375 -18.67351455657758, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.02089677061147 -18.770538059591114, 91.32990415498755 -18.678826289921155, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.35732603738029 -18.342053524627676, 92.80441682329997 -18.177519982547313, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.21532165631919 -18.39431244953227, 92.52040806117778 -18.282037832356497, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.35944318274605 -17.952650358976914, 93.6355547703443 -17.8304239497064, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.51982010272391 -17.881656253915015, 93.95630861030003 -17.688435739582605, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.49930295193397 -17.42649767200665, 94.77224799107555 -17.284102419916128, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.64971616576975 -17.348027194692786, 95.07307441874711 -17.127161465288395, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.65447332798684 -16.796816104780948, 95.97432939189689 -16.6029174791558, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.58633097031549 -16.838124402450266, 95.83804467655419 -16.685534074494434, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.67423522611229 -16.153903637335603, 96.94491487861886 -15.965089229280315, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.67486404779132 -16.15346499855356, 96.94617252197695 -15.964211951716225, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.69449146915038 -15.415668075449236, 97.96020259372203 -15.20377052447332, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.65576877049033 -15.44654839717633, 97.88275719640195 -15.265531167927508, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.75502459366494 -14.531292767895208, 99.10397047882803 -14.214389347592292, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.6506164228878 -14.626113506106194, 98.89515413727374 -14.404030824014265, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.51028767946755 -13.823131979468705, 99.68914062216712 -13.638451632031721, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.62301079268252 -13.70673611033454, 99.91458684859705 -13.405659893763396, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.46411954898286 -12.800846133159135, 100.72719315499708 -12.49182490622259, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.45310393082529 -12.813785705053457, 100.70516191868192 -12.517704050011233, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.16761633177005 -11.948653625729227, 101.32389375541352 -11.73925611521315, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.18907190884572 -11.919905107091115, 101.36680490956486 -11.681759077936926, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.92380608175198 -10.903063839563723, 102.08862819886333 -10.649852806745132, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.96369288171272 -10.84178700371854, 102.16840179878481 -10.527299135054768, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.56582205192579 -9.886859093992458, 102.69073522524732 -9.665063105929676, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.65003656996554 -9.73732768956822, 102.85916426132682 -9.3660002970812, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.18115520095296 -8.756102947225429, 103.30799892763241 -8.492709234754573, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.21711873822736 -8.681423892578708, 103.37992600218121 -8.34335112546113, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.70403860035131 -7.628075509767078, 103.8114060518943 -7.362875828647472, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.78155169942059 -7.436616656452163, 103.96643225003282 -6.97995812201764, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.21644659043504 -6.280772240266217, 104.36713395089976 -5.826925919316927, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.15341333093816 -6.47061837488477, 104.241067431906 -6.206618188554032, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.52571401692046 -5.296350095414081, 104.59177989962605 -5.044412251523024, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.56563445209468 -5.144116174468743, 104.67162076997447 -4.739944409632347, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.84252381552031 -4.001265868789676, 104.90832834349507 -3.663373525431218, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.87096388916589 -3.8552321014313016, 104.96520849078624 -3.37130599071447, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.07127066893123 -2.680968411726614, 105.12687156128068 -2.2497388703023256, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.06516379143669 -2.728332147634954, 105.11465780629159 -2.344466342119006, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.19518141979772 -1.5661707361666997, 105.21484513708609 -1.2598924671336014, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.1935818515213 -1.5910853032203947, 105.21164600053322 -1.3097216012409914, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.18634558334219603, 105.25560621591342 0.25231459596288364, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.3207577185390162, 105.25560621591342 -0.016509674430756682, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.22522625990476 1.0981980997412306, 105.1948463038961 1.57139043683519, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23039827883082 1.0176397301893103, 105.20519034174822 1.4102736977313493, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.12410467683037 2.2711982797158443, 105.07269165115136 2.6699475542319044, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.12859376919599 2.2363817657995906, 105.08166983588262 2.600314526399396, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.94849523223554 3.4571250410238132, 104.88132068788931 3.8020521288967384, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.9650762219424 3.37198516327254, 104.91448266730302 3.6317723733941913, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.67058910877222 4.743878580921325, 104.56445892999888 5.14859894969452, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.70716259001308 4.604408045902849, 104.63760589248062 4.869657879657569, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.36514944368187 5.832902938868895, 104.27065075314887 6.117517938432665, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.3102791047385 5.998163657365104, 104.1609100752621 6.448039375425082, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.89801170937147 7.1489581802723245, 103.73026418877264 7.563297799329154, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.93565109758391 7.055988163679556, 103.80554296519749 7.377357766143619, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.4743476650692 8.147282522174258, 103.35202418133008 8.40128985346184, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.47525600109495 8.14539634298152, 103.35384085338157 8.397517495076361, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.8978361988837 9.297334355990673, 102.74136092349389 9.575172052285062, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.91254016748324 9.271225970803894, 102.770768860693 9.522955281911504, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.19783690224344 10.48207891171031, 101.95476492588263 10.855502741365385, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.22226790293972 10.444546333998563, 102.00362692727519 10.78043758594189, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.50968936772286 11.49030692104716, 101.26039477080505 11.824338969712018, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.51426444273824 11.484176737324441, 101.26954492083584 11.812078602266581, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.7122707989612 12.509353554728458, 100.41320268979582 12.860655973211612, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.75494698286157 12.459223680775432, 100.49855505759655 12.760396225305561, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.96824715341022 13.350251223450835, 99.73544836385179 13.590635086806, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.97258595507341 13.34577105451135, 99.74412596717816 13.581674748927027, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.13308871010561 14.187944940372168, 98.93474268344323 14.368077553838651, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.0600060858196 14.254316646088457, 98.7885774348712 14.50082096527123, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.08867959758517 15.101313532809133, 97.77128048666845 15.354430877420153, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.02067404996205 15.155546147334936, 97.63526939142223 15.462896106471762, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.03544700078287 15.901937939931114, 96.64211365698701 16.176310253437077, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.13221971754922 15.83443348193829, 96.83565909051974 16.04130133745143, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.1497543205025 16.496573856523767, 95.89595306739929 16.650429667656645, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C95.97913593250799 16.60000372599098, 95.55471629141029 16.857289406591068, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C95.01073230349431 17.159685306883752, 94.68684734291183 17.328655883361407, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.09226113625049 17.117151767056562, 94.84990500842419 17.24358880370703, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.85002499774514 17.7354843420693, 93.47369208269791 17.902075760041427, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.80946690055414 17.753438208582548, 93.39257588831589 17.93798349306793, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.82161655647214 18.17119032174736, 92.55990151779648 18.2675038752473, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.71558309376336 18.21021161618678, 92.3478345923789 18.34554646412614, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.6311422619162 18.589420401015822, 91.35204927237176 18.67225373532361, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.4855793465019 18.632622710235452, 91.06092344154317 18.758658353762872, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.30603080536325 18.954884401870387, 89.9001722244911 19.047518974479704, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.31249874072172 18.95340813783204, 89.91310809520803 19.04456644640301, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.0851505185288 19.206376789101977, 88.67708277738086 19.272350016878182, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.22994642774799 19.18296730940847, 88.96667459581921 19.225531057491164, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.82867262488051 19.381440588220723, 87.39811559691316 19.422975906888148, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.96140202755934 19.36863634237476, 87.6635744022708 19.39736741519622, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.53835650002232 19.475220004824905, 86.06171871042073 19.49050485101825, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.61434174103027 19.47278330604208, 86.21368919243663 19.4856314534526, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C38.25732206334533 19.5, -9.250980873309345 19.5, -85.765625 19.5 M85.765625 19.5 C49.348203724306714 19.5, 12.930782448613428 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.15187167456756 19.487613820930164, -86.5381183491351 19.475227641860325, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.10406562800272 19.489146867794673, -86.44250625600543 19.478293735589347, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.27073691033249 19.435263975587304, -87.52647953104106 19.410592792543046, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.28006704290871 19.4343639089188, -87.54513979619352 19.408792659206043, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.5772779733473 19.288485683596516, -88.89532629384671 19.23706609763973, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.5777341237587 19.288411936735496, -88.89623859466954 19.236918603917694, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.74439118123249 19.083074981037168, -89.99556410278821 19.025746400748567, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.93959610185284 19.038520731736725, -90.38597394402893 18.936637902147677, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.18414285278247 18.72208747929893, -91.65639631932956 18.58192512933679, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.07105898499337 18.7556501776694, -91.43022858375137 18.649050526077723, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.23891977897563 18.385628122256048, -92.56760430649065 18.26466917780405, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.26556851552584 18.375821140867345, -92.6209017795911 18.245055215026646, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.3534023670834 17.955324448876336, -93.62347313901901 17.83577212950525, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.46718739930363 17.9049551904255, -93.85104320345945 17.735033612603576, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.66339040483325 17.340893352932124, -95.10042289687412 17.112893781767074, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.52491492261127 17.413135923309547, -94.82347193243018 17.25737892252192, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.56658155649805 16.850096613166833, -95.79854584891932 16.709478495927566, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.57408533093997 16.845547781003074, -95.81355339780313 16.700380831600047, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.75118708533223 16.10022535153606, -97.09881859705878 15.857732657681218, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.81238971335819 16.057533047644224, -97.22122385311069 15.772348049897545, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.71644797745964 15.398158344359828, -98.00411561034055 15.1687510622945, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.68562473191486 15.42273906244078, -97.94246911925099 15.217912498456402, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.64518080389463 14.631049991457187, -98.8842828992874 14.413903794716251, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.59765767165013 14.674209242768468, -98.7892366347984 14.50022229733881, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.56326578946877 13.768427731308723, -99.79509684216956 13.529043135711749, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.67463114208277 13.653433861469274, -100.01782754739756 13.299055396032854, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.39677533928104 12.879952473868997, -100.59250473559341 12.650037587642315, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.3819687370175 12.89734515140728, -100.56289153106634 12.684822942718881, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.1634612702806 11.954221029591203, -101.31558363243462 11.750390922937099, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.24669676508775 11.842693049459193, -101.48205462204893 11.527334962673077, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.90551652704328 10.931161507029413, -102.0520490894459 10.70604814167651, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.95080845079717 10.861580949558983, -102.14263293695369 10.56688702673565, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.67965265004027 9.684741340442244, -102.91839642147629 9.260827598829241, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.65958977974563 9.720364998236288, -102.87827068088701 9.332074914417326, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.16311539649189 8.793562987178818, -103.27191931871027 8.56762931466135, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.19028746522694 8.737139605061337, -103.32626345618038 8.454782550426385, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.7216620123892 7.584545341308002, -103.84665287597007 7.275815491729317, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.73020630779432 7.5634407664646455, -103.86374146678031 7.233606342042605, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.17222643839949 6.41395629267288, -104.27869364682866 6.09329402413025, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.19017672726507 6.359892882599902, -104.31459422455981 5.985167203984295, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.55791714019139 5.173545629460113, -104.6561861461679 4.798803319615094, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.56818551109417 5.134387880867735, -104.67672288797344 4.720487822430337, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.86531941801127 3.8842152678509114, -104.95391954847697 3.429272323553687, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.86691319885847 3.876031540046271, -104.95710711017136 3.4129048679444067, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.07227847076334 2.6731520997297484, -105.1288871649449 2.234106246308593, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.06291006367798 2.7458116150826575, -105.11015035077416 2.379425277014411, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.20632723960647 1.3925655959017713, -105.23713677670357 0.9126821866037335, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.20307558460291 1.443212747270753, -105.23063346669646 1.013976489341697, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.1800604184096128, -105.25560621591342 -0.26488492582805256, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.1816905913413236, -105.25560621591342 -0.26162457996463095, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.23369011480656 -0.9663667277448278, -105.21177401369972 -1.3077276928423869, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.2357682632153 -0.9339978888275694, -105.2159303105172 -1.24299001500787, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.13725613936221 -2.1691981333689143, -105.09899457621505 -2.465947261538046, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.1272498139027 -2.246805217660383, -105.07898192529603 -2.6211614301209845, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.96307318502213 -3.382270334516111, -104.91047659346249 -3.652342715881326, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.9326235101432 -3.5386229794783737, -104.84957724370462 -3.9650480058058517, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.70505975839599 -4.612427054231863, -104.6334002292464 -4.885695896315599, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.6589738178482 -4.788172719313532, -104.54122834815084 -5.2371872264789365, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.36417821078892 -5.8358281375975505, -104.26870828736294 -6.123368335889979, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.34482038719037 -5.894130818026037, -104.22999264016585 -6.239973696746952, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.93073016463586 -7.068142963200993, -103.7957010993014 -7.401667365186501, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.89522094875892 -7.1558514129410336, -103.72468266754751 -7.577084264666582, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.47239759030013 -8.151331894157144, -103.34812403179194 -8.409388597427611, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.41754485945502 -8.26523476341745, -103.2384185701017 -8.637194335948223, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.8325044036413 -9.413337574005189, -102.61069733300909 -9.807178488314095, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.91415000797768 -9.268367535991993, -102.77398854168187 -9.517238412287705, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.17113924709244 -10.523093679346445, -101.90136961558065 -10.937532276637647, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.29993234894619 -10.32523288910879, -102.15895581928812 -10.541810696162337, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.52076540487977 -11.475466040304628, -101.2825468451189 -11.79465720822695, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.56238077671786 -11.419705233279949, -101.36577758879508 -11.683135594177589, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.71736290988157 -12.503372071492077, -100.42338691163654 -12.848693006738852, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.73811829307667 -12.478991617376352, -100.46489767802674 -12.799932098507401, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-100.00403415341826 -13.3132982077752, -99.80702236386784 -13.516729055454729, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-99.91909159478831 -13.401008373474372, -99.63713724660796 -13.692149386853073, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.00003674965872 -14.308779210488066, -98.66863876254946 -14.609746094070454, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-98.96339664018407 -14.342054788468765, -98.59535854360017 -14.676297250031855, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.18117182351016 -15.027553443955451, -97.95626493851842 -15.206910699712795, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.06169627591575 -15.122832013784139, -97.71731384332962 -15.39746783937017, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.13120933197555 -15.8351382831756, -96.83363831937238 -16.04271093992605, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.12264479068108 -15.841112536429602, -96.81650923678345 -16.054659446434055, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.05137720255216 -16.55621064355338, -95.6991988314986 -16.769703241715877, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.08957604433228 -16.533054281184967, -95.77559651505884 -16.723390516979045, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.11219083167701 -17.106754457718118, -94.88976439927725 -17.22279418503015, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-94.95000579094692 -17.19136628958254, -94.56539431781704 -17.39201784875899, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.9382867217434 -17.696413495046293, -93.65021553069441 -17.823934065995417, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.92576174797492 -17.70195792939346, -93.62516558315743 -17.835022934689746, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.79830062172488 -18.179770801264496, -92.51326964830193 -18.284664834281575, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.7042166114583 -18.21439458674565, -92.32510162776879 -18.353912405243882, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.55220117836087 -18.612849700244837, -91.19416710526113 -18.71911233378164, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.5313954921702 -18.619024718694952, -91.15255573287979 -18.73146237068187, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.3656025631273 -18.94128753690279, -90.01931574001918 -19.020325244544516, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.23696446247543 -18.970648343934524, -89.76203953871544 -19.07904685860798, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.1765711629759 -19.191596608285458, -88.85992406627504 -19.242789655245144, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.1186434243433 -19.200961915831254, -88.74406858900986 -19.261520270336735, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.93959267293755 -19.370740264585535, -87.61995569302724 -19.401575259617776, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.82993030495771 -19.38131926133626, -87.40063095706756 -19.42273325311922, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.66267137938122 -19.471233468608098, -86.31034846913856 -19.48253177858464, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.62979327038651 -19.472287805570204, -86.24459225114911 -19.484640452508845, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 136)\"><rect class=\"basic label-container\" style=\"\" x=\"-113.3359375\" y=\"-39\" width=\"226.671875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-83.3359375, -24)\"><rect></rect><foreignObject width=\"166.671875\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>identityReference only</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 264)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Collect email from user in your UX</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 404)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /verifications/otp<br>identityReference + email → OTP sent</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 532)\"><rect class=\"basic label-container\" style=\"\" x=\"-110.6875\" y=\"-27\" width=\"221.375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-80.6875, -12)\"><rect></rect><foreignObject width=\"161.375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User enters OTP code</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 684)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-75\" width=\"260\" height=\"150\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -60)\"><rect></rect><foreignObject width=\"200\" height=\"120\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /verifications/otp/verify<br>Email bound — merge triggered if email already on another record</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 836)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.6484375\" y=\"-27\" width=\"175.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.6484375, -12)\"><rect></rect><foreignObject width=\"115.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>POST /eligibility</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-flowchart-H-13\" data-look=\"classic\" transform=\"translate(138, 932.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-39.49991211094019 -19.5, -10.820136721880381 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.6593164118006 -19.484619234339597, 69.1389453236012 -19.469238468679194, 69.4290567896239 -19.45993515863156 C69.73078668708426 -19.43082763830685, 70.03251658454462 -19.401720117982144, 70.67329215284786 -19.3399052695533 C71.09390037199064 -19.27190459454775, 71.51450859113343 -19.2039039195422, 71.90728075967675 -19.140403561325776 C72.17827011362122 -19.078552009658747, 72.4492594675657 -19.016700457991718, 73.12595188623538 -18.862249829261074 C73.52649581169374 -18.743370494683006, 73.92703973715209 -18.624491160104938, 74.3242977514606 -18.50658706670804 C74.68619240190394 -18.373406490027417, 75.04808705234727 -18.240225913346794, 75.4973940951478 -18.074876768247425 C75.90467201479879 -17.89458691468816, 76.3119499344498 -17.71429706112889, 76.64042041279238 -17.568892924097174 C77.07625700077018 -17.34151725531581, 77.51209358874799 -17.11414158653445, 77.74867976407678 -16.990714730406097 C78.12420924814572 -16.763066550307297, 78.49973873221467 -16.5354183702085, 78.8176180736057 -16.342718045390892 C79.13800061350383 -16.119233054694572, 79.45838315340198 -15.895748063998251, 79.84284284457871 -15.627565626425154 C80.12850453946714 -15.399758026528588, 80.41416623435556 -15.17195042663202, 80.82014120850187 -14.848196188198123 C81.02784235813212 -14.659567499575205, 81.23554350776237 -14.470938810952287, 81.74549723676799 -14.007812326905688 C81.98072841391367 -13.764916823663967, 82.21595959105933 -13.522021320422246, 82.61510844296865 -13.10986736009568 C82.92403558195106 -12.74698396419476, 83.23296272093346 -12.384100568293837, 83.42540140812658 -12.158051136245305 C83.579917535978 -11.951013601633225, 83.73443366382944 -11.743976067021146, 84.17304646464063 -11.156274872382312 C84.32491461791132 -10.92296460664932, 84.47678277118202 -10.689654340916327, 84.85497137860425 -10.108655082055241 C85.08138158099858 -9.706640841185044, 85.30779178339291 -9.304626600314846, 85.4683739742735 -9.019496659696287 C85.617783497901 -8.709244587032101, 85.7671930215285 -8.398992514367915, 86.01073364880834 -7.893275190886684 C86.10672992243903 -7.6561625390572035, 86.2027261960697 -7.419049887227723, 86.47982172997033 -6.734618561215508 C86.59288528448519 -6.39408914924776, 86.70594883900006 -6.053559737280012, 86.87371063421489 -5.548287939305138 C86.96432352786623 -5.202741703936047, 87.05493642151757 -4.857195468566955, 87.19078178754556 -4.339158212148133 C87.27112734253299 -3.9266007683266926, 87.35147289752044 -3.514043324505252, 87.42973227658177 -3.1121979531509023 C87.48688462863623 -2.6689355966250052, 87.54403698069069 -2.225673240099108, 87.58958020250937 -1.872449005199798 C87.60636011731883 -1.6110882875390702, 87.62314003212828 -1.3497275698783424, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2703999806709829, 87.66966871591342 0.08420580130530986, 87.66966871591342 0.625005762647271 C87.64761772345972 0.9684677693544864, 87.625566731006 1.3119297760617017, 87.58958020250937 1.8724490051997846 C87.54828402017381 2.1927340405407385, 87.50698783783827 2.5130190758816924, 87.42973227658177 3.1121979531508885 C87.34063249981911 3.5697064755826724, 87.25153272305646 4.027214998014456, 87.19078178754556 4.339158212148129 C87.12666103216576 4.583678442522485, 87.06254027678595 4.828198672896842, 86.87371063421489 5.548287939305125 C86.76841148370946 5.865432203486221, 86.66311233320403 6.182576467667316, 86.47982172997033 6.734618561215495 C86.31662996672064 7.137705371540321, 86.15343820347096 7.5407921818651475, 86.01073364880834 7.893275190886679 C85.89482941156524 8.133952819475379, 85.77892517432214 8.374630448064078, 85.4683739742735 9.019496659696284 C85.2463623300673 9.413700815101144, 85.0243506858611 9.807904970506003, 84.85497137860425 10.108655082055236 C84.65418146836647 10.417122303820813, 84.45339155812871 10.725589525586388, 84.17304646464065 11.156274872382301 C83.93409593737208 11.476446810081319, 83.69514541010352 11.796618747780336, 83.42540140812659 12.158051136245302 C83.203886013934 12.41825572284692, 82.9823706197414 12.678460309448539, 82.61510844296866 13.10986736009567 C82.29004943813538 13.445517470426655, 81.9649904333021 13.78116758075764, 81.74549723676799 14.007812326905684 C81.46099739720614 14.266187553742494, 81.1764975576443 14.524562780579304, 80.8201412085019 14.848196188198111 C80.49970748403274 15.103733556362732, 80.1792737595636 15.359270924527351, 79.84284284457871 15.627565626425152 C79.45359461621486 15.899088340247554, 79.06434638785099 16.170611054069955, 78.8176180736057 16.34271804539089 C78.43732092764493 16.573256410146403, 78.05702378168417 16.803794774901917, 77.74867976407678 16.990714730406093 C77.5269664724957 17.106382412609804, 77.30525318091462 17.222050094813515, 76.64042041279238 17.56889292409717 C76.32687549891432 17.707689956491585, 76.01333058503624 17.846486988886, 75.4973940951478 18.07487676824742 C75.19936100691412 18.184555699705083, 74.90132791868044 18.294234631162745, 74.32429775146062 18.506587066708033 C73.98852849926507 18.6062416182709, 73.65275924706954 18.705896169833768, 73.12595188623541 18.86224982926107 C72.710339593333 18.95711062299237, 72.29472730043061 19.05197141672367, 71.90728075967677 19.140403561325773 C71.49846398043708 19.20649788777177, 71.08964720119741 19.27259221421777, 70.67329215284788 19.3399052695533 C70.17962988812117 19.38752827451575, 69.68596762339446 19.435151279478195, 69.4290567896239 19.45993515863156 C68.97590660869213 19.47446680293072, 68.52275642776036 19.488998447229886, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C37.63172851582768 19.5, 7.0837695316553635 19.5, -68.1796875 19.5 C-68.56503116249247 19.487642778769803, -68.95037482498495 19.475285557539607, -69.4290567896239 19.45993515863156 C-69.7272350154986 19.43117026379321, -70.02541324137329 19.40240536895486, -70.67329215284786 19.3399052695533 C-70.96508904169801 19.292729811482676, -71.25688593054814 19.245554353412057, -71.90728075967675 19.140403561325773 C-72.20135678719862 19.07328262706933, -72.49543281472049 19.006161692812885, -73.12595188623538 18.862249829261074 C-73.51355989152319 18.747209807887593, -73.901167896811 18.63216978651411, -74.32429775146059 18.506587066708043 C-74.74301596503989 18.352494893522124, -75.16173417861918 18.198402720336208, -75.4973940951478 18.074876768247425 C-75.81459637616811 17.934460727911077, -76.13179865718844 17.79404468757473, -76.64042041279238 17.568892924097174 C-77.03790838716597 17.361523702469672, -77.43539636153956 17.15415448084217, -77.74867976407678 16.990714730406097 C-78.06845428828521 16.796865534627255, -78.38822881249364 16.603016338848413, -78.81761807360569 16.3427180453909 C-79.13592161649079 16.120683273012546, -79.45422515937588 15.898648500634193, -79.84284284457871 15.627565626425156 C-80.09495002012227 15.426516862782865, -80.34705719566583 15.225468099140574, -80.82014120850187 14.848196188198125 C-81.08870596347992 14.60429278356108, -81.35727071845798 14.360389378924037, -81.74549723676797 14.007812326905697 C-82.05565973827885 13.687544079280759, -82.36582223978974 13.367275831655821, -82.61510844296865 13.109867360095677 C-82.89545513526535 12.780556183145276, -83.17580182756205 12.451245006194876, -83.42540140812658 12.158051136245307 C-83.57637608246561 11.955758826706779, -83.72735075680465 11.75346651716825, -84.17304646464063 11.156274872382316 C-84.3650999596838 10.861229130411612, -84.55715345472697 10.56618338844091, -84.85497137860425 10.108655082055249 C-85.01963596272785 9.81627643884657, -85.18430054685146 9.523897795637893, -85.4683739742735 9.019496659696289 C-85.67722853342963 8.585805698836904, -85.88608309258576 8.152114737977518, -86.01073364880834 7.893275190886686 C-86.11137604891731 7.644686516829086, -86.21201844902629 7.3960978427714865, -86.47982172997033 6.73461856121551 C-86.55864033071424 6.497229493813472, -86.63745893145814 6.259840426411434, -86.87371063421489 5.5482879393051325 C-86.94635122664972 5.271277877719201, -87.01899181908455 4.994267816133268, -87.19078178754556 4.339158212148136 C-87.25705236381425 3.998872809299675, -87.32332294008293 3.658587406451214, -87.42973227658177 3.112197953150904 C-87.48903420110935 2.652263937004604, -87.54833612563692 2.192329920858304, -87.58958020250937 1.872449005199809 C-87.62019893941978 1.395537462820552, -87.65081767633019 0.9186259204412947, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.30385749938525297, -87.66966871591342 -0.017290763876772197, -87.66966871591342 -0.6250057626472687 C-87.65210410848611 -0.898588701223427, -87.63453950105881 -1.1721716397995854, -87.58958020250937 -1.8724490051997822 C-87.55366049755779 -2.1510351436562285, -87.5177407926062 -2.4296212821126746, -87.42973227658177 -3.112197953150895 C-87.35682097662735 -3.486582068608156, -87.28390967667293 -3.8609661840654166, -87.19078178754556 -4.339158212148126 C-87.07148928198625 -4.7940722375447615, -86.95219677642693 -5.248986262941397, -86.87371063421489 -5.548287939305123 C-86.77647638551879 -5.8411420042041025, -86.6792421368227 -6.133996069103083, -86.47982172997033 -6.734618561215485 C-86.37943736747172 -6.9825698773866405, -86.27905300497314 -7.230521193557795, -86.01073364880834 -7.893275190886676 C-85.85829347586191 -8.209820471707125, -85.70585330291549 -8.526365752527576, -85.4683739742735 -9.019496659696282 C-85.26183022845544 -9.386235995218454, -85.05528648263737 -9.752975330740627, -84.85497137860425 -10.108655082055243 C-84.67124071020056 -10.390914727315819, -84.48751004179688 -10.673174372576394, -84.17304646464063 -11.156274872382308 C-83.93237526929171 -11.478752348552927, -83.69170407394277 -11.801229824723547, -83.42540140812659 -12.158051136245302 C-83.24378204157175 -12.371391578635341, -83.06216267501689 -12.584732021025383, -82.61510844296866 -13.10986736009567 C-82.40581100725899 -13.325984146104949, -82.19651357154932 -13.542100932114225, -81.74549723676799 -14.007812326905677 C-81.53112731846709 -14.202497414789331, -81.3167574001662 -14.397182502672983, -80.8201412085019 -14.848196188198107 C-80.43939061011247 -15.151834658214721, -80.05864001172304 -15.455473128231334, -79.84284284457871 -15.627565626425149 C-79.59924070810047 -15.797491931465844, -79.35563857162224 -15.967418236506541, -78.81761807360571 -16.342718045390885 C-78.41073997904161 -16.589369937396736, -78.00386188447749 -16.836021829402586, -77.74867976407678 -16.99071473040609 C-77.4076252547814 -17.16864264944966, -77.066570745486 -17.346570568493227, -76.6404204127924 -17.56889292409717 C-76.34320516139334 -17.70046129931435, -76.04598990999429 -17.83202967453153, -75.49739409514781 -18.07487676824742 C-75.149789711121 -18.20279839478899, -74.80218532709418 -18.33072002133056, -74.32429775146062 -18.506587066708033 C-74.013845546767 -18.598727651464223, -73.70339334207338 -18.690868236220414, -73.12595188623541 -18.862249829261067 C-72.79758214557549 -18.93719807975388, -72.46921240491555 -19.012146330246697, -71.90728075967677 -19.140403561325773 C-71.45283518314227 -19.213874797861788, -70.99838960660777 -19.287346034397807, -70.67329215284788 -19.3399052695533 C-70.31327537221014 -19.374635655397896, -69.9532585915724 -19.409366041242492, -69.4290567896239 -19.45993515863156 C-69.07840704767942 -19.471179813357402, -68.72775730573494 -19.48242446808324, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-33.82733188892519 -19.5, 0.5250237221496263 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-30.801626492378915 -19.5, 6.57643451524217 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.57319711494847 -19.487380912568604, 68.96670672989693 -19.474761825137207, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.52684104616804 -19.488867461467777, 68.87399459233608 -19.477734922935554, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.71308310728347 -19.432535481358563, 69.99710942494303 -19.405135804085567, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.83444737141564 -19.420827616759617, 70.23983795320738 -19.38172007488767, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C70.95300113034578 -19.294684091246953, 71.23271010784369 -19.249462912940608, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.95088427486112 -19.295026328025255, 71.22847639687437 -19.250147386497208, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.2303501992875 -19.06666506995974, 72.55341963889825 -18.992926578593703, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.25363239271786 -19.061351061239773, 72.59998402575897 -18.982298561153765, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.46400480571202 -18.761917497236393, 73.80205772518867 -18.66158516521171, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.52716131686559 -18.743172976241308, 73.92837074749579 -18.62409612322154, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.79022240908395 -18.335122485742325, 75.25614706670731 -18.16365790477661, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.69385231866646 -18.370587569851313, 75.06340688587233 -18.234588072994587, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.78772224040382 -17.946357110621015, 76.07805038565985 -17.817837452994606, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.79601341756074 -17.94268685244268, 76.09463273997369 -17.810496936637936, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C76.86907776356284 -17.449602530662244, 77.09773511433332 -17.330312137227313, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C76.92279653335753 -17.421577482868873, 77.20517265392269 -17.27426204164057, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.0783500911761 -16.7908666407606, 78.40802041827543 -16.59101855111511, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.03333366463838 -16.81815586307366, 78.31798756519997 -16.645596995741222, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.1250753623531 -16.12824915037222, 79.43253265110052 -15.913780255353545, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.03495473778027 -16.191113396815272, 79.25229140195482 -16.039508748239655, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.18330862010984 -15.356053230613869, 80.52377439564097 -15.084540834802585, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.2275882648902 -15.32074139223237, 80.61233368520168 -15.013917158039584, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.10783760142222 -14.586917936177288, 81.39553399434259 -14.325639684156453, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.03117654025607 -14.656539483587864, 81.24221187201026 -14.464882778977604, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C82.04335564448162 -13.700249066311297, 82.34121405219524 -13.392685805716908, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C81.94162416043108 -13.80529517590365, 82.13775108409418 -13.602778024901612, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.85574664178768 -12.827200039061445, 83.09638484060669 -12.544532718027208, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.77833004785428 -12.91813797542459, 82.94155165273992 -12.726408590753502, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.7122211426538 -11.773738821794183, 83.99904087718102 -11.389426507343062, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.63384788292758 -11.878751849876474, 83.84229435772859 -11.599452563507642, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.3929489415615 -10.81844561574873, 84.61285141848238 -10.48061635911515, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.37516145304275 -10.845771974722998, 84.57727644144487 -10.535269077063685, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.09401480290971 -9.684209276429403, 85.33305822721518 -9.259763470803565, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.06262185566946 -9.739950633135079, 85.27027233273468 -9.371246184214915, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.6847215324719 -8.57024632600113, 85.9010690906703 -8.120995992305973, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.66818094990681 -8.604593199609312, 85.86798792554012 -8.189689739522336, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.12701911271603 -7.6060478468082104, 86.2433045766237 -7.318820502729737, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.19480013188098 -7.438627419013922, 86.37886661495361 -6.98397964714116, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.62557344125969 -6.295637629193462, 86.77132515254907 -5.856656697171417, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.56659824336907 -6.473261528818297, 86.65337475676782 -6.211904496421084, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.96324230261732 -5.206864884416145, 87.05277397101973 -4.865441829527152, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.9786458130293 -5.148124623291555, 87.08358099184373 -4.747961307277973, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.24771932401622 -4.0467959961238975, 87.30465686048687 -3.754433780099661, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.25653025137288 -4.001553746337633, 87.32227871520018 -3.6639492805271328, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.48888566661452 -2.6534159412149676, 87.54803905664728 -2.194633929279033, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.47894199654459 -2.730537082677589, 87.52815171650742 -2.348876212204276, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.61751490739678 -1.437343428090284, 87.64544961228421 -1.0022378509807701, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61487852962456 -1.4784071399385943, 87.64017685673976 -1.0843652746773909, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.1476235698723114, 87.66966871591342 0.3297586229026529, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.14288944070703108, 87.66966871591342 0.33922688123321354, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64187150422002 1.0579697722773242, 87.61407429252662 1.4909337819073771, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.63881714019544 1.1055439573984458, 87.60796556447747 1.5860821521496202, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53354888100075 2.3070168701846026, 87.47751755949216 2.7415847351694205, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.5514708754529 2.1680174203119136, 87.51336154839643 2.463585835424042, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.34199061809494 3.5627328252746686, 87.25424895960812 4.013267697398449, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.35199515675598 3.511361633710255, 87.27425803693019 3.9105253142696217, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.1132971916819 4.634640558212589, 87.03581259581821 4.93012290427705, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.0700781182739 4.799453616382172, 86.94937444900224 5.259749020616216, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.7817397643292 5.825289545832676, 86.68976889444352 6.102291152360227, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.7619799897303 5.884802838632024, 86.65024934524573 6.221317737958923, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.37599903559472 6.99106262359849, 86.27217634121911 7.2475066859814845, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.29622953378708 7.188094835301731, 86.11263733760386 7.641571109387969, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.80246311406373 8.325753412559427, 85.59419257931913 8.758231634232175, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.85866160520747 8.209056043244368, 85.7065895616066 8.524836895602057, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.25418686295164 9.39980756464512, 85.03999975162978 9.780118469593953, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.29283832324043 9.331177983017614, 85.11730267220736 9.642859306338945, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.62541535153738 10.461314784054249, 84.3958593244705 10.813974486053263, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.6203604794963 10.469080424932542, 84.38574958038836 10.829505767809847, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.89475923387589 11.52915440911881, 83.61647200311113 11.902033945855319, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.9941593273279 11.3959673394279, 83.81527219001518 11.635659806473496, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.12251537980897 12.513838299810422, 82.81962935149136 12.86962546337554, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.14975104740648 12.481845734896998, 82.87410068668638 12.805640333548695, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.33055080212317 13.403696486885439, 82.04599316127768 13.697525613675207, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.30198789080514 13.433190037879934, 81.98886733864163 13.756512715664197, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.4652515310439 14.262324061949249, 81.18500582531982 14.516835796992815, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.55019155574566 14.185183778905015, 81.35488587472334 14.362555230904347, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.62219564040812 15.006052511200098, 80.42425007231436 15.163908834202084, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.4325632596778 15.157279288502943, 80.04498531085372 15.466362388807777, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.593066518776 15.801798778662253, 79.34329019297329 15.976031930899353, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.58594809486264 15.8067642830326, 79.32905334514658 15.985962939640046, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.45960959840251 16.559744886950398, 78.1016011231993 16.776771728509903, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.44741262132732 16.567138766130768, 78.07720716904893 16.791559486870646, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.36101988133889 17.192956642922447, 76.973359998601 17.395198555438796, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.36444154994948 17.191171560599987, 76.98020333582217 17.391628390793883, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.40635235061974 17.67250791183863, 76.17228428844712 17.776122899580088, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.26426985276304 17.735403618912247, 75.88811929273369 17.901914313727325, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.25619281363977 18.16364106948258, 75.01499153213175 18.252405370717735, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.09446014796154 18.223160185492542, 74.69152620077529 18.371443602737664, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C74.01307515256674 18.59895630041898, 73.70185255367285 18.691325534129927, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.96136656344329 18.614303138246893, 73.59843537542598 18.722019209785756, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.66767115619642 18.96684941533122, 72.20939042615743 19.071449001401376, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.85947813342727 18.92307072443578, 72.59300438061913 18.983891619610493, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.52879043313185 19.201594942085237, 71.15030010658693 19.2627863228447, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.58078455925316 19.193188934994414, 71.25428835882956 19.24597430866305, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.3075059129951 19.37519222818958, 69.94171967314232 19.410479186825864, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.38860279824912 19.367368909202398, 70.10391344365037 19.394832548851497, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C68.96003475430605 19.474975782408194, 68.4910127189882 19.490016406184825, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.06053325739418 19.471752991022626, 68.69200972516445 19.483570823413693, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C25.331736218453905 19.5, -17.51621506309219 19.5, -68.1796875 19.5 M68.1796875 19.5 C31.537565742326052 19.5, -5.104556015347896 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.48633091296185 19.49016654259151, -68.7929743259237 19.480333085183016, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.60032875800415 19.486510853584345, -69.0209700160083 19.473021707168694, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.80350645128124 19.423812450113083, -70.17795611293856 19.387689741594603, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.89957790343892 19.414544552666253, -70.37009901725395 19.36915394670095, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-70.95087884341982 19.295027206138563, -71.22846553399175 19.250149142723828, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-70.97463985166569 19.291185710594743, -71.27598755048349 19.242466151636183, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.19897121197597 19.073827119046566, -72.4906616642752 19.007250676767356, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.16744023194144 19.081023859480574, -72.42759970420613 19.02164415763537, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.40702178284543 18.778829759313208, -73.68809167945548 18.695409689365338, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.47801537613476 18.75775923347791, -73.83007886603414 18.653268637694744, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.67506372516993 18.37750194593789, -75.02582969887928 18.248416825167734, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.76620943365377 18.343959482674144, -75.20812111584695 18.181331898640245, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.79287785751453 17.944074871862053, -76.08836161988125 17.813272975476686, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.75522045196713 17.96074468823064, -76.01304680878647 17.846612608213853, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.98652856204214 17.388328524326425, -77.3326367112919 17.207764124555677, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-77.02638412084806 17.367535904826077, -77.41234782890375 17.166178885554984, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-78.10077453303144 16.777272812327254, -78.45286930198608 16.563830894248408, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-78.1279220401329 16.760815833985887, -78.507164316189 16.530916937565678, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.0239067690986 16.198819981508745, -79.2301954645915 16.05492191762659, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.03733314744608 16.1894543211921, -79.25704822128647 16.036190596993293, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.07283692647432 15.444151466512963, -80.30283100836994 15.26073730660077, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.22850568948482 15.320009770531856, -80.61416853439091 15.012453914638558, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.05731783333717 14.632798652872323, -81.29449445817247 14.417401117546522, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.0996957334147 14.59431216527969, -81.37925025832754 14.340428142361255, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.98623102522724 13.759234925709903, -82.2269648136865 13.51065752451411, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-82.03865023977033 13.705107782996604, -82.3318032427727 13.402403239087512, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.78162250229626 12.914270471091081, -82.94813656162387 12.718673582086486, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.84131886673006 12.844147724607772, -83.06752929049146 12.578428089119868, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.6337835065807 11.878838108316495, -83.84216560503481 11.599625080387684, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.65640290272155 11.848530178157118, -83.88740439731654 11.539009220068928, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.38872230511842 10.824938864336112, -84.6043981455962 10.493602856289908, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.41977557512007 10.777232702643012, -84.66650468559952 10.39819053290371, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-85.07980120738756 9.709446954561594, -85.30463103617087 9.310238827067938, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.00549667835772 9.841382170003541, -85.15602197811118 9.574109257951834, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.6156879628096 8.713596010486658, -85.76300195134571 8.407695361277026, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.63989440412091 8.663330817168875, -85.8114148339683 8.30716497464146, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.18973282344705 7.451143768815488, -86.36873199808574 7.00901234674429, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.18880937424477 7.453424706198781, -86.36688509968118 7.013574221510877, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.59375013607621 6.391484354050989, -86.70767854218211 6.048350146886468, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.59887331595544 6.376054152522629, -86.71792490194055 6.017489743829748, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.985693357824 5.121249280564136, -87.09767608143312 4.69421062182314, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.95820697954615 5.226066753609333, -87.0427033248774 4.9038455679135335, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.2470182570198 4.050395826979895, -87.30325472649406 3.7616334418116555, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.26773860208206 3.9440012343316737, -87.34469541661858 3.5488442565152116, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.4644963068264 2.8425749995077716, -87.49926033707105 2.5729520458646387, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.47396841803969 2.7691111754174758, -87.5182045594976 2.426024397684048, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.60732425849447 1.5960710104875244, -87.62506831447959 1.3196930157752398, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61207479378312 1.5220775888037146, -87.63456938505689 1.1717061724076203, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.31049349532470377, -87.66966871591342 -0.004018771997870596, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.21211516441220596, -87.66966871591342 -0.20077543382286622, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.64293564271064 -1.0413949563288645, -87.61620256950786 -1.4577841500104602, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.65252485476056 -0.892035238378618, -87.63538099360771 -1.1590647141099673, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.54277328826625 -2.235474188998711, -87.49596637402314 -2.5984993727976398, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.53351282011893 -2.307296551263069, -87.47744543772849 -2.742144097326356, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.33767220070158 -3.5849069858918265, -87.24561212482136 -4.057616018632758, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.33874445515629 -3.5794011858879364, -87.24775663373079 -4.046604418624978, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.0850441769234 -4.742381548420759, -86.97930656630123 -5.145604884693394, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.11968321155106 -4.610287896732908, -87.04858463555657 -4.88141758131769, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.76222726508924 -5.884058084648884, -86.65074389596359 -6.219828229992645, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.78096907226801 -5.827610747527877, -86.68822751032114 -6.10693355575063, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.33886207536227 -7.0827916333669, -86.19790242075422 -7.430964705518314, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.35711840372403 -7.03769814935126, -86.23441507747773 -7.340777737487036, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.81158212420947 -8.306817592876254, -85.61243059961059 -8.720359994865829, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.80624056172321 -8.317909461670068, -85.60174747463809 -8.74254373245346, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.29673137773399 -9.324265470549776, -85.12508878119449 -9.62903428140327, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.25745671796724 -9.394001605956197, -85.04653946166098 -9.768506552216111, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.69731021898305 -10.350864961182625, -84.53964905936186 -10.593074840310006, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.67210231185035 -10.389591075809312, -84.48923324509644 -10.670527069563382, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.9724642545091 -11.425036760543302, -83.77188204437758 -11.693798648704293, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.8919708862158 -11.53289054095961, -83.61089530779098 -11.909506209536913, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.23759291119862 -12.378661683343111, -83.04978441427065 -12.599272230440922, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.11483159675907 -12.522864108600478, -82.80426178539155 -12.887677080955653, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.36720215803862 -13.365850952770453, -82.11929587310857 -13.621834545445235, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.35236215429249 -13.381174475025293, -82.08961586561632 -13.652481589954915, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.48758458021747 -14.242041777589913, -81.22967192366696 -14.476271228274149, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.41281121304276 -14.309948971263111, -81.08012518931751 -14.612085615620543, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.46913656427083 -15.128113051346519, -80.11813192003976 -15.40802991449493, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.51931245325235 -15.088099115120235, -80.21848369800281 -15.32800204204236, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.59269242750511 -15.802059728538673, -79.3425420104315 -15.976553830652197, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.459013150629 -15.895308605204814, -79.0751834566793 -16.16305158398448, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.47045040987503 -16.553173123328076, -78.12328274614434 -16.763628201265266, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.51386931304738 -16.526852329067196, -78.21012055248904 -16.71098661274351, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.40947404803345 -17.16767813519427, -77.07026833199012 -17.344641539982447, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.4664809942075 -17.13793764788996, -77.18428222433822 -17.285160565373825, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.24622836729309 -17.74339004934815, -75.85203632179378 -17.91788717459913, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.34811922954799 -17.698285987112943, -76.05581804630359 -17.82767905012871, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.06274625459743 -18.234831191410553, -74.62809841404705 -18.39478561457369, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.12649414415807 -18.211371378773208, -74.75559419316832 -18.347865989298995, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-73.92061647674352 -18.626397550077815, -73.51693520202643 -18.746208033447598, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-73.85102417295882 -18.64705218054366, -73.37775059445701 -18.78751729437929, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.79459187368546 -18.93788058979943, -72.46323186113551 -19.013511350337797, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.87987329806872 -18.91841566119726, -72.63379470990202 -18.974581493133446, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.46371973016181 -19.21211506871059, -71.02015870064686 -19.283826576095414, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.65405958182154 -19.181342397601842, -71.40083840396633 -19.22228123387791, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.18319738108677 -19.387184122759894, -69.69310260932566 -19.43446297596649, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.2720721124552 -19.378610484312283, -69.87085207206252 -19.41731569907127, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.16719084811405 -19.468332689684647, -68.90532490660419 -19.476730220737732, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-68.98961759386364 -19.474027118323086, -68.55017839810338 -19.48811907801461, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-76d738da412e8fb16a1ce7c0d632efe0263eb99baee6a9ab6d1994170d31e140-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nidentityReference only\"]\n    B --> C[Collect email from user in your UX]\n    C --> D[\"POST /verifications/otp\\nidentityReference + email → OTP sent\"]\n    D --> E[User enters OTP code]\n    E --> F[\"POST /verifications/otp/verify\\nEmail bound — merge triggered if email already on another record\"]\n    F --> G[POST /eligibility]\n    G --> H([Proceed to payment])\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/native-api/docs/how-it-works/otp-verification"},"children":["OTP Email Verification"]}," for the endpoint reference."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sumsub token sharing at onboarding"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your platform runs Sumsub KYC when users sign up, share the verification token with Banxa at that point — not at transaction time. The user arrives at their first transaction already verified."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([User completes KYC\\nat onboarding]) --> B[\"POST /identities/share/token\\nidentityReference + email + Sumsub token\"]\n    B --> C[\"Poll GET /identities/{ref}\\nor receive KYC webhook\\nuntil kyc.status = VERIFIED\"]\n    C --> D([\"Transaction time:\\nPOST /eligibility → likely paymentReady: true\"])\n","diagramHtml":"<svg id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 544\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .error-icon{fill:#552222;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .error-text{fill:#552222;stroke:#552222;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-thickness-normal{stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-thickness-thick{stroke-width:3.5px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-pattern-solid{stroke-dasharray:0;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .marker{fill:#333333;stroke:#333333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .marker.cross{stroke:#333333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 p{margin:0;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster-label text{fill:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster-label span{color:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster-label span p{background-color:transparent;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .label text,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 span{fill:#333;color:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node rect,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node circle,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node ellipse,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node polygon,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .rough-node .label text,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node .label text,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .image-shape .label,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .icon-shape .label{text-anchor:middle;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .rough-node .label,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node .label,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .image-shape .label,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .icon-shape .label{text-align:center;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node.clickable{cursor:pointer;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .arrowheadPath{fill:#333333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .flowchart-link{stroke:#333333;fill:none;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster text{fill:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .cluster span{color:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 rect.text{fill:none;stroke-width:0;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .icon-shape,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .icon-shape p,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .icon-shape .label rect,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 .node .neo-node{stroke:#9370DB;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node rect,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].cluster rect,#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,71.5L138.417,75.583C138.333,79.667,138.167,87.833,138.083,95.417C138,103,138,110,138,113.5L138,117\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjcxLjV9LHsieCI6MTM4LCJ5Ijo5Nn0seyJ4IjoxMzgsInkiOjEyMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointEnd)\"></path><path d=\"M138,247L138,251.167C138,255.333,138,263.667,138,271.333C138,279,138,286,138,289.5L138,293\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoyNDd9LHsieCI6MTM4LCJ5IjoyNzJ9LHsieCI6MTM4LCJ5IjoyOTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointEnd)\"></path><path d=\"M138,399L138,403.167C138,407.333,138,415.667,138.07,423.417C138.141,431.167,138.281,438.334,138.351,441.917L138.422,445.501\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozOTl9LHsieCI6MTM4LCJ5Ijo0MjR9LHsieCI6MTM4LjUsInkiOjQ0OS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 39.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-58.328125 -31.5 C-23.983514340816697 -31.5, 10.361096318366606 -31.5, 58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 C58.85378985686641 -31.483142951184867, 59.379454713732834 -31.466285902369734, 60.34633692939246 -31.435279871635593 C61.09587460952569 -31.36297287308409, 61.84541228965892 -31.290665874532582, 62.35625559306194 -31.241385435432253 C63.00885901062713 -31.135877575895403, 63.661462428192316 -31.030369716358553, 64.34962180409322 -30.91911344521856 C64.80812355991752 -30.814463411455236, 65.26662531574183 -30.709813377691912, 66.31824439314947 -30.469788185729428 C66.86176753633535 -30.30847336984306, 67.40529067952123 -30.14715855395669, 68.25403386774406 -29.895256030836062 C68.67546556187628 -29.74016527172353, 69.09689725600849 -29.585074512610998, 70.14903565370028 -29.197877856399685 C70.82735986153826 -28.897603851362515, 71.50568406937623 -28.59732984632534, 71.99546278220308 -28.380519338926202 C72.37407414849366 -28.182998031644562, 72.75268551478423 -27.98547672436292, 73.78572788812403 -27.44653917988677 C74.37907454230431 -27.08684895123071, 74.97242119648458 -26.727158722574647, 75.51247438813228 -26.399775304092984 C75.97039820876229 -26.080347470024183, 76.42832202939232 -25.760919635955382, 77.1686067104733 -25.244529088840633 C77.6446073229045 -24.864931267335017, 78.12060793533571 -24.485333445829404, 78.74731945219533 -23.985547688627737 C79.27804583739623 -23.503556027838933, 79.80877222259714 -23.02156436705013, 80.24212534400982 -22.62800452807842 C80.70861385261969 -22.146316843519898, 81.17510236122956 -21.66462915896138, 81.64688190787243 -21.177478043231485 C82.02062349499998 -20.738459908492697, 82.39436508212754 -20.299441773753905, 82.95581669774293 -19.63992875855011 C83.25058608981797 -19.24496462721362, 83.545355481893 -18.850000495877133, 84.1635510198041 -18.02167479384835 C84.46354054367885 -17.560810326710335, 84.76353006755359 -17.09994585957232, 85.2651220346684 -16.329365901781543 C85.60680788311814 -15.722668078415047, 85.94849373156788 -15.11597025504855, 86.2560031507495 -14.56995614258631 C86.56767326690071 -13.922766477726157, 86.8793433830519 -13.275576812866003, 87.13212262499809 -12.750675308355413 C87.28737744938282 -12.367192890477302, 87.44263227376754 -11.983710472599189, 87.88988029456745 -10.878999214271206 C88.05819416212375 -10.372064662364574, 88.22650802968006 -9.86513011045794, 88.52616237065482 -8.962618978877531 C88.65814174069062 -8.459324440710196, 88.79012111072643 -7.95602990254286, 89.03835423372745 -7.009409419623907 C89.11835320208503 -6.598631624895634, 89.19835217044263 -6.187853830167362, 89.42435117755518 -5.027396693551458 C89.4868326217825 -4.5428029504811, 89.54931406600981 -4.0582092074107425, 89.68256705789975 -3.024725316091981 C89.72311266107442 -2.3931948188245933, 89.7636582642491 -1.7616643215572052, 89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.23041416735547204, 89.81194081032167 0.5487963587961937, 89.81194081032167 1.00962469350713 C89.77983264222134 1.5097353289165811, 89.74772447412101 2.0098459643260322, 89.68256705789975 3.02472531609196 C89.6231674064285 3.485417283115084, 89.56376775495724 3.946109250138208, 89.42435117755518 5.027396693551435 C89.28561686447891 5.7397680696906095, 89.14688255140265 6.452139445829783, 89.03835423372745 7.0094094196239 C88.93091068476096 7.4191382381618, 88.82346713579447 7.828867056699699, 88.52616237065482 8.96261897887751 C88.3892004341823 9.37512650961162, 88.2522384977098 9.78763404034573, 87.88988029456746 10.878999214271184 C87.63924231898466 11.498079859716325, 87.38860434340184 12.117160505161468, 87.13212262499809 12.750675308355405 C86.94194536979418 13.145582447927714, 86.75176811459028 13.540489587500023, 86.2560031507495 14.569956142586303 C86.03134964301485 14.968851194203635, 85.80669613528018 15.367746245820966, 85.26512203466841 16.329365901781536 C84.96995740741188 16.782818032047825, 84.67479278015534 17.236270162314117, 84.16355101980412 18.021674793848334 C83.91521883717058 18.354417295050023, 83.66688665453705 18.687159796251713, 82.95581669774295 19.639928758550102 C82.53935847841753 20.12912428011373, 82.1229002590921 20.61831980167735, 81.64688190787246 21.177478043231467 C81.34951448391489 21.48453432278721, 81.0521470599573 21.79159060234295, 80.24212534400982 22.628004528078414 C79.74866614682082 23.076151114750562, 79.25520694963183 23.52429770142271, 78.74731945219536 23.985547688627715 C78.39798232807948 24.264134748858837, 78.0486452039636 24.542721809089958, 77.16860671047331 25.24452908884063 C76.53934014671711 25.68347820320645, 75.9100735829609 26.12242731757227, 75.51247438813229 26.399775304092973 C74.90121039709449 26.77032712764603, 74.28994640605669 27.140878951199088, 73.78572788812404 27.446539179886766 C73.26719538561845 27.717057254308017, 72.74866288311284 27.987575328729267, 71.99546278220309 28.3805193389262 C71.28674254297606 28.694248765393073, 70.57802230374902 29.007978191859948, 70.1490356537003 29.197877856399682 C69.5043354601958 29.435133487152594, 68.85963526669131 29.672389117905507, 68.25403386774407 29.895256030836055 C67.64380445099872 30.07636891856651, 67.03357503425335 30.25748180629696, 66.31824439314951 30.46978818572942 C65.83738230900627 30.57954181851676, 65.35652022486305 30.6892954513041, 64.34962180409323 30.919113445218557 C63.877629262436585 30.995421538996776, 63.405636720779945 31.071729632774993, 62.35625559306196 31.24138543543225 C61.72252605821832 31.30252056148734, 61.08879652337468 31.36365568754243, 60.34633692939246 31.435279871635593 C59.632603541908765 31.458167912174435, 58.91887015442508 31.481055952713277, 58.32812500000001 31.5 C58.32812500000001 31.5, 58.328125 31.5, 58.328125 31.5 C14.477879397469103 31.5, -29.372366205061795 31.5, -58.32812499999999 31.5 C-59.00248748029172 31.478374507823982, -59.676849960583446 31.456749015647965, -60.34633692939244 31.435279871635593 C-61.0679464184903 31.365667072084708, -61.78955590758815 31.29605427253382, -62.356255593061945 31.24138543543225 C-62.84197292414607 31.16285842413673, -63.327690255230195 31.08433141284121, -64.34962180409323 30.919113445218557 C-65.02216588829462 30.765609646759888, -65.69470997249603 30.61210584830122, -66.31824439314947 30.469788185729428 C-66.78942610823373 30.329943925975712, -67.260607823318 30.190099666221997, -68.25403386774403 29.89525603083607 C-68.82226210767013 29.686142785898994, -69.39049034759624 29.47702954096192, -70.14903565370028 29.197877856399685 C-70.71001792049796 28.949547647836045, -71.27100018729563 28.70121743927241, -71.99546278220308 28.380519338926206 C-72.36288824212436 28.188833711832512, -72.73031370204565 27.997148084738818, -73.78572788812403 27.446539179886773 C-74.45347125645458 27.041749225909196, -75.12121462478513 26.63695927193162, -75.51247438813226 26.399775304092994 C-75.86522974962058 26.153708434452227, -76.21798511110889 25.90764156481146, -77.1686067104733 25.244529088840636 C-77.64897322982586 24.861449572746913, -78.1293397491784 24.478370056653187, -78.74731945219533 23.98554768862774 C-79.2618977330118 23.51822130898544, -79.7764760138283 23.05089492934314, -80.2421253440098 22.628004528078435 C-80.60479338796365 22.253519997095932, -80.9674614319175 21.87903546611343, -81.64688190787244 21.177478043231478 C-82.04028348501024 20.715366165541536, -82.43368506214804 20.253254287851593, -82.95581669774293 19.639928758550113 C-83.29142098627277 19.190249586099785, -83.6270252748026 18.740570413649454, -84.1635510198041 18.021674793848355 C-84.4472275062532 17.585871532860025, -84.73090399270231 17.150068271871696, -85.2651220346684 16.329365901781557 C-85.52507512531339 15.867792866236567, -85.78502821595838 15.406219830691576, -86.2560031507495 14.569956142586314 C-86.45617951752794 14.154285633882788, -86.65635588430636 13.73861512517926, -87.13212262499809 12.750675308355417 C-87.4119944085466 12.05938659203775, -87.69186619209512 11.368097875720082, -87.88988029456745 10.878999214271209 C-88.024815242452 10.472596650207272, -88.15975019033655 10.066194086143337, -88.52616237065482 8.962618978877522 C-88.63347473829153 8.553390411604376, -88.74078710592825 8.144161844331228, -89.03835423372743 7.009409419623911 C-89.15389296330854 6.416142462344088, -89.26943169288965 5.822875505064265, -89.42435117755518 5.027396693551461 C-89.52326127242054 4.260269529783153, -89.6221713672859 3.4931423660148457, -89.68256705789975 3.024725316091999 C-89.72609815067433 2.3466934084621216, -89.76962924344892 1.6686615008322445, -89.81194081032167 1.0096246935071416 C-89.81194081032167 0.2863331175764826, -89.81194081032167 -0.43695845835417635, -89.81194081032167 -1.0096246935071262 C-89.76474327847319 -1.7447643492091292, -89.71754574662472 -2.4799040049111323, -89.68256705789975 -3.024725316091956 C-89.62676522851861 -3.4575132854544877, -89.57096339913747 -3.8903012548170195, -89.42435117755518 -5.027396693551446 C-89.32800553698715 -5.522111195209966, -89.2316598964191 -6.016825696868486, -89.03835423372745 -7.009409419623896 C-88.9163014835693 -7.474849453973466, -88.79424873341114 -7.940289488323034, -88.52616237065482 -8.962618978877506 C-88.28809568070669 -9.67963791822533, -88.05002899075856 -10.396656857573154, -87.88988029456746 -10.878999214271168 C-87.59044592865573 -11.618607887242794, -87.29101156274398 -12.358216560214421, -87.13212262499809 -12.750675308355401 C-86.78281976376388 -13.476010173592172, -86.43351690252968 -14.201345038828945, -86.2560031507495 -14.5699561425863 C-85.93213355603707 -15.145019403350883, -85.60826396132465 -15.720082664115466, -85.2651220346684 -16.329365901781546 C-84.96508775307979 -16.790299128787193, -84.66505347149118 -17.25123235579284, -84.16355101980412 -18.021674793848344 C-83.87429068000776 -18.40925729701639, -83.5850303402114 -18.796839800184433, -82.95581669774295 -19.639928758550102 C-82.67321169227654 -19.97189267865131, -82.39060668681012 -20.303856598752517, -81.64688190787246 -21.177478043231467 C-81.1717659258378 -21.66807430242981, -80.69664994380315 -22.158670561628153, -80.24212534400984 -22.628004528078403 C-79.91771803277692 -22.922622664793032, -79.59331072154401 -23.21724080150766, -78.74731945219536 -23.98554768862771 C-78.23708364335445 -24.392447168233222, -77.72684783451355 -24.799346647838732, -77.16860671047331 -25.244529088840626 C-76.5155360848267 -25.70008288631996, -75.8624654591801 -26.1556366837993, -75.5124743881323 -26.39977530409297 C-74.88051585513918 -26.782872280593963, -74.24855732214606 -27.16596925709496, -73.78572788812404 -27.446539179886763 C-73.28717791638223 -27.70663238080797, -72.78862794464041 -27.96672558172918, -71.99546278220309 -28.3805193389262 C-71.27955182518971 -28.697431882852023, -70.56364086817634 -29.014344426777846, -70.1490356537003 -29.19787785639968 C-69.61161055466737 -29.395655260746956, -69.07418545563444 -29.59343266509423, -68.25403386774407 -29.895256030836055 C-67.6300090749718 -30.08046331375789, -67.00598428219952 -30.26567059667972, -66.31824439314951 -30.469788185729417 C-65.62962452692966 -30.62696117652952, -64.9410046607098 -30.78413416732962, -64.34962180409325 -30.919113445218553 C-63.91608087735296 -30.98920498009382, -63.48253995061268 -31.05929651496909, -62.35625559306196 -31.24138543543225 C-61.66791470988625 -31.30778885258118, -60.979573826710535 -31.37419226973011, -60.34633692939246 -31.435279871635593 C-59.61457780970203 -31.458745962321345, -58.882818690011604 -31.482212053007096, -58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.328125 -31.5, -58.328125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-58.328125 -31.5 C-29.358714782384418 -31.5, -0.38930456476883535 -31.5, 58.328125 -31.5 M-58.328125 -31.5 C-17.27493081940615 -31.5, 23.778263361187697 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.96842175210901 -31.479466929421886, 59.608718504218025 -31.45893385884377, 60.34633692939246 -31.435279871635593 M58.328125 -31.5 C59.04560017088213 -31.47699196775051, 59.76307534176427 -31.45398393550102, 60.34633692939246 -31.435279871635593 M60.34633692939246 -31.435279871635593 C60.81020382763679 -31.39053118984353, 61.274070725881124 -31.345782508051464, 62.35625559306194 -31.241385435432253 M60.34633692939246 -31.435279871635593 C60.826826399267944 -31.38892763034984, 61.30731586914343 -31.342575389064084, 62.35625559306194 -31.241385435432253 M62.35625559306194 -31.241385435432253 C63.065630041772934 -31.12669927584567, 63.77500449048392 -31.01201311625909, 64.34962180409322 -30.91911344521856 M62.35625559306194 -31.241385435432253 C63.04382337088283 -31.130224809281923, 63.731391148703736 -31.019064183131594, 64.34962180409322 -30.91911344521856 M64.34962180409322 -30.91911344521856 C64.94553369256947 -30.783100445362344, 65.54144558104572 -30.64708744550613, 66.31824439314947 -30.469788185729428 M64.34962180409322 -30.91911344521856 C64.95208336287598 -30.781605525855475, 65.55454492165876 -30.64409760649239, 66.31824439314947 -30.469788185729428 M66.31824439314947 -30.469788185729428 C66.77323605066367 -30.33474905007916, 67.22822770817787 -30.199709914428894, 68.25403386774406 -29.895256030836062 M66.31824439314947 -30.469788185729428 C66.97625783874268 -30.274493249060423, 67.6342712843359 -30.079198312391416, 68.25403386774406 -29.895256030836062 M68.25403386774406 -29.895256030836062 C68.73897622028343 -29.7167927623436, 69.22391857282283 -29.538329493851144, 70.14903565370028 -29.197877856399685 M68.25403386774406 -29.895256030836062 C68.8846024533416 -29.663200962424057, 69.51517103893914 -29.431145894012054, 70.14903565370028 -29.197877856399685 M70.14903565370028 -29.197877856399685 C70.83999983737296 -28.892008509012047, 71.53096402104565 -28.58613916162441, 71.99546278220308 -28.380519338926202 M70.14903565370028 -29.197877856399685 C70.58855948455974 -29.003313694489407, 71.02808331541918 -28.808749532579128, 71.99546278220308 -28.380519338926202 M71.99546278220308 -28.380519338926202 C72.40745429480148 -28.165583630696773, 72.81944580739989 -27.95064792246734, 73.78572788812403 -27.44653917988677 M71.99546278220308 -28.380519338926202 C72.64018768058038 -28.044166772408765, 73.2849125789577 -27.70781420589133, 73.78572788812403 -27.44653917988677 M73.78572788812403 -27.44653917988677 C74.26733787358441 -27.15458437644626, 74.74894785904479 -26.86262957300575, 75.51247438813228 -26.399775304092984 M73.78572788812403 -27.44653917988677 C74.1435763588817 -27.229609333962433, 74.50142482963936 -27.0126794880381, 75.51247438813228 -26.399775304092984 M75.51247438813228 -26.399775304092984 C75.90769644371666 -26.124085507004356, 76.30291849930104 -25.848395709915724, 77.1686067104733 -25.244529088840633 M75.51247438813228 -26.399775304092984 C76.05525463811819 -26.021155298281133, 76.5980348881041 -25.642535292469287, 77.1686067104733 -25.244529088840633 M77.1686067104733 -25.244529088840633 C77.56162516151514 -24.93110733279498, 77.95464361255699 -24.617685576749324, 78.74731945219533 -23.985547688627737 M77.1686067104733 -25.244529088840633 C77.7784620470449 -24.75818568685686, 78.38831738361651 -24.271842284873085, 78.74731945219533 -23.985547688627737 M78.74731945219533 -23.985547688627737 C79.07030817148512 -23.692217879581964, 79.3932968907749 -23.398888070536195, 80.24212534400982 -22.62800452807842 M78.74731945219533 -23.985547688627737 C79.08506582975767 -23.678815364805082, 79.42281220731999 -23.37208304098243, 80.24212534400982 -22.62800452807842 M80.24212534400982 -22.62800452807842 C80.60974092110585 -22.248411262926574, 80.9773564982019 -21.868817997774727, 81.64688190787243 -21.177478043231485 M80.24212534400982 -22.62800452807842 C80.61629280184991 -22.241645908138935, 80.99046025968998 -21.855287288199452, 81.64688190787243 -21.177478043231485 M81.64688190787243 -21.177478043231485 C82.08384091039308 -20.66420113519913, 82.52079991291373 -20.15092422716677, 82.95581669774293 -19.63992875855011 M81.64688190787243 -21.177478043231485 C81.99421036931314 -20.769486268873898, 82.34153883075383 -20.361494494516315, 82.95581669774293 -19.63992875855011 M82.95581669774293 -19.63992875855011 C83.24942919825999 -19.24651475650633, 83.54304169877703 -18.85310075446255, 84.1635510198041 -18.02167479384835 M82.95581669774293 -19.63992875855011 C83.3960176282515 -19.050099614798405, 83.83621855876007 -18.460270471046698, 84.1635510198041 -18.02167479384835 M84.1635510198041 -18.02167479384835 C84.51616922613466 -17.47995853767819, 84.86878743246521 -16.938242281508032, 85.2651220346684 -16.329365901781543 M84.1635510198041 -18.02167479384835 C84.44430826264252 -17.590356274972688, 84.72506550548096 -17.159037756097025, 85.2651220346684 -16.329365901781543 M85.2651220346684 -16.329365901781543 C85.49951391870336 -15.913179376925493, 85.73390580273833 -15.496992852069441, 86.2560031507495 -14.56995614258631 M85.2651220346684 -16.329365901781543 C85.65252407672217 -15.641494347404503, 86.03992611877594 -14.953622793027463, 86.2560031507495 -14.56995614258631 M86.2560031507495 -14.56995614258631 C86.55475767261788 -13.949585985603875, 86.85351219448627 -13.32921582862144, 87.13212262499809 -12.750675308355413 M86.2560031507495 -14.56995614258631 C86.53391313322791 -13.992870117648865, 86.8118231157063 -13.41578409271142, 87.13212262499809 -12.750675308355413 M87.13212262499809 -12.750675308355413 C87.39004997116237 -12.113589776643646, 87.64797731732665 -11.476504244931881, 87.88988029456745 -10.878999214271206 M87.13212262499809 -12.750675308355413 C87.30331187047965 -12.32783456229705, 87.47450111596122 -11.904993816238688, 87.88988029456745 -10.878999214271206 M87.88988029456745 -10.878999214271206 C88.03325930703953 -10.44716447304863, 88.1766383195116 -10.015329731826055, 88.52616237065482 -8.962618978877531 M87.88988029456745 -10.878999214271206 C88.08381847044102 -10.294888328392071, 88.27775664631459 -9.710777442512935, 88.52616237065482 -8.962618978877531 M88.52616237065482 -8.962618978877531 C88.64773013984215 -8.499028387161749, 88.76929790902949 -8.035437795445967, 89.03835423372745 -7.009409419623907 M88.52616237065482 -8.962618978877531 C88.64688575205497 -8.50224840375427, 88.76760913345512 -8.041877828631009, 89.03835423372745 -7.009409419623907 M89.03835423372745 -7.009409419623907 C89.12619424034054 -6.558369550657685, 89.21403424695362 -6.107329681691462, 89.42435117755518 -5.027396693551458 M89.03835423372745 -7.009409419623907 C89.13324265426672 -6.522177434829491, 89.228131074806 -6.034945450035074, 89.42435117755518 -5.027396693551458 M89.42435117755518 -5.027396693551458 C89.4789303451517 -4.604091447548589, 89.53350951274821 -4.180786201545719, 89.68256705789975 -3.024725316091981 M89.42435117755518 -5.027396693551458 C89.52694361398034 -4.23171001580602, 89.62953605040548 -3.436023338060582, 89.68256705789975 -3.024725316091981 M89.68256705789975 -3.024725316091981 C89.7202661272365 -2.437531881030951, 89.75796519657325 -1.8503384459699213, 89.81194081032167 -1.0096246935071378 M89.68256705789975 -3.024725316091981 C89.73430137746398 -2.2189215296880094, 89.7860356970282 -1.4131177432840376, 89.81194081032167 -1.0096246935071378 M89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.386724009644693, 89.81194081032167 0.2361766742177518, 89.81194081032167 1.00962469350713 M89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.4464920745904829, 89.81194081032167 0.11664054432617199, 89.81194081032167 1.00962469350713 M89.81194081032167 1.00962469350713 C89.77623064367533 1.5658393637516639, 89.74052047702898 2.1220540339961977, 89.68256705789975 3.02472531609196 M89.81194081032167 1.00962469350713 C89.77056082227546 1.6541514086521278, 89.72918083422924 2.298678123797125, 89.68256705789975 3.02472531609196 M89.68256705789975 3.02472531609196 C89.61159413145796 3.5751773183849176, 89.54062120501617 4.125629320677875, 89.42435117755518 5.027396693551435 M89.68256705789975 3.02472531609196 C89.59243898340425 3.7237408640776417, 89.50231090890875 4.422756412063324, 89.42435117755518 5.027396693551435 M89.42435117755518 5.027396693551435 C89.3286754985973 5.518671083938218, 89.23299981963943 6.009945474325, 89.03835423372745 7.0094094196239 M89.42435117755518 5.027396693551435 C89.28685300061473 5.733420771890694, 89.14935482367427 6.439444850229953, 89.03835423372745 7.0094094196239 M89.03835423372745 7.0094094196239 C88.93281037063556 7.411893912592857, 88.82726650754368 7.814378405561815, 88.52616237065482 8.96261897887751 M89.03835423372745 7.0094094196239 C88.85097524683074 7.723966707227643, 88.66359625993405 8.438523994831385, 88.52616237065482 8.96261897887751 M88.52616237065482 8.96261897887751 C88.32052489969013 9.5819662775416, 88.11488742872542 10.20131357620569, 87.88988029456746 10.878999214271184 M88.52616237065482 8.96261897887751 C88.27616594713523 9.715568374997677, 88.02616952361562 10.468517771117845, 87.88988029456746 10.878999214271184 M87.88988029456746 10.878999214271184 C87.63406161020374 11.510876310567362, 87.37824292584003 12.142753406863537, 87.13212262499809 12.750675308355405 M87.88988029456746 10.878999214271184 C87.60813464875825 11.574916406601426, 87.32638900294903 12.270833598931668, 87.13212262499809 12.750675308355405 M87.13212262499809 12.750675308355405 C86.79448097926299 13.451795410098253, 86.45683933352788 14.152915511841103, 86.2560031507495 14.569956142586303 M87.13212262499809 12.750675308355405 C86.79713973909676 13.446274438415072, 86.46215685319542 14.141873568474738, 86.2560031507495 14.569956142586303 M86.2560031507495 14.569956142586303 C85.88863161689116 15.222261501353465, 85.52126008303283 15.874566860120625, 85.26512203466841 16.329365901781536 M86.2560031507495 14.569956142586303 C86.04764904244817 14.939909960016585, 85.83929493414685 15.309863777446868, 85.26512203466841 16.329365901781536 M85.26512203466841 16.329365901781536 C84.92961393950529 16.844796432490345, 84.59410584434217 17.360226963199153, 84.16355101980412 18.021674793848334 M85.26512203466841 16.329365901781536 C84.87036732965183 16.9358151351676, 84.47561262463525 17.542264368553667, 84.16355101980412 18.021674793848334 M84.16355101980412 18.021674793848334 C83.79116114047395 18.520643306734854, 83.41877126114376 19.019611819621378, 82.95581669774295 19.639928758550102 M84.16355101980412 18.021674793848334 C83.80211265842891 18.505969270379, 83.4406742970537 18.99026374690967, 82.95581669774295 19.639928758550102 M82.95581669774295 19.639928758550102 C82.51196899767218 20.161297522702817, 82.06812129760142 20.682666286855532, 81.64688190787246 21.177478043231467 M82.95581669774295 19.639928758550102 C82.45044132292671 20.23357143048273, 81.94506594811047 20.827214102415354, 81.64688190787246 21.177478043231467 M81.64688190787246 21.177478043231467 C81.14536414233204 21.695336311526248, 80.64384637679163 22.213194579821028, 80.24212534400982 22.628004528078414 M81.64688190787246 21.177478043231467 C81.20816627984776 21.63048794838989, 80.76945065182306 22.083497853548316, 80.24212534400982 22.628004528078414 M80.24212534400982 22.628004528078414 C79.69244477453346 23.12720987752595, 79.1427642050571 23.626415226973485, 78.74731945219536 23.985547688627715 M80.24212534400982 22.628004528078414 C79.93948249717836 22.902856754079814, 79.63683965034691 23.17770898008121, 78.74731945219536 23.985547688627715 M78.74731945219536 23.985547688627715 C78.139696162611 24.470111092536424, 77.53207287302665 24.954674496445136, 77.16860671047331 25.24452908884063 M78.74731945219536 23.985547688627715 C78.13563632730606 24.473348703155363, 77.52395320241676 24.96114971768301, 77.16860671047331 25.24452908884063 M77.16860671047331 25.24452908884063 C76.71738519102679 25.559281687741755, 76.26616367158029 25.874034286642885, 75.51247438813229 26.399775304092973 M77.16860671047331 25.24452908884063 C76.82133256352509 25.486772500496183, 76.47405841657687 25.729015912151738, 75.51247438813229 26.399775304092973 M75.51247438813229 26.399775304092973 C74.89884933267717 26.77175841877096, 74.28522427722206 27.143741533448946, 73.78572788812404 27.446539179886766 M75.51247438813229 26.399775304092973 C75.03856617961485 26.687061245090014, 74.56465797109739 26.97434718608706, 73.78572788812404 27.446539179886766 M73.78572788812404 27.446539179886766 C73.07475927485845 27.817451050030293, 72.36379066159287 28.18836292017382, 71.99546278220309 28.3805193389262 M73.78572788812404 27.446539179886766 C73.1784195850879 27.76337153258119, 72.57111128205175 28.080203885275616, 71.99546278220309 28.3805193389262 M71.99546278220309 28.3805193389262 C71.33221961635097 28.67411741403945, 70.66897645049886 28.9677154891527, 70.1490356537003 29.197877856399682 M71.99546278220309 28.3805193389262 C71.40618796540065 28.64137382010827, 70.81691314859822 28.902228301290343, 70.1490356537003 29.197877856399682 M70.1490356537003 29.197877856399682 C69.44689731541797 29.45627125538323, 68.74475897713565 29.71466465436677, 68.25403386774407 29.895256030836055 M70.1490356537003 29.197877856399682 C69.4091735583028 29.4701539467162, 68.66931146290528 29.74243003703272, 68.25403386774407 29.895256030836055 M68.25403386774407 29.895256030836055 C67.7581495335805 30.042431898265818, 67.26226519941693 30.18960776569558, 66.31824439314951 30.46978818572942 M68.25403386774407 29.895256030836055 C67.6440913633171 30.07628376449644, 67.03414885889013 30.257311498156827, 66.31824439314951 30.46978818572942 M66.31824439314951 30.46978818572942 C65.67085062166682 30.617551589431173, 65.02345685018413 30.765314993132925, 64.34962180409323 30.919113445218557 M66.31824439314951 30.46978818572942 C65.72076881473492 30.60615808761003, 65.12329323632035 30.742527989490636, 64.34962180409323 30.919113445218557 M64.34962180409323 30.919113445218557 C63.859096297599386 30.998417805026364, 63.36857079110553 31.077722164834174, 62.35625559306196 31.24138543543225 M64.34962180409323 30.919113445218557 C63.87333773677712 30.99611535958412, 63.397053669461 31.07311727394968, 62.35625559306196 31.24138543543225 M62.35625559306196 31.24138543543225 C61.70583531982306 31.304130696946782, 61.055415046584166 31.366875958461314, 60.34633692939246 31.435279871635593 M62.35625559306196 31.24138543543225 C61.77756997017442 31.297210541500924, 61.19888434728687 31.3530356475696, 60.34633692939246 31.435279871635593 M60.34633692939246 31.435279871635593 C59.66856576244659 31.457014673758003, 58.990794595500724 31.478749475880413, 58.32812500000001 31.5 M60.34633692939246 31.435279871635593 C59.837053404045406 31.45161160303323, 59.327769878698355 31.467943334430863, 58.32812500000001 31.5 M58.32812500000001 31.5 C58.32812500000001 31.5, 58.328125 31.5, 58.328125 31.5 M58.32812500000001 31.5 C58.32812500000001 31.5, 58.328125 31.5, 58.328125 31.5 M58.328125 31.5 C20.6673759867856 31.5, -16.9933730264288 31.5, -58.32812499999999 31.5 M58.328125 31.5 C32.410750263964026 31.5, 6.493375527928052 31.5, -58.32812499999999 31.5 M-58.32812499999999 31.5 C-59.03464602638017 31.477343245843738, -59.74116705276035 31.45468649168748, -60.34633692939244 31.435279871635593 M-58.32812499999999 31.5 C-58.798100634645365 31.484928796149, -59.26807626929074 31.469857592298002, -60.34633692939244 31.435279871635593 M-60.34633692939244 31.435279871635593 C-61.00173005942872 31.372054884606552, -61.65712318946501 31.308829897577514, -62.356255593061945 31.24138543543225 M-60.34633692939244 31.435279871635593 C-60.96433825741359 31.375662026776734, -61.58233958543474 31.31604418191787, -62.356255593061945 31.24138543543225 M-62.356255593061945 31.24138543543225 C-62.83954520554579 31.163250918852782, -63.32283481802963 31.085116402273318, -64.34962180409323 30.919113445218557 M-62.356255593061945 31.24138543543225 C-63.09223416731105 31.12239812714674, -63.82821274156016 31.003410818861234, -64.34962180409323 30.919113445218557 M-64.34962180409323 30.919113445218557 C-65.09271158578817 30.749508051660687, -65.83580136748311 30.579902658102814, -66.31824439314947 30.469788185729428 M-64.34962180409323 30.919113445218557 C-64.93844151984052 30.784719187506976, -65.5272612355878 30.650324929795396, -66.31824439314947 30.469788185729428 M-66.31824439314947 30.469788185729428 C-67.08419344103802 30.242458528864706, -67.85014248892656 30.01512887199998, -68.25403386774403 29.89525603083607 M-66.31824439314947 30.469788185729428 C-66.96804361032243 30.27693118893819, -67.6178428274954 30.08407419214695, -68.25403386774403 29.89525603083607 M-68.25403386774403 29.89525603083607 C-68.91502830295035 29.652003968514563, -69.57602273815668 29.408751906193057, -70.14903565370028 29.197877856399685 M-68.25403386774403 29.89525603083607 C-68.86029973526439 29.67214458732833, -69.46656560278477 29.44903314382059, -70.14903565370028 29.197877856399685 M-70.14903565370028 29.197877856399685 C-70.61629026796314 28.99103809928118, -71.08354488222601 28.78419834216268, -71.99546278220308 28.380519338926206 M-70.14903565370028 29.197877856399685 C-70.61450242518876 28.991829524242927, -71.07996919667725 28.78578119208617, -71.99546278220308 28.380519338926206 M-71.99546278220308 28.380519338926206 C-72.48146654315401 28.126971488138366, -72.96747030410496 27.873423637350527, -73.78572788812403 27.446539179886773 M-71.99546278220308 28.380519338926206 C-72.6215294424495 28.053900763290482, -73.24759610269592 27.727282187654758, -73.78572788812403 27.446539179886773 M-73.78572788812403 27.446539179886773 C-74.24658301642427 27.16716609282582, -74.7074381447245 26.887793005764866, -75.51247438813226 26.399775304092994 M-73.78572788812403 27.446539179886773 C-74.22735462300949 27.17882245791244, -74.66898135789496 26.9111057359381, -75.51247438813226 26.399775304092994 M-75.51247438813226 26.399775304092994 C-76.15508971496301 25.951514670465013, -76.79770504179375 25.50325403683703, -77.1686067104733 25.244529088840636 M-75.51247438813226 26.399775304092994 C-76.16429145022825 25.945095938280677, -76.81610851232425 25.490416572468355, -77.1686067104733 25.244529088840636 M-77.1686067104733 25.244529088840636 C-77.79522024173701 24.744821472544192, -78.42183377300073 24.24511385624775, -78.74731945219533 23.98554768862774 M-77.1686067104733 25.244529088840636 C-77.60228496161393 24.898682224218923, -78.03596321275457 24.55283535959721, -78.74731945219533 23.98554768862774 M-78.74731945219533 23.98554768862774 C-79.0652624400879 23.69680027933418, -79.38320542798049 23.408052870040617, -80.2421253440098 22.628004528078435 M-78.74731945219533 23.98554768862774 C-79.11928623104397 23.647737301779056, -79.49125300989263 23.309926914930372, -80.2421253440098 22.628004528078435 M-80.2421253440098 22.628004528078435 C-80.75101576634431 22.102533386337377, -81.25990618867881 21.577062244596316, -81.64688190787244 21.177478043231478 M-80.2421253440098 22.628004528078435 C-80.69586923488852 22.159476707679904, -81.14961312576725 21.690948887281372, -81.64688190787244 21.177478043231478 M-81.64688190787244 21.177478043231478 C-82.0720482886838 20.67805341967803, -82.49721466949518 20.17862879612458, -82.95581669774293 19.639928758550113 M-81.64688190787244 21.177478043231478 C-81.93624835002778 20.837571754858814, -82.22561479218312 20.497665466486147, -82.95581669774293 19.639928758550113 M-82.95581669774293 19.639928758550113 C-83.3126182291884 19.16184721170139, -83.66941976063389 18.683765664852668, -84.1635510198041 18.021674793848355 M-82.95581669774293 19.639928758550113 C-83.29027770371724 19.191781480569016, -83.62473870969154 18.743634202587916, -84.1635510198041 18.021674793848355 M-84.1635510198041 18.021674793848355 C-84.60342249296914 17.345914089037674, -85.04329396613417 16.670153384226992, -85.2651220346684 16.329365901781557 M-84.1635510198041 18.021674793848355 C-84.43218910812824 17.60897455075528, -84.7008271964524 17.19627430766221, -85.2651220346684 16.329365901781557 M-85.2651220346684 16.329365901781557 C-85.50495916662393 15.903510787851395, -85.74479629857947 15.477655673921234, -86.2560031507495 14.569956142586314 M-85.2651220346684 16.329365901781557 C-85.51123811188835 15.89236188472227, -85.7573541891083 15.45535786766298, -86.2560031507495 14.569956142586314 M-86.2560031507495 14.569956142586314 C-86.44058819428751 14.1866613501924, -86.62517323782552 13.803366557798485, -87.13212262499809 12.750675308355417 M-86.2560031507495 14.569956142586314 C-86.4873019174026 14.089659304630352, -86.71860068405572 13.60936246667439, -87.13212262499809 12.750675308355417 M-87.13212262499809 12.750675308355417 C-87.43268295817712 12.008285474464472, -87.73324329135616 11.265895640573525, -87.88988029456745 10.878999214271209 M-87.13212262499809 12.750675308355417 C-87.3189221414037 12.289276891310603, -87.5057216578093 11.82787847426579, -87.88988029456745 10.878999214271209 M-87.88988029456745 10.878999214271209 C-88.08292112111899 10.29759100157683, -88.27596194767052 9.71618278888245, -88.52616237065482 8.962618978877522 M-87.88988029456745 10.878999214271209 C-88.13626749095847 10.136920235210045, -88.3826546873495 9.394841256148883, -88.52616237065482 8.962618978877522 M-88.52616237065482 8.962618978877522 C-88.64104865566831 8.524507782090161, -88.75593494068181 8.086396585302802, -89.03835423372743 7.009409419623911 M-88.52616237065482 8.962618978877522 C-88.70610028141309 8.276437739572378, -88.88603819217136 7.590256500267234, -89.03835423372743 7.009409419623911 M-89.03835423372743 7.009409419623911 C-89.11771395868166 6.601914004667769, -89.19707368363589 6.194418589711627, -89.42435117755518 5.027396693551461 M-89.03835423372743 7.009409419623911 C-89.18711813310705 6.245538237570902, -89.33588203248665 5.481667055517893, -89.42435117755518 5.027396693551461 M-89.42435117755518 5.027396693551461 C-89.47607262144267 4.626255388314419, -89.52779406533016 4.225114083077378, -89.68256705789975 3.024725316091999 M-89.42435117755518 5.027396693551461 C-89.51322916232867 4.33807659459156, -89.60210714710215 3.648756495631658, -89.68256705789975 3.024725316091999 M-89.68256705789975 3.024725316091999 C-89.73002104550987 2.285591154894955, -89.77747503312 1.546456993697911, -89.81194081032167 1.0096246935071416 M-89.68256705789975 3.024725316091999 C-89.72900424674559 2.3014286163938014, -89.77544143559143 1.5781319166956036, -89.81194081032167 1.0096246935071416 M-89.81194081032167 1.0096246935071416 C-89.81194081032167 0.28847302974318345, -89.81194081032167 -0.43267863402077467, -89.81194081032167 -1.0096246935071262 M-89.81194081032167 1.0096246935071416 C-89.81194081032167 0.289054852677043, -89.81194081032167 -0.43151498815305556, -89.81194081032167 -1.0096246935071262 M-89.81194081032167 -1.0096246935071262 C-89.77041886652253 -1.656362484088404, -89.72889692272341 -2.3031002746696814, -89.68256705789975 -3.024725316091956 M-89.81194081032167 -1.0096246935071262 C-89.78135383051813 -1.486041593313097, -89.75076685071457 -1.9624584931190678, -89.68256705789975 -3.024725316091956 M-89.68256705789975 -3.024725316091956 C-89.61738638342351 -3.5302537559496128, -89.55220570894728 -4.03578219580727, -89.42435117755518 -5.027396693551446 M-89.68256705789975 -3.024725316091956 C-89.59455787047375 -3.707307194388204, -89.50654868304775 -4.389889072684452, -89.42435117755518 -5.027396693551446 M-89.42435117755518 -5.027396693551446 C-89.32204332249754 -5.552725906499637, -89.21973546743989 -6.078055119447827, -89.03835423372745 -7.009409419623896 M-89.42435117755518 -5.027396693551446 C-89.29707782009764 -5.680918484862304, -89.1698044626401 -6.3344402761731615, -89.03835423372745 -7.009409419623896 M-89.03835423372745 -7.009409419623896 C-88.87830409628344 -7.619749959866245, -88.71825395883944 -8.230090500108593, -88.52616237065482 -8.962618978877506 M-89.03835423372745 -7.009409419623896 C-88.85313278965496 -7.715739061353954, -88.66791134558247 -8.422068703084012, -88.52616237065482 -8.962618978877506 M-88.52616237065482 -8.962618978877506 C-88.34702546297352 -9.50215080322335, -88.16788855529222 -10.041682627569193, -87.88988029456746 -10.878999214271168 M-88.52616237065482 -8.962618978877506 C-88.3474463226577 -9.500883240909474, -88.16873027466059 -10.039147502941441, -87.88988029456746 -10.878999214271168 M-87.88988029456746 -10.878999214271168 C-87.69027889408386 -11.372018532496215, -87.49067749360026 -11.865037850721261, -87.13212262499809 -12.750675308355401 M-87.88988029456746 -10.878999214271168 C-87.70205973104696 -11.342919637430365, -87.51423916752645 -11.806840060589563, -87.13212262499809 -12.750675308355401 M-87.13212262499809 -12.750675308355401 C-86.82406888090073 -13.390355499267809, -86.51601513680336 -14.030035690180215, -86.2560031507495 -14.5699561425863 M-87.13212262499809 -12.750675308355401 C-86.8896455475397 -13.254184147876064, -86.64716847008133 -13.757692987396725, -86.2560031507495 -14.5699561425863 M-86.2560031507495 -14.5699561425863 C-85.98144078697685 -15.057469421918784, -85.70687842320419 -15.544982701251268, -85.2651220346684 -16.329365901781546 M-86.2560031507495 -14.5699561425863 C-86.04365411751367 -14.947003353767812, -85.83130508427783 -15.324050564949324, -85.2651220346684 -16.329365901781546 M-85.2651220346684 -16.329365901781546 C-85.00051504707122 -16.735873291655896, -84.73590805947403 -17.14238068153025, -84.16355101980412 -18.021674793848344 M-85.2651220346684 -16.329365901781546 C-84.86963591714058 -16.936938781196638, -84.47414979961276 -17.544511660611732, -84.16355101980412 -18.021674793848344 M-84.16355101980412 -18.021674793848344 C-83.80319867990696 -18.504514100537033, -83.44284634000978 -18.98735340722572, -82.95581669774295 -19.639928758550102 M-84.16355101980412 -18.021674793848344 C-83.89230305119877 -18.385122360581217, -83.62105508259341 -18.74856992731409, -82.95581669774295 -19.639928758550102 M-82.95581669774295 -19.639928758550102 C-82.69383277982418 -19.947669975844722, -82.43184886190541 -20.255411193139338, -81.64688190787246 -21.177478043231467 M-82.95581669774295 -19.639928758550102 C-82.5102220971404 -20.16334953146891, -82.06462749653784 -20.68677030438772, -81.64688190787246 -21.177478043231467 M-81.64688190787246 -21.177478043231467 C-81.18352151976518 -21.655935686547583, -80.7201611316579 -22.134393329863702, -80.24212534400984 -22.628004528078403 M-81.64688190787246 -21.177478043231467 C-81.18411272768125 -21.655325215835173, -80.72134354749004 -22.13317238843888, -80.24212534400984 -22.628004528078403 M-80.24212534400984 -22.628004528078403 C-79.8568765081347 -22.977877327694568, -79.47162767225957 -23.32775012731073, -78.74731945219536 -23.98554768862771 M-80.24212534400984 -22.628004528078403 C-79.73241617766395 -23.09090890678822, -79.22270701131805 -23.553813285498038, -78.74731945219536 -23.98554768862771 M-78.74731945219536 -23.98554768862771 C-78.24690445979122 -24.384615328467792, -77.74648946738711 -24.783682968307875, -77.16860671047331 -25.244529088840626 M-78.74731945219536 -23.98554768862771 C-78.12985671120542 -24.477957793193582, -77.51239397021547 -24.97036789775945, -77.16860671047331 -25.244529088840626 M-77.16860671047331 -25.244529088840626 C-76.61406285846557 -25.63135487418478, -76.05951900645783 -26.018180659528937, -75.5124743881323 -26.39977530409297 M-77.16860671047331 -25.244529088840626 C-76.6299933792693 -25.62024243249323, -76.09138004806528 -25.995955776145838, -75.5124743881323 -26.39977530409297 M-75.5124743881323 -26.39977530409297 C-74.94833188478344 -26.741761804892384, -74.3841893814346 -27.0837483056918, -73.78572788812404 -27.446539179886763 M-75.5124743881323 -26.39977530409297 C-75.0816874923462 -26.660920851903303, -74.6509005965601 -26.922066399713636, -73.78572788812404 -27.446539179886763 M-73.78572788812404 -27.446539179886763 C-73.3583030254384 -27.66952645697117, -72.93087816275276 -27.892513734055576, -71.99546278220309 -28.3805193389262 M-73.78572788812404 -27.446539179886763 C-73.41261731790267 -27.641190725382526, -73.0395067476813 -27.835842270878288, -71.99546278220309 -28.3805193389262 M-71.99546278220309 -28.3805193389262 C-71.51649590568135 -28.59254376711479, -71.03752902915963 -28.80456819530338, -70.1490356537003 -29.19787785639968 M-71.99546278220309 -28.3805193389262 C-71.32424064792116 -28.677649466675636, -70.65301851363922 -28.974779594425076, -70.1490356537003 -29.19787785639968 M-70.1490356537003 -29.19787785639968 C-69.47872460268455 -29.444558519460905, -68.80841355166879 -29.691239182522136, -68.25403386774407 -29.895256030836055 M-70.1490356537003 -29.19787785639968 C-69.72956515737376 -29.352246876590605, -69.31009466104722 -29.506615896781533, -68.25403386774407 -29.895256030836055 M-68.25403386774407 -29.895256030836055 C-67.84850987292087 -30.015613423860692, -67.44298587809767 -30.135970816885333, -66.31824439314951 -30.469788185729417 M-68.25403386774407 -29.895256030836055 C-67.58874742426246 -30.092709555101592, -66.92346098078086 -30.29016307936713, -66.31824439314951 -30.469788185729417 M-66.31824439314951 -30.469788185729417 C-65.75529819217729 -30.598276982534053, -65.19235199120506 -30.72676577933869, -64.34962180409325 -30.919113445218553 M-66.31824439314951 -30.469788185729417 C-65.84725048553153 -30.577289471620738, -65.37625657791355 -30.68479075751206, -64.34962180409325 -30.919113445218553 M-64.34962180409325 -30.919113445218553 C-63.88200000567792 -30.994714911125136, -63.41437820726259 -31.07031637703172, -62.35625559306196 -31.24138543543225 M-64.34962180409325 -30.919113445218553 C-63.70241846174356 -31.02374826247277, -63.05521511939388 -31.128383079726987, -62.35625559306196 -31.24138543543225 M-62.35625559306196 -31.24138543543225 C-61.772158766021654 -31.297732553857617, -61.18806193898134 -31.354079672282985, -60.34633692939246 -31.435279871635593 M-62.35625559306196 -31.24138543543225 C-61.939653281773474 -31.281574559364667, -61.52305097048499 -31.321763683297082, -60.34633692939246 -31.435279871635593 M-60.34633692939246 -31.435279871635593 C-59.71473019716196 -31.455534270190302, -59.08312346493146 -31.47578866874501, -58.32812500000001 -31.5 M-60.34633692939246 -31.435279871635593 C-59.68161448664524 -31.456596226570753, -59.01689204389802 -31.47791258150591, -58.32812500000001 -31.5 M-58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.32812500000001 -31.5, -58.328125 -31.5 M-58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.32812500000001 -31.5, -58.328125 -31.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-74.453125, -24)\"><rect></rect><foreignObject width=\"148.90625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User completes KYC<br>at onboarding</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 184)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /identities/share/token<br>identityReference + email + Sumsub token</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 348)\"><rect class=\"basic label-container\" style=\"\" x=\"-127.3359375\" y=\"-51\" width=\"254.671875\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-97.3359375, -36)\"><rect></rect><foreignObject width=\"194.671875\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Poll GET /identities/{ref}<br>or receive KYC webhook<br>until kyc.status = VERIFIED</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 492.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-74.875 -43.5 C-42.76529575259334 -43.5, -10.655591505186678 -43.5, 74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 C75.47491065491695 -43.480762032952065, 76.07482130983392 -43.46152406590413, 77.66205456916101 -43.41062458463963 C78.50759963345351 -43.329055869204055, 79.35314469774599 -43.247487153768475, 80.43765653327601 -43.14286560131121 C81.48905617548843 -42.972883460884304, 82.54045581770085 -42.8029013204574, 83.19040034850968 -42.697823329111344 C84.16618204884544 -42.475107523580384, 85.1419637491812 -42.25239171804942, 85.90897440006356 -42.07732654219778 C86.66754864018785 -41.85218568956633, 87.42612288031212 -41.62704483693489, 88.58220748402749 -41.28392499496409 C89.4011570804042 -40.98254397321037, 90.22010667678093 -40.681162951456656, 91.19911471225277 -40.32087894455194 C92.05093419205883 -39.943803729168884, 92.9027536718649 -39.56672851378582, 93.74894265161377 -39.192145753755234 C94.41849511639032 -38.84284066175013, 95.08804758116686 -38.493535569745035, 96.22121351217129 -37.90236362936744 C96.75125853252692 -37.581047223137574, 97.28130355288255 -37.2597308169077, 98.60576820265887 -36.45683256279507 C99.12382680026725 -36.0954573114987, 99.64188539787564 -35.73408206020233, 100.8928080763679 -34.86149255125611 C101.70479349995306 -34.21395578378654, 102.51677892353823 -33.566419016316964, 103.07293519588879 -33.12289918905735 C103.81081412420296 -32.452777069569024, 104.54869305251714 -31.782654950080694, 105.13719095125165 -31.248196729251152 C105.67055164203751 -30.697458026287674, 106.20391233282335 -30.146719323324195, 107.07709287277622 -29.24508872636729 C107.77403429544022 -28.426421674215774, 108.47097571810421 -27.60775462206426, 108.8846694873593 -27.12180638085491 C109.3473012897793 -26.501921912236348, 109.8099330921993 -25.882037443617786, 110.55249307496757 -24.88707471531439 C110.91620296093869 -24.328318660683315, 111.27991284690981 -23.76956260605224, 112.07371019073256 -22.550076721507846 C112.48387687593535 -21.821784238049617, 112.89404356113816 -21.09349175459139, 113.44206982722551 -20.120415625476333 C113.80347729058853 -19.369945294922065, 114.16488475395157 -18.6194749643678, 114.65194910118784 -17.60807542582414 C114.99039471344834 -16.77210822013994, 115.32884032570884 -15.936141014455739, 115.69837635916457 -15.023379867326902 C116.03351967870621 -14.013981586703906, 116.36866299824784 -13.00458330608091, 116.57705160709475 -12.376950018449923 C116.79991704387302 -11.527067517523022, 117.0227824806513 -10.67718501659612, 117.28436417990932 -9.67966062709968 C117.42291864265226 -8.968212744410758, 117.56147310539521 -8.256764861721836, 117.81740757852859 -6.942595433952013 C117.90733127315943 -6.24516501583725, 117.99725496779025 -5.547734597722488, 118.17399141329012 -4.177001626984165 C118.22415855716562 -3.395607866933658, 118.2743257010411 -2.614214106883151, 118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.3614513258338694, 118.35265040472993 0.671340972699261, 118.35265040472993 1.3942436243669891 C118.29604174135622 2.2759692501031683, 118.23943307798251 3.157694875839347, 118.17399141329012 4.177001626984135 C118.0914520893462 4.817160324260083, 118.00891276540229 5.4573190215360325, 117.81740757852859 6.942595433951983 C117.69339242912645 7.579387015520822, 117.56937727972432 8.21617859708966, 117.28436417990932 9.679660627099672 C117.12544696278003 10.285680851171211, 116.96652974565076 10.891701075242748, 116.57705160709475 12.376950018449895 C116.26887093243836 13.305141108592597, 115.96069025778196 14.233332198735297, 115.69837635916457 15.023379867326874 C115.33155338768076 15.929439698931592, 114.96473041619694 16.83549953053631, 114.65194910118785 17.60807542582413 C114.38402071501054 18.164434452470434, 114.1160923288332 18.720793479116743, 113.44206982722551 20.120415625476323 C113.04698054234976 20.821936657901546, 112.65189125747399 21.523457690326772, 112.07371019073256 22.550076721507835 C111.50072662332998 23.430333348669553, 110.9277430559274 24.310589975831267, 110.5524930749676 24.887074715314366 C109.91257070001222 25.74451239962691, 109.27264832505684 26.601950083939453, 108.8846694873593 27.121806380854903 C108.35269374015553 27.746695363797983, 107.82071799295177 28.371584346741063, 107.07709287277623 29.245088726367264 C106.32557524866246 30.02109237400915, 105.5740576245487 30.797096021651033, 105.13719095125167 31.24819672925114 C104.58122366189264 31.75311151135863, 104.02525637253359 32.258026293466116, 103.07293519588882 33.12289918905732 C102.55166200127964 33.53860069009586, 102.03038880667047 33.9543021911344, 100.89280807636791 34.861492551256106 C100.03933739104906 35.45683675518404, 99.18586670573019 36.05218095911197, 98.60576820265888 36.45683256279506 C97.690668650675 37.01157128892958, 96.7755690986911 37.566310015064104, 96.22121351217129 37.90236362936744 C95.48082136659676 38.28862573746988, 94.74042922102221 38.67488784557231, 93.74894265161379 39.19214575375523 C92.83304801379813 39.5975851408671, 91.9171533759825 40.00302452797898, 91.1991147122528 40.32087894455194 C90.63912293116137 40.52696109650087, 90.07913115006994 40.73304324844979, 88.58220748402752 41.283924994964075 C87.83586597204982 41.505435238092524, 87.08952446007211 41.726945481220966, 85.90897440006361 42.077326542197774 C85.15368701007569 42.249715960251685, 84.39839962008777 42.422105378305595, 83.19040034850971 42.697823329111344 C82.10849047719594 42.87273812676899, 81.02658060588216 43.047652924426636, 80.43765653327604 43.1428656013112 C79.34168980123226 43.24859219385863, 78.24572306918847 43.35431878640605, 77.66205456916101 43.41062458463963 C76.87014441318614 43.43601960198213, 76.07823425721126 43.461414619324636, 74.87500000000001 43.5 C74.87500000000001 43.5, 74.87500000000001 43.5, 74.875 43.5 C42.92902400516475 43.5, 10.983048010329497 43.5, -74.87499999999999 43.5 C-75.58987306568338 43.47707541219954, -76.30474613136677 43.454150824399086, -77.66205456916099 43.41062458463963 C-78.2482554596437 43.35407448974448, -78.8344563501264 43.297524394849326, -80.43765653327603 43.1428656013112 C-81.34973878546964 42.99540721608005, -82.26182103766325 42.847948830848885, -83.1904003485097 42.697823329111344 C-83.77311353333062 42.564822847234865, -84.35582671815155 42.431822365358386, -85.90897440006356 42.07732654219778 C-86.77295632109343 41.820901243169764, -87.6369382421233 41.56447594414175, -88.58220748402748 41.283924994964096 C-89.30004475960709 41.019754241935765, -90.0178820351867 40.755583488907426, -91.19911471225278 40.32087894455194 C-91.83865675061377 40.037772655510054, -92.47819878897475 39.75466636646816, -93.74894265161377 39.192145753755234 C-94.67868999953045 38.7070971578787, -95.60843734744714 38.22204856200217, -96.22121351217127 37.90236362936745 C-96.92060088810625 37.478390892019235, -97.61998826404123 37.054418154671026, -98.60576820265884 36.456832562795086 C-99.36585624702137 35.92662804672891, -100.1259442913839 35.39642353066273, -100.89280807636788 34.86149255125612 C-101.68049281201752 34.23333493574667, -102.46817754766715 33.60517732023722, -103.07293519588879 33.12289918905736 C-103.52198258514315 32.7150862312794, -103.97102997439751 32.307273273501444, -105.13719095125164 31.24819672925117 C-105.63360467906278 30.73560879896115, -106.13001840687393 30.223020868671128, -107.07709287277623 29.245088726367282 C-107.72419014014172 28.484971455242185, -108.37128740750718 27.724854184117092, -108.88466948735929 27.121806380854917 C-109.35388466786439 26.493100785360394, -109.82309984836951 25.864395189865874, -110.55249307496757 24.887074715314395 C-110.8701409611402 24.39908226175262, -111.18778884731282 23.911089808190848, -112.07371019073254 22.550076721507864 C-112.49606932450507 21.800135310994783, -112.91842845827762 21.050193900481702, -113.44206982722551 20.120415625476337 C-113.75684570769944 19.466776774547313, -114.07162158817337 18.81313792361829, -114.65194910118784 17.608075425824147 C-114.9698884260023 16.82275914659376, -115.28782775081676 16.03744286736337, -115.69837635916457 15.023379867326907 C-116.04875872209486 13.968084016029115, -116.39914108502515 12.912788164731325, -116.57705160709475 12.37695001844991 C-116.7477483657738 11.726009297163461, -116.91844512445286 11.075068575877012, -117.28436417990932 9.679660627099686 C-117.4329566685454 8.916669602987023, -117.58154915718148 8.153678578874358, -117.81740757852859 6.942595433952017 C-117.90678878232157 6.249372467648725, -117.99616998611454 5.556149501345433, -118.17399141329011 4.17700162698419 C-118.23697533295154 3.195976238552517, -118.29995925261298 2.214950850120844, -118.35265040472993 1.394243624367005 C-118.35265040472993 0.5840236156173565, -118.35265040472993 -0.22619639313229212, -118.35265040472993 -1.394243624366984 C-118.29752997086396 -2.2527888742427535, -118.242409536998 -3.111334124118523, -118.17399141329012 -4.177001626984129 C-118.0719789830381 -4.968189891386036, -117.96996655278606 -5.759378155787942, -117.81740757852859 -6.942595433951997 C-117.69009233481192 -7.596332302350797, -117.56277709109524 -8.250069170749597, -117.28436417990932 -9.679660627099667 C-117.01200574157697 -10.71828139335481, -116.73964730324461 -11.75690215960995, -116.57705160709475 -12.37695001844989 C-116.28723591464522 -13.249828708248067, -115.9974202221957 -14.122707398046247, -115.6983763591646 -15.023379867326852 C-115.3416258585642 -15.904560501111535, -114.98487535796382 -16.785741134896217, -114.65194910118785 -17.608075425824126 C-114.1790970097727 -18.589962911061647, -113.70624491835756 -19.571850396299173, -113.44206982722551 -20.12041562547632 C-113.08160438388356 -20.76045852121413, -112.7211389405416 -21.40050141695194, -112.07371019073256 -22.55007672150785 C-111.6016662114006 -23.27526303531848, -111.12962223206863 -24.000449349129113, -110.55249307496757 -24.88707471531438 C-110.09078090694763 -25.50572695761729, -109.62906873892769 -26.1243791999202, -108.8846694873593 -27.121806380854903 C-108.32935072157662 -27.774115401676163, -107.77403195579393 -28.42642442249742, -107.07709287277623 -29.245088726367264 C-106.43528019723493 -29.907813007664295, -105.79346752169363 -30.570537288961326, -105.13719095125168 -31.248196729251127 C-104.65285347075375 -31.688059214171847, -104.16851599025583 -32.12792169909257, -103.07293519588883 -33.12289918905732 C-102.37297311530727 -33.68110032154787, -101.67301103472572 -34.23930145403843, -100.89280807636791 -34.861492551256106 C-100.32712357469639 -35.256089571534766, -99.76143907302486 -35.65068659181342, -98.6057682026589 -36.45683256279505 C-98.02417621696262 -36.80939704233802, -97.44258423126634 -37.16196152188098, -96.2212135121713 -37.902363629367436 C-95.57789815964968 -38.23798083671482, -94.93458280712805 -38.5735980440622, -93.74894265161379 -39.19214575375523 C-93.21079148772688 -39.43036931032087, -92.67264032383999 -39.66859286688652, -91.1991147122528 -40.320878944551936 C-90.19629863362292 -40.68992453141795, -89.19348255499303 -41.05897011828396, -88.58220748402753 -41.283924994964075 C-87.97723129396027 -41.463478752591215, -87.37225510389301 -41.643032510218355, -85.90897440006361 -42.07732654219777 C-85.24340782014342 -42.22923777083672, -84.57784124022324 -42.38114899947568, -83.19040034850971 -42.69782332911134 C-82.19391043343646 -42.85892809068567, -81.1974205183632 -43.02003285226001, -80.43765653327604 -43.1428656013112 C-79.49358169957864 -43.23393936510188, -78.54950686588124 -43.32501312889257, -77.66205456916101 -43.41062458463963 C-76.73790934899866 -43.44026012311069, -75.81376412883628 -43.469895661581745, -74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.875 -43.5, -74.875 -43.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-74.875 -43.5 C-28.420794586750944 -43.5, 18.033410826498113 -43.5, 74.875 -43.5 M-74.875 -43.5 C-21.156640876397518 -43.5, 32.561718247204965 -43.5, 74.875 -43.5 M74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 M74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 M74.875 -43.5 C75.74749925880488 -43.47202064698691, 76.61999851760976 -43.44404129397382, 77.66205456916101 -43.41062458463963 M74.875 -43.5 C75.62859955258564 -43.47583352914112, 76.38219910517128 -43.45166705828225, 77.66205456916101 -43.41062458463963 M77.66205456916101 -43.41062458463963 C78.31116681127763 -43.348005507314326, 78.96027905339425 -43.285386429989025, 80.43765653327601 -43.14286560131121 M77.66205456916101 -43.41062458463963 C78.70876368589222 -43.30964981500046, 79.75547280262343 -43.20867504536129, 80.43765653327601 -43.14286560131121 M80.43765653327601 -43.14286560131121 C81.24430758804466 -43.01245251444857, 82.05095864281333 -42.88203942758593, 83.19040034850968 -42.697823329111344 M80.43765653327601 -43.14286560131121 C81.26593153537566 -43.00895652234031, 82.09420653747532 -42.87504744336941, 83.19040034850968 -42.697823329111344 M83.19040034850968 -42.697823329111344 C83.94330997178433 -42.52597662079336, 84.69621959505899 -42.35412991247537, 85.90897440006356 -42.07732654219778 M83.19040034850968 -42.697823329111344 C83.90070884269586 -42.535700050509455, 84.61101733688206 -42.373576771907565, 85.90897440006356 -42.07732654219778 M85.90897440006356 -42.07732654219778 C86.68825038542562 -41.84604152024544, 87.46752637078768 -41.614756498293104, 88.58220748402749 -41.28392499496409 M85.90897440006356 -42.07732654219778 C86.63381270401209 -41.86219833833976, 87.35865100796062 -41.64707013448173, 88.58220748402749 -41.28392499496409 M88.58220748402749 -41.28392499496409 C89.14078616940745 -41.0783628752995, 89.6993648547874 -40.87280075563491, 91.19911471225277 -40.32087894455194 M88.58220748402749 -41.28392499496409 C89.14702425717935 -41.076067201335185, 89.71184103033123 -40.86820940770628, 91.19911471225277 -40.32087894455194 M91.19911471225277 -40.32087894455194 C91.90816604103554 -40.007002954560164, 92.61721736981832 -39.693126964568386, 93.74894265161377 -39.192145753755234 M91.19911471225277 -40.32087894455194 C91.96560019762411 -39.98157855716213, 92.73208568299546 -39.64227816977231, 93.74894265161377 -39.192145753755234 M93.74894265161377 -39.192145753755234 C94.56478715239915 -38.76652020026885, 95.38063165318451 -38.340894646782466, 96.22121351217129 -37.90236362936744 M93.74894265161377 -39.192145753755234 C94.60780205648065 -38.74407935236189, 95.46666146134754 -38.29601295096854, 96.22121351217129 -37.90236362936744 M96.22121351217129 -37.90236362936744 C96.89856302396116 -37.49175037477286, 97.57591253575102 -37.081137120178276, 98.60576820265887 -36.45683256279507 M96.22121351217129 -37.90236362936744 C96.74090834586192 -37.58732156711834, 97.26060317955256 -37.27227950486924, 98.60576820265887 -36.45683256279507 M98.60576820265887 -36.45683256279507 C99.3463598950752 -35.94022785786309, 100.08695158749153 -35.423623152931114, 100.8928080763679 -34.86149255125611 M98.60576820265887 -36.45683256279507 C99.5134681859851 -35.823660348125664, 100.42116816931133 -35.19048813345626, 100.8928080763679 -34.86149255125611 M100.8928080763679 -34.86149255125611 C101.73491593398268 -34.189933944239556, 102.57702379159745 -33.51837533722299, 103.07293519588879 -33.12289918905735 M100.8928080763679 -34.86149255125611 C101.50082317009189 -34.37661669397238, 102.1088382638159 -33.891740836688655, 103.07293519588879 -33.12289918905735 M103.07293519588879 -33.12289918905735 C103.76109730055171 -32.49792857337401, 104.44925940521465 -31.872957957690673, 105.13719095125165 -31.248196729251152 M103.07293519588879 -33.12289918905735 C103.85628632177307 -32.411480422864265, 104.63963744765736 -31.700061656671174, 105.13719095125165 -31.248196729251152 M105.13719095125165 -31.248196729251152 C105.72298046730285 -30.643320959714604, 106.30876998335404 -30.038445190178052, 107.07709287277622 -29.24508872636729 M105.13719095125165 -31.248196729251152 C105.53310312417526 -30.83938490571363, 105.92901529709886 -30.430573082176107, 107.07709287277622 -29.24508872636729 M107.07709287277622 -29.24508872636729 C107.58325552746575 -28.65052127069801, 108.08941818215527 -28.055953815028737, 108.8846694873593 -27.12180638085491 M107.07709287277622 -29.24508872636729 C107.7304867017522 -28.477575155689998, 108.38388053072818 -27.710061585012706, 108.8846694873593 -27.12180638085491 M108.8846694873593 -27.12180638085491 C109.3781532218087 -26.460583133985782, 109.8716369562581 -25.799359887116655, 110.55249307496757 -24.88707471531439 M108.8846694873593 -27.12180638085491 C109.36855866339059 -26.47343896818381, 109.85244783942186 -25.82507155551271, 110.55249307496757 -24.88707471531439 M110.55249307496757 -24.88707471531439 C110.91014464067642 -24.33762586749294, 111.26779620638526 -23.788177019671487, 112.07371019073256 -22.550076721507846 M110.55249307496757 -24.88707471531439 C111.04229651999209 -24.13460509311571, 111.53209996501661 -23.382135470917028, 112.07371019073256 -22.550076721507846 M112.07371019073256 -22.550076721507846 C112.44503196437904 -21.890757311991678, 112.81635373802553 -21.231437902475513, 113.44206982722551 -20.120415625476333 M112.07371019073256 -22.550076721507846 C112.53235502699691 -21.73570637189474, 112.99099986326125 -20.921336022281633, 113.44206982722551 -20.120415625476333 M113.44206982722551 -20.120415625476333 C113.88524163939773 -19.200159875142962, 114.32841345156996 -18.27990412480959, 114.65194910118784 -17.60807542582414 M113.44206982722551 -20.120415625476333 C113.80801501853865 -19.360522605741817, 114.17396020985181 -18.6006295860073, 114.65194910118784 -17.60807542582414 M114.65194910118784 -17.60807542582414 C115.04654877716867 -16.63340659708577, 115.44114845314948 -15.658737768347402, 115.69837635916457 -15.023379867326902 M114.65194910118784 -17.60807542582414 C114.9160219277395 -16.95581043874078, 115.18009475429115 -16.30354545165742, 115.69837635916457 -15.023379867326902 M115.69837635916457 -15.023379867326902 C116.03532550541532 -14.008542724375493, 116.37227465166606 -12.993705581424082, 116.57705160709475 -12.376950018449923 M115.69837635916457 -15.023379867326902 C115.91170506618037 -14.380867791108919, 116.1250337731962 -13.738355714890936, 116.57705160709475 -12.376950018449923 M116.57705160709475 -12.376950018449923 C116.73761306615337 -11.764659587282805, 116.898174525212 -11.15236915611569, 117.28436417990932 -9.67966062709968 M116.57705160709475 -12.376950018449923 C116.78973377091631 -11.565900750765364, 117.00241593473788 -10.754851483080806, 117.28436417990932 -9.67966062709968 M117.28436417990932 -9.67966062709968 C117.44923129876095 -8.83310281647452, 117.61409841761257 -7.986545005849359, 117.81740757852859 -6.942595433952013 M117.28436417990932 -9.67966062709968 C117.4906842461372 -8.620250692780928, 117.69700431236511 -7.560840758462174, 117.81740757852859 -6.942595433952013 M117.81740757852859 -6.942595433952013 C117.8942532738333 -6.346595396067628, 117.971098969138 -5.750595358183244, 118.17399141329012 -4.177001626984165 M117.81740757852859 -6.942595433952013 C117.91336833649012 -6.198342744797294, 118.00932909445167 -5.454090055642576, 118.17399141329012 -4.177001626984165 M118.17399141329012 -4.177001626984165 C118.2402231844136 -3.1453883304126595, 118.30645495553708 -2.113775033841154, 118.35265040472993 -1.3942436243669998 M118.17399141329012 -4.177001626984165 C118.211966442233 -3.5855098983070826, 118.2499414711759 -2.9940181696300003, 118.35265040472993 -1.3942436243669998 M118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.7654866980216246, 118.35265040472993 -0.13672977167624945, 118.35265040472993 1.3942436243669891 M118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.7636421587940676, 118.35265040472993 -0.13304069322113543, 118.35265040472993 1.3942436243669891 M118.35265040472993 1.3942436243669891 C118.30219330437325 2.180153690660612, 118.25173620401657 2.9660637569542354, 118.17399141329012 4.177001626984135 M118.35265040472993 1.3942436243669891 C118.28770723957129 2.4057858428921364, 118.22276407441265 3.417328061417284, 118.17399141329012 4.177001626984135 M118.17399141329012 4.177001626984135 C118.10100166938132 4.743095667285641, 118.02801192547251 5.309189707587148, 117.81740757852859 6.942595433951983 M118.17399141329012 4.177001626984135 C118.09530578367699 4.787271832028549, 118.01662015406386 5.397542037072962, 117.81740757852859 6.942595433951983 M117.81740757852859 6.942595433951983 C117.62874354970968 7.9113453477804425, 117.44007952089078 8.880095261608902, 117.28436417990932 9.679660627099672 M117.81740757852859 6.942595433951983 C117.67964872282306 7.649958042655406, 117.54188986711752 8.35732065135883, 117.28436417990932 9.679660627099672 M117.28436417990932 9.679660627099672 C117.09778491624607 10.391168223412059, 116.91120565258281 11.102675819724446, 116.57705160709475 12.376950018449895 M117.28436417990932 9.679660627099672 C117.05036293561359 10.57200878838008, 116.81636169131788 11.464356949660488, 116.57705160709475 12.376950018449895 M116.57705160709475 12.376950018449895 C116.26332487818436 13.321844940361862, 115.949598149274 14.266739862273827, 115.69837635916457 15.023379867326874 M116.57705160709475 12.376950018449895 C116.22728852578592 13.430380692172935, 115.8775254444771 14.483811365895974, 115.69837635916457 15.023379867326874 M115.69837635916457 15.023379867326874 C115.37600007781647 15.81965551497809, 115.05362379646837 16.615931162629305, 114.65194910118785 17.60807542582413 M115.69837635916457 15.023379867326874 C115.47864017878915 15.566132481164225, 115.25890399841371 16.108885095001575, 114.65194910118785 17.60807542582413 M114.65194910118785 17.60807542582413 C114.30874261930197 18.320751028902496, 113.96553613741607 19.033426631980863, 113.44206982722551 20.120415625476323 M114.65194910118785 17.60807542582413 C114.27537229417935 18.39004522303018, 113.89879548717084 19.172015020236234, 113.44206982722551 20.120415625476323 M113.44206982722551 20.120415625476323 C112.89582733667974 21.09032448049043, 112.34958484613398 22.060233335504535, 112.07371019073256 22.550076721507835 M113.44206982722551 20.120415625476323 C113.04591045624286 20.823836704142302, 112.6497510852602 21.52725778280828, 112.07371019073256 22.550076721507835 M112.07371019073256 22.550076721507835 C111.58025621154889 23.308154544480644, 111.08680223236523 24.066232367453452, 110.5524930749676 24.887074715314366 M112.07371019073256 22.550076721507835 C111.67198191883021 23.167239226295358, 111.27025364692786 23.784401731082877, 110.5524930749676 24.887074715314366 M110.5524930749676 24.887074715314366 C110.11624206086718 25.471611330923942, 109.67999104676676 26.056147946533518, 108.8846694873593 27.121806380854903 M110.5524930749676 24.887074715314366 C110.12722680339891 25.456892776662052, 109.70196053183022 26.026710838009738, 108.8846694873593 27.121806380854903 M108.8846694873593 27.121806380854903 C108.4557762058493 27.62560883403561, 108.02688292433932 28.12941128721632, 107.07709287277623 29.245088726367264 M108.8846694873593 27.121806380854903 C108.46393302523055 27.616027369854248, 108.04319656310177 28.11024835885359, 107.07709287277623 29.245088726367264 M107.07709287277623 29.245088726367264 C106.6108347130669 29.726538556773995, 106.14457655335755 30.207988387180727, 105.13719095125167 31.24819672925114 M107.07709287277623 29.245088726367264 C106.31889038619347 30.0279950433458, 105.56068789961071 30.810901360324333, 105.13719095125167 31.24819672925114 M105.13719095125167 31.24819672925114 C104.43068079805647 31.889830557148727, 103.72417064486126 32.53146438504631, 103.07293519588882 33.12289918905732 M105.13719095125167 31.24819672925114 C104.67852237651016 31.664747393125907, 104.21985380176865 32.08129805700067, 103.07293519588882 33.12289918905732 M103.07293519588882 33.12289918905732 C102.33901206261243 33.70818335733044, 101.60508892933603 34.29346752560357, 100.89280807636791 34.861492551256106 M103.07293519588882 33.12289918905732 C102.4440442290458 33.62442299962315, 101.8151532622028 34.125946810188985, 100.89280807636791 34.861492551256106 M100.89280807636791 34.861492551256106 C100.07121750358347 35.43459856874786, 99.24962693079904 36.007704586239605, 98.60576820265888 36.45683256279506 M100.89280807636791 34.861492551256106 C100.00579020239219 35.480237821756674, 99.11877232841647 36.09898309225725, 98.60576820265888 36.45683256279506 M98.60576820265888 36.45683256279506 C98.0942628089741 36.76691013838612, 97.58275741528931 37.07698771397719, 96.22121351217129 37.90236362936744 M98.60576820265888 36.45683256279506 C97.78132586486142 36.95661435292884, 96.95688352706397 37.45639614306262, 96.22121351217129 37.90236362936744 M96.22121351217129 37.90236362936744 C95.6157006918779 38.21825927986503, 95.01018787158452 38.53415493036261, 93.74894265161379 39.19214575375523 M96.22121351217129 37.90236362936744 C95.36108577093482 38.35109172103239, 94.50095802969837 38.79981981269734, 93.74894265161379 39.19214575375523 M93.74894265161379 39.19214575375523 C92.73431256274819 39.64129239616383, 91.71968247388259 40.09043903857242, 91.1991147122528 40.32087894455194 M93.74894265161379 39.19214575375523 C92.96050267888538 39.54116474144129, 92.17206270615696 39.89018372912736, 91.1991147122528 40.32087894455194 M91.1991147122528 40.32087894455194 C90.25178618607518 40.669504599194205, 89.30445765989757 41.01813025383647, 88.58220748402752 41.283924994964075 M91.1991147122528 40.32087894455194 C90.32734043008402 40.64169993898317, 89.45556614791523 40.96252093341441, 88.58220748402752 41.283924994964075 M88.58220748402752 41.283924994964075 C87.95116815903035 41.471214154230225, 87.32012883403318 41.65850331349638, 85.90897440006361 42.077326542197774 M88.58220748402752 41.283924994964075 C87.899261916963 41.4866196544144, 87.21631634989846 41.68931431386471, 85.90897440006361 42.077326542197774 M85.90897440006361 42.077326542197774 C85.08152550678511 42.26618635247994, 84.25407661350661 42.45504616276211, 83.19040034850971 42.697823329111344 M85.90897440006361 42.077326542197774 C85.15008722745218 42.25053758714473, 84.39120005484074 42.42374863209168, 83.19040034850971 42.697823329111344 M83.19040034850971 42.697823329111344 C82.31569758257311 42.839238488886714, 81.44099481663652 42.98065364866208, 80.43765653327604 43.1428656013112 M83.19040034850971 42.697823329111344 C82.40034716023975 42.82555300163685, 81.61029397196978 42.95328267416235, 80.43765653327604 43.1428656013112 M80.43765653327604 43.1428656013112 C79.64926250202456 43.21892102532348, 78.86086847077306 43.29497644933577, 77.66205456916101 43.41062458463963 M80.43765653327604 43.1428656013112 C79.56311524472918 43.22723154762753, 78.68857395618232 43.31159749394387, 77.66205456916101 43.41062458463963 M77.66205456916101 43.41062458463963 C76.59759768808867 43.44475964497599, 75.53314080701634 43.47889470531236, 74.87500000000001 43.5 M77.66205456916101 43.41062458463963 C76.55841252621497 43.44601623684799, 75.45477048326892 43.48140788905635, 74.87500000000001 43.5 M74.87500000000001 43.5 C74.87500000000001 43.5, 74.875 43.5, 74.875 43.5 M74.87500000000001 43.5 C74.87500000000001 43.5, 74.875 43.5, 74.875 43.5 M74.875 43.5 C25.31385729994915 43.5, -24.247285400101703 43.5, -74.87499999999999 43.5 M74.875 43.5 C15.269150810592663 43.5, -44.336698378814674 43.5, -74.87499999999999 43.5 M-74.87499999999999 43.5 C-75.86100700427669 43.468380674519054, -76.84701400855337 43.4367613490381, -77.66205456916099 43.41062458463963 M-74.87499999999999 43.5 C-75.9672763328952 43.464972823990955, -77.05955266579042 43.42994564798191, -77.66205456916099 43.41062458463963 M-77.66205456916099 43.41062458463963 C-78.36947680198648 43.34238041263866, -79.07689903481197 43.2741362406377, -80.43765653327603 43.1428656013112 M-77.66205456916099 43.41062458463963 C-78.51076143362275 43.328750854144346, -79.35946829808451 43.24687712364906, -80.43765653327603 43.1428656013112 M-80.43765653327603 43.1428656013112 C-81.50987406845914 42.96951778539397, -82.58209160364225 42.796169969476736, -83.1904003485097 42.697823329111344 M-80.43765653327603 43.1428656013112 C-81.04711785015003 43.04433262204211, -81.65657916702402 42.94579964277303, -83.1904003485097 42.697823329111344 M-83.1904003485097 42.697823329111344 C-83.88545395262655 42.539181879620315, -84.58050755674341 42.38054043012929, -85.90897440006356 42.07732654219778 M-83.1904003485097 42.697823329111344 C-84.00462075082797 42.511982835566876, -84.81884115314622 42.32614234202241, -85.90897440006356 42.07732654219778 M-85.90897440006356 42.07732654219778 C-86.83030275171369 41.80388112357923, -87.75163110336382 41.53043570496068, -88.58220748402748 41.283924994964096 M-85.90897440006356 42.07732654219778 C-86.55395916846363 41.885898448530774, -87.19894393686371 41.694470354863775, -88.58220748402748 41.283924994964096 M-88.58220748402748 41.283924994964096 C-89.44164748624887 40.967643129570334, -90.30108748847024 40.65136126417657, -91.19911471225278 40.32087894455194 M-88.58220748402748 41.283924994964096 C-89.31544968510077 41.01408508695252, -90.04869188617407 40.744245178940936, -91.19911471225278 40.32087894455194 M-91.19911471225278 40.32087894455194 C-91.82023539967481 40.045927241120765, -92.44135608709686 39.77097553768958, -93.74894265161377 39.192145753755234 M-91.19911471225278 40.32087894455194 C-91.77758445441886 40.06480754939024, -92.35605419658494 39.808736154228534, -93.74894265161377 39.192145753755234 M-93.74894265161377 39.192145753755234 C-94.5378954649986 38.78054957636077, -95.32684827838342 38.368953398966305, -96.22121351217127 37.90236362936745 M-93.74894265161377 39.192145753755234 C-94.46242751366296 38.81992115823304, -95.17591237571213 38.44769656271085, -96.22121351217127 37.90236362936745 M-96.22121351217127 37.90236362936745 C-97.08315074690684 37.37985221236532, -97.94508798164239 36.85734079536319, -98.60576820265884 36.456832562795086 M-96.22121351217127 37.90236362936745 C-97.06078920392953 37.39340791112918, -97.90036489568779 36.884452192890905, -98.60576820265884 36.456832562795086 M-98.60576820265884 36.456832562795086 C-99.09725287023363 36.113994134723264, -99.58873753780843 35.771155706651435, -100.89280807636788 34.86149255125612 M-98.60576820265884 36.456832562795086 C-99.28611990988894 35.982248663782094, -99.96647161711904 35.5076647647691, -100.89280807636788 34.86149255125612 M-100.89280807636788 34.86149255125612 C-101.62084776682376 34.280900272067385, -102.34888745727962 33.70030799287865, -103.07293519588879 33.12289918905736 M-100.89280807636788 34.86149255125612 C-101.53115434526678 34.352428388916884, -102.16950061416567 33.84336422657764, -103.07293519588879 33.12289918905736 M-103.07293519588879 33.12289918905736 C-103.58209293145586 32.66049560519081, -104.09125066702292 32.19809202132426, -105.13719095125164 31.24819672925117 M-103.07293519588879 33.12289918905736 C-103.66364423015348 32.58643287344275, -104.25435326441817 32.04996655782814, -105.13719095125164 31.24819672925117 M-105.13719095125164 31.24819672925117 C-105.84363525903844 30.518734981304974, -106.55007956682525 29.78927323335878, -107.07709287277623 29.245088726367282 M-105.13719095125164 31.24819672925117 C-105.81897339383885 30.54420038190035, -106.50075583642605 29.84020403454953, -107.07709287277623 29.245088726367282 M-107.07709287277623 29.245088726367282 C-107.6607413216026 28.559502047838283, -108.24438977042895 27.873915369309284, -108.88466948735929 27.121806380854917 M-107.07709287277623 29.245088726367282 C-107.67682156609658 28.54061327766382, -108.27655025941692 27.836137828960354, -108.88466948735929 27.121806380854917 M-108.88466948735929 27.121806380854917 C-109.41600634785532 26.409863393574028, -109.94734320835136 25.697920406293143, -110.55249307496757 24.887074715314395 M-108.88466948735929 27.121806380854917 C-109.50845773004538 26.285986963933528, -110.13224597273148 25.45016754701214, -110.55249307496757 24.887074715314395 M-110.55249307496757 24.887074715314395 C-111.07285982555615 24.087651648372628, -111.59322657614473 23.288228581430864, -112.07371019073254 22.550076721507864 M-110.55249307496757 24.887074715314395 C-111.0633781388907 24.102218065280127, -111.57426320281384 23.317361415245863, -112.07371019073254 22.550076721507864 M-112.07371019073254 22.550076721507864 C-112.50859783999697 21.77788966308918, -112.94348548926138 21.005702604670496, -113.44206982722551 20.120415625476337 M-112.07371019073254 22.550076721507864 C-112.39667756322713 21.976615447650957, -112.71964493572172 21.40315417379405, -113.44206982722551 20.120415625476337 M-113.44206982722551 20.120415625476337 C-113.8720318472406 19.227590291201512, -114.30199386725572 18.334764956926687, -114.65194910118784 17.608075425824147 M-113.44206982722551 20.120415625476337 C-113.80099334197837 19.375103267359062, -114.15991685673124 18.62979090924179, -114.65194910118784 17.608075425824147 M-114.65194910118784 17.608075425824147 C-114.94736512179594 16.87839214344191, -115.24278114240406 16.148708861059674, -115.69837635916457 15.023379867326907 M-114.65194910118784 17.608075425824147 C-115.03537310738807 16.661010717510717, -115.4187971135883 15.713946009197288, -115.69837635916457 15.023379867326907 M-115.69837635916457 15.023379867326907 C-116.0012915359538 14.11104761781696, -116.30420671274301 13.19871536830701, -116.57705160709475 12.37695001844991 M-115.69837635916457 15.023379867326907 C-116.03199819815093 14.018564043721412, -116.36562003713728 13.013748220115914, -116.57705160709475 12.37695001844991 M-116.57705160709475 12.37695001844991 C-116.85941865871796 11.300162071956299, -117.14178571034115 10.223374125462687, -117.28436417990932 9.679660627099686 M-116.57705160709475 12.37695001844991 C-116.81628414772447 11.464652656989752, -117.0555166883542 10.552355295529596, -117.28436417990932 9.679660627099686 M-117.28436417990932 9.679660627099686 C-117.43820256765156 8.889733019798062, -117.5920409553938 8.099805412496435, -117.81740757852859 6.942595433952017 M-117.28436417990932 9.679660627099686 C-117.45638512233927 8.796369444361002, -117.62840606476921 7.913078261622316, -117.81740757852859 6.942595433952017 M-117.81740757852859 6.942595433952017 C-117.95622504938468 5.865954542602264, -118.09504252024078 4.789313651252511, -118.17399141329011 4.17700162698419 M-117.81740757852859 6.942595433952017 C-117.93397244366115 6.038541358319954, -118.05053730879372 5.134487282687889, -118.17399141329011 4.17700162698419 M-118.17399141329011 4.17700162698419 C-118.24194972724177 3.118496032223334, -118.30990804119345 2.0599904374624787, -118.35265040472993 1.394243624367005 M-118.17399141329011 4.17700162698419 C-118.22675184084163 3.355215380418706, -118.27951226839315 2.5334291338532227, -118.35265040472993 1.394243624367005 M-118.35265040472993 1.394243624367005 C-118.35265040472993 0.49160200846352664, -118.35265040472993 -0.4110396074399518, -118.35265040472993 -1.394243624366984 M-118.35265040472993 1.394243624367005 C-118.35265040472993 0.47116081042466995, -118.35265040472993 -0.4519220035176652, -118.35265040472993 -1.394243624366984 M-118.35265040472993 -1.394243624366984 C-118.29831480527153 -2.2405644448380624, -118.24397920581312 -3.086885265309141, -118.17399141329012 -4.177001626984129 M-118.35265040472993 -1.394243624366984 C-118.30038340970788 -2.208344260994374, -118.24811641468584 -3.0224448976217637, -118.17399141329012 -4.177001626984129 M-118.17399141329012 -4.177001626984129 C-118.06673356029972 -5.008872354318949, -117.95947570730932 -5.840743081653768, -117.81740757852859 -6.942595433951997 M-118.17399141329012 -4.177001626984129 C-118.07597013689791 -4.937235290191838, -117.97794886050568 -5.697468953399546, -117.81740757852859 -6.942595433951997 M-117.81740757852859 -6.942595433951997 C-117.6700986232325 -7.69899578563862, -117.52278966793642 -8.455396137325243, -117.28436417990932 -9.679660627099667 M-117.81740757852859 -6.942595433951997 C-117.65446743099783 -7.779258654110052, -117.49152728346706 -8.615921874268107, -117.28436417990932 -9.679660627099667 M-117.28436417990932 -9.679660627099667 C-117.01462754843486 -10.70828330750739, -116.7448909169604 -11.736905987915115, -116.57705160709475 -12.37695001844989 M-117.28436417990932 -9.679660627099667 C-117.01974558097561 -10.688766031260165, -116.7551269820419 -11.697871435420662, -116.57705160709475 -12.37695001844989 M-116.57705160709475 -12.37695001844989 C-116.2441238749541 -13.379675302827042, -115.91119614281345 -14.382400587204193, -115.6983763591646 -15.023379867326852 M-116.57705160709475 -12.37695001844989 C-116.27162712032948 -13.296839909803442, -115.96620263356422 -14.216729801156996, -115.6983763591646 -15.023379867326852 M-115.6983763591646 -15.023379867326852 C-115.37294317381316 -15.82720612696754, -115.0475099884617 -16.63103238660823, -114.65194910118785 -17.608075425824126 M-115.6983763591646 -15.023379867326852 C-115.29009346488945 -16.031846509799212, -114.88181057061432 -17.04031315227157, -114.65194910118785 -17.608075425824126 M-114.65194910118785 -17.608075425824126 C-114.27586229903945 -18.389027717453754, -113.89977549689104 -19.169980009083382, -113.44206982722551 -20.12041562547632 M-114.65194910118785 -17.608075425824126 C-114.2293489898037 -18.48561359930717, -113.80674887841954 -19.363151772790218, -113.44206982722551 -20.12041562547632 M-113.44206982722551 -20.12041562547632 C-112.94053773437993 -21.01093664195505, -112.43900564153435 -21.901457658433777, -112.07371019073256 -22.55007672150785 M-113.44206982722551 -20.12041562547632 C-113.09382697611004 -20.738756071044342, -112.74558412499458 -21.35709651661237, -112.07371019073256 -22.55007672150785 M-112.07371019073256 -22.55007672150785 C-111.53367701800585 -23.379712694027543, -110.99364384527914 -24.20934866654724, -110.55249307496757 -24.88707471531438 M-112.07371019073256 -22.55007672150785 C-111.70342979736444 -23.118926839929, -111.33314940399632 -23.68777695835015, -110.55249307496757 -24.88707471531438 M-110.55249307496757 -24.88707471531438 C-109.97265199038686 -25.66400894404302, -109.39281090580617 -26.440943172771654, -108.8846694873593 -27.121806380854903 M-110.55249307496757 -24.88707471531438 C-110.11584836247413 -25.472138850903953, -109.67920364998069 -26.057202986493525, -108.8846694873593 -27.121806380854903 M-108.8846694873593 -27.121806380854903 C-108.4570687538088 -27.624090533654332, -108.0294680202583 -28.126374686453758, -107.07709287277623 -29.245088726367264 M-108.8846694873593 -27.121806380854903 C-108.45876159839361 -27.622102022079435, -108.03285370942791 -28.122397663303968, -107.07709287277623 -29.245088726367264 M-107.07709287277623 -29.245088726367264 C-106.44100103709062 -29.901905770823614, -105.804909201405 -30.558722815279964, -105.13719095125168 -31.248196729251127 M-107.07709287277623 -29.245088726367264 C-106.59930256277458 -29.73844644875795, -106.12151225277293 -30.23180417114864, -105.13719095125168 -31.248196729251127 M-105.13719095125168 -31.248196729251127 C-104.55833692148056 -31.77389664345091, -103.97948289170942 -32.299596557650695, -103.07293519588883 -33.12289918905732 M-105.13719095125168 -31.248196729251127 C-104.54293553061163 -31.787883779139598, -103.94868010997158 -32.32757082902807, -103.07293519588883 -33.12289918905732 M-103.07293519588883 -33.12289918905732 C-102.57038325059862 -33.523670991957346, -102.06783130530842 -33.92444279485738, -100.89280807636791 -34.861492551256106 M-103.07293519588883 -33.12289918905732 C-102.62758196672674 -33.478056537966935, -102.18222873756464 -33.83321388687656, -100.89280807636791 -34.861492551256106 M-100.89280807636791 -34.861492551256106 C-100.34030679927123 -35.24689352476394, -99.78780552217455 -35.63229449827178, -98.6057682026589 -36.45683256279505 M-100.89280807636791 -34.861492551256106 C-100.12779092321155 -35.39513540023918, -99.36277377005518 -35.92877824922225, -98.6057682026589 -36.45683256279505 M-98.6057682026589 -36.45683256279505 C-97.9994167343656 -36.82440638619119, -97.39306526607231 -37.19198020958734, -96.2212135121713 -37.902363629367436 M-98.6057682026589 -36.45683256279505 C-97.79972624529377 -36.94545993417811, -96.99368428792864 -37.43408730556117, -96.2212135121713 -37.902363629367436 M-96.2212135121713 -37.902363629367436 C-95.26836020471572 -38.399466589535336, -94.31550689726015 -38.896569549703244, -93.74894265161379 -39.19214575375523 M-96.2212135121713 -37.902363629367436 C-95.33970267928342 -38.36224726625041, -94.45819184639555 -38.82213090313338, -93.74894265161379 -39.19214575375523 M-93.74894265161379 -39.19214575375523 C-93.10085880427934 -39.47903324824591, -92.45277495694489 -39.76592074273659, -91.1991147122528 -40.320878944551936 M-93.74894265161379 -39.19214575375523 C-92.92452238767099 -39.557092149044486, -92.10010212372818 -39.92203854433374, -91.1991147122528 -40.320878944551936 M-91.1991147122528 -40.320878944551936 C-90.39022527982387 -40.61855773297773, -89.58133584739495 -40.91623652140352, -88.58220748402753 -41.283924994964075 M-91.1991147122528 -40.320878944551936 C-90.60612825709354 -40.539103441557245, -90.01314180193431 -40.75732793856255, -88.58220748402753 -41.283924994964075 M-88.58220748402753 -41.283924994964075 C-87.93789163782714 -41.47515455603346, -87.29357579162674 -41.666384117102844, -85.90897440006361 -42.07732654219777 M-88.58220748402753 -41.283924994964075 C-87.9534675805601 -41.470531697990104, -87.32472767709268 -41.65713840101614, -85.90897440006361 -42.07732654219777 M-85.90897440006361 -42.07732654219777 C-85.35205687963222 -42.20443933200978, -84.7951393592008 -42.33155212182179, -83.19040034850971 -42.69782332911134 M-85.90897440006361 -42.07732654219777 C-84.84546845441614 -42.32006483426693, -83.78196250876864 -42.56280312633609, -83.19040034850971 -42.69782332911134 M-83.19040034850971 -42.69782332911134 C-82.58360020425728 -42.79592607062867, -81.97680006000486 -42.894028812146004, -80.43765653327604 -43.1428656013112 M-83.19040034850971 -42.69782332911134 C-82.11938611602658 -42.87097660437979, -81.04837188354345 -43.04412987964824, -80.43765653327604 -43.1428656013112 M-80.43765653327604 -43.1428656013112 C-79.33491035474307 -43.24924619890796, -78.23216417621009 -43.35562679650472, -77.66205456916101 -43.41062458463963 M-80.43765653327604 -43.1428656013112 C-79.34169697237016 -43.248591502067576, -78.24573741146428 -43.35431740282395, -77.66205456916101 -43.41062458463963 M-77.66205456916101 -43.41062458463963 C-76.75821793222705 -43.43960886637481, -75.85438129529308 -43.468593148109996, -74.87500000000001 -43.5 M-77.66205456916101 -43.41062458463963 C-76.97686373214498 -43.432597321139674, -76.29167289512894 -43.45457005763972, -74.87500000000001 -43.5 M-74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.875 -43.5, -74.875 -43.5 M-74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.875 -43.5, -74.875 -43.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Transaction time:<br>POST /eligibility → likely paymentReady: true</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-fae7de170e8e29eade396d5f659bfcc044e0eac271cfadc00a8d2e58358a4813-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 544\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .error-icon{fill:#a44141;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .error-text{fill:#ddd;stroke:#ddd;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-thickness-normal{stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-thickness-thick{stroke-width:3.5px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-pattern-solid{stroke-dasharray:0;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .marker.cross{stroke:lightgrey;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 p{margin:0;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster-label text{fill:#F9FFFE;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster-label span{color:#F9FFFE;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster-label span p{background-color:transparent;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .label text,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 span{fill:#ccc;color:#ccc;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node rect,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node circle,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node ellipse,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node polygon,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .rough-node .label text,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node .label text,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .image-shape .label,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .icon-shape .label{text-anchor:middle;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .rough-node .label,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node .label,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .image-shape .label,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .icon-shape .label{text-align:center;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node.clickable{cursor:pointer;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .arrowheadPath{fill:lightgrey;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster text{fill:#F9FFFE;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .cluster span{color:#F9FFFE;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 rect.text{fill:none;stroke-width:0;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .icon-shape,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .icon-shape p,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .icon-shape .label rect,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 .node .neo-node{stroke:#ccc;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node rect,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].cluster rect,#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node polygon{stroke:url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node path{stroke:url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient);stroke-width:1px;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node circle{stroke:url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,71.5L138.417,75.583C138.333,79.667,138.167,87.833,138.083,95.417C138,103,138,110,138,113.5L138,117\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjcxLjV9LHsieCI6MTM4LCJ5Ijo5Nn0seyJ4IjoxMzgsInkiOjEyMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointEnd)\"></path><path d=\"M138,247L138,251.167C138,255.333,138,263.667,138,271.333C138,279,138,286,138,289.5L138,293\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoyNDd9LHsieCI6MTM4LCJ5IjoyNzJ9LHsieCI6MTM4LCJ5IjoyOTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointEnd)\"></path><path d=\"M138,399L138,403.167C138,407.333,138,415.667,138.07,423.417C138.141,431.167,138.281,438.334,138.351,441.917L138.422,445.501\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozOTl9LHsieCI6MTM4LCJ5Ijo0MjR9LHsieCI6MTM4LjUsInkiOjQ0OS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 39.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-58.328125 -31.5 C-34.93909982433286 -31.5, -11.550074648665706 -31.5, 58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 C58.76439454509389 -31.486009684835995, 59.200664090187786 -31.472019369671987, 60.34633692939246 -31.435279871635593 C61.057409704324144 -31.366683536228063, 61.76848247925583 -31.298087200820536, 62.35625559306194 -31.241385435432253 C63.105848792317346 -31.12019702015872, 63.855441991572754 -30.999008604885187, 64.34962180409322 -30.91911344521856 C64.74801274892906 -30.828183311803652, 65.1464036937649 -30.737253178388745, 66.31824439314947 -30.469788185729428 C66.80952704784941 -30.323978072609762, 67.30080970254936 -30.178167959490096, 68.25403386774406 -29.895256030836062 C68.67584992806238 -29.740023821414002, 69.0976659883807 -29.584791611991943, 70.14903565370028 -29.197877856399685 C70.75717708561007 -28.928671684367846, 71.36531851751985 -28.659465512336002, 71.99546278220308 -28.380519338926202 C72.40214512295591 -28.168353422247915, 72.80882746370877 -27.956187505569627, 73.78572788812403 -27.44653917988677 C74.37610427388059 -27.088649545404397, 74.96648065963716 -26.730759910922025, 75.51247438813228 -26.399775304092984 C76.09438066652314 -25.993862674604312, 76.676286944914 -25.58795004511564, 77.1686067104733 -25.244529088840633 C77.66081773454151 -24.85200389543167, 78.15302875860974 -24.459478702022714, 78.74731945219533 -23.985547688627737 C79.06190766864798 -23.69984699399353, 79.37649588510064 -23.41414629935932, 80.24212534400982 -22.62800452807842 C80.73789070732549 -22.11608608736169, 81.23365607064116 -21.60416764664496, 81.64688190787243 -21.177478043231485 C81.95542813258025 -20.815042090912126, 82.26397435728808 -20.45260613859277, 82.95581669774293 -19.63992875855011 C83.31670403268052 -19.15637260724632, 83.67759136761809 -18.672816455942527, 84.1635510198041 -18.02167479384835 C84.44807273710185 -17.584573031300227, 84.73259445439962 -17.147471268752103, 85.2651220346684 -16.329365901781543 C85.63067542474869 -15.680288841399335, 85.99622881482898 -15.031211781017126, 86.2560031507495 -14.56995614258631 C86.4862135975194 -14.091919224154168, 86.71642404428927 -13.613882305722028, 87.13212262499809 -12.750675308355413 C87.34547275705725 -12.223696357325098, 87.55882288911641 -11.69671740629478, 87.88988029456745 -10.878999214271206 C88.0753274304092 -10.320461988104393, 88.26077456625096 -9.761924761937582, 88.52616237065482 -8.962618978877531 C88.69410678113897 -8.322174154133524, 88.86205119162311 -7.681729329389518, 89.03835423372745 -7.009409419623907 C89.15283540963972 -6.421572776919467, 89.267316585552 -5.833736134215027, 89.42435117755518 -5.027396693551458 C89.5158174730052 -4.318002168104146, 89.6072837684552 -3.6086076426568336, 89.68256705789975 -3.024725316091981 C89.70965917176763 -2.6027437742389927, 89.7367512856355 -2.1807622323860043, 89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.5428029683569382, 89.81194081032167 -0.07598124320673871, 89.81194081032167 1.00962469350713 C89.78583253789593 1.416282110756243, 89.75972426547018 1.8229395280053562, 89.68256705789975 3.02472531609196 C89.62030728278812 3.507599837274526, 89.55804750767649 3.990474358457092, 89.42435117755518 5.027396693551435 C89.29302702864777 5.701718442822293, 89.16170287974036 6.376040192093151, 89.03835423372745 7.0094094196239 C88.92628741936154 7.436768752865687, 88.81422060499564 7.864128086107475, 88.52616237065482 8.96261897887751 C88.39378048158663 9.361332136561233, 88.26139859251845 9.760045294244955, 87.88988029456746 10.878999214271184 C87.67911102730466 11.399603379356869, 87.46834176004185 11.920207544442551, 87.13212262499809 12.750675308355405 C86.87424819001073 13.286157090235665, 86.61637375502336 13.821638872115928, 86.2560031507495 14.569956142586303 C85.98204317491802 15.056399821130853, 85.70808319908652 15.542843499675405, 85.26512203466841 16.329365901781536 C85.02044411535329 16.70525689107049, 84.77576619603818 17.081147880359445, 84.16355101980412 18.021674793848334 C83.86117178295056 18.426835423916923, 83.558792546097 18.831996053985513, 82.95581669774295 19.639928758550102 C82.55607586957012 20.109487081219388, 82.1563350413973 20.579045403888674, 81.64688190787246 21.177478043231467 C81.124763942085 21.716607709589216, 80.60264597629754 22.25573737594696, 80.24212534400982 22.628004528078414 C79.64927651935754 23.166414144707275, 79.05642769470528 23.704823761336133, 78.74731945219536 23.985547688627715 C78.27435708245471 24.362722592438633, 77.80139471271409 24.739897496249554, 77.16860671047331 25.24452908884063 C76.53535951593359 25.6862549189223, 75.90211232139387 26.12798074900397, 75.51247438813229 26.399775304092973 C75.12008857410622 26.637641890470576, 74.72770276008013 26.875508476848182, 73.78572788812404 27.446539179886766 C73.20956284710499 27.74712411273508, 72.63339780608595 28.047709045583396, 71.99546278220309 28.3805193389262 C71.30644043389903 28.685529093398646, 70.61741808559498 28.990538847871093, 70.1490356537003 29.197877856399682 C69.61260912917953 29.39528777609576, 69.07618260465875 29.592697695791838, 68.25403386774407 29.895256030836055 C67.68437685216489 30.064327242869265, 67.1147198365857 30.23339845490247, 66.31824439314951 30.46978818572942 C65.83814801813384 30.579367050405114, 65.35805164311815 30.68894591508081, 64.34962180409323 30.919113445218557 C63.71478910814312 31.021748272298687, 63.079956412193006 31.124383099378814, 62.35625559306196 31.24138543543225 C61.79485880068231 31.29554270881469, 61.233462008302666 31.34969998219713, 60.34633692939246 31.435279871635593 C59.83160847519477 31.451786211303556, 59.316880020997075 31.46829255097152, 58.32812500000001 31.5 C58.32812500000001 31.5, 58.328125 31.5, 58.328125 31.5 C12.755929159963927 31.5, -32.81626668007215 31.5, -58.32812499999999 31.5 C-58.93831217415559 31.480432484982114, -59.54849934831118 31.460864969964227, -60.34633692939244 31.435279871635593 C-60.88384356674994 31.383427252776027, -61.42135020410743 31.331574633916457, -62.356255593061945 31.24138543543225 C-62.85637948312757 31.160529283405133, -63.356503373193185 31.079673131378016, -64.34962180409323 30.919113445218557 C-65.03427782895103 30.76284517534286, -65.71893385380885 30.60657690546717, -66.31824439314947 30.469788185729428 C-66.76505426026638 30.33717736252198, -67.21186412738331 30.204566539314534, -68.25403386774403 29.89525603083607 C-68.82884327764258 29.683720854513467, -69.40365268754113 29.47218567819086, -70.14903565370028 29.197877856399685 C-70.55622484408227 29.017627280655756, -70.96341403446424 28.837376704911826, -71.99546278220308 28.380519338926206 C-72.44015372475049 28.14852435903736, -72.88484466729791 27.916529379148518, -73.78572788812403 27.446539179886773 C-74.46833634597269 27.03273792128635, -75.15094480382135 26.618936662685933, -75.51247438813226 26.399775304092994 C-75.98468327706307 26.070382824768203, -76.45689216599389 25.740990345443407, -77.1686067104733 25.244529088840636 C-77.64551988017254 24.864203527197933, -78.12243304987179 24.483877965555227, -78.74731945219533 23.98554768862774 C-79.0993432518126 23.665848987854673, -79.45136705142988 23.34615028708161, -80.2421253440098 22.628004528078435 C-80.61116739612662 22.24693831035186, -80.98020944824344 21.865872092625285, -81.64688190787244 21.177478043231478 C-82.10499313227456 20.63935453178163, -82.56310435667667 20.10123102033178, -82.95581669774293 19.639928758550113 C-83.35736538442258 19.101890100237306, -83.75891407110223 18.563851441924502, -84.1635510198041 18.021674793848355 C-84.52498841549387 17.466409894538533, -84.88642581118361 16.91114499522871, -85.2651220346684 16.329365901781557 C-85.49444158040204 15.922185827209468, -85.72376112613567 15.515005752637377, -86.2560031507495 14.569956142586314 C-86.43986099463474 14.188171395830956, -86.62371883851999 13.806386649075598, -87.13212262499809 12.750675308355417 C-87.36320741296943 12.179891414345757, -87.59429220094077 11.609107520336098, -87.88988029456745 10.878999214271209 C-88.1161942572035 10.197377617044541, -88.34250821983957 9.515756019817871, -88.52616237065482 8.962618978877522 C-88.71456838489298 8.244145190904273, -88.90297439913115 7.525671402931026, -89.03835423372743 7.009409419623911 C-89.1854210519139 6.25425239081939, -89.3324878701004 5.49909536201487, -89.42435117755518 5.027396693551461 C-89.50801178858667 4.3785415150475275, -89.59167239961815 3.729686336543595, -89.68256705789975 3.024725316091999 C-89.70981337286513 2.600341967676609, -89.73705968783051 2.175958619261219, -89.81194081032167 1.0096246935071416 C-89.81194081032167 0.21030345038165843, -89.81194081032167 -0.5890177927438247, -89.81194081032167 -1.0096246935071262 C-89.78142005785107 -1.4850100491448783, -89.75089930538044 -1.9603954047826302, -89.68256705789975 -3.024725316091956 C-89.58523206414918 -3.7796363066528347, -89.4878970703986 -4.534547297213713, -89.42435117755518 -5.027396693551446 C-89.27623523519696 -5.787940753245385, -89.12811929283875 -6.548484812939324, -89.03835423372745 -7.009409419623896 C-88.88771647640446 -7.583856475113424, -88.7370787190815 -8.158303530602952, -88.52616237065482 -8.962618978877506 C-88.35024214988174 -9.492462654765284, -88.17432192910864 -10.022306330653063, -87.88988029456746 -10.878999214271168 C-87.61193008981179 -11.565541593819315, -87.33397988505611 -12.252083973367464, -87.13212262499809 -12.750675308355401 C-86.94331062310921 -13.142747470207306, -86.75449862122034 -13.534819632059213, -86.2560031507495 -14.5699561425863 C-85.94316379147432 -15.125434103399616, -85.63032443219912 -15.680912064212935, -85.2651220346684 -16.329365901781546 C-84.92679662344686 -16.84912458651137, -84.58847121222533 -17.36888327124119, -84.16355101980412 -18.021674793848344 C-83.78312724587101 -18.531407993599935, -83.4027034719379 -19.041141193351525, -82.95581669774295 -19.639928758550102 C-82.67258616568625 -19.97262745777772, -82.38935563362956 -20.305326157005336, -81.64688190787246 -21.177478043231467 C-81.1064043186885 -21.735565528099205, -80.56592672950457 -22.293653012966946, -80.24212534400984 -22.628004528078403 C-79.74856039387672 -23.076247156776333, -79.2549954437436 -23.524489785474263, -78.74731945219536 -23.98554768862771 C-78.3117548758578 -24.332898847396745, -77.87619029952026 -24.68025000616578, -77.16860671047331 -25.244529088840626 C-76.65512046305483 -25.602714866578367, -76.14163421563636 -25.96090064431611, -75.5124743881323 -26.39977530409297 C-75.07725555725817 -26.66360751699861, -74.64203672638403 -26.927439729904254, -73.78572788812404 -27.446539179886763 C-73.27365155773771 -27.71368907344877, -72.76157522735139 -27.980838967010772, -71.99546278220309 -28.3805193389262 C-71.30395818508859 -28.686627911313735, -70.61245358797407 -28.99273648370127, -70.1490356537003 -29.19787785639968 C-69.59419483291708 -29.402064407340227, -69.03935401213386 -29.606250958280775, -68.25403386774407 -29.895256030836055 C-67.65257029884265 -30.0737672609393, -67.05110672994124 -30.25227849104254, -66.31824439314951 -30.469788185729417 C-65.64697818225359 -30.623000317945014, -64.97571197135767 -30.77621245016061, -64.34962180409325 -30.919113445218553 C-63.83653975061242 -31.002064572614582, -63.32345769713159 -31.08501570001061, -62.35625559306196 -31.24138543543225 C-61.67934825913718 -31.306685871835796, -61.00244092521239 -31.371986308239347, -60.34633692939246 -31.435279871635593 C-59.887243875886085 -31.450002092291125, -59.428150822379706 -31.464724312946654, -58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.328125 -31.5, -58.328125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-58.328125 -31.5 C-21.22354988678476 -31.5, 15.88102522643048 -31.5, 58.328125 -31.5 M-58.328125 -31.5 C-34.27525138078538 -31.5, -10.222377761570755 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.328125 -31.5, 58.328125 -31.5, 58.328125 -31.5 M58.328125 -31.5 C58.76423348034728 -31.486014849868923, 59.200341960694566 -31.47202969973785, 60.34633692939246 -31.435279871635593 M58.328125 -31.5 C59.003765549538606 -31.478333522630848, 59.67940609907721 -31.456667045261693, 60.34633692939246 -31.435279871635593 M60.34633692939246 -31.435279871635593 C60.99784370385843 -31.372429796654394, 61.6493504783244 -31.3095797216732, 62.35625559306194 -31.241385435432253 M60.34633692939246 -31.435279871635593 C61.00858703738822 -31.371393400189525, 61.67083714538398 -31.307506928743457, 62.35625559306194 -31.241385435432253 M62.35625559306194 -31.241385435432253 C63.10147769221506 -31.12090370572487, 63.84669979136818 -31.000421976017485, 64.34962180409322 -30.91911344521856 M62.35625559306194 -31.241385435432253 C62.84593116199136 -31.162218486938496, 63.33560673092077 -31.083051538444742, 64.34962180409322 -30.91911344521856 M64.34962180409322 -30.91911344521856 C65.1050262912972 -30.746697300489217, 65.86043077850117 -30.57428115575987, 66.31824439314947 -30.469788185729428 M64.34962180409322 -30.91911344521856 C64.90718463054807 -30.79185336851771, 65.46474745700294 -30.66459329181686, 66.31824439314947 -30.469788185729428 M66.31824439314947 -30.469788185729428 C66.91630492700322 -30.292286958565438, 67.51436546085696 -30.11478573140145, 68.25403386774406 -29.895256030836062 M66.31824439314947 -30.469788185729428 C66.83676075607893 -30.315895250959894, 67.35527711900839 -30.16200231619036, 68.25403386774406 -29.895256030836062 M68.25403386774406 -29.895256030836062 C68.89035413464308 -29.661084290537154, 69.52667440154211 -29.426912550238242, 70.14903565370028 -29.197877856399685 M68.25403386774406 -29.895256030836062 C68.98034511659377 -29.62796677731178, 69.70665636544348 -29.3606775237875, 70.14903565370028 -29.197877856399685 M70.14903565370028 -29.197877856399685 C70.63722946865101 -28.981768936275977, 71.12542328360175 -28.76566001615227, 71.99546278220308 -28.380519338926202 M70.14903565370028 -29.197877856399685 C70.6954236877864 -28.95600808173492, 71.24181172187251 -28.714138307070158, 71.99546278220308 -28.380519338926202 M71.99546278220308 -28.380519338926202 C72.64924685967549 -28.039440604477537, 73.30303093714788 -27.698361870028872, 73.78572788812403 -27.44653917988677 M71.99546278220308 -28.380519338926202 C72.6997443769554 -28.01309608205781, 73.40402597170771 -27.645672825189422, 73.78572788812403 -27.44653917988677 M73.78572788812403 -27.44653917988677 C74.2502823162278 -27.16492355554542, 74.71483674433156 -26.88330793120407, 75.51247438813228 -26.399775304092984 M73.78572788812403 -27.44653917988677 C74.4069678478993 -27.069939865459766, 75.02820780767456 -26.69334055103276, 75.51247438813228 -26.399775304092984 M75.51247438813228 -26.399775304092984 C76.17248133546555 -25.939383028873554, 76.83248828279882 -25.478990753654124, 77.1686067104733 -25.244529088840633 M75.51247438813228 -26.399775304092984 C76.10839324998277 -25.984088102977836, 76.70431211183326 -25.568400901862688, 77.1686067104733 -25.244529088840633 M77.1686067104733 -25.244529088840633 C77.61329237936118 -24.889904101485172, 78.05797804824907 -24.53527911412971, 78.74731945219533 -23.985547688627737 M77.1686067104733 -25.244529088840633 C77.64836830959595 -24.86193198053265, 78.1281299087186 -24.479334872224666, 78.74731945219533 -23.985547688627737 M78.74731945219533 -23.985547688627737 C79.18277416703964 -23.590079238106526, 79.61822888188397 -23.194610787585315, 80.24212534400982 -22.62800452807842 M78.74731945219533 -23.985547688627737 C79.04931293438939 -23.71128519840877, 79.35130641658345 -23.437022708189804, 80.24212534400982 -22.62800452807842 M80.24212534400982 -22.62800452807842 C80.55066660402473 -22.309410345404473, 80.85920786403965 -21.990816162730525, 81.64688190787243 -21.177478043231485 M80.24212534400982 -22.62800452807842 C80.63598754928182 -22.221309464446648, 81.02984975455381 -21.814614400814875, 81.64688190787243 -21.177478043231485 M81.64688190787243 -21.177478043231485 C82.10614894153473 -20.63799685245722, 82.56541597519703 -20.098515661682956, 82.95581669774293 -19.63992875855011 M81.64688190787243 -21.177478043231485 C81.93623246211615 -20.837590417703844, 82.22558301635989 -20.497702792176206, 82.95581669774293 -19.63992875855011 M82.95581669774293 -19.63992875855011 C83.30842689102461 -19.167463223002112, 83.66103708430629 -18.694997687454116, 84.1635510198041 -18.02167479384835 M82.95581669774293 -19.63992875855011 C83.21970273896234 -19.28634550382902, 83.48358878018175 -18.932762249107927, 84.1635510198041 -18.02167479384835 M84.1635510198041 -18.02167479384835 C84.51802719531743 -17.477104198078873, 84.87250337083076 -16.93253360230939, 85.2651220346684 -16.329365901781543 M84.1635510198041 -18.02167479384835 C84.49655409492597 -17.510092646614975, 84.82955717004783 -16.9985104993816, 85.2651220346684 -16.329365901781543 M85.2651220346684 -16.329365901781543 C85.60266613951498 -15.730022163579463, 85.94021024436157 -15.130678425377381, 86.2560031507495 -14.56995614258631 M85.2651220346684 -16.329365901781543 C85.49978497299746 -15.91269809257909, 85.73444791132654 -15.496030283376637, 86.2560031507495 -14.56995614258631 M86.2560031507495 -14.56995614258631 C86.5801541253815 -13.896849708043192, 86.9043051000135 -13.223743273500075, 87.13212262499809 -12.750675308355413 M86.2560031507495 -14.56995614258631 C86.58393307562706 -13.889002637001703, 86.91186300050462 -13.208049131417095, 87.13212262499809 -12.750675308355413 M87.13212262499809 -12.750675308355413 C87.37616156899645 -12.147894398507447, 87.62020051299481 -11.545113488659482, 87.88988029456745 -10.878999214271206 M87.13212262499809 -12.750675308355413 C87.30395557465165 -12.326244600547033, 87.47578852430522 -11.901813892738655, 87.88988029456745 -10.878999214271206 M87.88988029456745 -10.878999214271206 C88.10463089945118 -10.232204608223674, 88.31938150433493 -9.585410002176143, 88.52616237065482 -8.962618978877531 M87.88988029456745 -10.878999214271206 C88.13926995564601 -10.127877289948971, 88.38865961672458 -9.376755365626735, 88.52616237065482 -8.962618978877531 M88.52616237065482 -8.962618978877531 C88.63527313142149 -8.546532359171385, 88.74438389218814 -8.13044573946524, 89.03835423372745 -7.009409419623907 M88.52616237065482 -8.962618978877531 C88.71095581114751 -8.257921500295147, 88.89574925164021 -7.5532240217127615, 89.03835423372745 -7.009409419623907 M89.03835423372745 -7.009409419623907 C89.17792097405483 -6.292763705483839, 89.3174877143822 -5.576117991343771, 89.42435117755518 -5.027396693551458 M89.03835423372745 -7.009409419623907 C89.15216110961175 -6.425035165049708, 89.26596798549606 -5.840660910475509, 89.42435117755518 -5.027396693551458 M89.42435117755518 -5.027396693551458 C89.51747999815055 -4.305107951379469, 89.61060881874592 -3.5828192092074813, 89.68256705789975 -3.024725316091981 M89.42435117755518 -5.027396693551458 C89.51308151738957 -4.339221699583382, 89.60181185722396 -3.6510467056153058, 89.68256705789975 -3.024725316091981 M89.68256705789975 -3.024725316091981 C89.71953069200872 -2.448986878336355, 89.75649432611769 -1.8732484405807284, 89.81194081032167 -1.0096246935071378 M89.68256705789975 -3.024725316091981 C89.71359271870203 -2.5414756056337753, 89.74461837950432 -2.058225895175569, 89.81194081032167 -1.0096246935071378 M89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.5714535473187702, 89.81194081032167 -0.13328240113040257, 89.81194081032167 1.00962469350713 M89.81194081032167 -1.0096246935071378 C89.81194081032167 -0.20486061085509277, 89.81194081032167 0.5999034717969522, 89.81194081032167 1.00962469350713 M89.81194081032167 1.00962469350713 C89.76437324154124 1.7505279731128363, 89.7168056727608 2.4914312527185425, 89.68256705789975 3.02472531609196 M89.81194081032167 1.00962469350713 C89.76880644480607 1.6814772538458205, 89.72567207929046 2.353329814184511, 89.68256705789975 3.02472531609196 M89.68256705789975 3.02472531609196 C89.58108947890125 3.811765379789816, 89.47961189990274 4.598805443487672, 89.42435117755518 5.027396693551435 M89.68256705789975 3.02472531609196 C89.62175708848577 3.4963554305801385, 89.56094711907177 3.9679855450683172, 89.42435117755518 5.027396693551435 M89.42435117755518 5.027396693551435 C89.29229851901013 5.705459185840966, 89.1602458604651 6.383521678130497, 89.03835423372745 7.0094094196239 M89.42435117755518 5.027396693551435 C89.28054187314801 5.765827077575014, 89.13673256874084 6.504257461598593, 89.03835423372745 7.0094094196239 M89.03835423372745 7.0094094196239 C88.85255942043239 7.717925566699424, 88.66676460713732 8.426441713774949, 88.52616237065482 8.96261897887751 M89.03835423372745 7.0094094196239 C88.84147275292398 7.760203834901089, 88.64459127212051 8.510998250178279, 88.52616237065482 8.96261897887751 M88.52616237065482 8.96261897887751 C88.29344350886164 9.663531111883302, 88.06072464706848 10.364443244889094, 87.88988029456746 10.878999214271184 M88.52616237065482 8.96261897887751 C88.39369460884195 9.361590771586224, 88.2612268470291 9.76056256429494, 87.88988029456746 10.878999214271184 M87.88988029456746 10.878999214271184 C87.70776488282823 11.328827802229048, 87.525649471089 11.778656390186912, 87.13212262499809 12.750675308355405 M87.88988029456746 10.878999214271184 C87.71948704413643 11.299873837165222, 87.5490937937054 11.720748460059262, 87.13212262499809 12.750675308355405 M87.13212262499809 12.750675308355405 C86.94531416166693 13.13858707952335, 86.75850569833578 13.526498850691297, 86.2560031507495 14.569956142586303 M87.13212262499809 12.750675308355405 C86.84189461891926 13.353339972862624, 86.55166661284044 13.956004637369846, 86.2560031507495 14.569956142586303 M86.2560031507495 14.569956142586303 C85.9852311666294 15.050739219028108, 85.7144591825093 15.531522295469912, 85.26512203466841 16.329365901781536 M86.2560031507495 14.569956142586303 C85.89847933297777 15.204775884252303, 85.54095551520605 15.839595625918305, 85.26512203466841 16.329365901781536 M85.26512203466841 16.329365901781536 C84.95245162547498 16.809711614063545, 84.63978121628155 17.290057326345554, 84.16355101980412 18.021674793848334 M85.26512203466841 16.329365901781536 C85.00376986068802 16.730873023900642, 84.74241768670765 17.132380146019745, 84.16355101980412 18.021674793848334 M84.16355101980412 18.021674793848334 C83.73237967249655 18.59940511872266, 83.30120832518898 19.17713544359699, 82.95581669774295 19.639928758550102 M84.16355101980412 18.021674793848334 C83.84546578702923 18.447880027605844, 83.52738055425434 18.87408526136336, 82.95581669774295 19.639928758550102 M82.95581669774295 19.639928758550102 C82.46871178794201 20.21210990265683, 81.9816068781411 20.784291046763556, 81.64688190787246 21.177478043231467 M82.95581669774295 19.639928758550102 C82.4642918128742 20.21730185687521, 81.97276692800543 20.79467495520032, 81.64688190787246 21.177478043231467 M81.64688190787246 21.177478043231467 C81.18954520197252 21.649715740115, 80.73220849607259 22.12195343699853, 80.24212534400982 22.628004528078414 M81.64688190787246 21.177478043231467 C81.32146356700783 21.513499197516854, 80.9960452261432 21.849520351802244, 80.24212534400982 22.628004528078414 M80.24212534400982 22.628004528078414 C79.92547387206744 22.91557901675764, 79.60882240012508 23.203153505436866, 78.74731945219536 23.985547688627715 M80.24212534400982 22.628004528078414 C79.70502378631991 23.11578595184391, 79.16792222863 23.603567375609405, 78.74731945219536 23.985547688627715 M78.74731945219536 23.985547688627715 C78.13065048804671 24.47732477728594, 77.51398152389807 24.969101865944165, 77.16860671047331 25.24452908884063 M78.74731945219536 23.985547688627715 C78.17453981664676 24.442324205671486, 77.60176018109816 24.899100722715257, 77.16860671047331 25.24452908884063 M77.16860671047331 25.24452908884063 C76.60867335114223 25.635114361185536, 76.04873999181113 26.02569963353044, 75.51247438813229 26.399775304092973 M77.16860671047331 25.24452908884063 C76.58772877894862 25.649724388071874, 76.00685084742393 26.05491968730312, 75.51247438813229 26.399775304092973 M75.51247438813229 26.399775304092973 C75.06242573828692 26.67259744040867, 74.61237708844155 26.945419576724365, 73.78572788812404 27.446539179886766 M75.51247438813229 26.399775304092973 C75.09122535635875 26.655138942688183, 74.66997632458522 26.910502581283392, 73.78572788812404 27.446539179886766 M73.78572788812404 27.446539179886766 C73.27010996759832 27.715536718756, 72.75449204707259 27.98453425762523, 71.99546278220309 28.3805193389262 M73.78572788812404 27.446539179886766 C73.4217064811367 27.636448914745223, 73.05768507414936 27.826358649603684, 71.99546278220309 28.3805193389262 M71.99546278220309 28.3805193389262 C71.3350810825056 28.672850727855174, 70.6746993828081 28.965182116784153, 70.1490356537003 29.197877856399682 M71.99546278220309 28.3805193389262 C71.29539844295977 28.690417055238434, 70.59533410371644 29.000314771550673, 70.1490356537003 29.197877856399682 M70.1490356537003 29.197877856399682 C69.49868967599349 29.437211187928103, 68.84834369828668 29.676544519456524, 68.25403386774407 29.895256030836055 M70.1490356537003 29.197877856399682 C69.64499609812671 29.383369072141335, 69.14095654255314 29.568860287882988, 68.25403386774407 29.895256030836055 M68.25403386774407 29.895256030836055 C67.84043699851657 30.01800941060851, 67.42684012928906 30.140762790380965, 66.31824439314951 30.46978818572942 M68.25403386774407 29.895256030836055 C67.61160031603157 30.0859269367818, 66.96916676431908 30.27659784272754, 66.31824439314951 30.46978818572942 M66.31824439314951 30.46978818572942 C65.60952059616068 30.631549767537134, 64.90079679917183 30.793311349344844, 64.34962180409323 30.919113445218557 M66.31824439314951 30.46978818572942 C65.66088020444957 30.619827272097957, 65.00351601574963 30.769866358466494, 64.34962180409323 30.919113445218557 M64.34962180409323 30.919113445218557 C63.72576492543575 31.019973787277547, 63.10190804677826 31.12083412933654, 62.35625559306196 31.24138543543225 M64.34962180409323 30.919113445218557 C63.76147017577822 31.01420123930053, 63.17331854746321 31.109289033382503, 62.35625559306196 31.24138543543225 M62.35625559306196 31.24138543543225 C61.661906907230176 31.308368418077972, 60.96755822139839 31.375351400723694, 60.34633692939246 31.435279871635593 M62.35625559306196 31.24138543543225 C61.66052910509942 31.308501332992478, 60.964802617136876 31.375617230552702, 60.34633692939246 31.435279871635593 M60.34633692939246 31.435279871635593 C59.85692034253326 31.450974508984572, 59.367503755674065 31.46666914633355, 58.32812500000001 31.5 M60.34633692939246 31.435279871635593 C59.7259893911146 31.455173209754932, 59.10564185283674 31.47506654787427, 58.32812500000001 31.5 M58.32812500000001 31.5 C58.32812500000001 31.5, 58.32812500000001 31.5, 58.328125 31.5 M58.32812500000001 31.5 C58.32812500000001 31.5, 58.328125 31.5, 58.328125 31.5 M58.328125 31.5 C24.624253476038575 31.5, -9.07961804792285 31.5, -58.32812499999999 31.5 M58.328125 31.5 C25.771537427485413 31.5, -6.7850501450291745 31.5, -58.32812499999999 31.5 M-58.32812499999999 31.5 C-58.900591382493246 31.481642117351658, -59.47305776498651 31.463284234703316, -60.34633692939244 31.435279871635593 M-58.32812499999999 31.5 C-58.944021491793336 31.480249398277984, -59.559917983586686 31.460498796555967, -60.34633692939244 31.435279871635593 M-60.34633692939244 31.435279871635593 C-61.02939164516053 31.36938640469893, -61.71244636092861 31.303492937762268, -62.356255593061945 31.24138543543225 M-60.34633692939244 31.435279871635593 C-61.02120008029404 31.370176635109804, -61.69606323119563 31.305073398584014, -62.356255593061945 31.24138543543225 M-62.356255593061945 31.24138543543225 C-62.93272028000508 31.1481870953977, -63.50918496694822 31.054988755363148, -64.34962180409323 30.919113445218557 M-62.356255593061945 31.24138543543225 C-62.93116841701994 31.148437988570258, -63.506081240977934 31.05549054170827, -64.34962180409323 30.919113445218557 M-64.34962180409323 30.919113445218557 C-65.11653273865579 30.7440710289662, -65.88344367321837 30.569028612713844, -66.31824439314947 30.469788185729428 M-64.34962180409323 30.919113445218557 C-64.93507104171313 30.785488477145126, -65.52052027933303 30.651863509071696, -66.31824439314947 30.469788185729428 M-66.31824439314947 30.469788185729428 C-66.71816693611355 30.35109327421396, -67.11808947907761 30.232398362698486, -68.25403386774403 29.89525603083607 M-66.31824439314947 30.469788185729428 C-66.87119515492645 30.305675302131796, -67.42414591670344 30.141562418534164, -68.25403386774403 29.89525603083607 M-68.25403386774403 29.89525603083607 C-68.7517910849788 29.712076773676394, -69.24954830221358 29.528897516516718, -70.14903565370028 29.197877856399685 M-68.25403386774403 29.89525603083607 C-68.84278109449951 29.678591609070345, -69.43152832125502 29.461927187304617, -70.14903565370028 29.197877856399685 M-70.14903565370028 29.197877856399685 C-70.72109998443985 28.944641946866717, -71.29316431517941 28.69140603733375, -71.99546278220308 28.380519338926206 M-70.14903565370028 29.197877856399685 C-70.7925467106069 28.913014600584397, -71.4360577675135 28.62815134476911, -71.99546278220308 28.380519338926206 M-71.99546278220308 28.380519338926206 C-72.64649391846967 28.04087681214127, -73.29752505473627 27.701234285356332, -73.78572788812403 27.446539179886773 M-71.99546278220308 28.380519338926206 C-72.62221264725609 28.053544335780494, -73.24896251230912 27.72656933263478, -73.78572788812403 27.446539179886773 M-73.78572788812403 27.446539179886773 C-74.45759355456225 27.039250264571013, -75.12945922100047 26.63196134925525, -75.51247438813226 26.399775304092994 M-73.78572788812403 27.446539179886773 C-74.28221720656059 27.145564437355432, -74.77870652499716 26.84458969482409, -75.51247438813226 26.399775304092994 M-75.51247438813226 26.399775304092994 C-76.03749991977975 26.033540221204664, -76.56252545142723 25.667305138316333, -77.1686067104733 25.244529088840636 M-75.51247438813226 26.399775304092994 C-76.04300382837103 26.029700932831748, -76.5735332686098 25.659626561570498, -77.1686067104733 25.244529088840636 M-77.1686067104733 25.244529088840636 C-77.6839212122116 24.83357948679915, -78.19923571394989 24.42262988475766, -78.74731945219533 23.98554768862774 M-77.1686067104733 25.244529088840636 C-77.5078526389957 24.973989488557322, -77.84709856751809 24.70344988827401, -78.74731945219533 23.98554768862774 M-78.74731945219533 23.98554768862774 C-79.29364253132917 23.489391523074957, -79.839965610463 22.993235357522178, -80.2421253440098 22.628004528078435 M-78.74731945219533 23.98554768862774 C-79.29608972922564 23.487169042694692, -79.84486000625594 22.988790396761644, -80.2421253440098 22.628004528078435 M-80.2421253440098 22.628004528078435 C-80.66791807603846 22.18833857402542, -81.0937108080671 21.748672619972407, -81.64688190787244 21.177478043231478 M-80.2421253440098 22.628004528078435 C-80.64226718363942 22.214825226404862, -81.04240902326902 21.80164592473129, -81.64688190787244 21.177478043231478 M-81.64688190787244 21.177478043231478 C-82.01276367674598 20.747692498250185, -82.37864544561953 20.317906953268892, -82.95581669774293 19.639928758550113 M-81.64688190787244 21.177478043231478 C-82.15142057327618 20.584818217784882, -82.65595923867994 19.992158392338286, -82.95581669774293 19.639928758550113 M-82.95581669774293 19.639928758550113 C-83.32766879526628 19.141680824291814, -83.69952089278964 18.64343289003352, -84.1635510198041 18.021674793848355 M-82.95581669774293 19.639928758550113 C-83.20884278042159 19.300896858911052, -83.46186886310025 18.96186495927199, -84.1635510198041 18.021674793848355 M-84.1635510198041 18.021674793848355 C-84.47227300521538 17.547394920795963, -84.78099499062667 17.07311504774357, -85.2651220346684 16.329365901781557 M-84.1635510198041 18.021674793848355 C-84.5551988017497 17.41999862862498, -84.94684658369529 16.818322463401607, -85.2651220346684 16.329365901781557 M-85.2651220346684 16.329365901781557 C-85.54595551713703 15.83071761618475, -85.82678899960565 15.33206933058794, -86.2560031507495 14.569956142586314 M-85.2651220346684 16.329365901781557 C-85.47038830579243 15.964894851936991, -85.67565457691646 15.600423802092427, -86.2560031507495 14.569956142586314 M-86.2560031507495 14.569956142586314 C-86.58238188378232 13.892223720057519, -86.90876061681512 13.214491297528724, -87.13212262499809 12.750675308355417 M-86.2560031507495 14.569956142586314 C-86.58849869600752 13.879522028593055, -86.92099424126553 13.189087914599796, -87.13212262499809 12.750675308355417 M-87.13212262499809 12.750675308355417 C-87.34307167297275 12.229627081435595, -87.55402072094743 11.708578854515771, -87.88988029456745 10.878999214271209 M-87.13212262499809 12.750675308355417 C-87.39589472106955 12.099153131372354, -87.65966681714102 11.447630954389293, -87.88988029456745 10.878999214271209 M-87.88988029456745 10.878999214271209 C-88.06469822197846 10.352475470363391, -88.23951614938949 9.825951726455573, -88.52616237065482 8.962618978877522 M-87.88988029456745 10.878999214271209 C-88.08962027978761 10.277414203032917, -88.28936026500777 9.675829191794623, -88.52616237065482 8.962618978877522 M-88.52616237065482 8.962618978877522 C-88.72029618635248 8.222302601494349, -88.91443000205015 7.481986224111173, -89.03835423372743 7.009409419623911 M-88.52616237065482 8.962618978877522 C-88.66820635496443 8.420943704452764, -88.81025033927402 7.879268430028004, -89.03835423372743 7.009409419623911 M-89.03835423372743 7.009409419623911 C-89.17273570148156 6.319388984239742, -89.3071171692357 5.629368548855573, -89.42435117755518 5.027396693551461 M-89.03835423372743 7.009409419623911 C-89.14400845126784 6.4668973425807295, -89.24966266880824 5.9243852655375475, -89.42435117755518 5.027396693551461 M-89.42435117755518 5.027396693551461 C-89.49277125287169 4.496744100468668, -89.5611913281882 3.9660915073858742, -89.68256705789975 3.024725316091999 M-89.42435117755518 5.027396693551461 C-89.48535310420746 4.5542777966292585, -89.54635503085976 4.081158899707057, -89.68256705789975 3.024725316091999 M-89.68256705789975 3.024725316091999 C-89.71653729211128 2.495611497967779, -89.75050752632282 1.966497679843559, -89.81194081032167 1.0096246935071416 M-89.68256705789975 3.024725316091999 C-89.71515411653183 2.5171555740969414, -89.74774117516392 2.009585832101884, -89.81194081032167 1.0096246935071416 M-89.81194081032167 1.0096246935071416 C-89.81194081032167 0.47711972775847056, -89.81194081032167 -0.05538523799020045, -89.81194081032167 -1.0096246935071262 M-89.81194081032167 1.0096246935071416 C-89.81194081032167 0.3561242096444698, -89.81194081032167 -0.297376274218202, -89.81194081032167 -1.0096246935071262 M-89.81194081032167 -1.0096246935071262 C-89.77043445477834 -1.656119684421773, -89.72892809923499 -2.3026146753364194, -89.68256705789975 -3.024725316091956 M-89.81194081032167 -1.0096246935071262 C-89.77237852846942 -1.6258391674550254, -89.73281624661718 -2.242053641402925, -89.68256705789975 -3.024725316091956 M-89.68256705789975 -3.024725316091956 C-89.62381136734885 -3.4804228493812857, -89.56505567679795 -3.936120382670615, -89.42435117755518 -5.027396693551446 M-89.68256705789975 -3.024725316091956 C-89.5800023897806 -3.8201966283394677, -89.47743772166146 -4.615667940586979, -89.42435117755518 -5.027396693551446 M-89.42435117755518 -5.027396693551446 C-89.29612515211655 -5.685810233598735, -89.16789912667792 -6.344223773646024, -89.03835423372745 -7.009409419623896 M-89.42435117755518 -5.027396693551446 C-89.33426087062374 -5.489991379051297, -89.2441705636923 -5.952586064551148, -89.03835423372745 -7.009409419623896 M-89.03835423372745 -7.009409419623896 C-88.90814382674813 -7.505958134983416, -88.7779334197688 -8.002506850342936, -88.52616237065482 -8.962618978877506 M-89.03835423372745 -7.009409419623896 C-88.9101057611146 -7.498476428936344, -88.78185728850174 -7.987543438248793, -88.52616237065482 -8.962618978877506 M-88.52616237065482 -8.962618978877506 C-88.3459922200754 -9.50526276620757, -88.165822069496 -10.047906553537633, -87.88988029456746 -10.878999214271168 M-88.52616237065482 -8.962618978877506 C-88.31817080237293 -9.589056443586491, -88.11017923409105 -10.215493908295477, -87.88988029456746 -10.878999214271168 M-87.88988029456746 -10.878999214271168 C-87.72189301793834 -11.293931035358154, -87.55390574130921 -11.70886285644514, -87.13212262499809 -12.750675308355401 M-87.88988029456746 -10.878999214271168 C-87.61880344478742 -11.548564274142223, -87.34772659500737 -12.218129334013277, -87.13212262499809 -12.750675308355401 M-87.13212262499809 -12.750675308355401 C-86.88623236706579 -13.261271690160529, -86.64034210913347 -13.771868071965656, -86.2560031507495 -14.5699561425863 M-87.13212262499809 -12.750675308355401 C-86.95472556110954 -13.119044107209085, -86.77732849722099 -13.48741290606277, -86.2560031507495 -14.5699561425863 M-86.2560031507495 -14.5699561425863 C-85.97183044762431 -15.074533552591602, -85.6876577444991 -15.579110962596904, -85.2651220346684 -16.329365901781546 M-86.2560031507495 -14.5699561425863 C-85.9583643045963 -15.09844405313267, -85.6607254584431 -15.626931963679041, -85.2651220346684 -16.329365901781546 M-85.2651220346684 -16.329365901781546 C-85.01710435530826 -16.710387659350793, -84.76908667594813 -17.09140941692004, -84.16355101980412 -18.021674793848344 M-85.2651220346684 -16.329365901781546 C-85.02098455314028 -16.704426633501793, -84.77684707161218 -17.07948736522204, -84.16355101980412 -18.021674793848344 M-84.16355101980412 -18.021674793848344 C-83.6816395221147 -18.66739229771157, -83.19972802442526 -19.313109801574793, -82.95581669774295 -19.639928758550102 M-84.16355101980412 -18.021674793848344 C-83.73520280752295 -18.59562237498017, -83.3068545952418 -19.169569956111996, -82.95581669774295 -19.639928758550102 M-82.95581669774295 -19.639928758550102 C-82.45431156375457 -20.22902522538337, -81.9528064297662 -20.81812169221664, -81.64688190787246 -21.177478043231467 M-82.95581669774295 -19.639928758550102 C-82.61877642144194 -20.03583544522828, -82.28173614514093 -20.431742131906457, -81.64688190787246 -21.177478043231467 M-81.64688190787246 -21.177478043231467 C-81.25186142627093 -21.58536912226972, -80.85684094466941 -21.993260201307976, -80.24212534400984 -22.628004528078403 M-81.64688190787246 -21.177478043231467 C-81.25149781712057 -21.585744578570345, -80.85611372636868 -21.99401111390922, -80.24212534400984 -22.628004528078403 M-80.24212534400984 -22.628004528078403 C-79.67369672274627 -23.14423636211281, -79.10526810148271 -23.66046819614722, -78.74731945219536 -23.98554768862771 M-80.24212534400984 -22.628004528078403 C-79.7790733549272 -23.04853609287899, -79.31602136584456 -23.46906765767958, -78.74731945219536 -23.98554768862771 M-78.74731945219536 -23.98554768862771 C-78.2349747676134 -24.394128940517174, -77.72263008303143 -24.802710192406636, -77.16860671047331 -25.244529088840626 M-78.74731945219536 -23.98554768862771 C-78.39317126496846 -24.267971443662102, -78.03902307774158 -24.550395198696492, -77.16860671047331 -25.244529088840626 M-77.16860671047331 -25.244529088840626 C-76.52383008153478 -25.69429735325774, -75.87905345259625 -26.144065617674855, -75.5124743881323 -26.39977530409297 M-77.16860671047331 -25.244529088840626 C-76.7248281813567 -25.554089779889477, -76.28104965224009 -25.863650470938328, -75.5124743881323 -26.39977530409297 M-75.5124743881323 -26.39977530409297 C-75.14233413714479 -26.624156499427162, -74.77219388615725 -26.848537694761355, -73.78572788812404 -27.446539179886763 M-75.5124743881323 -26.39977530409297 C-75.10194120814964 -26.64864293035922, -74.69140802816696 -26.897510556625466, -73.78572788812404 -27.446539179886763 M-73.78572788812404 -27.446539179886763 C-73.35180077621084 -27.6729186762283, -72.91787366429764 -27.899298172569836, -71.99546278220309 -28.3805193389262 M-73.78572788812404 -27.446539179886763 C-73.12519306763569 -27.79113977264279, -72.46465824714736 -28.135740365398817, -71.99546278220309 -28.3805193389262 M-71.99546278220309 -28.3805193389262 C-71.60727110345663 -28.552360279810248, -71.21907942471016 -28.724201220694297, -70.1490356537003 -29.19787785639968 M-71.99546278220309 -28.3805193389262 C-71.52026086731979 -28.590877130281076, -71.04505895243648 -28.801234921635956, -70.1490356537003 -29.19787785639968 M-70.1490356537003 -29.19787785639968 C-69.4167945329895 -29.46734935758397, -68.6845534122787 -29.736820858768265, -68.25403386774407 -29.895256030836055 M-70.1490356537003 -29.19787785639968 C-69.6715386528624 -29.37360116664192, -69.19404165202448 -29.549324476884156, -68.25403386774407 -29.895256030836055 M-68.25403386774407 -29.895256030836055 C-67.71494079872325 -30.055256023964173, -67.17584772970243 -30.21525601709229, -66.31824439314951 -30.469788185729417 M-68.25403386774407 -29.895256030836055 C-67.72928896822971 -30.05099756256973, -67.20454406871536 -30.206739094303405, -66.31824439314951 -30.469788185729417 M-66.31824439314951 -30.469788185729417 C-65.71366793425085 -30.60777881724294, -65.10909147535219 -30.745769448756466, -64.34962180409325 -30.919113445218553 M-66.31824439314951 -30.469788185729417 C-65.85238659852277 -30.576117187346757, -65.38652880389603 -30.682446188964096, -64.34962180409325 -30.919113445218553 M-64.34962180409325 -30.919113445218553 C-63.659461359975325 -31.03069323354936, -62.969300915857396 -31.142273021880165, -62.35625559306196 -31.24138543543225 M-64.34962180409325 -30.919113445218553 C-63.82746820453574 -31.003531189833367, -63.305314604978236 -31.087948934448185, -62.35625559306196 -31.24138543543225 M-62.35625559306196 -31.24138543543225 C-61.77676084830203 -31.297288596514843, -61.19726610354211 -31.353191757597436, -60.34633692939246 -31.435279871635593 M-62.35625559306196 -31.24138543543225 C-61.73907903032639 -31.300923716175937, -61.121902467590814 -31.360461996919625, -60.34633692939246 -31.435279871635593 M-60.34633692939246 -31.435279871635593 C-59.667562978936864 -31.45704683107336, -58.98878902848127 -31.478813790511126, -58.32812500000001 -31.5 M-60.34633692939246 -31.435279871635593 C-59.80191327181097 -31.45273847867787, -59.257489614229485 -31.47019708572014, -58.32812500000001 -31.5 M-58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.328125 -31.5, -58.328125 -31.5 M-58.32812500000001 -31.5 C-58.32812500000001 -31.5, -58.328125 -31.5, -58.328125 -31.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-74.453125, -24)\"><rect></rect><foreignObject width=\"148.90625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User completes KYC<br>at onboarding</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 184)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /identities/share/token<br>identityReference + email + Sumsub token</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 348)\"><rect class=\"basic label-container\" style=\"\" x=\"-127.3359375\" y=\"-51\" width=\"254.671875\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-97.3359375, -36)\"><rect></rect><foreignObject width=\"194.671875\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Poll GET /identities/{ref}<br>or receive KYC webhook<br>until kyc.status = VERIFIED</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 492.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-74.875 -43.5 C-31.08407712674058 -43.5, 12.706845746518837 -43.5, 74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 C75.93640444981992 -43.465962825192705, 76.99780889963982 -43.43192565038541, 77.66205456916101 -43.41062458463963 C78.59578348957757 -43.32054887866037, 79.52951240999414 -43.23047317268111, 80.43765653327601 -43.14286560131121 C81.47248077914824 -42.97556324242047, 82.50730502502046 -42.80826088352973, 83.19040034850968 -42.697823329111344 C83.88060522762204 -42.54028856946171, 84.57081010673438 -42.38275380981207, 85.90897440006356 -42.07732654219778 C86.59698655869708 -41.873128144964866, 87.28499871733062 -41.66892974773195, 88.58220748402749 -41.28392499496409 C89.30639351113906 -41.01741784268478, 90.03057953825065 -40.75091069040546, 91.19911471225277 -40.32087894455194 C92.00556742731122 -39.96388625016539, 92.81202014236968 -39.60689355577884, 93.74894265161377 -39.192145753755234 C94.6660989572709 -38.71366589656056, 95.58325526292802 -38.23518603936589, 96.22121351217129 -37.90236362936744 C96.74069734230565 -37.58744947871415, 97.26018117244001 -37.272535328060854, 98.60576820265887 -36.45683256279507 C99.18926895143422 -36.049807699789696, 99.77276970020957 -35.64278283678431, 100.8928080763679 -34.86149255125611 C101.74536917747464 -34.18159776072721, 102.59793027858137 -33.5017029701983, 103.07293519588879 -33.12289918905735 C103.70006493578958 -32.55335655222311, 104.32719467569036 -31.983813915388858, 105.13719095125165 -31.248196729251152 C105.59394658119264 -30.77655904100246, 106.05070221113361 -30.30492135275377, 107.07709287277622 -29.24508872636729 C107.73754965738891 -28.469278606105554, 108.3980064420016 -27.693468485843823, 108.8846694873593 -27.12180638085491 C109.44748267729051 -26.367687979683488, 110.01029586722171 -25.61356957851207, 110.55249307496757 -24.88707471531439 C111.11869407741392 -24.01723792929917, 111.68489507986025 -23.147401143283947, 112.07371019073256 -22.550076721507846 C112.57568035540342 -21.658777864143744, 113.07765052007429 -20.767479006779645, 113.44206982722551 -20.120415625476333 C113.86418805159985 -19.243878100679893, 114.28630627597418 -18.367340575883453, 114.65194910118784 -17.60807542582414 C115.00830503384555 -16.72786938248634, 115.36466096650325 -15.84766333914854, 115.69837635916457 -15.023379867326902 C116.02194216961774 -14.048851199452804, 116.3455079800709 -13.074322531578705, 116.57705160709475 -12.376950018449923 C116.82229600723242 -11.44172683112954, 117.06754040737012 -10.506503643809156, 117.28436417990932 -9.67966062709968 C117.39701202838641 -9.101237733301028, 117.50965987686351 -8.522814839502377, 117.81740757852859 -6.942595433952013 C117.91012265927255 -6.223515576365456, 118.00283774001649 -5.504435718778898, 118.17399141329012 -4.177001626984165 C118.21491676527744 -3.539556235432354, 118.25584211726473 -2.9021108438805436, 118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.6267060849209088, 118.35265040472993 0.1408314545251821, 118.35265040472993 1.3942436243669891 C118.31608097648275 1.9638419876278947, 118.27951154823558 2.5334403508888004, 118.17399141329012 4.177001626984135 C118.08575929535118 4.861312510316152, 117.99752717741225 5.545623393648169, 117.81740757852859 6.942595433951983 C117.6655886575686 7.722153506141175, 117.51376973660862 8.501711578330367, 117.28436417990932 9.679660627099672 C117.08048738147527 10.457131220292139, 116.8766105830412 11.234601813484604, 116.57705160709475 12.376950018449895 C116.28184679767365 13.26605986992724, 115.98664198825256 14.155169721404585, 115.69837635916457 15.023379867326874 C115.32329978440866 15.949826258586235, 114.94822320965275 16.876272649845596, 114.65194910118785 17.60807542582413 C114.31375138543147 18.310350218864144, 113.97555366967508 19.01262501190416, 113.44206982722551 20.120415625476323 C112.93367144127718 21.02312844064655, 112.42527305532886 21.925841255816774, 112.07371019073256 22.550076721507835 C111.62937543035797 23.232694234032817, 111.1850406699834 23.915311746557798, 110.5524930749676 24.887074715314366 C110.1418708517773 25.43727108593528, 109.73124862858698 25.987467456556193, 108.8846694873593 27.121806380854903 C108.48637254437102 27.589668633827024, 108.08807560138274 28.057530886799146, 107.07709287277623 29.245088726367264 C106.40173641821484 29.94244971349801, 105.72637996365346 30.639810700628757, 105.13719095125167 31.24819672925114 C104.6456847961565 31.694569614768337, 104.15417864106132 32.14094250028553, 103.07293519588882 33.12289918905732 C102.25902568835966 33.77197036227022, 101.4451161808305 34.42104153548311, 100.89280807636791 34.861492551256106 C100.27573523866438 35.291935850185475, 99.65866240096085 35.72237914911485, 98.60576820265888 36.45683256279506 C97.70719258349942 37.001554383746004, 96.80861696433996 37.546276204696944, 96.22121351217129 37.90236362936744 C95.44736055009331 38.30608222400704, 94.67350758801534 38.70980081864665, 93.74894265161379 39.19214575375523 C93.14046140440432 39.46150235193998, 92.53198015719484 39.730858950124734, 91.1991147122528 40.32087894455194 C90.34278354995061 40.63601672811763, 89.48645238764844 40.95115451168332, 88.58220748402752 41.283924994964075 C87.72715197281178 41.53770098241494, 86.87209646159606 41.791476969865805, 85.90897440006361 42.077326542197774 C84.96431178112537 42.29293962047074, 84.01964916218712 42.5085526987437, 83.19040034850971 42.697823329111344 C82.4919624101075 42.81074135852511, 81.7935244717053 42.92365938793886, 80.43765653327604 43.1428656013112 C79.7042136583238 43.21361995336373, 78.97077078337155 43.284374305416264, 77.66205456916101 43.41062458463963 C76.558421478131 43.44601594977747, 75.45478838710096 43.48140731491531, 74.87500000000001 43.5 C74.87500000000001 43.5, 74.875 43.5, 74.875 43.5 C31.27822252118341 43.5, -12.318554957633182 43.5, -74.87499999999999 43.5 C-75.7580217128337 43.47168321236692, -76.6410434256674 43.44336642473384, -77.66205456916099 43.41062458463963 C-78.37317009829637 43.34202412478549, -79.08428562743174 43.27342366493135, -80.43765653327603 43.1428656013112 C-81.4466616266487 42.979737482766076, -82.45566672002137 42.816609364220945, -83.1904003485097 42.697823329111344 C-84.22482286100504 42.46172314087202, -85.25924537350038 42.22562295263269, -85.90897440006356 42.07732654219778 C-86.51161140611337 41.89846704210839, -87.11424841216318 41.719607542019006, -88.58220748402748 41.283924994964096 C-89.25929021243263 41.034752292026866, -89.93637294083778 40.785579589089636, -91.19911471225278 40.32087894455194 C-92.19957787312703 39.87800358091813, -93.20004103400129 39.435128217284316, -93.74894265161377 39.192145753755234 C-94.404294626868 38.85024904803808, -95.05964660212223 38.508352342320926, -96.22121351217127 37.90236362936745 C-96.89409726062065 37.49445754675361, -97.56698100907005 37.08655146413976, -98.60576820265884 36.456832562795086 C-99.48879435106176 35.84087174725509, -100.37182049946466 35.224910931715094, -100.89280807636788 34.86149255125612 C-101.40055750305754 34.45657589525082, -101.90830692974721 34.05165923924552, -103.07293519588879 33.12289918905736 C-103.8543891779738 32.4132033586671, -104.63584316005881 31.703507528276837, -105.13719095125164 31.24819672925117 C-105.88548817054534 30.475518413986155, -106.63378538983906 29.702840098721136, -107.07709287277623 29.245088726367282 C-107.58205860817478 28.65192724020382, -108.08702434357333 28.058765754040355, -108.88466948735929 27.121806380854917 C-109.35758785408173 26.488138853196375, -109.83050622080417 25.85447132553783, -110.55249307496757 24.887074715314395 C-110.89080082200506 24.367343167514754, -111.22910856904257 23.847611619715114, -112.07371019073254 22.550076721507864 C-112.51954433072517 21.758453060348874, -112.96537847071778 20.96682939918988, -113.44206982722551 20.120415625476337 C-113.78815129210771 19.401770058691344, -114.13423275698992 18.683124491906348, -114.65194910118784 17.608075425824147 C-114.90445957042162 16.984369684858887, -115.1569700396554 16.360663943893627, -115.69837635916457 15.023379867326907 C-115.93800062810146 14.301669748231447, -116.17762489703836 13.579959629135987, -116.57705160709475 12.37695001844991 C-116.82785410646659 11.420531389854213, -117.07865660583845 10.464112761258518, -117.28436417990932 9.679660627099686 C-117.44016893387683 8.879636144822944, -117.59597368784435 8.079611662546204, -117.81740757852859 6.942595433952017 C-117.9329942872869 6.046127745999847, -118.04858099604522 5.149660058047677, -118.17399141329011 4.17700162698419 C-118.21337531055066 3.5635656370415436, -118.25275920781121 2.950129647098897, -118.35265040472993 1.394243624367005 C-118.35265040472993 0.4452507713576521, -118.35265040472993 -0.5037420816517009, -118.35265040472993 -1.394243624366984 C-118.30465679208591 -2.1417828810445454, -118.25666317944187 -2.889322137722107, -118.17399141329012 -4.177001626984129 C-118.08432074494284 -4.872469623209402, -117.99465007659555 -5.567937619434676, -117.81740757852859 -6.942595433951997 C-117.68873422121064 -7.603305928655976, -117.56006086389267 -8.264016423359955, -117.28436417990932 -9.679660627099667 C-117.10414479241022 -10.366915259210362, -116.92392540491113 -11.054169891321056, -116.57705160709475 -12.37695001844989 C-116.31067540795881 -13.179232688963637, -116.04429920882288 -13.981515359477385, -115.6983763591646 -15.023379867326852 C-115.32253689186464 -15.951710617919526, -114.94669742456468 -16.8800413685122, -114.65194910118785 -17.608075425824126 C-114.22315963337986 -18.498465930352268, -113.79437016557188 -19.388856434880413, -113.44206982722551 -20.12041562547632 C-113.12285797174901 -20.687208598580277, -112.8036461162725 -21.25400157168423, -112.07371019073256 -22.55007672150785 C-111.51099279334241 -23.414561754677813, -110.94827539595227 -24.27904678784778, -110.55249307496757 -24.88707471531438 C-110.19189455936305 -25.370243875023867, -109.83129604375851 -25.853413034733354, -108.8846694873593 -27.121806380854903 C-108.17799157472244 -27.951910468150523, -107.47131366208558 -28.78201455544614, -107.07709287277623 -29.245088726367264 C-106.35708944070504 -29.98855138336191, -105.63708600863384 -30.732014040356553, -105.13719095125168 -31.248196729251127 C-104.44833426082248 -31.87379814934966, -103.75947757039329 -32.499399569448194, -103.07293519588883 -33.12289918905732 C-102.49463450124605 -33.58407860380714, -101.91633380660329 -34.045258018556964, -100.89280807636791 -34.861492551256106 C-100.08508463509284 -35.42492545810538, -99.27736119381775 -35.98835836495464, -98.6057682026589 -36.45683256279505 C-97.68585701919294 -37.01448812821029, -96.76594583572698 -37.57214369362552, -96.2212135121713 -37.902363629367436 C-95.33999866871203 -38.3620928487551, -94.45878382525275 -38.82182206814275, -93.74894265161379 -39.19214575375523 C-93.10832312421832 -39.475729015230115, -92.46770359682283 -39.759312276704996, -91.1991147122528 -40.320878944551936 C-90.36039845258009 -40.62953428111961, -89.52168219290738 -40.93818961768728, -88.58220748402753 -41.283924994964075 C-87.65371815323005 -41.55949575460482, -86.72522882243254 -41.83506651424556, -85.90897440006361 -42.07732654219777 C-85.12812184197642 -42.255551043042026, -84.34726928388922 -42.433775543886284, -83.19040034850971 -42.69782332911134 C-82.49156651772705 -42.81080536333498, -81.7927326869444 -42.92378739755862, -80.43765653327604 -43.1428656013112 C-79.68590119808206 -43.2153865343793, -78.93414586288809 -43.28790746744739, -77.66205456916101 -43.41062458463963 C-76.5542545918209 -43.44614957371108, -75.44645461448076 -43.48167456278253, -74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.875 -43.5, -74.875 -43.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-74.875 -43.5 C-40.21070514632379 -43.5, -5.546410292647579 -43.5, 74.875 -43.5 M-74.875 -43.5 C-28.735032918242204 -43.5, 17.40493416351559 -43.5, 74.875 -43.5 M74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 M74.875 -43.5 C74.875 -43.5, 74.875 -43.5, 74.875 -43.5 M74.875 -43.5 C75.67459810414732 -43.474358445123286, 76.47419620829464 -43.44871689024657, 77.66205456916101 -43.41062458463963 M74.875 -43.5 C75.77931010937313 -43.47100053492525, 76.68362021874624 -43.4420010698505, 77.66205456916101 -43.41062458463963 M77.66205456916101 -43.41062458463963 C78.39682367105111 -43.33974229306943, 79.1315927729412 -43.26886000149922, 80.43765653327601 -43.14286560131121 M77.66205456916101 -43.41062458463963 C78.67031740520386 -43.313358681460045, 79.6785802412467 -43.21609277828047, 80.43765653327601 -43.14286560131121 M80.43765653327601 -43.14286560131121 C81.32514447448335 -42.99938343354858, 82.21263241569069 -42.85590126578595, 83.19040034850968 -42.697823329111344 M80.43765653327601 -43.14286560131121 C81.15736654584691 -43.02650846791325, 81.8770765584178 -42.9101513345153, 83.19040034850968 -42.697823329111344 M83.19040034850968 -42.697823329111344 C83.84222694336637 -42.54904816240135, 84.49405353822307 -42.40027299569136, 85.90897440006356 -42.07732654219778 M83.19040034850968 -42.697823329111344 C83.86093429842862 -42.5447783306853, 84.53146824834754 -42.39173333225925, 85.90897440006356 -42.07732654219778 M85.90897440006356 -42.07732654219778 C86.48614915381938 -41.906024104935156, 87.06332390757521 -41.73472166767254, 88.58220748402749 -41.28392499496409 M85.90897440006356 -42.07732654219778 C86.67544052222833 -41.84984342040205, 87.4419066443931 -41.622360298606324, 88.58220748402749 -41.28392499496409 M88.58220748402749 -41.28392499496409 C89.4792657295763 -40.95379926828661, 90.3763239751251 -40.62367354160912, 91.19911471225277 -40.32087894455194 M88.58220748402749 -41.28392499496409 C89.51001526737562 -40.94248315413084, 90.43782305072375 -40.6010413132976, 91.19911471225277 -40.32087894455194 M91.19911471225277 -40.32087894455194 C91.72755519829931 -40.086954017009205, 92.25599568434585 -39.85302908946646, 93.74894265161377 -39.192145753755234 M91.19911471225277 -40.32087894455194 C92.12740376041887 -39.90995291964504, 93.05569280858498 -39.499026894738144, 93.74894265161377 -39.192145753755234 M93.74894265161377 -39.192145753755234 C94.7208907636716 -38.685081046257146, 95.69283887572944 -38.17801633875905, 96.22121351217129 -37.90236362936744 M93.74894265161377 -39.192145753755234 C94.29942187276033 -38.904961096681845, 94.84990109390688 -38.617776439608456, 96.22121351217129 -37.90236362936744 M96.22121351217129 -37.90236362936744 C96.81896372183903 -37.540003939496714, 97.41671393150676 -37.177644249625985, 98.60576820265887 -36.45683256279507 M96.22121351217129 -37.90236362936744 C96.90659858307536 -37.486879171615634, 97.59198365397945 -37.07139471386383, 98.60576820265887 -36.45683256279507 M98.60576820265887 -36.45683256279507 C99.24225657292418 -36.01284582883546, 99.87874494318949 -35.56885909487585, 100.8928080763679 -34.86149255125611 M98.60576820265887 -36.45683256279507 C99.1426814511962 -36.082305123215356, 99.67959469973353 -35.70777768363564, 100.8928080763679 -34.86149255125611 M100.8928080763679 -34.86149255125611 C101.39265146631693 -34.462880749162984, 101.89249485626598 -34.06426894706985, 103.07293519588879 -33.12289918905735 M100.8928080763679 -34.86149255125611 C101.71567166045567 -34.205280740265714, 102.53853524454345 -33.549068929275315, 103.07293519588879 -33.12289918905735 M103.07293519588879 -33.12289918905735 C103.88388076822444 -32.38641987670617, 104.6948263405601 -31.649940564355, 105.13719095125165 -31.248196729251152 M103.07293519588879 -33.12289918905735 C103.56482293630042 -32.67617975785194, 104.05671067671204 -32.22946032664653, 105.13719095125165 -31.248196729251152 M105.13719095125165 -31.248196729251152 C105.56984930320195 -30.801441458951164, 106.00250765515223 -30.35468618865118, 107.07709287277622 -29.24508872636729 M105.13719095125165 -31.248196729251152 C105.82845878545595 -30.534405936290554, 106.51972661966023 -29.820615143329952, 107.07709287277622 -29.24508872636729 M107.07709287277622 -29.24508872636729 C107.45411951681422 -28.802211776856463, 107.83114616085221 -28.359334827345638, 108.8846694873593 -27.12180638085491 M107.07709287277622 -29.24508872636729 C107.5724616343502 -28.663200391741444, 108.06783039592419 -28.0813120571156, 108.8846694873593 -27.12180638085491 M108.8846694873593 -27.12180638085491 C109.43072973527464 -26.39013539576033, 109.97678998318999 -25.65846441066575, 110.55249307496757 -24.88707471531439 M108.8846694873593 -27.12180638085491 C109.53273047310881 -26.253463699520918, 110.18079145885834 -25.385121018186926, 110.55249307496757 -24.88707471531439 M110.55249307496757 -24.88707471531439 C111.00388438279842 -24.193616450948284, 111.45527569062926 -23.500158186582173, 112.07371019073256 -22.550076721507846 M110.55249307496757 -24.88707471531439 C110.98197529731878 -24.227274689658216, 111.41145751966998 -23.567474664002045, 112.07371019073256 -22.550076721507846 M112.07371019073256 -22.550076721507846 C112.52552053469651 -21.747841705041477, 112.97733087866047 -20.945606688575108, 113.44206982722551 -20.120415625476333 M112.07371019073256 -22.550076721507846 C112.52516786614464 -21.74846790376688, 112.97662554155673 -20.946859086025913, 113.44206982722551 -20.120415625476333 M113.44206982722551 -20.120415625476333 C113.91035005762967 -19.148021707450276, 114.37863028803382 -18.175627789424215, 114.65194910118784 -17.60807542582414 M113.44206982722551 -20.120415625476333 C113.74274706741997 -19.496052902750215, 114.04342430761443 -18.871690180024093, 114.65194910118784 -17.60807542582414 M114.65194910118784 -17.60807542582414 C115.06230829502026 -16.594480283302765, 115.4726674888527 -15.580885140781387, 115.69837635916457 -15.023379867326902 M114.65194910118784 -17.60807542582414 C114.92343180453346 -16.937507899799446, 115.19491450787909 -16.266940373774755, 115.69837635916457 -15.023379867326902 M115.69837635916457 -15.023379867326902 C115.89910308065075 -14.418822963670467, 116.09982980213691 -13.814266060014031, 116.57705160709475 -12.376950018449923 M115.69837635916457 -15.023379867326902 C115.90418246215988 -14.403524675854491, 116.10998856515518 -13.78366948438208, 116.57705160709475 -12.376950018449923 M116.57705160709475 -12.376950018449923 C116.80408902820461 -11.511157933117197, 117.0311264493145 -10.64536584778447, 117.28436417990932 -9.67966062709968 M116.57705160709475 -12.376950018449923 C116.73518743793443 -11.773909558955582, 116.89332326877411 -11.17086909946124, 117.28436417990932 -9.67966062709968 M117.28436417990932 -9.67966062709968 C117.47226613789 -8.7148237859618, 117.66016809587067 -7.7499869448239185, 117.81740757852859 -6.942595433952013 M117.28436417990932 -9.67966062709968 C117.41981874521659 -8.98413006257937, 117.55527331052386 -8.288599498059058, 117.81740757852859 -6.942595433952013 M117.81740757852859 -6.942595433952013 C117.94604909329892 -5.944877248533619, 118.07469060806926 -4.947159063115226, 118.17399141329012 -4.177001626984165 M117.81740757852859 -6.942595433952013 C117.93941070716276 -5.996363260508096, 118.06141383579694 -5.050131087064178, 118.17399141329012 -4.177001626984165 M118.17399141329012 -4.177001626984165 C118.23462168911092 -3.2326361411973696, 118.29525196493174 -2.288270655410574, 118.35265040472993 -1.3942436243669998 M118.17399141329012 -4.177001626984165 C118.211325825433 -3.5954880220639405, 118.24866023757586 -3.013974417143716, 118.35265040472993 -1.3942436243669998 M118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.5070423276795999, 118.35265040472993 0.3801589690078, 118.35265040472993 1.3942436243669891 M118.35265040472993 -1.3942436243669998 C118.35265040472993 -0.7938790310844387, 118.35265040472993 -0.1935144378018776, 118.35265040472993 1.3942436243669891 M118.35265040472993 1.3942436243669891 C118.31380395043345 1.9993085063281668, 118.27495749613698 2.6043733882893445, 118.17399141329012 4.177001626984135 M118.35265040472993 1.3942436243669891 C118.3032809208056 2.1632131868185605, 118.25391143688127 2.9321827492701313, 118.17399141329012 4.177001626984135 M118.17399141329012 4.177001626984135 C118.0481747611883 5.152810735377665, 117.9223581090865 6.128619843771195, 117.81740757852859 6.942595433951983 M118.17399141329012 4.177001626984135 C118.03687326536446 5.240462905254719, 117.89975511743879 6.303924183525304, 117.81740757852859 6.942595433951983 M117.81740757852859 6.942595433951983 C117.6438010228846 7.834028405425331, 117.4701944672406 8.725461376898679, 117.28436417990932 9.679660627099672 M117.81740757852859 6.942595433951983 C117.65942192904939 7.753818353748798, 117.5014362795702 8.565041273545614, 117.28436417990932 9.679660627099672 M117.28436417990932 9.679660627099672 C117.08927834069137 10.423607482775314, 116.8941925014734 11.167554338450953, 116.57705160709475 12.376950018449895 M117.28436417990932 9.679660627099672 C117.10671897722752 10.357098776843292, 116.9290737745457 11.034536926586911, 116.57705160709475 12.376950018449895 M116.57705160709475 12.376950018449895 C116.26751094423912 13.309237176363993, 115.9579702813835 14.241524334278092, 115.69837635916457 15.023379867326874 M116.57705160709475 12.376950018449895 C116.30018708931749 13.210821833624626, 116.02332257154025 14.044693648799358, 115.69837635916457 15.023379867326874 M115.69837635916457 15.023379867326874 C115.2928406847257 16.02506082368978, 114.88730501028684 17.026741780052692, 114.65194910118785 17.60807542582413 M115.69837635916457 15.023379867326874 C115.44294047658303 15.654311435820107, 115.1875045940015 16.28524300431334, 114.65194910118785 17.60807542582413 M114.65194910118785 17.60807542582413 C114.39090956879056 18.15012960019834, 114.12987003639327 18.692183774572555, 113.44206982722551 20.120415625476323 M114.65194910118785 17.60807542582413 C114.37925707959965 18.174326243326576, 114.10656505801147 18.740577060829022, 113.44206982722551 20.120415625476323 M113.44206982722551 20.120415625476323 C112.97618077313268 20.947648817400495, 112.51029171903986 21.774882009324667, 112.07371019073256 22.550076721507835 M113.44206982722551 20.120415625476323 C112.91686728403938 21.052965923427685, 112.39166474085327 21.98551622137905, 112.07371019073256 22.550076721507835 M112.07371019073256 22.550076721507835 C111.5487240441984 23.356596421103518, 111.02373789766423 24.1631161206992, 110.5524930749676 24.887074715314366 M112.07371019073256 22.550076721507835 C111.74338548218198 23.05754417844559, 111.4130607736314 23.565011635383343, 110.5524930749676 24.887074715314366 M110.5524930749676 24.887074715314366 C110.04725356437574 25.564049631241154, 109.54201405378387 26.241024547167942, 108.8846694873593 27.121806380854903 M110.5524930749676 24.887074715314366 C109.88606066668122 25.780033429176736, 109.21962825839482 26.672992143039107, 108.8846694873593 27.121806380854903 M108.8846694873593 27.121806380854903 C108.46166901248067 27.61868680805622, 108.03866853760204 28.115567235257537, 107.07709287277623 29.245088726367264 M108.8846694873593 27.121806380854903 C108.16599416683007 27.966003306132738, 107.44731884630085 28.810200231410573, 107.07709287277623 29.245088726367264 M107.07709287277623 29.245088726367264 C106.40062904175286 29.943593170612306, 105.7241652107295 30.642097614857345, 105.13719095125167 31.24819672925114 M107.07709287277623 29.245088726367264 C106.35204731675672 29.993757790304617, 105.62700176073722 30.74242685424197, 105.13719095125167 31.24819672925114 M105.13719095125167 31.24819672925114 C104.63672682672265 31.702705005593273, 104.13626270219363 32.15721328193541, 103.07293519588882 33.12289918905732 M105.13719095125167 31.24819672925114 C104.48057043298206 31.844522110716703, 103.82394991471246 32.440847492182264, 103.07293519588882 33.12289918905732 M103.07293519588882 33.12289918905732 C102.55557697636492 33.53547860164721, 102.03821875684103 33.948058014237105, 100.89280807636791 34.861492551256106 M103.07293519588882 33.12289918905732 C102.26771262069701 33.765042764900144, 101.46249004550522 34.407186340742975, 100.89280807636791 34.861492551256106 M100.89280807636791 34.861492551256106 C100.27660996040827 35.291325682163034, 99.66041184444863 35.72115881306996, 98.60576820265888 36.45683256279506 M100.89280807636791 34.861492551256106 C100.41365508492866 35.195728935885434, 99.93450209348941 35.529965320514755, 98.60576820265888 36.45683256279506 M98.60576820265888 36.45683256279506 C98.09818443584844 36.76453282512886, 97.59060066903798 37.07223308746266, 96.22121351217129 37.90236362936744 M98.60576820265888 36.45683256279506 C97.94998253134884 36.85437369056758, 97.29419686003881 37.2519148183401, 96.22121351217129 37.90236362936744 M96.22121351217129 37.90236362936744 C95.59544063145951 38.22882894040812, 94.96966775074773 38.55529425144879, 93.74894265161379 39.19214575375523 M96.22121351217129 37.90236362936744 C95.40377136731796 38.32882267274074, 94.58632922246463 38.75528171611404, 93.74894265161379 39.19214575375523 M93.74894265161379 39.19214575375523 C92.88253380464396 39.57567924920349, 92.01612495767412 39.95921274465175, 91.1991147122528 40.32087894455194 M93.74894265161379 39.19214575375523 C93.09238367802473 39.48278493523314, 92.43582470443567 39.773424116711055, 91.1991147122528 40.32087894455194 M91.1991147122528 40.32087894455194 C90.49418240955838 40.58030054826626, 89.78925010686397 40.839722151980574, 88.58220748402752 41.283924994964075 M91.1991147122528 40.32087894455194 C90.3359714487582 40.63852364432681, 89.47282818526361 40.956168344101684, 88.58220748402752 41.283924994964075 M88.58220748402752 41.283924994964075 C87.7501982983862 41.53086095395709, 86.91818911274487 41.7777969129501, 85.90897440006361 42.077326542197774 M88.58220748402752 41.283924994964075 C87.72912547272645 41.53711525799938, 86.87604346142538 41.79030552103469, 85.90897440006361 42.077326542197774 M85.90897440006361 42.077326542197774 C84.8362872977881 42.32216037335464, 83.76360019551258 42.5669942045115, 83.19040034850971 42.697823329111344 M85.90897440006361 42.077326542197774 C85.03128669021243 42.277653034523745, 84.15359898036122 42.477979526849715, 83.19040034850971 42.697823329111344 M83.19040034850971 42.697823329111344 C82.38774628148319 42.827590213992934, 81.58509221445667 42.957357098874525, 80.43765653327604 43.1428656013112 M83.19040034850971 42.697823329111344 C82.4945284800965 42.81032649622945, 81.79865661168331 42.92282966334756, 80.43765653327604 43.1428656013112 M80.43765653327604 43.1428656013112 C79.58731552455234 43.22489697573809, 78.73697451582863 43.30692835016498, 77.66205456916101 43.41062458463963 M80.43765653327604 43.1428656013112 C79.35467832627931 43.247339206468325, 78.27170011928258 43.35181281162544, 77.66205456916101 43.41062458463963 M77.66205456916101 43.41062458463963 C76.96722757875214 43.43290633382335, 76.27240058834326 43.45518808300707, 74.87500000000001 43.5 M77.66205456916101 43.41062458463963 C76.87357477431156 43.43590959697763, 76.08509497946211 43.46119460931564, 74.87500000000001 43.5 M74.87500000000001 43.5 C74.87500000000001 43.5, 74.87500000000001 43.5, 74.875 43.5 M74.87500000000001 43.5 C74.87500000000001 43.5, 74.87500000000001 43.5, 74.875 43.5 M74.875 43.5 C16.892254333344404 43.5, -41.09049133331119 43.5, -74.87499999999999 43.5 M74.875 43.5 C32.096812763408714 43.5, -10.681374473182572 43.5, -74.87499999999999 43.5 M-74.87499999999999 43.5 C-75.64043339683 43.47545404078939, -76.40586679366002 43.45090808157877, -77.66205456916099 43.41062458463963 M-74.87499999999999 43.5 C-75.85902312583387 43.46844429363933, -76.84304625166776 43.43688858727865, -77.66205456916099 43.41062458463963 M-77.66205456916099 43.41062458463963 C-78.73424197640398 43.30719195495691, -79.80642938364696 43.2037593252742, -80.43765653327603 43.1428656013112 M-77.66205456916099 43.41062458463963 C-78.35496325433482 43.34378051712552, -79.04787193950865 43.27693644961142, -80.43765653327603 43.1428656013112 M-80.43765653327603 43.1428656013112 C-81.42893866209765 42.98260279423104, -82.42022079091929 42.82233998715089, -83.1904003485097 42.697823329111344 M-80.43765653327603 43.1428656013112 C-81.48780358951807 42.973085969270045, -82.53795064576009 42.80330633722888, -83.1904003485097 42.697823329111344 M-83.1904003485097 42.697823329111344 C-84.14804700590129 42.47924672879017, -85.1056936632929 42.260670128468995, -85.90897440006356 42.07732654219778 M-83.1904003485097 42.697823329111344 C-84.0565925777633 42.50012060521675, -84.92278480701691 42.30241788132216, -85.90897440006356 42.07732654219778 M-85.90897440006356 42.07732654219778 C-86.94524917191106 41.76976562943072, -87.98152394375856 41.46220471666366, -88.58220748402748 41.283924994964096 M-85.90897440006356 42.07732654219778 C-86.45297828197796 41.91586904558024, -86.99698216389237 41.754411548962686, -88.58220748402748 41.283924994964096 M-88.58220748402748 41.283924994964096 C-89.16355041163946 41.06998542372777, -89.74489333925145 40.85604585249144, -91.19911471225278 40.32087894455194 M-88.58220748402748 41.283924994964096 C-89.62729860684802 40.8993218010497, -90.67238972966857 40.5147186071353, -91.19911471225278 40.32087894455194 M-91.19911471225278 40.32087894455194 C-91.93079587424198 39.99698539868984, -92.66247703623117 39.673091852827724, -93.74894265161377 39.192145753755234 M-91.19911471225278 40.32087894455194 C-91.93389261482217 39.995614563496524, -92.66867051739158 39.670350182441105, -93.74894265161377 39.192145753755234 M-93.74894265161377 39.192145753755234 C-94.43822686935069 38.83254661886949, -95.12751108708761 38.47294748398376, -96.22121351217127 37.90236362936745 M-93.74894265161377 39.192145753755234 C-94.2445559872572 38.93358459400555, -94.74016932290061 38.67502343425587, -96.22121351217127 37.90236362936745 M-96.22121351217127 37.90236362936745 C-96.84641210685406 37.52336456719599, -97.47161070153685 37.144365505024524, -98.60576820265884 36.456832562795086 M-96.22121351217127 37.90236362936745 C-96.89220986135459 37.495601699280286, -97.56320621053791 37.08883976919312, -98.60576820265884 36.456832562795086 M-98.60576820265884 36.456832562795086 C-99.4904636938578 35.83970728598525, -100.37515918505677 35.22258200917541, -100.89280807636788 34.86149255125612 M-98.60576820265884 36.456832562795086 C-99.13868207558542 36.085094914511245, -99.67159594851202 35.7133572662274, -100.89280807636788 34.86149255125612 M-100.89280807636788 34.86149255125612 C-101.71781615246303 34.20357056495718, -102.54282422855816 33.54564857865824, -103.07293519588879 33.12289918905736 M-100.89280807636788 34.86149255125612 C-101.5304372406694 34.353000260750335, -102.16806640497092 33.84450797024456, -103.07293519588879 33.12289918905736 M-103.07293519588879 33.12289918905736 C-103.61659437099821 32.62916231065651, -104.16025354610763 32.13542543225567, -105.13719095125164 31.24819672925117 M-103.07293519588879 33.12289918905736 C-103.75214304343757 32.506060592768435, -104.43135089098634 31.88922199647951, -105.13719095125164 31.24819672925117 M-105.13719095125164 31.24819672925117 C-105.81448995981536 30.54882989562638, -106.49178896837907 29.84946306200159, -107.07709287277623 29.245088726367282 M-105.13719095125164 31.24819672925117 C-105.55892207734367 30.812724716791767, -105.9806532034357 30.377252704332363, -107.07709287277623 29.245088726367282 M-107.07709287277623 29.245088726367282 C-107.66695642531491 28.552201433368385, -108.25681997785358 27.859314140369484, -108.88466948735929 27.121806380854917 M-107.07709287277623 29.245088726367282 C-107.6078436048212 28.62163871593507, -108.13859433686616 27.998188705502855, -108.88466948735929 27.121806380854917 M-108.88466948735929 27.121806380854917 C-109.50199114335506 26.294651600980394, -110.11931279935084 25.467496821105875, -110.55249307496757 24.887074715314395 M-108.88466948735929 27.121806380854917 C-109.27079544815324 26.604432770189714, -109.65692140894718 26.087059159524507, -110.55249307496757 24.887074715314395 M-110.55249307496757 24.887074715314395 C-110.88422451004637 24.377446148670337, -111.21595594512516 23.867817582026284, -112.07371019073254 22.550076721507864 M-110.55249307496757 24.887074715314395 C-110.98189481900498 24.227398325959665, -111.41129656304238 23.567721936604933, -112.07371019073254 22.550076721507864 M-112.07371019073254 22.550076721507864 C-112.41328242319558 21.94713183735258, -112.75285465565862 21.344186953197294, -113.44206982722551 20.120415625476337 M-112.07371019073254 22.550076721507864 C-112.37229932310872 22.01990148154568, -112.67088845548491 21.489726241583497, -113.44206982722551 20.120415625476337 M-113.44206982722551 20.120415625476337 C-113.79393142587631 19.389767487245805, -114.14579302452711 18.659119349015274, -114.65194910118784 17.608075425824147 M-113.44206982722551 20.120415625476337 C-113.81172636555911 19.352815914243735, -114.18138290389273 18.585216203011136, -114.65194910118784 17.608075425824147 M-114.65194910118784 17.608075425824147 C-115.05866515906617 16.603478899544644, -115.4653812169445 15.598882373265138, -115.69837635916457 15.023379867326907 M-114.65194910118784 17.608075425824147 C-115.00828136010551 16.72792785708193, -115.36461361902319 15.847780288339715, -115.69837635916457 15.023379867326907 M-115.69837635916457 15.023379867326907 C-116.02862618769771 14.028720001949589, -116.35887601623085 13.03406013657227, -116.57705160709475 12.37695001844991 M-115.69837635916457 15.023379867326907 C-115.88760309383918 14.453459091672842, -116.07682982851377 13.883538316018777, -116.57705160709475 12.37695001844991 M-116.57705160709475 12.37695001844991 C-116.84372489154183 11.360009207920612, -117.11039817598889 10.343068397391313, -117.28436417990932 9.679660627099686 M-116.57705160709475 12.37695001844991 C-116.72969504499322 11.794854433658557, -116.88233848289168 11.212758848867201, -117.28436417990932 9.679660627099686 M-117.28436417990932 9.679660627099686 C-117.4312340661683 8.92551480212127, -117.57810395242728 8.171368977142857, -117.81740757852859 6.942595433952017 M-117.28436417990932 9.679660627099686 C-117.40323210027859 9.069298978747383, -117.52210002064785 8.458937330395079, -117.81740757852859 6.942595433952017 M-117.81740757852859 6.942595433952017 C-117.9092072177143 6.230615560316796, -118.0010068569 5.518635686681574, -118.17399141329011 4.17700162698419 M-117.81740757852859 6.942595433952017 C-117.91768280933023 6.164880545438511, -118.01795804013186 5.3871656569250055, -118.17399141329011 4.17700162698419 M-118.17399141329011 4.17700162698419 C-118.23618017963047 3.2083613933646045, -118.29836894597081 2.2397211597450193, -118.35265040472993 1.394243624367005 M-118.17399141329011 4.17700162698419 C-118.23689091571867 3.1972911050948754, -118.29979041814724 2.217580583205561, -118.35265040472993 1.394243624367005 M-118.35265040472993 1.394243624367005 C-118.35265040472993 0.6575548683129773, -118.35265040472993 -0.07913388774105057, -118.35265040472993 -1.394243624366984 M-118.35265040472993 1.394243624367005 C-118.35265040472993 0.40023561561678656, -118.35265040472993 -0.593772393133432, -118.35265040472993 -1.394243624366984 M-118.35265040472993 -1.394243624366984 C-118.29799947176446 -2.245476018743299, -118.24334853879898 -3.096708413119614, -118.17399141329012 -4.177001626984129 M-118.35265040472993 -1.394243624366984 C-118.28738237898945 -2.410845808677019, -118.22211435324897 -3.4274479929870534, -118.17399141329012 -4.177001626984129 M-118.17399141329012 -4.177001626984129 C-118.07701035156653 -4.929167590635602, -117.98002928984293 -5.681333554287076, -117.81740757852859 -6.942595433951997 M-118.17399141329012 -4.177001626984129 C-118.07157870994025 -4.971294330490029, -117.96916600659038 -5.765587033995928, -117.81740757852859 -6.942595433951997 M-117.81740757852859 -6.942595433951997 C-117.69330390480634 -7.579841569194986, -117.5692002310841 -8.217087704437976, -117.28436417990932 -9.679660627099667 M-117.81740757852859 -6.942595433951997 C-117.6453714657941 -7.825964512998257, -117.47333535305961 -8.709333592044517, -117.28436417990932 -9.679660627099667 M-117.28436417990932 -9.679660627099667 C-117.03134183138921 -10.644544502586392, -116.7783194828691 -11.609428378073117, -116.57705160709475 -12.37695001844989 M-117.28436417990932 -9.679660627099667 C-117.1369377413859 -10.241861532212102, -116.98951130286248 -10.804062437324536, -116.57705160709475 -12.37695001844989 M-116.57705160709475 -12.37695001844989 C-116.39707835925127 -12.919000766111546, -116.21710511140778 -13.461051513773203, -115.6983763591646 -15.023379867326852 M-116.57705160709475 -12.37695001844989 C-116.34695509754695 -13.069964044307696, -116.11685858799916 -13.762978070165504, -115.6983763591646 -15.023379867326852 M-115.6983763591646 -15.023379867326852 C-115.48547681207812 -15.549245864763169, -115.27257726499165 -16.075111862199485, -114.65194910118785 -17.608075425824126 M-115.6983763591646 -15.023379867326852 C-115.3708667476274 -15.832334939791314, -115.0433571360902 -16.641290012255777, -114.65194910118785 -17.608075425824126 M-114.65194910118785 -17.608075425824126 C-114.22680938406054 -18.490887144971687, -113.80166966693324 -19.373698864119252, -113.44206982722551 -20.12041562547632 M-114.65194910118785 -17.608075425824126 C-114.34471330672156 -18.246057126826283, -114.03747751225526 -18.884038827828437, -113.44206982722551 -20.12041562547632 M-113.44206982722551 -20.12041562547632 C-112.97690012390568 -20.946371537260884, -112.51173042058583 -21.77232744904545, -112.07371019073256 -22.55007672150785 M-113.44206982722551 -20.12041562547632 C-113.0201483954017 -20.869579851857313, -112.5982269635779 -21.618744078238304, -112.07371019073256 -22.55007672150785 M-112.07371019073256 -22.55007672150785 C-111.54388685792858 -23.364027638180335, -111.0140635251246 -24.177978554852817, -110.55249307496757 -24.88707471531438 M-112.07371019073256 -22.55007672150785 C-111.62634298724817 -23.237352880974477, -111.17897578376378 -23.924629040441108, -110.55249307496757 -24.88707471531438 M-110.55249307496757 -24.88707471531438 C-110.08611469696768 -25.511979253889944, -109.61973631896778 -26.136883792465508, -108.8846694873593 -27.121806380854903 M-110.55249307496757 -24.88707471531438 C-110.12412543240757 -25.461048331249728, -109.69575778984756 -26.03502194718508, -108.8846694873593 -27.121806380854903 M-108.8846694873593 -27.121806380854903 C-108.29426125381964 -27.81533348715078, -107.70385302028 -28.50886059344666, -107.07709287277623 -29.245088726367264 M-108.8846694873593 -27.121806380854903 C-108.5031110483418 -27.57000663461511, -108.12155260932427 -28.01820688837531, -107.07709287277623 -29.245088726367264 M-107.07709287277623 -29.245088726367264 C-106.3902265286393 -29.954334619464273, -105.70336018450236 -30.66358051256128, -105.13719095125168 -31.248196729251127 M-107.07709287277623 -29.245088726367264 C-106.31066257466316 -30.03649093426675, -105.54423227655006 -30.82789314216624, -105.13719095125168 -31.248196729251127 M-105.13719095125168 -31.248196729251127 C-104.34485901752709 -31.967771627505627, -103.5525270838025 -32.68734652576013, -103.07293519588883 -33.12289918905732 M-105.13719095125168 -31.248196729251127 C-104.39818382461173 -31.91934344860843, -103.65917669797179 -32.59049016796573, -103.07293519588883 -33.12289918905732 M-103.07293519588883 -33.12289918905732 C-102.22554188827912 -33.79867280179311, -101.3781485806694 -34.4744464145289, -100.89280807636791 -34.861492551256106 M-103.07293519588883 -33.12289918905732 C-102.56607793861201 -33.52710436369751, -102.05922068133519 -33.9313095383377, -100.89280807636791 -34.861492551256106 M-100.89280807636791 -34.861492551256106 C-100.397258402299 -35.20716655188693, -99.9017087282301 -35.55284055251775, -98.6057682026589 -36.45683256279505 M-100.89280807636791 -34.861492551256106 C-100.06903241430946 -35.43612279243442, -99.24525675225102 -36.01075303361272, -98.6057682026589 -36.45683256279505 M-98.6057682026589 -36.45683256279505 C-97.83664849069666 -36.923077452035685, -97.06752877873441 -37.38932234127632, -96.2212135121713 -37.902363629367436 M-98.6057682026589 -36.45683256279505 C-97.70783854705297 -37.00116279684374, -96.80990889144704 -37.54549303089243, -96.2212135121713 -37.902363629367436 M-96.2212135121713 -37.902363629367436 C-95.41070068091877 -38.32520765427364, -94.60018784966623 -38.74805167917984, -93.74894265161379 -39.19214575375523 M-96.2212135121713 -37.902363629367436 C-95.60925977559702 -38.22161950176316, -94.99730603902275 -38.54087537415889, -93.74894265161379 -39.19214575375523 M-93.74894265161379 -39.19214575375523 C-92.964860526931 -39.539235651382455, -92.18077840224824 -39.88632554900968, -91.1991147122528 -40.320878944551936 M-93.74894265161379 -39.19214575375523 C-93.21897792373419 -39.426745417942435, -92.68901319585459 -39.66134508212964, -91.1991147122528 -40.320878944551936 M-91.1991147122528 -40.320878944551936 C-90.59780373542179 -40.54216694248348, -89.99649275859079 -40.76345494041503, -88.58220748402753 -41.283924994964075 M-91.1991147122528 -40.320878944551936 C-90.16477512620749 -40.70152547354693, -89.13043554016217 -41.08217200254193, -88.58220748402753 -41.283924994964075 M-88.58220748402753 -41.283924994964075 C-87.56317366783053 -41.58636888259369, -86.54413985163352 -41.88881277022331, -85.90897440006361 -42.07732654219777 M-88.58220748402753 -41.283924994964075 C-87.88524913549777 -41.49077857439868, -87.18829078696801 -41.69763215383329, -85.90897440006361 -42.07732654219777 M-85.90897440006361 -42.07732654219777 C-85.15449810675769 -42.24953083272691, -84.40002181345174 -42.42173512325606, -83.19040034850971 -42.69782332911134 M-85.90897440006361 -42.07732654219777 C-85.22126173825934 -42.23429246951007, -84.53354907645506 -42.39125839682238, -83.19040034850971 -42.69782332911134 M-83.19040034850971 -42.69782332911134 C-82.09863426662778 -42.874331602457595, -81.00686818474584 -43.050839875803845, -80.43765653327604 -43.1428656013112 M-83.19040034850971 -42.69782332911134 C-82.0988463196636 -42.87429731936726, -81.00729229081747 -43.05077130962318, -80.43765653327604 -43.1428656013112 M-80.43765653327604 -43.1428656013112 C-79.6828511583489 -43.215680768044145, -78.92804578342177 -43.28849593477709, -77.66205456916101 -43.41062458463963 M-80.43765653327604 -43.1428656013112 C-79.8750253220675 -43.19714195759346, -79.31239411085897 -43.25141831387571, -77.66205456916101 -43.41062458463963 M-77.66205456916101 -43.41062458463963 C-76.78062112890106 -43.438890439462654, -75.8991876886411 -43.46715629428568, -74.87500000000001 -43.5 M-77.66205456916101 -43.41062458463963 C-76.64904819752452 -43.44310972728073, -75.63604182588803 -43.47559486992182, -74.87500000000001 -43.5 M-74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.87500000000001 -43.5, -74.875 -43.5 M-74.87500000000001 -43.5 C-74.87500000000001 -43.5, -74.875 -43.5, -74.875 -43.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Transaction time:<br>POST /eligibility → likely paymentReady: true</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-51536f13e3efe779bda931d8b689bcdbadc4d5383b004fd8ffb6e5ec43edee81-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([User completes KYC\\nat onboarding]) --> B[\"POST /identities/share/token\\nidentityReference + email + Sumsub token\"]\n    B --> C[\"Poll GET /identities/{ref}\\nor receive KYC webhook\\nuntil kyc.status = VERIFIED\"]\n    C --> D([\"Transaction time:\\nPOST /eligibility → likely paymentReady: true\"])\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/native-api/docs/how-it-works/kyc-token-sharing"},"children":["KYC Token Sharing"]}," for the full flow."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"returning-users","__idx":9},"children":["Returning users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["identityReference stored"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you saved the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," from a previous session, call eligibility directly with the stored value. Transaction context may have changed since the last visit — re-check eligibility each time."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"POST /eapi/v0/identities/transactions/eligibility\n{ \"identityReference\": \"stored-ref\", ... }\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["identityReference not stored — GET lookup by email"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The user returns on a different device or with a different wallet address and you have no stored reference. Pass any value in the path and include the user's email as a query parameter — Banxa resolves to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," linked to that email."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /eapi/v0/identities/any-ref?email=user@example.com\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"identityReference\": \"abc123\",\n  \"account\": {\n    \"exists\": true,\n    \"blocked\": false,\n    \"createdAt\": \"2026-05-25T00:34:03Z\"\n  },\n  \"kyc\": {\n    \"status\": \"VERIFIED\"\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," returned here for all subsequent calls. Email is an optional query parameter — if omitted, Banxa uses the path value as-is."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Can't distinguish first-time vs returning users upfront"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you can't tell whether a user is new or returning before calling the API, attempt creation and branch on the response."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nnew identityReference + email\"]\n    B --> C{Response}\n    C -->|201 — genuinely new| D[Proceed as new user\\nPOST /eligibility]\n    C -->|\"422 code 81 — record exists\"| E[\"GET /identities/any-ref?email=email\\nRetrieve real identityReference\"]\n    E --> D\n    D --> F([Proceed to payment])\n","diagramHtml":"<svg id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 470.171875px;\" viewBox=\"0 0 470.171875 824.40625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .error-icon{fill:#552222;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .error-text{fill:#552222;stroke:#552222;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-thickness-normal{stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-thickness-thick{stroke-width:3.5px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-pattern-solid{stroke-dasharray:0;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .marker{fill:#333333;stroke:#333333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .marker.cross{stroke:#333333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 p{margin:0;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster-label text{fill:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster-label span{color:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster-label span p{background-color:transparent;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .label text,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 span{fill:#333;color:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node rect,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node circle,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node ellipse,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node polygon,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .rough-node .label text,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node .label text,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .image-shape .label,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .icon-shape .label{text-anchor:middle;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .rough-node .label,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node .label,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .image-shape .label,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .icon-shape .label{text-align:center;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node.clickable{cursor:pointer;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .arrowheadPath{fill:#333333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .flowchart-link{stroke:#333333;fill:none;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster text{fill:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .cluster span{color:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 rect.text{fill:none;stroke-width:0;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .icon-shape,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .icon-shape p,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .icon-shape .label rect,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 .node .neo-node{stroke:#9370DB;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node rect,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].cluster rect,#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M210.379,47.5L210.296,51.583C210.212,55.667,210.046,63.833,209.962,71.417C209.879,79,209.879,86,209.879,89.5L209.879,93\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MjEwLjM3ODkwNjI1LCJ5Ijo0Ny41MDAwMDAwMDAwMDAwMX0seyJ4IjoyMDkuODc4OTA2MjUsInkiOjcyfSx7IngiOjIwOS44Nzg5MDYyNSwieSI6OTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path><path d=\"M209.879,199L209.879,203.167C209.879,207.333,209.879,215.667,209.879,223.333C209.879,231,209.879,238,209.879,241.5L209.879,245\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MjA5Ljg3ODkwNjI1LCJ5IjoxOTl9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5IjoyMjR9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path><path d=\"M176.918,342.445L162.029,356.105C147.14,369.765,117.363,397.086,102.475,429.413C87.586,461.74,87.586,499.073,87.586,532.406C87.586,565.74,87.586,595.073,94.957,613.597C102.328,632.121,117.07,639.836,124.441,643.694L131.813,647.552\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTc2LjkxNzU5OTAxOTE1MjYyLCJ5IjozNDIuNDQ0OTQyNzY5MTUyNn0seyJ4Ijo4Ny41ODU5Mzc1LCJ5Ijo0MjQuNDA2MjV9LHsieCI6ODcuNTg1OTM3NSwieSI6NTM2LjQwNjI1fSx7IngiOjg3LjU4NTkzNzUsInkiOjYyNC40MDYyNX0seyJ4IjoxMzUuMzU2NjI4NDE3OTY4NzUsInkiOjY0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path><path d=\"M242.84,342.445L257.729,356.105C272.617,369.765,302.395,397.086,317.283,418.246C332.172,439.406,332.172,454.406,332.172,461.906L332.172,469.406\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjQyLjg0MDIxMzQ4MDg0NzM4LCJ5IjozNDIuNDQ0OTQyNzY5MTUyNn0seyJ4IjozMzIuMTcxODc1LCJ5Ijo0MjQuNDA2MjV9LHsieCI6MzMyLjE3MTg3NSwieSI6NDczLjQwNjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path><path d=\"M332.172,599.406L332.172,603.573C332.172,607.74,332.172,616.073,324.801,624.097C317.43,632.121,302.687,639.836,295.316,643.694L287.945,647.552\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_E_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_D_0\" data-points=\"W3sieCI6MzMyLjE3MTg3NSwieSI6NTk5LjQwNjI1fSx7IngiOjMzMi4xNzE4NzUsInkiOjYyNC40MDYyNX0seyJ4IjoyODQuNDAxMTg0MDgyMDMxMjUsInkiOjY0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path><path d=\"M209.879,727.406L209.879,731.573C209.879,735.74,209.879,744.073,209.949,751.823C210.019,759.573,210.16,766.74,210.23,770.324L210.3,773.907\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6MjA5Ljg3ODkwNjI1LCJ5Ijo3MjcuNDA2MjV9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5Ijo3NTIuNDA2MjV9LHsieCI6MjEwLjM3ODkwNjI1LCJ5Ijo3NzcuOTA2MjUwMDAwMDAwMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(87.5859375, 536.40625)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-79.5859375, -12)\"><foreignObject width=\"159.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>201 — genuinely new</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(332.171875, 424.40625)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>422 code 81 — record exists</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-A-0\" data-look=\"classic\" transform=\"translate(209.87890625, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-21.68031931286093 -19.5, 42.40498637427814 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.04131929263278 -19.491159020641653, 86.31701358526556 -19.482318041283307, 87.0149942896239 -19.45993515863156 C87.32782736274794 -19.4297565283041, 87.64066043587198 -19.399577897976638, 88.25922965284786 -19.3399052695533 C88.69761510438971 -19.269030509477965, 89.13600055593155 -19.198155749402634, 89.49321825967675 -19.140403561325776 C89.95584518265481 -19.03481198507884, 90.41847210563287 -18.929220408831902, 90.71188938623538 -18.862249829261074 C91.06483285171517 -18.757498061344734, 91.41777631719494 -18.652746293428393, 91.9102352514606 -18.50658706670804 C92.15390618384862 -18.416913911119845, 92.39757711623663 -18.327240755531648, 93.0833315951478 -18.074876768247425 C93.48336991090163 -17.89779167257821, 93.88340822665546 -17.720706576909002, 94.22635791279238 -17.568892924097174 C94.51883803683123 -17.416306230728566, 94.81131816087009 -17.263719537359957, 95.33461726407678 -16.990714730406097 C95.65235203262951 -16.79810204649268, 95.97008680118222 -16.605489362579263, 96.4035555736057 -16.342718045390892 C96.67126498268264 -16.155975550572354, 96.93897439175959 -15.969233055753817, 97.42878034457871 -15.627565626425154 C97.64055474080446 -15.458681180988483, 97.85232913703021 -15.28979673555181, 98.40607870850187 -14.848196188198123 C98.61089568812693 -14.662186826462959, 98.815712667752 -14.476177464727794, 99.33143473676799 -14.007812326905688 C99.53451595990543 -13.798114290737772, 99.73759718304288 -13.588416254569855, 100.20104594296865 -13.10986736009568 C100.40779630626086 -12.867006618943702, 100.61454666955308 -12.624145877791722, 101.01133890812658 -12.158051136245305 C101.19986630440894 -11.905441600426071, 101.3883937006913 -11.652832064606837, 101.75898396464063 -11.156274872382312 C101.91247422738026 -10.920472610907646, 102.0659644901199 -10.684670349432979, 102.44090887860425 -10.108655082055241 C102.5885863975916 -9.846438693122845, 102.73626391657895 -9.58422230419045, 103.0543114742735 -9.019496659696287 C103.26310207962875 -8.585938500272821, 103.471892684984 -8.152380340849355, 103.59667114880834 -7.893275190886684 C103.77869039815457 -7.44368412589874, 103.96070964750078 -6.994093060910796, 104.06575922997033 -6.734618561215508 C104.16690836207445 -6.429973491243519, 104.26805749417856 -6.125328421271529, 104.45964813421489 -5.548287939305138 C104.5356291540911 -5.258539380134822, 104.6116101739673 -4.968790820964507, 104.77671928754556 -4.339158212148133 C104.85852168923807 -3.919120168400761, 104.9403240909306 -3.4990821246533885, 105.01566977658177 -3.1121979531509023 C105.05563613363695 -2.802226780080824, 105.09560249069213 -2.4922556070107458, 105.17551770250937 -1.872449005199798 C105.19660520449644 -1.5439941402259931, 105.2176927064835 -1.2155392752521885, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.21748967824219284, 105.25560621591342 0.19002640616289002, 105.25560621591342 0.625005762647271 C105.22894741050521 1.040238175480497, 105.20228860509701 1.455470588313723, 105.17551770250937 1.8724490051997846 C105.12342016744584 2.2765071993305095, 105.07132263238232 2.680565393461235, 105.01566977658177 3.1121979531508885 C104.9385596562536 3.508142123806383, 104.86144953592542 3.904086294461877, 104.77671928754556 4.339158212148129 C104.69584400624171 4.647570711328354, 104.61496872493787 4.955983210508581, 104.45964813421489 5.548287939305125 C104.36614679958797 5.829899061786828, 104.27264546496106 6.11151018426853, 104.06575922997033 6.734618561215495 C103.93267506160606 7.063339030082581, 103.7995908932418 7.392059498949668, 103.59667114880834 7.893275190886679 C103.48261037237491 8.130124833660357, 103.36854959594147 8.366974476434034, 103.0543114742735 9.019496659696284 C102.88225670264681 9.324997329154323, 102.71020193102012 9.630497998612364, 102.44090887860425 10.108655082055236 C102.26773280799839 10.37470003079202, 102.09455673739252 10.640744979528804, 101.75898396464065 11.156274872382301 C101.56464539307542 11.416670853671619, 101.3703068215102 11.677066834960936, 101.01133890812659 12.158051136245302 C100.81534493556512 12.388276808788971, 100.61935096300365 12.618502481332639, 100.20104594296866 13.10986736009567 C99.88142335939845 13.439903919134048, 99.56180077582825 13.769940478172424, 99.33143473676799 14.007812326905684 C99.07137758644063 14.243989350097841, 98.81132043611329 14.480166373289999, 98.4060787085019 14.848196188198111 C98.08140668598554 15.107113486269531, 97.75673466346919 15.366030784340952, 97.42878034457871 15.627565626425152 C97.01978113320828 15.912865770986658, 96.61078192183787 16.198165915548163, 96.4035555736057 16.34271804539089 C96.12015032063033 16.514519975218693, 95.83674506765495 16.6863219050465, 95.33461726407678 16.990714730406093 C94.90872678184203 17.212901522192087, 94.48283629960729 17.435088313978085, 94.22635791279238 17.56889292409717 C93.97084708406817 17.681999988513944, 93.71533625534396 17.795107052930717, 93.0833315951478 18.07487676824742 C92.8420639034006 18.163665509064483, 92.6007962116534 18.252454249881545, 91.91023525146062 18.506587066708033 C91.53240977239173 18.61872368564927, 91.15458429332284 18.730860304590507, 90.71188938623541 18.86224982926107 C90.41035907185847 18.93107215584842, 90.1088287574815 18.99989448243577, 89.49321825967677 19.140403561325773 C89.13832319396556 19.197780243297622, 88.78342812825434 19.25515692526947, 88.25922965284788 19.3399052695533 C87.90843959554581 19.37374556449446, 87.55764953824375 19.407585859435624, 87.0149942896239 19.45993515863156 C86.5408157411583 19.475141141748296, 86.0666371926927 19.490347124865036, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C25.570374625061724 19.5, -34.62487574987655 19.5, -85.765625 19.5 C-86.1109379704135 19.48892648514976, -86.45625094082702 19.477852970299523, -87.0149942896239 19.45993515863156 C-87.34873010619839 19.42774006578266, -87.68246592277289 19.395544972933763, -88.25922965284786 19.3399052695533 C-88.6079523775919 19.283526483801804, -88.95667510233594 19.227147698050306, -89.49321825967675 19.140403561325773 C-89.89196832509663 19.04939146098104, -90.29071839051652 18.958379360636307, -90.71188938623538 18.862249829261074 C-91.0378098819002 18.765518336939348, -91.36373037756503 18.66878684461762, -91.91023525146059 18.506587066708043 C-92.26863469643752 18.37469275794838, -92.62703414141446 18.24279844918872, -93.0833315951478 18.074876768247425 C-93.33807937177131 17.96210748436049, -93.59282714839483 17.849338200473557, -94.22635791279238 17.568892924097174 C-94.45068096522756 17.451863731327514, -94.67500401766274 17.33483453855785, -95.33461726407678 16.990714730406097 C-95.60631898511727 16.826007550414808, -95.87802070615777 16.66130037042352, -96.40355557360569 16.3427180453909 C-96.78996442909897 16.073175955168537, -97.17637328459226 15.803633864946178, -97.42878034457871 15.627565626425156 C-97.80124672348317 15.330533600995452, -98.17371310238764 15.033501575565749, -98.40607870850187 14.848196188198125 C-98.60032845183491 14.671783710869624, -98.79457819516796 14.495371233541123, -99.33143473676797 14.007812326905697 C-99.58599149710915 13.744961572354738, -99.84054825745031 13.482110817803777, -100.20104594296865 13.109867360095677 C-100.36529594117394 12.916929966114088, -100.52954593937922 12.723992572132499, -101.01133890812658 12.158051136245307 C-101.2439262278965 11.846405316894355, -101.47651354766641 11.534759497543401, -101.75898396464063 11.156274872382316 C-102.01915304183363 10.756585304634598, -102.27932211902663 10.356895736886882, -102.44090887860425 10.108655082055249 C-102.67289942234277 9.696732380057608, -102.9048899660813 9.284809678059968, -103.0543114742735 9.019496659696289 C-103.18235046871965 8.753620948133275, -103.31038946316578 8.48774523657026, -103.59667114880834 7.893275190886686 C-103.72676814445954 7.571933096373932, -103.85686514011073 7.25059100186118, -104.06575922997033 6.73461856121551 C-104.15693797021453 6.460002722959379, -104.24811671045873 6.185386884703247, -104.45964813421489 5.5482879393051325 C-104.57913899441067 5.092617501712225, -104.69862985460644 4.636947064119318, -104.77671928754556 4.339158212148136 C-104.83443575612444 4.042796344375566, -104.89215222470331 3.746434476602997, -105.01566977658177 3.112197953150904 C-105.06852823795731 2.7022381648061287, -105.12138669933283 2.2922783764613532, -105.17551770250937 1.872449005199809 C-105.20226412801213 1.455851838668163, -105.2290105535149 1.039254672136517, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3732817624316606, -105.25560621591342 0.12155776221604309, -105.25560621591342 -0.6250057626472687 C-105.23703228007976 -0.9143098058676057, -105.2184583442461 -1.2036138490879427, -105.17551770250937 -1.8724490051997822 C-105.14264625881431 -2.1273934312979264, -105.10977481511924 -2.3823378573960707, -105.01566977658177 -3.112197953150895 C-104.92266587239551 -3.5897533447652785, -104.82966196820924 -4.067308736379662, -104.77671928754556 -4.339158212148126 C-104.6861414070316 -4.684570927249612, -104.59556352651764 -5.029983642351098, -104.45964813421489 -5.548287939305123 C-104.3076168486844 -6.006181948427127, -104.1555855631539 -6.464075957549131, -104.06575922997033 -6.734618561215485 C-103.93394446128457 -7.060203588334492, -103.80212969259881 -7.3857886154534995, -103.59667114880834 -7.893275190886676 C-103.48474105878576 -8.125700417738837, -103.37281096876318 -8.358125644591, -103.0543114742735 -9.019496659696282 C-102.8382917616312 -9.40306153386057, -102.6222720489889 -9.786626408024855, -102.44090887860425 -10.108655082055243 C-102.27872975387923 -10.357805768825603, -102.1165506291542 -10.606956455595963, -101.75898396464063 -11.156274872382308 C-101.50478481511188 -11.496878574731928, -101.2505856655831 -11.83748227708155, -101.01133890812659 -12.158051136245302 C-100.83342268020557 -12.367041661281496, -100.65550645228454 -12.576032186317688, -100.20104594296866 -13.10986736009567 C-100.00287217150462 -13.31449804950152, -99.80469840004056 -13.519128738907371, -99.33143473676799 -14.007812326905677 C-99.08781261084278 -14.229063495782725, -98.84419048491758 -14.450314664659775, -98.4060787085019 -14.848196188198107 C-98.19825776238447 -15.013927862379115, -97.99043681626705 -15.17965953656012, -97.42878034457871 -15.627565626425149 C-97.20861489837269 -15.78114351088992, -96.98844945216665 -15.934721395354694, -96.40355557360571 -16.342718045390885 C-96.1013729199001 -16.52590294588961, -95.7991902661945 -16.709087846388336, -95.33461726407678 -16.99071473040609 C-95.02057777445758 -17.15454893098854, -94.70653828483836 -17.318383131570993, -94.2263579127924 -17.56889292409717 C-93.85024837691344 -17.73538545873781, -93.47413884103447 -17.90187799337845, -93.08333159514781 -18.07487676824742 C-92.83490680109485 -18.16629938887253, -92.5864820070419 -18.257722009497645, -91.91023525146062 -18.506587066708033 C-91.60589063796174 -18.596914950457023, -91.30154602446287 -18.687242834206014, -90.71188938623541 -18.862249829261067 C-90.28806026726222 -18.958986059923223, -89.86423114828904 -19.055722290585383, -89.49321825967677 -19.140403561325773 C-89.12075495406323 -19.200620540081296, -88.7482916484497 -19.260837518836816, -88.25922965284788 -19.3399052695533 C-88.00760108445144 -19.364179574918875, -87.755972516055 -19.388453880284448, -87.0149942896239 -19.45993515863156 C-86.69608588185363 -19.470161930551193, -86.37717747408337 -19.480388702470826, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-35.67856700468283 -19.5, 14.408490990634334 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-47.337713161644274 -19.5, -8.909801323288548 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.08213727912832 -19.489850067262132, 86.39864955825664 -19.479700134524265, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.25526687402979 -19.484298138129954, 86.74490874805957 -19.468596276259913, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.26483629573907 -19.435833200780603, 87.51467830185425 -19.411731242929644, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.49672062628952 -19.41346359829411, 87.97844696295512 -19.36699203795666, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.66996957411652 -19.273500024418247, 89.08070949538516 -19.207094779283192, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.55229347000513 -19.29252498433916, 88.84535728716237 -19.24514469912502, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.96466524782163 -19.032798862760817, 90.4361122359665 -18.925194164195858, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.84581901065145 -19.059924740850736, 90.19841976162616 -18.979445920375692, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.08632712161251 -18.751118674864923, 91.46076485698966 -18.63998752046877, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.18628613617601 -18.721451364038057, 91.66068288611662 -18.58065289881504, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.3587460664655 -18.341530940797714, 92.8072568814704 -18.176474814887385, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.3063528174493 -18.36081214075356, 92.702470383438 -18.21503721479908, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.42899689278538 -17.92186099478, 93.77466219042296 -17.76884522131258, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.36411700783582 -17.950581395253767, 93.64490242052385 -17.82628602226011, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.61563994757078 -17.365804735900323, 95.00492198234919 -17.16271654770347, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.45615515711525 -17.449007848926094, 94.68595240143812 -17.329122773755014, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.57690367785167 -16.843839282542746, 95.81919009162657 -16.696963834679394, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.69956438953885 -16.76948163828363, 96.06451151500092 -16.54824854616116, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.77894718441046 -16.080861108134417, 97.15433879521521 -15.819004170877943, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.7311184179113 -16.114224385170296, 97.0586812622169 -15.885730724949699, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.66257444858535 -15.441121050002257, 97.89636855259198 -15.25467647357936, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.65716338246695 -15.445436231237162, 97.88554642035518 -15.263306836049168, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.65837817431998 -14.619064488820172, 98.9106776401381 -14.38993278944222, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.72133385955476 -14.561889801206101, 99.03658901060766 -14.27558341421408, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.58613175604299 -13.744816743490079, 99.84082877531797 -13.48182116007447, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.58711687677365 -13.74379952545575, 99.84279901677931 -13.47978672400581, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.42825712724688 -12.842972174359835, 100.6554683115251 -12.576076988623988, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.48495905296161 -12.776366865984334, 100.76887216295457 -12.442866371872986, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.17664214658885 -11.936559856140686, 101.34194538505112 -11.715068576036067, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.21179181937282 -11.889462496811229, 101.41224473061907 -11.620873857377152, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.97017401042751 -10.83183024958588, 102.18136405621439 -10.507385626789448, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C101.94128114609829 -10.876217448015984, 102.12357832755593 -10.596160023649658, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.61827668580791 -9.79372057992709, 102.79564449301158 -9.478786077798938, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.5757267685155 -9.869272266726133, 102.71054465842673 -9.629889451397023, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.26260275919272 -8.586975349841994, 103.47089404411193 -8.154454039987701, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.25296172842077 -8.60699515652496, 103.45161198256802 -8.194493653353634, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.76961645151799 -7.466096949523904, 103.94256175422763 -7.038918708161124, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.70452820061685 -7.6268661876454145, 103.81238525242537 -7.360457184404145, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.197232703275 -6.338641407075089, 104.32870617657967 -5.94266425293467, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.14575894716236 -6.493672159257069, 104.22575866435439 -6.252725757298629, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.57726631209421 -5.099758851010519, 104.69488448997353 -4.6512297627159, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.562190649928 -5.157248884683597, 104.66473316564111 -4.766209830062055, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.86079137466474 -3.9074658134330456, 104.94486346178392 -3.475773414717958, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.82729344380746 -4.079470608595005, 104.87786760006935 -3.8197830050418773, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.0563469673157 -2.7967136944383597, 105.09702415804965 -2.4812294357258176, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.07324733212013 -2.6656378023698237, 105.13082488765848 -2.2190776515887447, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.20109654213957 -1.4740379310918217, 105.22667538176975 -1.0756268569838454, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.19671256099733 -1.5423219760678992, 105.2179074194853 -1.2121949469360007, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.14416311501994683, 105.25560621591342 0.33667953260738204, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.22995451114326326, 105.25560621591342 0.16509674036074917, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.23493468633566 0.946981521579166, 105.21426315675791 1.268957280511061, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23231803391364 0.9877379951759163, 105.20902985191387 1.3504702277045615, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.13711922772444 2.170259992995134, 105.09872075293953 2.468070980790483, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.11562612530889 2.33695625103703, 105.05573454810842 2.801463496874276, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.92716423907139 3.566655182614779, 104.83865870156099 4.02111241207867, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.9646209974427 3.374322644866743, 104.91357221830363 3.636447336582597, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.70996395333395 4.593725233441852, 104.64320861912235 4.848292254735574, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.66968146293608 4.747339827870734, 104.56264363832659 5.155521443593338, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.30668506504901 6.008988332277369, 104.15372199588313 6.469688725249611, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.34121520570037 5.904989050266268, 104.22278227718584 6.261690161227412, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.97016272542488 6.970743775675401, 103.87456622087946 7.206868990135307, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.92571783146148 7.080523523048573, 103.78567643295266 7.426428484881651, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.41478887043347 8.270957633589438, 103.23290659205858 8.648640076292196, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.46405857458683 8.168648038712199, 103.3314460003653 8.44402088653772, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.92650260789578 9.246434244001044, 102.79869374151805 9.473371828305803, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.89089053309837 9.30966708891745, 102.72746959192324 9.599837518138617, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.30199220941438 10.322068390279663, 102.1630755402245 10.53548169850409, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.196448979937 10.484211133082333, 101.95198908126974 10.85976718410943, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.53039231102012 11.462566863105742, 101.30180065739961 11.768858853829185, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.50520351758708 11.496317551559734, 101.25142307053352 11.836360230737167, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.83924998935413 12.360196572372315, 100.66716107058166 12.562342008499327, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.83899848682634 12.360492001552348, 100.6666580655261 12.562932866859395, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.98425632799562 13.333720436313737, 99.76746671302257 13.557573512531803, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.94456942827036 13.374700418635129, 99.68809291357206 13.639533477174588, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C99.02614319109973 14.285070031109928, 98.7208516454315 14.562327735314174, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.09641581673907 14.221250291816084, 98.86139689671013 14.434688256726485, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.18836222719543 15.021819288361135, 97.97064574588894 15.195442388524159, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.16532138273618 15.040193748674753, 97.92456405697048 15.232191309151393, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.08955067851672 15.864197556454439, 96.75032101245472 16.100829486483725, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.20361814656576 15.784629028644527, 96.97845594855282 15.941692430863903, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.06870295055916 16.545707673294142, 95.73385032751261 16.748697301197396, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.0292003118348 16.569654405032118, 95.65484505006391 16.796590764673343, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C95.06148855414655 17.133205803429412, 94.7883598442163 17.275696876452727, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C95.02042111072095 17.154630662359587, 94.70622495736512 17.318546594313084, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.82244965781591 17.747691127062577, 93.41854140283944 17.92648933002798, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.96928747855794 17.68269037960927, 93.7122170443235 17.796487835121365, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.68472468907379 18.221567794364503, 92.2861177829998 18.368258820481582, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.8052910338238 18.177198264993425, 92.52725047249982 18.27951976173943, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.50296977482567 18.627461322393174, 91.09570429819073 18.74833557807832, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.49722182077582 18.629167284983545, 91.08420839009102 18.751747503259057, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.35325501470294 18.94410578425537, 89.99462064317046 19.02596173924967, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.32968103627907 18.949486390996032, 89.94747268632271 19.036722952730997, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.06481138603475 19.20966506231129, 88.63640451239273 19.278926563296807, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.01212397948737 19.21818315360493, 88.53102969929796 19.29596274588409, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.97409664860318 19.367411707550175, 87.68896364435847 19.394918145547056, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.77572776563747 19.38654811511639, 87.29222587842705 19.433190960679486, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.67889356196794 19.470713254787107, 86.342792834312 19.48149135094265, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.70059165808755 19.47001743907733, 86.38618902655118 19.480099719523107, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C32.63750733395632 19.5, -20.490610332087357 19.5, -85.765625 19.5 M85.765625 19.5 C44.32592445985639 19.5, 2.8862239197127764 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.02564958803 19.491661517569035, -86.28567417606001 19.48332303513807, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.2110792613076 19.485715148863985, -86.65653352261519 19.471430297727974, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.42957816016141 19.41994075125086, -87.84416203069891 19.37994634387016, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.46359539985279 19.416659149049547, -87.91219651008167 19.373383139467535, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.52446153308496 19.297024636060517, -88.78969341332206 19.25414400256773, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.54224578206421 19.294149416604462, -88.82526191128056 19.248393563655622, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.91711578695337 19.043651716914763, -90.34101331423001 18.946899872503753, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.77145981195325 19.076896742714474, -90.04970136422976 19.01338992410318, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-91.05487865412424 18.76045241493907, -91.39786792201309 18.658655000617067, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-90.99484201141686 18.778270975355852, -91.27779463659833 18.694292121450626, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.26297082351817 18.376777115538967, -92.61570639557576 18.24696716436989, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.278388781782 18.371103164375835, -92.64654231210342 18.235619262043627, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.40424452406627 17.932818134159024, -93.72515745298473 17.790759500070624, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.47467416658274 17.901641020638092, -93.8660167380177 17.72840527302876, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.53962362882665 17.405462400698365, -94.85288934486091 17.242031877299556, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.66924847557738 17.337837201177187, -95.11213903836237 17.1067814782572, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.72936599193272 16.751415731778803, -96.12411471978868 16.512116733151508, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.76001362759874 16.732836954932573, -96.18540999112068 16.47495917945905, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.80967379018884 16.059427558076738, -97.215792006772 15.776137070762577, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.73354306074799 16.112533059288516, -97.0635305478903 15.882348073186131, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.6922513459371 15.41745451409965, -97.95572234729546 15.207343401774144, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.78871852385888 15.340524506806435, -98.14865670313905 15.053483387187715, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.59604780876548 14.675671277645677, -98.78601690902909 14.503146367093226, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.64804826769671 14.628445836701074, -98.89001782689157 14.408695485204023, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.64751489041168 13.681433617605338, -99.9635950440554 13.355054908304977, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.55048952376204 13.781620274601842, -99.7695443107561 13.555428222297989, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.41519951875284 12.858310384295898, -100.62935309453704 12.606753408496118, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.38874442473997 12.889386043060906, -100.5764429065113 12.668904726026135, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.229284148339 11.866024369580497, -101.44722938855143 11.57399760291569, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.18368877973298 11.92711800968904, -101.35603865133938 11.696184883132775, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-101.91314126568543 10.91944786094605, -102.06729856673023 10.682620849509787, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.95400276136212 10.856673630738731, -102.14902155808359 10.557072389095147, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.59731619336291 9.830938056743214, -102.75372350812157 9.553221031431178, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.65138408789416 9.734935035034987, -102.86185929718405 9.361214988014726, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.26127127003345 8.589740215570528, -103.46823106579339 8.159983771444764, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.23614295178828 8.641919706066496, -103.41797442930306 8.264342752436702, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.76625724101405 7.474394264414536, -103.93584333321976 7.0555133379423856, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.70686688606956 7.621089589361827, -103.81706262333078 7.348903987836968, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.22131313205821 6.266114992275331, -104.3768670341461 5.7976114233351534, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.20764148625639 6.307291811149501, -104.34952374254244 5.879965061083492, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.52322743578678 5.305832506967877, -104.58680673735869 5.063377074630622, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.5453471001079 5.221480640188296, -104.63104606600092 4.894673341071458, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.86668511322362 3.877202711575287, -104.95665093890167 3.4152472110024386, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.8363612032803 4.0329095801735475, -104.89600311901506 3.7266609481989588, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.06658056607942 2.7173439232796897, -105.11749135557706 2.3224898934084757, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.06932768398914 2.6960378192516403, -105.12298559139651 2.279877685352376, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.2050673903862 1.4121887644392357, -105.23461707826306 0.9519285236786624, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.19492687178597 1.5701355269172532, -105.21433604106258 1.2678220486346974, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3180585166064022, -105.25560621591342 0.011111270565526299, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.36477904534287, -105.25560621591342 0.10455232803846182, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.23098872809605 -1.008443006281224, -105.20637124027868 -1.3918802499151792, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.22501167838934 -1.101540380050931, -105.19441714086527 -1.5780749974545931, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.13142452788533 -2.214426960401674, -105.08733135326128 -2.556404915603566, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.13827868606944 -2.1612674630322553, -105.10103966962953 -2.4500859208647285, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.94136781363258 -3.4937228291695983, -104.86706585068337 -3.875247705188301, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.95958011311518 -3.4002065204972607, -104.9034904496486 -3.6882150878436257, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.70339596004456 -4.6187718384406224, -104.63007263254354 -4.898385464733119, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.68410611066126 -4.692332394412724, -104.59149293377696 -5.045506576677322, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.36653558243293 -5.828728109801937, -104.27342303065097 -6.109168280298751, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.32024056652081 -5.96816132162016, -104.18083299882673 -6.3880347039351975, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.88665632382994 -7.177006202101352, -103.70755341768957 -7.619393842987218, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.90465961958849 -7.1325377135077215, -103.74356000920663 -7.530456865799958, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.39961087371059 -8.302475068541607, -103.20255059861282 -8.711674946196537, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.43911510589119 -8.220443685163415, -103.28155906297404 -8.547612179440153, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.86829171027439 -9.349793587220384, -102.68227194627526 -9.680090514744489, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.82275096517355 -9.430655791647407, -102.5911904560736 -9.841814923598532, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.18917965990798 -10.49537876073264, -101.93745044121172 -10.882102439410039, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.25690940945891 -10.391327677438108, -102.07290994031356 -10.67400027282097, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.47436474109458 -11.537638702589359, -101.1897455175485 -11.91900253279641, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.56221959170958 -11.419921206506784, -101.36545521877854 -11.68356754063126, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.74222208368403 -12.47417107141664, -100.47310525924148 -12.79029100658798, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.77156759341204 -12.439700165883304, -100.53179627869751 -12.721349195521308, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.87415689733746 -13.447407137799646, -99.54726785170627 -13.784946915503623, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-99.95930867525234 -13.359480936011549, -99.71757140753603 -13.609094511927427, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.14593064498135 -14.176282234896995, -98.96042655319471 -14.344752142888312, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.0775015117334 -14.23842776317713, -98.82356828669882 -14.469043199448581, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.0315015357606 -15.146911515542094, -97.6569243630193 -15.44562684288608, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.18534940939325 -15.02422193038391, -97.96462011028461 -15.200247672569711, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.15568068845674 -15.818068124242263, -96.88258103233478 -16.008570622059377, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.19318593516324 -15.791906087715772, -96.95759152574777 -15.956246549006392, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-96.02562795795662 -16.57181998694656, -95.6477003423075 -16.800921928502238, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.07672334297929 -16.540845664276002, -95.74989111235286 -16.738973283161123, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-95.04215694718921 -17.143291090396566, -94.74969663030164 -17.295867450387043, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-95.1028929997684 -17.111605130669304, -94.87116873546 -17.232495530932518, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.94238791734166 -17.694598017412588, -93.65841792189093 -17.820303110728005, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.78531620173493 -17.764129006544792, -93.34427449067748 -17.959365088992413, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.74301433773404 -18.20011666483393, -92.40269708032025 -18.325356561420442, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.7671681737427 -18.19122782990713, -92.4510047523376 -18.307578891566838, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.49341171900622 -18.63029810318913, -91.07658818655182 -18.754009139670224, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.64201864215791 -18.586192348451366, -91.37380203285518 -18.665797630194703, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.36263691033085 -18.941964427800887, -90.01338443442629 -19.021679026340706, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.35916697392621 -18.942756418141794, -90.00644456161702 -19.02326300702252, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.21111696803351 -19.186011510430465, -88.92901567639025 -19.231619459535157, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.09269730181896 -19.205156683705805, -88.69217634396117 -19.26990980608584, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.91555190618301 -19.373059448441094, -87.57187415951815 -19.406213627328892, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.96637025774129 -19.368157063184277, -87.6735108626347 -19.396408856815256, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.69164073556739 -19.47030447774064, -86.36828718151088 -19.48067379684972, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.66924820124567 -19.471022562731914, -86.32350211286744 -19.48210996683227, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-B-1\" data-look=\"classic\" transform=\"translate(209.87890625, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>new identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-C-3\" data-look=\"classic\" transform=\"translate(209.87890625, 312.203125)\"><polygon points=\"63.203125,0 126.40625,-63.203125 63.203125,-126.40625 0,-63.203125\" class=\"label-container\" transform=\"translate(-62.703125, 63.203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-36.203125, -12)\"><rect></rect><foreignObject width=\"72.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Response</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-D-5\" data-look=\"classic\" transform=\"translate(209.87890625, 688.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.8828125\" y=\"-39\" width=\"213.765625\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.8828125, -24)\"><rect></rect><foreignObject width=\"153.765625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed as new user<br>POST /eligibility</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-E-7\" data-look=\"classic\" transform=\"translate(332.171875, 536.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>GET /identities/any-ref?email=email<br>Retrieve real identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-flowchart-F-11\" data-look=\"classic\" transform=\"translate(209.87890625, 796.90625)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-26.75477185278384 -19.5, 14.67014379443232 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.61498251630559 -19.48604093607743, 69.05027753261119 -19.47208187215486, 69.4290567896239 -19.45993515863156 C69.83552784093106 -19.42072338516492, 70.24199889223823 -19.381511611698276, 70.67329215284786 -19.3399052695533 C71.07917996686507 -19.274284475490006, 71.48506778088226 -19.208663681426714, 71.90728075967675 -19.140403561325776 C72.3476487544818 -19.039892440181248, 72.78801674928684 -18.93938131903672, 73.12595188623538 -18.862249829261074 C73.42915597942054 -18.772260445954483, 73.7323600726057 -18.682271062647892, 74.3242977514606 -18.50658706670804 C74.71740863687678 -18.3619186269977, 75.11051952229295 -18.217250187287355, 75.4973940951478 -18.074876768247425 C75.88057367357291 -17.90525453549696, 76.26375325199804 -17.735632302746495, 76.64042041279238 -17.568892924097174 C76.89550618167017 -17.43581484186386, 77.15059195054798 -17.302736759630548, 77.74867976407678 -16.990714730406097 C77.96842299451912 -16.857505092757396, 78.18816622496145 -16.724295455108695, 78.8176180736057 -16.342718045390892 C79.0991291574421 -16.146348099725024, 79.38064024127851 -15.949978154059153, 79.84284284457871 -15.627565626425154 C80.17627544466953 -15.36166200086686, 80.50970804476034 -15.095758375308566, 80.82014120850187 -14.848196188198123 C81.01588743952188 -14.670424640347209, 81.2116336705419 -14.492653092496296, 81.74549723676799 -14.007812326905688 C82.07613823877618 -13.666398346201111, 82.40677924078437 -13.324984365496533, 82.61510844296865 -13.10986736009568 C82.77792754212851 -12.918610781553305, 82.94074664128837 -12.72735420301093, 83.42540140812658 -12.158051136245305 C83.64665020600232 -11.861597903271955, 83.86789900387805 -11.565144670298602, 84.17304646464063 -11.156274872382312 C84.39835478673021 -10.810140785896916, 84.62366310881978 -10.46400669941152, 84.85497137860425 -10.108655082055241 C85.02222091973506 -9.81168658592497, 85.18947046086589 -9.514718089794702, 85.4683739742735 -9.019496659696287 C85.61977837594921 -8.705102180081447, 85.77118277762492 -8.390707700466605, 86.01073364880834 -7.893275190886684 C86.13476274078076 -7.586920935775448, 86.25879183275318 -7.280566680664213, 86.47982172997033 -6.734618561215508 C86.63007128430726 -6.282090842568158, 86.7803208386442 -5.829563123920806, 86.87371063421489 -5.548287939305138 C86.99777255591934 -5.07518606306907, 87.12183447762379 -4.602084186833003, 87.19078178754556 -4.339158212148133 C87.28092312478678 -3.8763014967928213, 87.371064462028 -3.4134447814375095, 87.42973227658177 -3.1121979531509023 C87.47107720897864 -2.7915348219611267, 87.51242214137552 -2.470871690771351, 87.58958020250937 -1.872449005199798 C87.61364013393346 -1.4976961524424457, 87.63770006535755 -1.1229432996850934, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.19955752439989527, 87.66966871591342 0.22589071384748516, 87.66966871591342 0.625005762647271 C87.64917149911807 0.9442664592904406, 87.62867428232272 1.26352715593361, 87.58958020250937 1.8724490051997846 C87.54491925204228 2.2188305177203556, 87.50025830157517 2.5652120302409265, 87.42973227658177 3.1121979531508885 C87.36359957180545 3.451775415025187, 87.29746686702914 3.7913528768994853, 87.19078178754556 4.339158212148129 C87.11656368420849 4.622184006501829, 87.04234558087143 4.9052098008555305, 86.87371063421489 5.548287939305125 C86.7759647601778 5.842682938214766, 86.6782188861407 6.137077937124407, 86.47982172997033 6.734618561215495 C86.36271874019029 7.023865210004488, 86.24561575041024 7.313111858793483, 86.01073364880834 7.893275190886679 C85.80354974984562 8.32349699010807, 85.59636585088288 8.753718789329461, 85.4683739742735 9.019496659696284 C85.33545712255793 9.255503989207991, 85.20254027084236 9.491511318719699, 84.85497137860425 10.108655082055236 C84.69278967674491 10.357809727995969, 84.53060797488557 10.606964373936703, 84.17304646464065 11.156274872382301 C84.00817813945415 11.3771834083188, 83.84330981426766 11.5980919442553, 83.42540140812659 12.158051136245302 C83.24196243136312 12.37352899632514, 83.05852345459965 12.589006856404978, 82.61510844296866 13.10986736009567 C82.2750798278332 13.460974822091522, 81.93505121269773 13.812082284087372, 81.74549723676799 14.007812326905684 C81.3880053622699 14.33247698860818, 81.0305134877718 14.657141650310676, 80.8201412085019 14.848196188198111 C80.56448093619603 15.052078451956458, 80.30882066389019 15.255960715714805, 79.84284284457871 15.627565626425152 C79.4437018093769 15.905989134044999, 79.0445607741751 16.184412641664846, 78.8176180736057 16.34271804539089 C78.40324176549885 16.593915398510752, 77.98886545739198 16.845112751630612, 77.74867976407678 16.990714730406093 C77.46923228323972 17.136502302164136, 77.18978480240266 17.282289873922178, 76.64042041279238 17.56889292409717 C76.26668908568928 17.73433269625979, 75.89295775858619 17.899772468422412, 75.4973940951478 18.07487676824742 C75.10668672701824 18.218660691378417, 74.71597935888869 18.36244461450941, 74.32429775146062 18.506587066708033 C73.85576546282513 18.64564499059888, 73.38723317418965 18.784702914489724, 73.12595188623541 18.86224982926107 C72.6763730801144 18.964863257982305, 72.22679427399338 19.067476686703543, 71.90728075967677 19.140403561325773 C71.48647844803668 19.208435615701077, 71.0656761363966 19.27646767007638, 70.67329215284788 19.3399052695533 C70.37378564252188 19.368798302395167, 70.07427913219588 19.397691335237038, 69.4290567896239 19.45993515863156 C69.08918311595819 19.470834245822044, 68.7493094422925 19.48173333301253, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C18.507441946039513 19.5, -31.164803607920973 19.5, -68.1796875 19.5 C-68.59219553925412 19.48677167007931, -69.00470357850824 19.47354334015862, -69.4290567896239 19.45993515863156 C-69.68048207349827 19.435680463879343, -69.93190735737265 19.411425769127124, -70.67329215284786 19.3399052695533 C-70.96122002273829 19.293355324463395, -71.24914789262873 19.246805379373487, -71.90728075967675 19.140403561325773 C-72.29932580636796 19.050921837751524, -72.69137085305917 18.96144011417727, -73.12595188623538 18.862249829261074 C-73.58062894556511 18.727304064700597, -74.03530600489485 18.592358300140123, -74.32429775146059 18.506587066708043 C-74.66914375913078 18.379680548163865, -75.01398976680096 18.252774029619687, -75.4973940951478 18.074876768247425 C-75.9384866558004 17.879618176192434, -76.379579216453 17.684359584137443, -76.64042041279238 17.568892924097174 C-76.90745376580871 17.429581794871577, -77.17448711882506 17.29027066564598, -77.74867976407678 16.990714730406097 C-78.08689598909893 16.78568606721851, -78.42511221412109 16.580657404030923, -78.81761807360569 16.3427180453909 C-79.20426109866325 16.073012608617535, -79.59090412372083 15.803307171844168, -79.84284284457871 15.627565626425156 C-80.17126527533443 15.365657477585394, -80.49968770609016 15.103749328745632, -80.82014120850187 14.848196188198125 C-81.1128684778078 14.582349027353612, -81.40559574711371 14.3165018665091, -81.74549723676797 14.007812326905697 C-82.08416451555146 13.658110556461052, -82.42283179433495 13.308408786016408, -82.61510844296865 13.109867360095677 C-82.78127525357849 12.914678369193979, -82.94744206418834 12.719489378292279, -83.42540140812658 12.158051136245307 C-83.7069091078325 11.780856464518394, -83.98841680753843 11.403661792791482, -84.17304646464063 11.156274872382316 C-84.3232329977848 10.925548026741906, -84.47341953092895 10.694821181101497, -84.85497137860425 10.108655082055249 C-85.00028851487127 9.850629791657468, -85.1456056511383 9.592604501259688, -85.4683739742735 9.019496659696289 C-85.61256187715176 8.720087394242688, -85.75674978003002 8.420678128789088, -86.01073364880834 7.893275190886686 C-86.1750776777765 7.487342261959678, -86.33942170674467 7.08140933303267, -86.47982172997033 6.73461856121551 C-86.58705369372919 6.411652971467044, -86.69428565748805 6.088687381718577, -86.87371063421489 5.5482879393051325 C-86.95317521694516 5.24525504518658, -87.03263979967544 4.942222151068028, -87.19078178754556 4.339158212148136 C-87.23989050551761 4.086995324492911, -87.28899922348964 3.8348324368376856, -87.42973227658177 3.112197953150904 C-87.48686183558787 2.669112375007077, -87.54399139459397 2.22602679686325, -87.58958020250937 1.872449005199809 C-87.607430266881 1.594419844299131, -87.62528033125261 1.316390683398453, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.17122672582991333, -87.66966871591342 -0.2825523109874515, -87.66966871591342 -0.6250057626472687 C-87.64934208225264 -0.9416094892772593, -87.62901544859186 -1.2582132159072499, -87.58958020250937 -1.8724490051997822 C-87.53921556590457 -2.2630671810841587, -87.48885092929977 -2.653685356968535, -87.42973227658177 -3.112197953150895 C-87.38050479625427 -3.3649706604010055, -87.33127731592676 -3.6177433676511153, -87.19078178754556 -4.339158212148126 C-87.08543278769108 -4.7408996071386165, -86.9800837878366 -5.142641002129106, -86.87371063421489 -5.548287939305123 C-86.74566990201038 -5.933926224184869, -86.61762916980587 -6.319564509064616, -86.47982172997033 -6.734618561215485 C-86.38061560086818 -6.979659618117799, -86.28140947176604 -7.224700675020112, -86.01073364880834 -7.893275190886676 C-85.84934858148418 -8.228394736272554, -85.68796351416003 -8.563514281658431, -85.4683739742735 -9.019496659696282 C-85.27638858724373 -9.360386154996165, -85.08440320021394 -9.701275650296049, -84.85497137860425 -10.108655082055243 C-84.59105665878373 -10.514098962724704, -84.32714193896321 -10.919542843394163, -84.17304646464063 -11.156274872382308 C-84.00648591934784 -11.37945082909682, -83.83992537405504 -11.602626785811331, -83.42540140812659 -12.158051136245302 C-83.10419174700591 -12.535362281545142, -82.78298208588524 -12.912673426844982, -82.61510844296866 -13.10986736009567 C-82.38590903009687 -13.346534571507547, -82.15670961722509 -13.583201782919424, -81.74549723676799 -14.007812326905677 C-81.48642657553607 -14.24309344680243, -81.22735591430417 -14.478374566699182, -80.8201412085019 -14.848196188198107 C-80.48970402438685 -15.111711049227083, -80.15926684027181 -15.37522591025606, -79.84284284457871 -15.627565626425149 C-79.51190871457888 -15.858410949605439, -79.18097458457905 -16.08925627278573, -78.81761807360571 -16.342718045390885 C-78.58360933934017 -16.48457551529062, -78.34960060507464 -16.626432985190352, -77.74867976407678 -16.99071473040609 C-77.49173294192018 -17.124763722942898, -77.23478611976358 -17.258812715479703, -76.6404204127924 -17.56889292409717 C-76.24253874271855 -17.745023336698466, -75.84465707264472 -17.921153749299766, -75.49739409514781 -18.07487676824742 C-75.20469009255748 -18.1825945469268, -74.91198608996716 -18.290312325606177, -74.32429775146062 -18.506587066708033 C-73.9776975888687 -18.609456175623937, -73.63109742627678 -18.712325284539837, -73.12595188623541 -18.862249829261067 C-72.82689974700254 -18.930506528543386, -72.52784760776967 -18.998763227825705, -71.90728075967677 -19.140403561325773 C-71.4219029394031 -19.218875683146408, -70.93652511912941 -19.297347804967043, -70.67329215284788 -19.3399052695533 C-70.34717166141857 -19.371365721144212, -70.02105116998925 -19.40282617273512, -69.4290567896239 -19.45993515863156 C-68.98461867119165 -19.47418742404336, -68.54018055275942 -19.488439689455166, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-38.09301926473999 -19.5, -8.006351029479987 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-16.255733872736634 -19.5, 35.66821975452673 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.60402708992902 -19.48639225527788, 69.02836667985804 -19.472784510555766, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.51095118879456 -19.489377018266012, 68.84221487758913 -19.478754036532028, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.87373464754275 -19.417037620481494, 70.3184125054616 -19.374140082331433, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.84629051594017 -19.4196851228508, 70.26352424225644 -19.37943508707004, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C70.92895289569911 -19.29857202332778, 71.18461363855037 -19.257238777102263, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C71.02577282915388 -19.282918927336613, 71.3782535054599 -19.225932585119928, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.27204939762439 -19.057147500052046, 72.63681803557202 -18.973891438778313, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.263340970302 -19.05913514176058, 72.61940118092723 -18.977866722195387, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.48579276332859 -18.75545094578312, 73.8456336404218 -18.648652062305164, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.56982393006841 -18.730510936583336, 74.01369597390143 -18.598772043905598, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.6208968101956 -18.397435871361917, 74.9174958689306 -18.288284676015795, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.62508331978718 -18.39589519713255, 74.92586888811374 -18.285203327557056, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.8266279330638 -17.92913471457681, 76.15586177097981 -17.783392660906195, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.77544510841048 -17.951791832766286, 76.05349612167318 -17.828706897285144, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C77.0289200167657 -17.366212929550166, 77.41741962073901 -17.16353293500316, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C76.96164705852114 -17.401309188775965, 77.28287370424991 -17.23372545345476, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.0934500150246 -16.78171297818664, 78.43822026597242 -16.572711225967183, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.06821296825586 -16.797011824247203, 78.38774617243493 -16.60330891808831, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.09062673213546 -16.15227902355488, 79.36363539066522 -15.961840001718869, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.1090702679936 -16.139413611348044, 79.40052246238149 -15.936109177305196, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.18478857528939 -15.354873005741444, 80.52673430600005 -15.082180385057734, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.0940906965526 -15.427202150462115, 80.34533854852648 -15.226838674499076, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.09683714721915 -14.596908257628456, 81.37353308593642 -14.34562032705879, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.00717351909724 -14.678338392319171, 81.1942058296926 -14.50848059644022, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C81.93085277434697 -13.81641751638274, 82.11620831192594 -13.625022705859793, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C82.03888986799743 -13.704860347178299, 82.33228249922685 -13.40190836745091, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.82360492008799 -12.864955534285672, 83.03210139720733 -12.620043708475663, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.85491035167256 -12.828182393016917, 83.09471226037647 -12.546497425938153, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.69100010199303 -11.802173083003042, 83.95659879585948 -11.44629502976078, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.6451875575127 -11.863557718998015, 83.86497370689884 -11.569064301750723, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.40328850762451 -10.802561265713711, 84.63353055060838 -10.44884765904511, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.33292399690512 -10.910660049695434, 84.49280152916963 -10.665045227008555, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.07892698384325 -9.710999226989268, 85.30288258908223 -9.313343371923292, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.02313550206091 -9.810062652393935, 85.19129962551757 -9.511470222732626, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.63369592473282 -8.676202092244456, 85.79901787519212 -8.332907524792622, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.66214686625182 -8.61712310342761, 85.85591975823013 -8.214749547158936, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.18104920392838 -7.4725924769129515, 86.35136475904841 -7.051909762939219, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.15873119656014 -7.5277183866017925, 86.30672874431195 -7.162161582316901, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.56700211959486 -6.4720451179751635, 86.6541825092194 -6.209471674734819, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.63122065079997 -6.278629133818798, 86.78261957162962 -5.822639706422089, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.98572090956154 -5.121144213847954, 87.09773118490818 -4.694000488390769, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.95541387503845 -5.2367180716363615, 87.03711711586199 -4.925148203967585, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.27395551902552 -3.9120786797729297, 87.35712925050547 -3.484999147397726, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.24215684678957 -4.07535814105277, 87.29353190603358 -3.8115580699574076, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.47643352450953 -2.7499922964277084, 87.52313477243729 -2.3877866397045144, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.4658930032506 -2.831742497850699, 87.50205372991941 -2.551287042550496, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.60819416014904 -1.5825215900457366, 87.62680811778871 -1.2925941748916752, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61013142198466 -1.552347173226303, 87.63068264145996 -1.232245341252808, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.20414968235629632, 87.66966871591342 0.21670639793468305, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.24085736057456575, 87.66966871591342 0.1432910414981442, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.63888688742891 1.104457587938104, 87.60810505894442 1.5839094132289366, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.64592194556667 0.9948808788457748, 87.62217517521994 1.3647559950442785, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53375792989098 2.3053955282733805, 87.47793565727261 2.7383420513469763, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.54928581835145 2.1849642917024106, 87.50899143419353 2.497479578205037, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.3401613263546 3.5721258517403767, 87.25059037612743 4.032053750329864, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.36216420534532 3.4591457184331365, 87.29459613410889 3.8060934837153844, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.09696185612033 4.6969342724880265, 87.0031419246951 5.054710332827924, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.06715075586351 4.810616917979863, 86.94351972418146 5.282075623811598, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.7560539509711 5.902651123188715, 86.6383972677273 6.257014307072304, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.79394965376889 5.788515304222053, 86.71418867332288 6.028742669138981, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.32203220090362 7.124361748663268, 86.16424267183692 7.514104936111041, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.37535097836817 6.99266333747738, 86.27088022676602 7.250708113739264, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.84450022855694 8.238462444864117, 85.67826680830554 8.583649698841556, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.88755060470653 8.14906741765899, 85.76436756060474 8.404859644431301, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.26090807566719 9.387873370872086, 85.05344217706086 9.756250082047888, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.29702614404295 9.323742083119921, 85.12567831381237 9.627987506543557, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.60265530425177 10.496280328613405, 84.35033922989928 10.883905575171573, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.70182359669029 10.343931201012706, 84.54867581477632 10.579207319970175, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C84.0040006700171 11.382780836789143, 83.83495487539356 11.609286801195985, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.92671066617663 11.486342400671171, 83.68037486771263 11.81640992896004, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.20791121421212 12.413527493559853, 82.99042102029765 12.669003850874406, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.1297314829543 12.50536185444802, 82.83406155778201 12.85267257265074, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.31911159757553 13.41550840475704, 82.0231147521824 13.721149449418409, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.38871885244346 13.343633199243987, 82.16232926191827 13.577399038392302, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.38947584346775 14.331141536491083, 81.03345445016753 14.65447074607648, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.55896478046994 14.177216168337235, 81.37243232417188 14.346620009768786, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.56930477842518 15.048231566146548, 80.31846834834847 15.248266944094985, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.50379030467045 15.10047761555259, 80.18743940083898 15.352759042907069, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.54628290825185 15.834433000134034, 79.249722971925 16.041300373842915, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.49834508532842 15.867872350210515, 79.15384732607812 16.108179073995878, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.48032757793551 16.547185526005126, 78.14303708226531 16.751653006619367, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.41513163967878 16.58670768691022, 78.01264520575184 16.830697328429554, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.30947830512451 17.21984585021953, 76.87027684617225 17.448976970032966, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.48314209247442 17.12924556359605, 77.21760442087206 17.267776396786005, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.27246513412555 17.73177581095744, 75.90450985545874 17.89465869781771, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.28086441372 17.728057699036757, 75.92130841464763 17.887222473976347, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.19372439769852 18.18663002400067, 74.89005470024922 18.298383279753917, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.18710716837353 18.18906522556126, 74.87682024159925 18.303253682875106, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C74.0722089939659 18.581405686691575, 73.82012023647117 18.65622430667512, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C73.95719006104868 18.615542702234706, 73.59008237063675 18.72449833776138, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.78840354150492 18.939293036237004, 72.45085519677443 19.016336243212933, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.82949508462288 18.929914159667707, 72.53303828301036 18.99757849007434, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.61143142654043 19.188234187161413, 71.31558209340409 19.23606481299705, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.66044349476938 19.18031029606442, 71.413606229862 19.220217030803067, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.41669531209591 19.36465885817779, 70.16009847134396 19.38941244680228, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.40150730305557 19.36612402714366, 70.12972245326326 19.39234278473402, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.14533313306302 19.46903362406287, 68.86160947650212 19.47813208949418, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.01992483782416 19.473055223998742, 68.61079288602444 19.486175289365924, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C25.991804908858967 19.5, -16.196077682282066 19.5, -68.1796875 19.5 M68.1796875 19.5 C15.235898487908187 19.5, -37.707890524183625 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.60814345234756 19.486260251547133, -69.03659940469511 19.472520503094266, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.56934209331315 19.4875045356091, -68.95899668662629 19.475009071218206, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.70505796438857 19.43330965724199, -69.98105913915325 19.406684155852417, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.9090123471268 19.413634423230263, -70.38896790462972 19.367333687828967, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.04377620577247 19.28000828102319, -71.41426025869708 19.220111292493076, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.08210756506087 19.27381116411757, -71.49092297727388 19.207717058681844, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.17274254802373 19.079813640435635, -72.4382043363707 19.0192237195455, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.37416256785622 19.033840835297337, -72.8410443760357 18.927278109268897, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.40508764306655 18.77940380184707, -73.68422339989772 18.696557774433067, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.41159097999959 18.77747364558206, -73.69723007376378 18.692697461903048, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.6770320457921 18.376777585753974, -75.02976634012362 18.246968104799905, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.78522030844836 18.336963305015132, -75.24614286543614 18.167339543322225, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.81188758258398 17.93565983047727, -76.12638107002014 17.796442892707116, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.85283267844135 17.91753465113432, -76.20827126173491 17.760192534021222, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.99741859200105 17.38264720267226, -77.35441677120973 17.196401481247342, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-77.03044204288892 17.365418889496585, -77.42046367298548 17.161944854895996, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-77.98195518833778 16.84930179734052, -78.21523061259879 16.707888864274942, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-78.16598618421337 16.73774112615457, -78.58329260434994 16.484767521903045, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.09501757364241 16.149216162596094, -79.37241707367915 15.955714279801287, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.20135446705646 16.075040149000383, -79.58509086050722 15.807362252609867, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.15904403435037 15.375403592049294, -80.47524522412205 15.123241557673433, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.09911278349557 15.423197169768441, -80.35538272241243 15.218828713111725, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.1529208276832 14.545974542923862, -81.48570044686456 14.2437528976496, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.16236467457857 14.537397891043996, -81.50458814065526 14.226599593889869, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-81.9897544331429 13.755596717759799, -82.23401162951785 13.5033811086139, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.99953651547159 13.745495914631539, -82.25357579417522 13.48317950235738, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.83725667581747 12.848919405198902, -83.05940490866631 12.587971450302128, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.82839022415043 12.85933444384242, -83.04167200533219 12.60880152758916, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.70863289785876 11.778546742923714, -83.99186438759094 11.399042349602121, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.66772760063644 11.833356114652378, -83.9100537931463 11.50866109305945, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.39107054227448 10.821331341474446, -84.60909461990832 10.486387810566576, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.37450764648007 10.846776397174933, -84.57596882831949 10.537277921967549, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-85.05344396898222 9.756246900310085, -85.25191655936018 9.403838718564922, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-85.07781105129808 9.712980678223621, -85.30065072399192 9.317306274391996, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.58703018382151 8.773104501733677, -85.70568639336952 8.526712343771065, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.60594973945591 8.733817639645213, -85.74352550463831 8.448138619594138, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.12843655912694 7.602546726768777, -86.24613946944555 7.311818262650868, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.16881151763384 7.50281979866003, -86.32688938645933 7.112364406433375, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.60808848215446 6.348299540168544, -86.73635523433859 5.961980519121578, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.59476393392717 6.388430956450677, -86.70970613788401 6.042243351685845, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.94801691212419 5.264925897092388, -87.0223231900335 4.981563854879642, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.96563996152442 5.1977215718514005, -87.05756928883395 4.847155204397669, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.2824898518775 3.8682566843098813, -87.37419791620944 3.397355156471627, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.24028904738049 4.084948896258833, -87.28979630721543 3.830739580369531, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.46243767300496 2.858541356903783, -87.49514306942812 2.6048847606566623, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.4888460704869 2.653723040961689, -87.54795986439203 2.195248128772474, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61984419150251 1.4010629479793162, -87.65010818049566 0.9296768907588232, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.61601921031941 1.4606401173754757, -87.64245821812945 1.0488312295511424, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.348553477769628, -87.66966871591342 0.0721011928919778, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.20016756833085558, -87.66966871591342 -0.22467062598556697, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.64190434264619 -1.0574582872830363, -87.61413996937897 -1.4899108119188038, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.65254991749852 -0.8916448660047518, -87.6354311190836 -1.1582839693622349, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.5444806984268 -2.2222318529597693, -87.49938119434422 -2.5720147007197567, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.54909502275919 -2.1864440646390975, -87.50860984300903 -2.5004391240784134, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.37365179468337 -3.4001593750851797, -87.31757131278496 -3.6881207970194643, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.34455894808454 -3.549544993594842, -87.2593856195873 -3.986892034038789, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.10541188867266 -4.6647106360986905, -87.02004198979978 -4.990263060049254, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.0980243941896 -4.692882354322998, -87.00526700083364 -5.046606496497868, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.72605447631956 -5.993004761071942, -86.57839831842423 -6.437721582838762, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.7742251794043 -5.847922278339971, -86.6747397245937 -6.1475566173748195, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.36256943350784 -7.024234000396759, -86.24531713704536 -7.313849439578032, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.30802317651893 -7.158964309739495, -86.13622462306755 -7.583310058263505, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.86028091006439 -8.205693522061413, -85.70982817132042 -8.518111853236148, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.81624214908196 -8.297140951519943, -85.62175064935559 -8.701006712153207, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.32115517925943 -9.280898537763271, -85.17393638424537 -9.542300415830258, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.32109290596345 -9.28100911030614, -85.1738118376534 -9.542521560915999, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.63546495748459 -10.445875890622297, -84.41595853636491 -10.783096699189352, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.64997362154689 -10.423586686500782, -84.44497586448954 -10.738518290946322, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-83.98847268386491 -11.403586923604431, -83.80389890308919 -11.650898974826555, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-83.99863405400423 -11.389971613337615, -83.82422164336782 -11.62366835429292, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.18231909070337 -12.443589458066308, -82.93923677328016 -12.729127779887314, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.26090174140442 -12.351281805073356, -83.09640207468226 -12.544512473901408, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.38305486002963 -13.349481736433692, -82.1510012770906 -13.589096112771712, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.4008297401324 -13.331127713382797, -82.18655103729613 -13.552388066669922, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.41123154228531 -14.311383586449223, -81.07696584780263 -14.614954845992768, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.38259974863153 -14.337386223889837, -81.01970226049507 -14.666960120873998, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.56399544065215 -15.052465621733123, -80.30784967280242 -15.25673505526814, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.46491338742116 -15.131480922500673, -80.10968556634042 -15.414765656803239, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.46428325609648 -15.891632407769892, -79.08572366761425 -16.155699189114635, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.5384148799129 -15.83992139610183, -79.23398691524709 -16.052277165778513, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.53292322007655 -16.515301738652926, -78.2482283665474 -16.68788543191497, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.57674884742042 -16.488734385809106, -78.33587962123511 -16.634750726227324, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.44259581944019 -17.150398528266884, -77.13651187480359 -17.310082326127677, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.4233621266457 -17.160432733477993, -77.09804448921463 -17.330150736549896, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.26345867055397 -17.73576270521334, -75.88649692831557 -17.902632486329505, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.37673721364357 -17.685617654476165, -76.11305401449475 -17.80234238485516, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.13177893611108 -18.20942652648242, -74.76616377707434 -18.343976284717417, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.25823125258987 -18.162890905105826, -75.01906841003192 -18.25090504196423, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-74.07481098484813 -18.580633429455858, -73.82532421823564 -18.654679792203684, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-74.03832263259127 -18.59146298087442, -73.75234751372194 -18.67633889504081, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.7280920053331 -18.953058750798665, -72.33023212443078 -19.043867672336262, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.84636439131921 -18.92606385049678, -72.56677689640301 -18.989877871732492, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.42143834890157 -19.21895079453574, -70.93559593812638 -19.297498027745707, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.45161293726554 -19.21407240109648, -70.99594511485432 -19.287741240867188, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.31542739552985 -19.37442805229643, -69.95756263821183 -19.40895083503956, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.38243999199803 -19.367963427709583, -70.09158783114819 -19.396021585865867, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.03759846502177 -19.472488465174145, -68.64614014041966 -19.485041771716727, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-68.97593928419829 -19.474465755090836, -68.52282177877268 -19.488996351550117, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-8a6e235a8a9a8942d897ebf4b8978aa32e634e994e948ce39385947a2905e090-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 470.171875px;\" viewBox=\"0 0 470.171875 824.40625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .error-icon{fill:#a44141;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .error-text{fill:#ddd;stroke:#ddd;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-thickness-normal{stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-thickness-thick{stroke-width:3.5px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-pattern-solid{stroke-dasharray:0;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .marker.cross{stroke:lightgrey;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 p{margin:0;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster-label text{fill:#F9FFFE;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster-label span{color:#F9FFFE;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster-label span p{background-color:transparent;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .label text,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 span{fill:#ccc;color:#ccc;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node rect,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node circle,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node ellipse,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node polygon,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .rough-node .label text,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node .label text,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .image-shape .label,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .icon-shape .label{text-anchor:middle;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .rough-node .label,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node .label,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .image-shape .label,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .icon-shape .label{text-align:center;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node.clickable{cursor:pointer;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .arrowheadPath{fill:lightgrey;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster text{fill:#F9FFFE;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .cluster span{color:#F9FFFE;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 rect.text{fill:none;stroke-width:0;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .icon-shape,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .icon-shape p,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .icon-shape .label rect,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 .node .neo-node{stroke:#ccc;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node rect,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].cluster rect,#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node polygon{stroke:url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node path{stroke:url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient);stroke-width:1px;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node circle{stroke:url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M210.379,47.5L210.296,51.583C210.212,55.667,210.046,63.833,209.962,71.417C209.879,79,209.879,86,209.879,89.5L209.879,93\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MjEwLjM3ODkwNjI1LCJ5Ijo0Ny41MDAwMDAwMDAwMDAwMX0seyJ4IjoyMDkuODc4OTA2MjUsInkiOjcyfSx7IngiOjIwOS44Nzg5MDYyNSwieSI6OTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path><path d=\"M209.879,199L209.879,203.167C209.879,207.333,209.879,215.667,209.879,223.333C209.879,231,209.879,238,209.879,241.5L209.879,245\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MjA5Ljg3ODkwNjI1LCJ5IjoxOTl9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5IjoyMjR9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path><path d=\"M176.918,342.445L162.029,356.105C147.14,369.765,117.363,397.086,102.475,429.413C87.586,461.74,87.586,499.073,87.586,532.406C87.586,565.74,87.586,595.073,94.957,613.597C102.328,632.121,117.07,639.836,124.441,643.694L131.813,647.552\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTc2LjkxNzU5OTAxOTE1MjYyLCJ5IjozNDIuNDQ0OTQyNzY5MTUyNn0seyJ4Ijo4Ny41ODU5Mzc1LCJ5Ijo0MjQuNDA2MjV9LHsieCI6ODcuNTg1OTM3NSwieSI6NTM2LjQwNjI1fSx7IngiOjg3LjU4NTkzNzUsInkiOjYyNC40MDYyNX0seyJ4IjoxMzUuMzU2NjI4NDE3OTY4NzUsInkiOjY0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path><path d=\"M242.84,342.445L257.729,356.105C272.617,369.765,302.395,397.086,317.283,418.246C332.172,439.406,332.172,454.406,332.172,461.906L332.172,469.406\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjQyLjg0MDIxMzQ4MDg0NzM4LCJ5IjozNDIuNDQ0OTQyNzY5MTUyNn0seyJ4IjozMzIuMTcxODc1LCJ5Ijo0MjQuNDA2MjV9LHsieCI6MzMyLjE3MTg3NSwieSI6NDczLjQwNjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path><path d=\"M332.172,599.406L332.172,603.573C332.172,607.74,332.172,616.073,324.801,624.097C317.43,632.121,302.687,639.836,295.316,643.694L287.945,647.552\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_E_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_D_0\" data-points=\"W3sieCI6MzMyLjE3MTg3NSwieSI6NTk5LjQwNjI1fSx7IngiOjMzMi4xNzE4NzUsInkiOjYyNC40MDYyNX0seyJ4IjoyODQuNDAxMTg0MDgyMDMxMjUsInkiOjY0OS40MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path><path d=\"M209.879,727.406L209.879,731.573C209.879,735.74,209.879,744.073,209.949,751.823C210.019,759.573,210.16,766.74,210.23,770.324L210.3,773.907\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6MjA5Ljg3ODkwNjI1LCJ5Ijo3MjcuNDA2MjV9LHsieCI6MjA5Ljg3ODkwNjI1LCJ5Ijo3NTIuNDA2MjV9LHsieCI6MjEwLjM3ODkwNjI1LCJ5Ijo3NzcuOTA2MjUwMDAwMDAwMX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(87.5859375, 536.40625)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-79.5859375, -12)\"><foreignObject width=\"159.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>201 — genuinely new</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(332.171875, 424.40625)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>422 code 81 — record exists</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-A-0\" data-look=\"classic\" transform=\"translate(209.87890625, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-85.765625 -19.5 C-48.89736532344382 -19.5, -12.029105646887643 -19.5, 85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 C86.24146345398208 -19.48474078694416, 86.71730190796416 -19.469481573888316, 87.0149942896239 -19.45993515863156 C87.31395231757205 -19.431095037225035, 87.61291034552019 -19.40225491581851, 88.25922965284786 -19.3399052695533 C88.6283227860281 -19.280233154140717, 88.99741591920832 -19.220561038728135, 89.49321825967675 -19.140403561325776 C89.91572008875352 -19.0439702759211, 90.33822191783028 -18.94753699051643, 90.71188938623538 -18.862249829261074 C91.10872001930251 -18.744472580373255, 91.50555065236962 -18.626695331485433, 91.9102352514606 -18.50658706670804 C92.28753794358863 -18.367736188257073, 92.66484063571667 -18.228885309806103, 93.0833315951478 -18.074876768247425 C93.441920381202 -17.916140149819633, 93.8005091672562 -17.757403531391837, 94.22635791279238 -17.568892924097174 C94.65469561175985 -17.34542942090924, 95.0830333107273 -17.121965917721305, 95.33461726407678 -16.990714730406097 C95.68259242828779 -16.779770140932335, 96.0305675924988 -16.568825551458577, 96.4035555736057 -16.342718045390892 C96.74984076128686 -16.10116448890869, 97.09612594896801 -15.859610932426488, 97.42878034457871 -15.627565626425154 C97.72988007021793 -15.387446607828089, 98.03097979585714 -15.147327589231024, 98.40607870850187 -14.848196188198123 C98.59981660415991 -14.67224855738531, 98.79355449981796 -14.496300926572495, 99.33143473676799 -14.007812326905688 C99.62086932351825 -13.708947353064532, 99.91030391026852 -13.410082379223375, 100.20104594296865 -13.10986736009568 C100.47776949650898 -12.784812128090934, 100.75449305004933 -12.459756896086189, 101.01133890812658 -12.158051136245305 C101.20605772389048 -11.897145662370713, 101.4007765396544 -11.636240188496119, 101.75898396464063 -11.156274872382312 C101.9929318062958 -10.796868163808345, 102.22687964795095 -10.437461455234377, 102.44090887860425 -10.108655082055241 C102.65379115820065 -9.730661037963506, 102.86667343779705 -9.35266699387177, 103.0543114742735 -9.019496659696287 C103.20159638767679 -8.71365638562207, 103.34888130108007 -8.407816111547852, 103.59667114880834 -7.893275190886684 C103.76302695242066 -7.482373139693611, 103.92938275603296 -7.071471088500539, 104.06575922997033 -6.734618561215508 C104.21725981399169 -6.27832294048318, 104.36876039801305 -5.822027319750853, 104.45964813421489 -5.548287939305138 C104.57265158095545 -5.1173568208797615, 104.685655027696 -4.686425702454386, 104.77671928754556 -4.339158212148133 C104.8704383772322 -3.8579304941438055, 104.96415746691886 -3.3767027761394783, 105.01566977658177 -3.1121979531509023 C105.07285452432585 -2.6686843420535373, 105.13003927206994 -2.2251707309561723, 105.17551770250937 -1.872449005199798 C105.20240859878564 -1.4536015897561172, 105.22929949506191 -1.0347541743124364, 105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.21019142266486185, 105.25560621591342 0.204622917317552, 105.25560621591342 0.625005762647271 C105.23016341990706 1.0212978475016317, 105.2047206239007 1.4175899323559924, 105.17551770250937 1.8724490051997846 C105.11362240168106 2.352496735814492, 105.05172710085276 2.8325444664291988, 105.01566977658177 3.1121979531508885 C104.9253043147035 3.576205501148752, 104.8349388528252 4.040213049146615, 104.77671928754556 4.339158212148129 C104.68669306503035 4.68246721621026, 104.59666684251515 5.025776220272392, 104.45964813421489 5.548287939305125 C104.37008509057699 5.818037556809356, 104.2805220469391 6.087787174313588, 104.06575922997033 6.734618561215495 C103.90000943380447 7.144023762299454, 103.73425963763863 7.5534289633834115, 103.59667114880834 7.893275190886679 C103.41598567893521 8.268472435127963, 103.23530020906207 8.643669679369246, 103.0543114742735 9.019496659696284 C102.89486818261342 9.302604369422795, 102.73542489095333 9.585712079149305, 102.44090887860425 10.108655082055236 C102.29501519915038 10.332786951634736, 102.14912151969652 10.556918821214238, 101.75898396464065 11.156274872382301 C101.56258907174939 11.41942613691378, 101.36619417885812 11.682577401445258, 101.01133890812659 12.158051136245302 C100.73727812488661 12.479978526739307, 100.46321734164665 12.801905917233311, 100.20104594296866 13.10986736009567 C99.86140003369297 13.460579646870572, 99.52175412441727 13.811291933645474, 99.33143473676799 14.007812326905684 C99.03678508012409 14.275405349066961, 98.7421354234802 14.54299837122824, 98.4060787085019 14.848196188198111 C98.1301704379673 15.068225691722017, 97.85426216743271 15.28825519524592, 97.42878034457871 15.627565626425152 C97.03175763762671 15.904511479958888, 96.63473493067471 16.181457333492624, 96.4035555736057 16.34271804539089 C96.01091444291056 16.58073940623369, 95.61827331221541 16.81876076707649, 95.33461726407678 16.990714730406093 C94.97840858518383 17.176548570021996, 94.62219990629089 17.3623824096379, 94.22635791279238 17.56889292409717 C93.94236639994651 17.694607542525123, 93.65837488710065 17.820322160953076, 93.0833315951478 18.07487676824742 C92.66716524344551 18.22802983267345, 92.25099889174321 18.381182897099478, 91.91023525146062 18.506587066708033 C91.65983782785295 18.580903707671894, 91.40944040424527 18.65522034863575, 90.71188938623541 18.86224982926107 C90.44497112757446 18.923172179996016, 90.17805286891351 18.984094530730957, 89.49321825967677 19.140403561325773 C89.20473703771735 19.18704296808688, 88.91625581575794 19.23368237484799, 88.25922965284788 19.3399052695533 C87.95681005105116 19.369079324825844, 87.65439044925446 19.39825338009839, 87.0149942896239 19.45993515863156 C86.55668504182907 19.474632244163505, 86.09837579403424 19.48932932969545, 85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 C24.54907760835598 19.5, -36.66746978328804 19.5, -85.765625 19.5 C-86.26224714055486 19.48407429456876, -86.75886928110974 19.468148589137524, -87.0149942896239 19.45993515863156 C-87.37130612090424 19.425562184795616, -87.72761795218459 19.391189210959674, -88.25922965284786 19.3399052695533 C-88.65367968030294 19.27613364812001, -89.04812970775802 19.212362026686723, -89.49321825967675 19.140403561325773 C-89.95989285970266 19.033888129206225, -90.42656745972859 18.927372697086675, -90.71188938623538 18.862249829261074 C-91.17288474877687 18.7254288254728, -91.63388011131836 18.588607821684523, -91.91023525146059 18.506587066708043 C-92.33429417474781 18.350529462980635, -92.75835309803502 18.194471859253223, -93.0833315951478 18.074876768247425 C-93.35532738761533 17.954472299390556, -93.62732318008287 17.834067830533687, -94.22635791279238 17.568892924097174 C-94.59991166258658 17.37401017210214, -94.97346541238078 17.1791274201071, -95.33461726407678 16.990714730406097 C-95.60626988873462 16.82603731293049, -95.87792251339246 16.66135989545489, -96.40355557360569 16.3427180453909 C-96.64377009006374 16.175154797428583, -96.88398460652179 16.007591549466266, -97.42878034457871 15.627565626425156 C-97.78842697147762 15.340757012071963, -98.14807359837651 15.053948397718768, -98.40607870850187 14.848196188198125 C-98.64196104351943 14.63397409263976, -98.877843378537 14.419751997081395, -99.33143473676797 14.007812326905697 C-99.66445964610459 13.663936766162099, -99.99748455544119 13.320061205418503, -100.20104594296865 13.109867360095677 C-100.49641871589978 12.762905693823864, -100.79179148883091 12.415944027552051, -101.01133890812658 12.158051136245307 C-101.28075194885722 11.797062205699188, -101.55016498958784 11.436073275153067, -101.75898396464063 11.156274872382316 C-102.0204328824712 10.754619125729961, -102.28188180030178 10.352963379077607, -102.44090887860425 10.108655082055249 C-102.66964248578189 9.70251540072203, -102.89837609295954 9.29637571938881, -103.0543114742735 9.019496659696289 C-103.25276457393778 8.607404552027306, -103.45121767360206 8.195312444358326, -103.59667114880834 7.893275190886686 C-103.77189063785181 7.460479665310957, -103.94711012689528 7.0276841397352285, -104.06575922997033 6.73461856121551 C-104.15578161299267 6.463485486671096, -104.24580399601503 6.192352412126681, -104.45964813421489 5.5482879393051325 C-104.57808606800727 5.0966327664295505, -104.69652400179966 4.644977593553969, -104.77671928754556 4.339158212148136 C-104.8563915242399 3.930058115455905, -104.93606376093423 3.5209580187636744, -105.01566977658177 3.112197953150904 C-105.05146619441533 2.834568005236068, -105.08726261224889 2.556938057321232, -105.17551770250937 1.872449005199809 C-105.20462640016959 1.4190575430241055, -105.2337350978298 0.9656660808484019, -105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3226089587142246, -105.25560621591342 0.02021215478117111, -105.25560621591342 -0.6250057626472687 C-105.22917375499877 -1.0367126772912991, -105.20274129408412 -1.4484195919353295, -105.17551770250937 -1.8724490051997822 C-105.11493918749521 -2.3422840050687403, -105.05436067248105 -2.8121190049376987, -105.01566977658177 -3.112197953150895 C-104.92067735461124 -3.599963963314054, -104.82568493264073 -4.087729973477213, -104.77671928754556 -4.339158212148126 C-104.68854962475717 -4.675387349333813, -104.6003799619688 -5.011616486519499, -104.45964813421489 -5.548287939305123 C-104.31762269427199 -5.976045935732314, -104.17559725432908 -6.403803932159506, -104.06575922997033 -6.734618561215485 C-103.95119715078593 -7.017589111708081, -103.83663507160152 -7.300559662200678, -103.59667114880834 -7.893275190886676 C-103.40749565882919 -8.286102143535429, -103.21832016885006 -8.67892909618418, -103.0543114742735 -9.019496659696282 C-102.85555474716435 -9.37240935497963, -102.65679802005519 -9.72532205026298, -102.44090887860425 -10.108655082055243 C-102.30321363439451 -10.320191953511644, -102.16551839018477 -10.531728824968045, -101.75898396464063 -11.156274872382308 C-101.46751840560856 -11.546812168426618, -101.17605284657648 -11.937349464470927, -101.01133890812659 -12.158051136245302 C-100.7293796639877 -12.489256508346328, -100.44742041984883 -12.820461880447354, -100.20104594296866 -13.10986736009567 C-99.89940105741577 -13.42134046993471, -99.59775617186287 -13.73281357977375, -99.33143473676799 -14.007812326905677 C-99.01866095456545 -14.291865200361235, -98.7058871723629 -14.575918073816794, -98.4060787085019 -14.848196188198107 C-98.19214129352528 -15.018805583528241, -97.97820387854868 -15.189414978858375, -97.42878034457871 -15.627565626425149 C-97.03974806802886 -15.898937701610512, -96.65071579147899 -16.170309776795875, -96.40355557360571 -16.342718045390885 C-96.09509548312121 -16.52970836495529, -95.7866353926367 -16.716698684519695, -95.33461726407678 -16.99071473040609 C-94.96180234634758 -17.185212034186065, -94.58898742861838 -17.37970933796604, -94.2263579127924 -17.56889292409717 C-93.95324875455998 -17.689790246951326, -93.68013959632758 -17.81068756980548, -93.08333159514781 -18.07487676824742 C-92.84142428352222 -18.16390089509232, -92.5995169718966 -18.252925021937212, -91.91023525146062 -18.506587066708033 C-91.48056829224943 -18.634109964834025, -91.05090133303823 -18.761632862960013, -90.71188938623541 -18.862249829261067 C-90.33893936380639 -18.947373238154153, -89.96598934137737 -19.03249664704724, -89.49321825967677 -19.140403561325773 C-89.16091760317936 -19.194127354438194, -88.82861694668195 -19.247851147550616, -88.25922965284788 -19.3399052695533 C-87.8230234556313 -19.381985556784077, -87.38681725841472 -19.424065844014855, -87.0149942896239 -19.45993515863156 C-86.57035277487235 -19.474193946567436, -86.12571126012081 -19.488452734503312, -85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-85.765625 -19.5 C-43.73212907691505 -19.5, -1.6986331538301016 -19.5, 85.765625 -19.5 M-85.765625 -19.5 C-23.92348862583058 -19.5, 37.91864774833884 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C85.765625 -19.5, 85.765625 -19.5, 85.765625 -19.5 M85.765625 -19.5 C86.03143800108225 -19.491475894428913, 86.29725100216449 -19.482951788857825, 87.0149942896239 -19.45993515863156 M85.765625 -19.5 C86.12233131563886 -19.488561122744187, 86.47903763127772 -19.47712224548837, 87.0149942896239 -19.45993515863156 M87.0149942896239 -19.45993515863156 C87.35096933062412 -19.42752405049537, 87.68694437162435 -19.395112942359184, 88.25922965284786 -19.3399052695533 M87.0149942896239 -19.45993515863156 C87.27240012400107 -19.435103527365, 87.52980595837825 -19.410271896098443, 88.25922965284786 -19.3399052695533 M88.25922965284786 -19.3399052695533 C88.62665676763132 -19.280502503074942, 88.99408388241476 -19.22109973659659, 89.49321825967675 -19.140403561325776 M88.25922965284786 -19.3399052695533 C88.54529115691378 -19.29365706401602, 88.83135266097968 -19.247408858478742, 89.49321825967675 -19.140403561325776 M89.49321825967675 -19.140403561325776 C89.85609682596932 -19.057578896573446, 90.21897539226187 -18.974754231821116, 90.71188938623538 -18.862249829261074 M89.49321825967675 -19.140403561325776 C89.91257319937803 -19.044688532885687, 90.3319281390793 -18.948973504445593, 90.71188938623538 -18.862249829261074 M90.71188938623538 -18.862249829261074 C91.04006199260145 -18.76484992230479, 91.36823459896752 -18.667450015348507, 91.9102352514606 -18.50658706670804 M90.71188938623538 -18.862249829261074 C91.01852263079314 -18.77124269182708, 91.3251558753509 -18.680235554393082, 91.9102352514606 -18.50658706670804 M91.9102352514606 -18.50658706670804 C92.36417991139264 -18.339531235634613, 92.81812457132467 -18.172475404561187, 93.0833315951478 -18.074876768247425 M91.9102352514606 -18.50658706670804 C92.14972258276389 -18.418453514991807, 92.38920991406717 -18.330319963275578, 93.0833315951478 -18.074876768247425 M93.0833315951478 -18.074876768247425 C93.3226460028441 -17.96893937896995, 93.5619604105404 -17.86300198969247, 94.22635791279238 -17.568892924097174 M93.0833315951478 -18.074876768247425 C93.37075193798266 -17.94764430849597, 93.65817228081752 -17.820411848744513, 94.22635791279238 -17.568892924097174 M94.22635791279238 -17.568892924097174 C94.50324985681296 -17.424438574259398, 94.78014180083353 -17.279984224421618, 95.33461726407678 -16.990714730406097 M94.22635791279238 -17.568892924097174 C94.53350380100429 -17.40865511095335, 94.8406496892162 -17.248417297809528, 95.33461726407678 -16.990714730406097 M95.33461726407678 -16.990714730406097 C95.66886567273485 -16.788091380815892, 96.00311408139294 -16.585468031225687, 96.4035555736057 -16.342718045390892 M95.33461726407678 -16.990714730406097 C95.73843641822849 -16.745917186054577, 96.14225557238018 -16.501119641703056, 96.4035555736057 -16.342718045390892 M96.4035555736057 -16.342718045390892 C96.80565639912034 -16.06222991617607, 97.20775722463497 -15.781741786961247, 97.42878034457871 -15.627565626425154 M96.4035555736057 -16.342718045390892 C96.70657299080011 -16.131346212568644, 97.00959040799452 -15.919974379746396, 97.42878034457871 -15.627565626425154 M97.42878034457871 -15.627565626425154 C97.65465358047378 -15.447437731538075, 97.88052681636886 -15.267309836650998, 98.40607870850187 -14.848196188198123 M97.42878034457871 -15.627565626425154 C97.69522123195033 -15.41508610903608, 97.96166211932193 -15.202606591647008, 98.40607870850187 -14.848196188198123 M98.40607870850187 -14.848196188198123 C98.71722076486445 -14.565625204977323, 99.02836282122702 -14.283054221756522, 99.33143473676799 -14.007812326905688 M98.40607870850187 -14.848196188198123 C98.61310874253398 -14.660176989004691, 98.8201387765661 -14.47215778981126, 99.33143473676799 -14.007812326905688 M99.33143473676799 -14.007812326905688 C99.62729551942088 -13.70231177819457, 99.92315630207378 -13.39681122948345, 100.20104594296865 -13.10986736009568 M99.33143473676799 -14.007812326905688 C99.67899099030126 -13.648931960233499, 100.02654724383451 -13.290051593561309, 100.20104594296865 -13.10986736009568 M100.20104594296865 -13.10986736009568 C100.4685731073026 -12.79561473014212, 100.73610027163656 -12.481362100188559, 101.01133890812658 -12.158051136245305 M100.20104594296865 -13.10986736009568 C100.52334420007739 -12.731277488005396, 100.84564245718613 -12.352687615915112, 101.01133890812658 -12.158051136245305 M101.01133890812658 -12.158051136245305 C101.28884733764703 -11.786215122225924, 101.56635576716748 -11.414379108206543, 101.75898396464063 -11.156274872382312 M101.01133890812658 -12.158051136245305 C101.18484293851562 -11.925571542066338, 101.35834696890464 -11.693091947887371, 101.75898396464063 -11.156274872382312 M101.75898396464063 -11.156274872382312 C101.95143838381097 -10.860613203289068, 102.14389280298131 -10.564951534195824, 102.44090887860425 -10.108655082055241 M101.75898396464063 -11.156274872382312 C102.00002478562553 -10.78597144282624, 102.24106560661042 -10.41566801327017, 102.44090887860425 -10.108655082055241 M102.44090887860425 -10.108655082055241 C102.58792124437738 -9.847619740008762, 102.7349336101505 -9.586584397962284, 103.0543114742735 -9.019496659696287 M102.44090887860425 -10.108655082055241 C102.58505886485013 -9.852702184706759, 102.729208851096 -9.596749287358277, 103.0543114742735 -9.019496659696287 M103.0543114742735 -9.019496659696287 C103.23740869363473 -8.639291366039783, 103.42050591299598 -8.259086072383282, 103.59667114880834 -7.893275190886684 M103.0543114742735 -9.019496659696287 C103.24314182131708 -8.62738640373811, 103.43197216836066 -8.235276147779933, 103.59667114880834 -7.893275190886684 M103.59667114880834 -7.893275190886684 C103.69748820741324 -7.644255106967356, 103.79830526601813 -7.395235023048028, 104.06575922997033 -6.734618561215508 M103.59667114880834 -7.893275190886684 C103.69685254159977 -7.645825213816399, 103.7970339343912 -7.398375236746112, 104.06575922997033 -6.734618561215508 M104.06575922997033 -6.734618561215508 C104.19765197163603 -6.337378637573012, 104.32954471330173 -5.940138713930516, 104.45964813421489 -5.548287939305138 M104.06575922997033 -6.734618561215508 C104.16782440338531 -6.427214520766575, 104.26988957680028 -6.119810480317642, 104.45964813421489 -5.548287939305138 M104.45964813421489 -5.548287939305138 C104.58005901334452 -5.089109070778697, 104.70046989247416 -4.6299302022522575, 104.77671928754556 -4.339158212148133 M104.45964813421489 -5.548287939305138 C104.5707302035735 -5.124683865567302, 104.68181227293213 -4.701079791829468, 104.77671928754556 -4.339158212148133 M104.77671928754556 -4.339158212148133 C104.84089661589164 -4.009621194974197, 104.9050739442377 -3.6800841778002606, 105.01566977658177 -3.1121979531509023 M104.77671928754556 -4.339158212148133 C104.82902050828042 -4.070602497541531, 104.88132172901528 -3.802046782934929, 105.01566977658177 -3.1121979531509023 M105.01566977658177 -3.1121979531509023 C105.04948003209924 -2.84997228794753, 105.08329028761672 -2.5877466227441577, 105.17551770250937 -1.872449005199798 M105.01566977658177 -3.1121979531509023 C105.05470932065444 -2.80941495855325, 105.0937488647271 -2.5066319639555976, 105.17551770250937 -1.872449005199798 M105.17551770250937 -1.872449005199798 C105.20116897746415 -1.4729096924425575, 105.22682025241893 -1.0733703796853171, 105.25560621591342 -0.6250057626472757 M105.17551770250937 -1.872449005199798 C105.20376107562404 -1.432535671298273, 105.23200444873872 -0.9926223373967484, 105.25560621591342 -0.6250057626472757 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.33083465720877275, 105.25560621591342 -0.03666355177026981, 105.25560621591342 0.625005762647271 M105.25560621591342 -0.6250057626472757 C105.25560621591342 -0.33205101557093597, 105.25560621591342 -0.03909626849459624, 105.25560621591342 0.625005762647271 M105.25560621591342 0.625005762647271 C105.23347683713432 0.9696886996447198, 105.21134745835522 1.3143716366421685, 105.17551770250937 1.8724490051997846 M105.25560621591342 0.625005762647271 C105.23712649954001 0.9128422617217407, 105.21864678316659 1.2006787607962104, 105.17551770250937 1.8724490051997846 M105.17551770250937 1.8724490051997846 C105.12319096350478 2.278284859835987, 105.0708642245002 2.684120714472189, 105.01566977658177 3.1121979531508885 M105.17551770250937 1.8724490051997846 C105.11726567650847 2.3242402156991133, 105.05901365050757 2.7760314261984425, 105.01566977658177 3.1121979531508885 M105.01566977658177 3.1121979531508885 C104.928914214902 3.557669426582141, 104.8421586532222 4.003140900013393, 104.77671928754556 4.339158212148129 M105.01566977658177 3.1121979531508885 C104.94320635243854 3.484282320976328, 104.87074292829529 3.8563666888017676, 104.77671928754556 4.339158212148129 M104.77671928754556 4.339158212148129 C104.6978145224785 4.640056278890338, 104.61890975741144 4.940954345632548, 104.45964813421489 5.548287939305125 M104.77671928754556 4.339158212148129 C104.67037913007718 4.744679320690861, 104.5640389726088 5.150200429233594, 104.45964813421489 5.548287939305125 M104.45964813421489 5.548287939305125 C104.3760851660213 5.7999662855532845, 104.29252219782772 6.051644631801443, 104.06575922997033 6.734618561215495 M104.45964813421489 5.548287939305125 C104.36800352884978 5.824306889079891, 104.27635892348468 6.100325838854657, 104.06575922997033 6.734618561215495 M104.06575922997033 6.734618561215495 C103.92963133510433 7.070857093388295, 103.79350344023834 7.407095625561095, 103.59667114880834 7.893275190886679 M104.06575922997033 6.734618561215495 C103.94809308907487 7.025256204147347, 103.83042694817941 7.315893847079199, 103.59667114880834 7.893275190886679 M103.59667114880834 7.893275190886679 C103.44199764176379 8.214458037747562, 103.28732413471926 8.535640884608446, 103.0543114742735 9.019496659696284 M103.59667114880834 7.893275190886679 C103.44326074237914 8.211835182293791, 103.28985033594992 8.530395173700905, 103.0543114742735 9.019496659696284 M103.0543114742735 9.019496659696284 C102.81771502430195 9.439597614609252, 102.58111857433039 9.85969856952222, 102.44090887860425 10.108655082055236 M103.0543114742735 9.019496659696284 C102.89108255826476 9.309326128789861, 102.72785364225602 9.599155597883438, 102.44090887860425 10.108655082055236 M102.44090887860425 10.108655082055236 C102.30047251181337 10.32440305389075, 102.16003614502249 10.540151025726264, 101.75898396464065 11.156274872382301 M102.44090887860425 10.108655082055236 C102.24323313116997 10.41233811348485, 102.0455573837357 10.716021144914462, 101.75898396464065 11.156274872382301 M101.75898396464065 11.156274872382301 C101.55512823732704 11.429422975343732, 101.35127251001342 11.702571078305162, 101.01133890812659 12.158051136245302 M101.75898396464065 11.156274872382301 C101.53055511044344 11.462348726709825, 101.30212625624625 11.768422581037349, 101.01133890812659 12.158051136245302 M101.01133890812659 12.158051136245302 C100.81635944833273 12.387085104364726, 100.62137998853888 12.61611907248415, 100.20104594296866 13.10986736009567 M101.01133890812659 12.158051136245302 C100.815757795608 12.38779183989022, 100.62017668308938 12.61753254353514, 100.20104594296866 13.10986736009567 M100.20104594296866 13.10986736009567 C99.85723440567556 13.464880999802972, 99.51342286838245 13.819894639510272, 99.33143473676799 14.007812326905684 M100.20104594296866 13.10986736009567 C99.96005799195639 13.358707204994579, 99.71907004094412 13.607547049893485, 99.33143473676799 14.007812326905684 M99.33143473676799 14.007812326905684 C98.97336179354404 14.333004699850765, 98.61528885032008 14.658197072795845, 98.4060787085019 14.848196188198111 M99.33143473676799 14.007812326905684 C99.10297035274753 14.21529763563671, 98.87450596872708 14.422782944367732, 98.4060787085019 14.848196188198111 M98.4060787085019 14.848196188198111 C98.19722567786798 15.014750922316106, 97.98837264723404 15.1813056564341, 97.42878034457871 15.627565626425152 M98.4060787085019 14.848196188198111 C98.15560272856519 15.047944116751875, 97.90512674862848 15.247692045305639, 97.42878034457871 15.627565626425152 M97.42878034457871 15.627565626425152 C97.09525979889781 15.860215121220419, 96.76173925321693 16.092864616015685, 96.4035555736057 16.34271804539089 M97.42878034457871 15.627565626425152 C97.07508047584548 15.874291343432912, 96.72138060711225 16.12101706044067, 96.4035555736057 16.34271804539089 M96.4035555736057 16.34271804539089 C96.1556430977485 16.49300404515095, 95.90773062189129 16.64329004491101, 95.33461726407678 16.990714730406093 M96.4035555736057 16.34271804539089 C96.07631302348716 16.54109440236343, 95.74907047336863 16.739470759335973, 95.33461726407678 16.990714730406093 M95.33461726407678 16.990714730406093 C94.96596384621846 17.183040982369, 94.59731042836013 17.375367234331904, 94.22635791279238 17.56889292409717 M95.33461726407678 16.990714730406093 C94.92830780802082 17.20268611337686, 94.52199835196487 17.414657496347626, 94.22635791279238 17.56889292409717 M94.22635791279238 17.56889292409717 C93.77695152253835 17.767831801895717, 93.32754513228433 17.966770679694264, 93.0833315951478 18.07487676824742 M94.22635791279238 17.56889292409717 C93.98523372179025 17.675631450758825, 93.74410953078811 17.78236997742048, 93.0833315951478 18.07487676824742 M93.0833315951478 18.07487676824742 C92.78300366178638 18.185400223925406, 92.48267572842497 18.29592367960339, 91.91023525146062 18.506587066708033 M93.0833315951478 18.07487676824742 C92.6663483978854 18.228330439390405, 92.249365200623 18.38178411053339, 91.91023525146062 18.506587066708033 M91.91023525146062 18.506587066708033 C91.60408804180204 18.597449951535204, 91.29794083214345 18.688312836362375, 90.71188938623541 18.86224982926107 M91.91023525146062 18.506587066708033 C91.49027534314757 18.631228963080805, 91.07031543483453 18.755870859453577, 90.71188938623541 18.86224982926107 M90.71188938623541 18.86224982926107 C90.45991138987777 18.91976216261961, 90.20793339352012 18.977274495978143, 89.49321825967677 19.140403561325773 M90.71188938623541 18.86224982926107 C90.32094767054812 18.951479724733584, 89.93000595486083 19.040709620206094, 89.49321825967677 19.140403561325773 M89.49321825967677 19.140403561325773 C89.09962499961681 19.204036667250946, 88.70603173955685 19.267669773176124, 88.25922965284788 19.3399052695533 M89.49321825967677 19.140403561325773 C89.19488869789393 19.188635171294518, 88.8965591361111 19.23686678126326, 88.25922965284788 19.3399052695533 M88.25922965284788 19.3399052695533 C87.8829603500833 19.376203516660954, 87.50669104731872 19.41250176376861, 87.0149942896239 19.45993515863156 M88.25922965284788 19.3399052695533 C87.81416396718299 19.382840220979592, 87.3690982815181 19.425775172405885, 87.0149942896239 19.45993515863156 M87.0149942896239 19.45993515863156 C86.54624512286303 19.474967032044677, 86.07749595610214 19.489998905457796, 85.765625 19.5 M87.0149942896239 19.45993515863156 C86.72510969665565 19.46923119330192, 86.4352251036874 19.478527227972283, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C85.765625 19.5, 85.765625 19.5, 85.765625 19.5 M85.765625 19.5 C44.23245643898808 19.5, 2.699287877976161 19.5, -85.765625 19.5 M85.765625 19.5 C49.03787365270173 19.5, 12.310122305403453 19.5, -85.765625 19.5 M-85.765625 19.5 C-86.14691609626651 19.487772736680828, -86.52820719253302 19.47554547336166, -87.0149942896239 19.45993515863156 M-85.765625 19.5 C-86.20691951288694 19.485848543899376, -86.64821402577388 19.471697087798756, -87.0149942896239 19.45993515863156 M-87.0149942896239 19.45993515863156 C-87.45147705515093 19.417828191188494, -87.88795982067795 19.37572122374543, -88.25922965284786 19.3399052695533 M-87.0149942896239 19.45993515863156 C-87.3002436170072 19.4324174990814, -87.5854929443905 19.40489983953124, -88.25922965284786 19.3399052695533 M-88.25922965284786 19.3399052695533 C-88.65538043422448 19.27585868341552, -89.05153121560109 19.21181209727774, -89.49321825967675 19.140403561325773 M-88.25922965284786 19.3399052695533 C-88.74855774163777 19.26079449895375, -89.23788583042767 19.1816837283542, -89.49321825967675 19.140403561325773 M-89.49321825967675 19.140403561325773 C-89.76184778234018 19.079090625749306, -90.0304773050036 19.01777769017284, -90.71188938623538 18.862249829261074 M-89.49321825967675 19.140403561325773 C-89.88722436078702 19.05047423987745, -90.28123046189728 18.96054491842913, -90.71188938623538 18.862249829261074 M-90.71188938623538 18.862249829261074 C-90.97387568985124 18.78449366954206, -91.2358619934671 18.706737509823043, -91.91023525146059 18.506587066708043 M-90.71188938623538 18.862249829261074 C-91.08534775043478 18.751409347089652, -91.45880611463417 18.64056886491823, -91.91023525146059 18.506587066708043 M-91.91023525146059 18.506587066708043 C-92.37845421708886 18.334278159188166, -92.84667318271713 18.161969251668292, -93.0833315951478 18.074876768247425 M-91.91023525146059 18.506587066708043 C-92.16300625407283 18.413565001157206, -92.41577725668506 18.32054293560637, -93.0833315951478 18.074876768247425 M-93.0833315951478 18.074876768247425 C-93.46969658936011 17.90384444641997, -93.85606158357243 17.732812124592517, -94.22635791279238 17.568892924097174 M-93.0833315951478 18.074876768247425 C-93.50719446392493 17.887245249685055, -93.93105733270207 17.699613731122685, -94.22635791279238 17.568892924097174 M-94.22635791279238 17.568892924097174 C-94.47743770077035 17.437904759533346, -94.72851748874832 17.30691659496952, -95.33461726407678 16.990714730406097 M-94.22635791279238 17.568892924097174 C-94.5997431231979 17.37409809899326, -94.9731283336034 17.17930327388935, -95.33461726407678 16.990714730406097 M-95.33461726407678 16.990714730406097 C-95.75999330267513 16.73284927602071, -96.18536934127346 16.474983821635316, -96.40355557360569 16.3427180453909 M-95.33461726407678 16.990714730406097 C-95.71410557683517 16.760666685091103, -96.09359388959354 16.530618639776108, -96.40355557360569 16.3427180453909 M-96.40355557360569 16.3427180453909 C-96.74054325597994 16.10765002612827, -97.07753093835422 15.87258200686564, -97.42878034457871 15.627565626425156 M-96.40355557360569 16.3427180453909 C-96.80051957217637 16.065813144282533, -97.19748357074704 15.788908243174165, -97.42878034457871 15.627565626425156 M-97.42878034457871 15.627565626425156 C-97.72796570222488 15.388973265359077, -98.02715105987103 15.150380904292998, -98.40607870850187 14.848196188198125 M-97.42878034457871 15.627565626425156 C-97.70524757247895 15.40709036927663, -97.98171480037918 15.186615112128106, -98.40607870850187 14.848196188198125 M-98.40607870850187 14.848196188198125 C-98.71552590679057 14.56716443023652, -99.0249731050793 14.286132672274915, -99.33143473676797 14.007812326905697 M-98.40607870850187 14.848196188198125 C-98.6049272570147 14.66760719768306, -98.80377580552752 14.487018207167994, -99.33143473676797 14.007812326905697 M-99.33143473676797 14.007812326905697 C-99.60044849964127 13.730033530298337, -99.86946226251456 13.452254733690976, -100.20104594296865 13.109867360095677 M-99.33143473676797 14.007812326905697 C-99.66641673854477 13.661915907537331, -100.00139874032156 13.316019488168964, -100.20104594296865 13.109867360095677 M-100.20104594296865 13.109867360095677 C-100.47924883688594 12.783074410707302, -100.75745173080325 12.456281461318927, -101.01133890812658 12.158051136245307 M-100.20104594296865 13.109867360095677 C-100.40194407927619 12.873880977761035, -100.60284221558375 12.637894595426392, -101.01133890812658 12.158051136245307 M-101.01133890812658 12.158051136245307 C-101.30023382287148 11.770958269355296, -101.58912873761639 11.383865402465286, -101.75898396464063 11.156274872382316 M-101.01133890812658 12.158051136245307 C-101.23380601432727 11.859965481106679, -101.45627312052798 11.561879825968049, -101.75898396464063 11.156274872382316 M-101.75898396464063 11.156274872382316 C-102.02378373767311 10.749471312309216, -102.28858351070559 10.342667752236117, -102.44090887860425 10.108655082055249 M-101.75898396464063 11.156274872382316 C-101.90426530952502 10.933083713136403, -102.0495466544094 10.70989255389049, -102.44090887860425 10.108655082055249 M-102.44090887860425 10.108655082055249 C-102.66969362565945 9.702424596690962, -102.89847837271465 9.296194111326674, -103.0543114742735 9.019496659696289 M-102.44090887860425 10.108655082055249 C-102.58712972344769 9.849025165569632, -102.73335056829112 9.589395249084017, -103.0543114742735 9.019496659696289 M-103.0543114742735 9.019496659696289 C-103.26515027217278 8.581685384630859, -103.47598907007205 8.14387410956543, -103.59667114880834 7.893275190886686 M-103.0543114742735 9.019496659696289 C-103.2131285354925 8.689709633934312, -103.37194559671148 8.359922608172333, -103.59667114880834 7.893275190886686 M-103.59667114880834 7.893275190886686 C-103.72613714788798 7.573491670105151, -103.85560314696764 7.253708149323616, -104.06575922997033 6.73461856121551 M-103.59667114880834 7.893275190886686 C-103.73810463711119 7.5439317403481665, -103.87953812541404 7.194588289809647, -104.06575922997033 6.73461856121551 M-104.06575922997033 6.73461856121551 C-104.1499536802587 6.481038291510827, -104.23414813054708 6.227458021806145, -104.45964813421489 5.5482879393051325 M-104.06575922997033 6.73461856121551 C-104.19760516873745 6.337519600446466, -104.3294511075046 5.940420639677422, -104.45964813421489 5.5482879393051325 M-104.45964813421489 5.5482879393051325 C-104.56348794921138 5.152301720263009, -104.66732776420787 4.756315501220886, -104.77671928754556 4.339158212148136 M-104.45964813421489 5.5482879393051325 C-104.5246414700267 5.300440181564793, -104.5896348058385 5.052592423824453, -104.77671928754556 4.339158212148136 M-104.77671928754556 4.339158212148136 C-104.82770466941233 4.077359052026574, -104.8786900512791 3.815559891905012, -105.01566977658177 3.112197953150904 M-104.77671928754556 4.339158212148136 C-104.84857087456031 3.9702154986656786, -104.92042246157506 3.6012727851832214, -105.01566977658177 3.112197953150904 M-105.01566977658177 3.112197953150904 C-105.0752147000764 2.650379285001714, -105.13475962357103 2.188560616852524, -105.17551770250937 1.872449005199809 M-105.01566977658177 3.112197953150904 C-105.05550324466222 2.803257440726962, -105.09533671274266 2.4943169283030198, -105.17551770250937 1.872449005199809 M-105.17551770250937 1.872449005199809 C-105.19264731139789 1.6056415199897214, -105.2097769202864 1.338834034779634, -105.25560621591342 0.6250057626472781 M-105.17551770250937 1.872449005199809 C-105.20633025632489 1.3925186080773098, -105.23714281014041 0.9125882109548102, -105.25560621591342 0.6250057626472781 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.2877093192782348, -105.25560621591342 -0.049587124090808565, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 0.6250057626472781 C-105.25560621591342 0.3064148109731217, -105.25560621591342 -0.012176140701034788, -105.25560621591342 -0.6250057626472687 M-105.25560621591342 -0.6250057626472687 C-105.23200098050881 -0.9926763578769274, -105.20839574510423 -1.3603469531065862, -105.17551770250937 -1.8724490051997822 M-105.25560621591342 -0.6250057626472687 C-105.23403434224544 -0.961005107528973, -105.21246246857747 -1.2970044524106772, -105.17551770250937 -1.8724490051997822 M-105.17551770250937 -1.8724490051997822 C-105.12149608772444 -2.29142998169719, -105.06747447293952 -2.7104109581945983, -105.01566977658177 -3.112197953150895 M-105.17551770250937 -1.8724490051997822 C-105.12310111520195 -2.2789817055301773, -105.07068452789453 -2.685514405860572, -105.01566977658177 -3.112197953150895 M-105.01566977658177 -3.112197953150895 C-104.92294232864434 -3.5883338003565965, -104.83021488070689 -4.064469647562298, -104.77671928754556 -4.339158212148126 M-105.01566977658177 -3.112197953150895 C-104.94128126893065 -3.4941672179227834, -104.86689276127952 -3.8761364826946716, -104.77671928754556 -4.339158212148126 M-104.77671928754556 -4.339158212148126 C-104.6629655689642 -4.772950442272376, -104.54921185038283 -5.206742672396625, -104.45964813421489 -5.548287939305123 M-104.77671928754556 -4.339158212148126 C-104.651855442781 -4.815318168568035, -104.52699159801645 -5.291478124987943, -104.45964813421489 -5.548287939305123 M-104.45964813421489 -5.548287939305123 C-104.36748669425666 -5.825863512527987, -104.27532525429841 -6.103439085750852, -104.06575922997033 -6.734618561215485 M-104.45964813421489 -5.548287939305123 C-104.31532225829532 -5.982974482369318, -104.17099638237576 -6.417661025433514, -104.06575922997033 -6.734618561215485 M-104.06575922997033 -6.734618561215485 C-103.91671372037722 -7.1027638515093505, -103.76766821078412 -7.470909141803215, -103.59667114880834 -7.893275190886676 M-104.06575922997033 -6.734618561215485 C-103.92927110969794 -7.071746857106574, -103.79278298942555 -7.4088751529976635, -103.59667114880834 -7.893275190886676 M-103.59667114880834 -7.893275190886676 C-103.42346254499454 -8.252946562776462, -103.25025394118073 -8.612617934666247, -103.0543114742735 -9.019496659696282 M-103.59667114880834 -7.893275190886676 C-103.47440486303307 -8.147163749378453, -103.3521385772578 -8.401052307870232, -103.0543114742735 -9.019496659696282 M-103.0543114742735 -9.019496659696282 C-102.8446171562719 -9.391830155160354, -102.63492283827028 -9.764163650624425, -102.44090887860425 -10.108655082055243 M-103.0543114742735 -9.019496659696282 C-102.90447757809173 -9.285541914694234, -102.75464368190997 -9.551587169692185, -102.44090887860425 -10.108655082055243 M-102.44090887860425 -10.108655082055243 C-102.25542896991807 -10.393602030126521, -102.06994906123188 -10.6785489781978, -101.75898396464063 -11.156274872382308 M-102.44090887860425 -10.108655082055243 C-102.26675832379718 -10.376197100210712, -102.09260776899012 -10.643739118366181, -101.75898396464063 -11.156274872382308 M-101.75898396464063 -11.156274872382308 C-101.52671500708661 -11.467494115367371, -101.29444604953258 -11.778713358352434, -101.01133890812659 -12.158051136245302 M-101.75898396464063 -11.156274872382308 C-101.56396625137556 -11.417580841678339, -101.36894853811049 -11.678886810974369, -101.01133890812659 -12.158051136245302 M-101.01133890812659 -12.158051136245302 C-100.7934776657335 -12.41396334821609, -100.57561642334042 -12.669875560186878, -100.20104594296866 -13.10986736009567 M-101.01133890812659 -12.158051136245302 C-100.81614218741849 -12.38734031139709, -100.6209454667104 -12.616629486548879, -100.20104594296866 -13.10986736009567 M-100.20104594296866 -13.10986736009567 C-99.93410646956853 -13.385504282519657, -99.66716699616839 -13.661141204943643, -99.33143473676799 -14.007812326905677 M-100.20104594296866 -13.10986736009567 C-100.00240109542075 -13.314984474234176, -99.80375624787284 -13.52010158837268, -99.33143473676799 -14.007812326905677 M-99.33143473676799 -14.007812326905677 C-99.06113301054091 -14.253293202873335, -98.79083128431385 -14.498774078840995, -98.4060787085019 -14.848196188198107 M-99.33143473676799 -14.007812326905677 C-99.03054723986793 -14.281070390543404, -98.72965974296785 -14.554328454181132, -98.4060787085019 -14.848196188198107 M-98.4060787085019 -14.848196188198107 C-98.19927780564608 -15.013114405022472, -97.99247690279026 -15.178032621846839, -97.42878034457871 -15.627565626425149 M-98.4060787085019 -14.848196188198107 C-98.16115758525474 -15.043514266362896, -97.91623646200759 -15.238832344527685, -97.42878034457871 -15.627565626425149 M-97.42878034457871 -15.627565626425149 C-97.12241425783586 -15.841273346162824, -96.816048171093 -16.0549810659005, -96.40355557360571 -16.342718045390885 M-97.42878034457871 -15.627565626425149 C-97.14043123890679 -15.82870548011028, -96.85208213323487 -16.02984533379541, -96.40355557360571 -16.342718045390885 M-96.40355557360571 -16.342718045390885 C-95.99346744225289 -16.591315880562323, -95.58337931090007 -16.839913715733765, -95.33461726407678 -16.99071473040609 M-96.40355557360571 -16.342718045390885 C-96.14362571890662 -16.50028905082685, -95.88369586420754 -16.657860056262816, -95.33461726407678 -16.99071473040609 M-95.33461726407678 -16.99071473040609 C-94.94122915628022 -17.195945054266456, -94.54784104848365 -17.40117537812682, -94.2263579127924 -17.56889292409717 M-95.33461726407678 -16.99071473040609 C-95.02355987490415 -17.152993171095684, -94.71250248573153 -17.31527161178528, -94.2263579127924 -17.56889292409717 M-94.2263579127924 -17.56889292409717 C-93.95218731441877 -17.69026011501534, -93.67801671604512 -17.811627305933516, -93.08333159514781 -18.07487676824742 M-94.2263579127924 -17.56889292409717 C-93.8042037789345 -17.755768036398614, -93.3820496450766 -17.942643148700057, -93.08333159514781 -18.07487676824742 M-93.08333159514781 -18.07487676824742 C-92.7550887579113 -18.19567316659398, -92.4268459206748 -18.316469564940544, -91.91023525146062 -18.506587066708033 M-93.08333159514781 -18.07487676824742 C-92.82734599464487 -18.169081835537455, -92.57136039414193 -18.26328690282749, -91.91023525146062 -18.506587066708033 M-91.91023525146062 -18.506587066708033 C-91.4784707426525 -18.634732506544125, -91.04670623384439 -18.762877946380218, -90.71188938623541 -18.862249829261067 M-91.91023525146062 -18.506587066708033 C-91.56380157562963 -18.6094067632272, -91.21736789979863 -18.712226459746365, -90.71188938623541 -18.862249829261067 M-90.71188938623541 -18.862249829261067 C-90.29056635892226 -18.9584140608556, -89.8692433316091 -19.05457829245013, -89.49321825967677 -19.140403561325773 M-90.71188938623541 -18.862249829261067 C-90.3103666355335 -18.953894776927964, -89.90884388483158 -19.04553972459486, -89.49321825967677 -19.140403561325773 M-89.49321825967677 -19.140403561325773 C-89.22384647819314 -19.183953501946682, -88.95447469670951 -19.22750344256759, -88.25922965284788 -19.3399052695533 M-89.49321825967677 -19.140403561325773 C-89.2252300639937 -19.183729814524312, -88.95724186831065 -19.227056067722856, -88.25922965284788 -19.3399052695533 M-88.25922965284788 -19.3399052695533 C-87.85784438552436 -19.378626423555588, -87.45645911820084 -19.417347577557877, -87.0149942896239 -19.45993515863156 M-88.25922965284788 -19.3399052695533 C-87.89886927137447 -19.374668802157274, -87.53850888990104 -19.409432334761245, -87.0149942896239 -19.45993515863156 M-87.0149942896239 -19.45993515863156 C-86.73326885409013 -19.468969545003834, -86.45154341855635 -19.478003931376108, -85.765625 -19.5 M-87.0149942896239 -19.45993515863156 C-86.57823540635663 -19.473941165918347, -86.14147652308937 -19.487947173205132, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5 M-85.765625 -19.5 C-85.765625 -19.5, -85.765625 -19.5, -85.765625 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-92.890625, -12)\"><rect></rect><foreignObject width=\"185.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>User initiates transaction</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-B-1\" data-look=\"classic\" transform=\"translate(209.87890625, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>POST /identities/basic<br>new identityReference + email</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-C-3\" data-look=\"classic\" transform=\"translate(209.87890625, 312.203125)\"><polygon points=\"63.203125,0 126.40625,-63.203125 63.203125,-126.40625 0,-63.203125\" class=\"label-container\" transform=\"translate(-62.703125, 63.203125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-36.203125, -12)\"><rect></rect><foreignObject width=\"72.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Response</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-D-5\" data-look=\"classic\" transform=\"translate(209.87890625, 688.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.8828125\" y=\"-39\" width=\"213.765625\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.8828125, -24)\"><rect></rect><foreignObject width=\"153.765625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed as new user<br>POST /eligibility</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-E-7\" data-look=\"classic\" transform=\"translate(332.171875, 536.40625)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>GET /identities/any-ref?email=email<br>Retrieve real identityReference</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-flowchart-F-11\" data-look=\"classic\" transform=\"translate(209.87890625, 796.90625)\"><g class=\"basic label-container outer-path\"><path d=\"M-68.1796875 -19.5 C-29.10925459553657 -19.5, 9.961178308926861 -19.5, 68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 C68.65967922322001 -19.484607599683546, 69.13967094644 -19.469215199367092, 69.4290567896239 -19.45993515863156 C69.8427835337367 -19.420023437206204, 70.2565102778495 -19.380111715780853, 70.67329215284786 -19.3399052695533 C70.95169830006216 -19.29489472274361, 71.23010444727645 -19.24988417593392, 71.90728075967675 -19.140403561325776 C72.3808017426078 -19.032325486984956, 72.85432272553885 -18.92424741264413, 73.12595188623538 -18.862249829261074 C73.47560731108781 -18.75847393454365, 73.82526273594024 -18.65469803982623, 74.3242977514606 -18.50658706670804 C74.78084831784035 -18.33857223797312, 75.23739888422008 -18.170557409238207, 75.4973940951478 -18.074876768247425 C75.81022389276437 -17.936396296608805, 76.12305369038093 -17.79791582497019, 76.64042041279238 -17.568892924097174 C76.98865713571827 -17.387218048803003, 77.33689385864416 -17.205543173508833, 77.74867976407678 -16.990714730406097 C78.09127914036202 -16.783028975164576, 78.43387851664725 -16.575343219923056, 78.8176180736057 -16.342718045390892 C79.18851234435701 -16.083998257868984, 79.55940661510833 -15.825278470347076, 79.84284284457871 -15.627565626425154 C80.07320522001227 -15.44385776221715, 80.30356759544584 -15.260149898009146, 80.82014120850187 -14.848196188198123 C81.05206830894069 -14.6375661320344, 81.2839954093795 -14.42693607587068, 81.74549723676799 -14.007812326905688 C81.98453785969853 -13.760983258129764, 82.2235784826291 -13.514154189353842, 82.61510844296865 -13.10986736009568 C82.87234043407453 -12.807708026427774, 83.12957242518041 -12.505548692759866, 83.42540140812658 -12.158051136245305 C83.69787816831764 -11.79295710073279, 83.97035492850871 -11.427863065220278, 84.17304646464063 -11.156274872382312 C84.30960373281422 -10.946486237706782, 84.44616100098781 -10.736697603031255, 84.85497137860425 -10.108655082055241 C85.01442307850311 -9.825532442649354, 85.17387477840198 -9.542409803243466, 85.4683739742735 -9.019496659696287 C85.60112822008195 -8.743829627789236, 85.73388246589039 -8.468162595882184, 86.01073364880834 -7.893275190886684 C86.15661513028061 -7.5329451112235954, 86.30249661175289 -7.172615031560507, 86.47982172997033 -6.734618561215508 C86.55944249327533 -6.494813507986687, 86.63906325658034 -6.255008454757866, 86.87371063421489 -5.548287939305138 C86.94677349345234 -5.269667591389227, 87.0198363526898 -4.991047243473315, 87.19078178754556 -4.339158212148133 C87.279892730161 -3.88159235542228, 87.36900367277643 -3.424026498696427, 87.42973227658177 -3.1121979531509023 C87.48833185328924 -2.6577112080030685, 87.5469314299967 -2.2032244628552347, 87.58958020250937 -1.872449005199798 C87.60885357792623 -1.5722506258935813, 87.62812695334308 -1.2720522465873647, 87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.3238151912716598, 87.66966871591342 -0.022624619896043918, 87.66966871591342 0.625005762647271 C87.63856690133684 1.1094416296102059, 87.60746508676027 1.5938774965731406, 87.58958020250937 1.8724490051997846 C87.55465070075078 2.1433553232290254, 87.51972119899222 2.4142616412582667, 87.42973227658177 3.1121979531508885 C87.36670556592529 3.43582679167194, 87.3036788552688 3.7594556301929916, 87.19078178754556 4.339158212148129 C87.12356827813633 4.595472454044767, 87.0563547687271 4.8517866959414055, 86.87371063421489 5.548287939305125 C86.77077890914136 5.858301895283358, 86.66784718406782 6.16831585126159, 86.47982172997033 6.734618561215495 C86.32715628453063 7.111705163037128, 86.17449083909094 7.488791764858763, 86.01073364880834 7.893275190886679 C85.88053216803051 8.163641351587229, 85.7503306872527 8.434007512287778, 85.4683739742735 9.019496659696284 C85.3001031277886 9.318278586901103, 85.1318322813037 9.617060514105923, 84.85497137860425 10.108655082055236 C84.70053774063867 10.34590662120869, 84.54610410267308 10.583158160362142, 84.17304646464065 11.156274872382301 C84.00840224534633 11.376883126839745, 83.84375802605201 11.597491381297187, 83.42540140812659 12.158051136245302 C83.20855533062645 12.41277087776832, 82.99170925312632 12.667490619291337, 82.61510844296866 13.10986736009567 C82.31746235467203 13.417211383460257, 82.0198162663754 13.724555406824843, 81.74549723676799 14.007812326905684 C81.45405817622573 14.272489570635182, 81.16261911568346 14.53716681436468, 80.8201412085019 14.848196188198111 C80.5595937961186 15.055975816115954, 80.29904638373532 15.263755444033798, 79.84284284457871 15.627565626425152 C79.43512163540667 15.911974291976891, 79.02740042623462 16.19638295752863, 78.8176180736057 16.34271804539089 C78.43021625596653 16.577563303869542, 78.04281443832734 16.812408562348196, 77.74867976407678 16.990714730406093 C77.46609704901682 17.13813795185001, 77.18351433395685 17.285561173293924, 76.64042041279238 17.56889292409717 C76.24131410970314 17.745565445406935, 75.84220780661391 17.922237966716704, 75.4973940951478 18.07487676824742 C75.2343023997829 18.171696944134677, 74.971210704418 18.268517120021933, 74.32429775146062 18.506587066708033 C73.99510417008047 18.604289993689292, 73.66591058870031 18.701992920670552, 73.12595188623541 18.86224982926107 C72.65921283323888 18.968779972350568, 72.19247378024235 19.075310115440065, 71.90728075967677 19.140403561325773 C71.46952924678295 19.211175831116762, 71.03177773388914 19.281948100907748, 70.67329215284788 19.3399052695533 C70.22809768044098 19.382852644881705, 69.78290320803407 19.42580002021011, 69.4290567896239 19.45993515863156 C69.1377972510998 19.469275285129726, 68.84653771257571 19.478615411627896, 68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 C31.42746737260304 19.5, -5.32475275479392 19.5, -68.1796875 19.5 C-68.5954627683152 19.486666896402596, -69.01123803663039 19.473333792805192, -69.4290567896239 19.45993515863156 C-69.85888620713537 19.418470031669735, -70.28871562464683 19.37700490470791, -70.67329215284786 19.3399052695533 C-70.97943799369534 19.290409984201535, -71.2855838345428 19.240914698849767, -71.90728075967675 19.140403561325773 C-72.37604183193389 19.03341190553495, -72.84480290419104 18.92642024974413, -73.12595188623538 18.862249829261074 C-73.58149331381415 18.727047524741444, -74.03703474139293 18.591845220221817, -74.32429775146059 18.506587066708043 C-74.58415604635026 18.410956812084898, -74.84401434123994 18.315326557461752, -75.4973940951478 18.074876768247425 C-75.90578837509219 17.894092735101925, -76.31418265503657 17.713308701956425, -76.64042041279238 17.568892924097174 C-76.93734083316706 17.413989730974315, -77.23426125354172 17.259086537851456, -77.74867976407678 16.990714730406097 C-78.09786507694031 16.779036541707555, -78.44705038980385 16.56735835300901, -78.81761807360569 16.3427180453909 C-79.02396046427928 16.19878252607512, -79.2303028549529 16.054847006759342, -79.84284284457871 15.627565626425156 C-80.23334946080882 15.31614699179913, -80.62385607703892 15.004728357173102, -80.82014120850187 14.848196188198125 C-81.13273479619501 14.56430696262832, -81.44532838388815 14.280417737058515, -81.74549723676797 14.007812326905697 C-82.08848022872114 13.653654228286722, -82.4314632206743 13.29949612966775, -82.61510844296865 13.109867360095677 C-82.92929459902575 12.740806423492263, -83.24348075508287 12.371745486888848, -83.42540140812658 12.158051136245307 C-83.5976671221749 11.927230773149963, -83.7699328362232 11.69641041005462, -84.17304646464063 11.156274872382316 C-84.39335571248706 10.817820706373789, -84.6136649603335 10.47936654036526, -84.85497137860425 10.108655082055249 C-85.03513946216789 9.78874840569123, -85.21530754573153 9.468841729327211, -85.4683739742735 9.019496659696289 C-85.592926522303 8.760860628715417, -85.71747907033252 8.502224597734543, -86.01073364880834 7.893275190886686 C-86.16879295228676 7.502865655426228, -86.32685225576519 7.112456119965769, -86.47982172997033 6.73461856121551 C-86.60438753699064 6.359446197336418, -86.72895334401096 5.984273833457325, -86.87371063421489 5.5482879393051325 C-86.97354076823335 5.167592371638984, -87.0733709022518 4.786896803972836, -87.19078178754556 4.339158212148136 C-87.27466355756914 3.9084430514954467, -87.35854532759271 3.477727890842757, -87.42973227658177 3.112197953150904 C-87.46450098287109 2.8425387330286083, -87.49926968916041 2.572879512906313, -87.58958020250937 1.872449005199809 C-87.60680810215145 1.6041105621641143, -87.62403600179353 1.3357721191284195, -87.66966871591342 0.6250057626472781 C-87.66966871591342 0.291108277290874, -87.66966871591342 -0.042789208065530104, -87.66966871591342 -0.6250057626472687 C-87.64682450663211 -0.98082276171749, -87.6239802973508 -1.3366397607877114, -87.58958020250937 -1.8724490051997822 C-87.53731863964363 -2.277779366573521, -87.4850570767779 -2.6831097279472598, -87.42973227658177 -3.112197953150895 C-87.3488893981469 -3.527309047765596, -87.26804651971202 -3.942420142380297, -87.19078178754556 -4.339158212148126 C-87.0694897587858 -4.801697286106849, -86.94819773002607 -5.264236360065573, -86.87371063421489 -5.548287939305123 C-86.78229610500385 -5.823613936361479, -86.69088157579282 -6.098939933417835, -86.47982172997033 -6.734618561215485 C-86.36174414899311 -7.026272469103941, -86.2436665680159 -7.317926376992398, -86.01073364880834 -7.893275190886676 C-85.84356131366975 -8.240412121716908, -85.67638897853118 -8.587549052547141, -85.4683739742735 -9.019496659696282 C-85.33100247291956 -9.263413670723109, -85.19363097156563 -9.507330681749934, -84.85497137860425 -10.108655082055243 C-84.69869190433919 -10.348742321441142, -84.54241243007412 -10.58882956082704, -84.17304646464063 -11.156274872382308 C-83.96687921138505 -11.432520209521645, -83.76071195812945 -11.708765546660983, -83.42540140812659 -12.158051136245302 C-83.13383361313271 -12.500543258922637, -82.84226581813884 -12.84303538159997, -82.61510844296866 -13.10986736009567 C-82.43539025676502 -13.295441142488427, -82.25567207056137 -13.481014924881181, -81.74549723676799 -14.007812326905677 C-81.42053858428784 -14.302931177153361, -81.09557993180769 -14.598050027401046, -80.8201412085019 -14.848196188198107 C-80.47088369013507 -15.126719764962752, -80.12162617176826 -15.405243341727399, -79.84284284457871 -15.627565626425149 C-79.5267532649446 -15.848056033880537, -79.21066368531051 -16.068546441335926, -78.81761807360571 -16.342718045390885 C-78.47010626464122 -16.55338174619123, -78.12259445567673 -16.764045446991574, -77.74867976407678 -16.99071473040609 C-77.35048819917745 -17.198451014760206, -76.95229663427811 -17.406187299114322, -76.6404204127924 -17.56889292409717 C-76.20972293430769 -17.75954992163559, -75.77902545582297 -17.95020691917401, -75.49739409514781 -18.07487676824742 C-75.09192871004302 -18.224091778046915, -74.68646332493823 -18.373306787846413, -74.32429775146062 -18.506587066708033 C-73.99779043760805 -18.60349272358761, -73.67128312375549 -18.70039838046719, -73.12595188623541 -18.862249829261067 C-72.73613283550831 -18.951223483782492, -72.3463137847812 -19.040197138303917, -71.90728075967677 -19.140403561325773 C-71.56376056065228 -19.19594124306512, -71.2202403616278 -19.25147892480447, -70.67329215284788 -19.3399052695533 C-70.17769184205795 -19.387715235488624, -69.68209153126804 -19.43552520142395, -69.4290567896239 -19.45993515863156 C-69.08298128749227 -19.47103312638982, -68.73690578536063 -19.48213109414808, -68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-68.1796875 -19.5 C-27.726655373245926 -19.5, 12.726376753508148 -19.5, 68.1796875 -19.5 M-68.1796875 -19.5 C-40.068853419177074 -19.5, -11.958019338354141 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.1796875 -19.5, 68.1796875 -19.5, 68.1796875 -19.5 M68.1796875 -19.5 C68.63788851712447 -19.485306385214994, 69.09608953424893 -19.470612770429987, 69.4290567896239 -19.45993515863156 M68.1796875 -19.5 C68.50890805831668 -19.489442537483725, 68.83812861663334 -19.478885074967454, 69.4290567896239 -19.45993515863156 M69.4290567896239 -19.45993515863156 C69.88429190006394 -19.416019175027728, 70.339527010504 -19.3721031914239, 70.67329215284786 -19.3399052695533 M69.4290567896239 -19.45993515863156 C69.70611416077621 -19.433207767246735, 69.98317153192852 -19.40648037586191, 70.67329215284786 -19.3399052695533 M70.67329215284786 -19.3399052695533 C71.0816689519957 -19.273882075676454, 71.49004575114351 -19.207858881799613, 71.90728075967675 -19.140403561325776 M70.67329215284786 -19.3399052695533 C70.96887670689895 -19.292117451146773, 71.26446126095004 -19.244329632740243, 71.90728075967675 -19.140403561325776 M71.90728075967675 -19.140403561325776 C72.38701435916573 -19.03090749779672, 72.8667479586547 -18.92141143426766, 73.12595188623538 -18.862249829261074 M71.90728075967675 -19.140403561325776 C72.18546377093048 -19.07691010432091, 72.46364678218421 -19.013416647316046, 73.12595188623538 -18.862249829261074 M73.12595188623538 -18.862249829261074 C73.59634450917481 -18.722639767913915, 74.06673713211426 -18.583029706566755, 74.3242977514606 -18.50658706670804 M73.12595188623538 -18.862249829261074 C73.3951159298439 -18.782363353988966, 73.66427997345241 -18.70247687871686, 74.3242977514606 -18.50658706670804 M74.3242977514606 -18.50658706670804 C74.76950024539664 -18.34274843353284, 75.21470273933268 -18.178909800357637, 75.4973940951478 -18.074876768247425 M74.3242977514606 -18.50658706670804 C74.74899832136909 -18.350293331092686, 75.17369889127755 -18.193999595477337, 75.4973940951478 -18.074876768247425 M75.4973940951478 -18.074876768247425 C75.82931185710858 -17.927946621017966, 76.16122961906936 -17.781016473788508, 76.64042041279238 -17.568892924097174 M75.4973940951478 -18.074876768247425 C75.72694977384769 -17.973259278814247, 75.95650545254759 -17.87164178938107, 76.64042041279238 -17.568892924097174 M76.64042041279238 -17.568892924097174 C77.03784325200887 -17.36155768343941, 77.43526609122536 -17.154222442781645, 77.74867976407678 -16.990714730406097 M76.64042041279238 -17.568892924097174 C77.03553027570283 -17.362764361696744, 77.43064013861326 -17.156635799296314, 77.74867976407678 -16.990714730406097 M77.74867976407678 -16.990714730406097 C78.16859904880137 -16.736157192286424, 78.58851833352595 -16.481599654166747, 78.8176180736057 -16.342718045390892 M77.74867976407678 -16.990714730406097 C78.01621807946007 -16.82853143139109, 78.28375639484337 -16.666348132376086, 78.8176180736057 -16.342718045390892 M78.8176180736057 -16.342718045390892 C79.1412064441056 -16.116996806044945, 79.46479481460553 -15.891275566699, 79.84284284457871 -15.627565626425154 M78.8176180736057 -16.342718045390892 C79.1590487250112 -16.104550803265095, 79.50047937641672 -15.866383561139294, 79.84284284457871 -15.627565626425154 M79.84284284457871 -15.627565626425154 C80.11686530410853 -15.409040006994015, 80.39088776363835 -15.190514387562876, 80.82014120850187 -14.848196188198123 M79.84284284457871 -15.627565626425154 C80.11324077631842 -15.411930471453898, 80.38363870805813 -15.19629531648264, 80.82014120850187 -14.848196188198123 M80.82014120850187 -14.848196188198123 C81.08728182165447 -14.605586151486238, 81.35442243480706 -14.36297611477435, 81.74549723676799 -14.007812326905688 M80.82014120850187 -14.848196188198123 C81.05008998919031 -14.639362789688219, 81.28003876987876 -14.430529391178313, 81.74549723676799 -14.007812326905688 M81.74549723676799 -14.007812326905688 C81.95839236775079 -13.787980625150627, 82.17128749873359 -13.568148923395567, 82.61510844296865 -13.10986736009568 M81.74549723676799 -14.007812326905688 C82.05199078674923 -13.69133257296163, 82.35848433673046 -13.374852819017569, 82.61510844296865 -13.10986736009568 M82.61510844296865 -13.10986736009568 C82.91591295960932 -12.756525258587677, 83.21671747624997 -12.403183157079672, 83.42540140812658 -12.158051136245305 M82.61510844296865 -13.10986736009568 C82.93830467208608 -12.730222678987937, 83.2615009012035 -12.350577997880196, 83.42540140812658 -12.158051136245305 M83.42540140812658 -12.158051136245305 C83.63247595899013 -11.880590102967822, 83.83955050985367 -11.603129069690342, 84.17304646464063 -11.156274872382312 M83.42540140812658 -12.158051136245305 C83.60974580161843 -11.911046443085954, 83.79409019511029 -11.664041749926604, 84.17304646464063 -11.156274872382312 M84.17304646464063 -11.156274872382312 C84.31282693566597 -10.941534532575357, 84.4526074066913 -10.726794192768402, 84.85497137860425 -10.108655082055241 M84.17304646464063 -11.156274872382312 C84.44519001176118 -10.738189303230472, 84.71733355888173 -10.320103734078634, 84.85497137860425 -10.108655082055241 M84.85497137860425 -10.108655082055241 C85.03634627957621 -9.786605579179241, 85.21772118054817 -9.464556076303241, 85.4683739742735 -9.019496659696287 M84.85497137860425 -10.108655082055241 C85.02112512721105 -9.813632276512381, 85.18727887581787 -9.51860947096952, 85.4683739742735 -9.019496659696287 M85.4683739742735 -9.019496659696287 C85.67582149847891 -8.588727437017788, 85.88326902268433 -8.157958214339288, 86.01073364880834 -7.893275190886684 M85.4683739742735 -9.019496659696287 C85.6609165768975 -8.619677825595819, 85.85345917952151 -8.21985899149535, 86.01073364880834 -7.893275190886684 M86.01073364880834 -7.893275190886684 C86.14143497172314 -7.570440396348958, 86.27213629463795 -7.247605601811231, 86.47982172997033 -6.734618561215508 M86.01073364880834 -7.893275190886684 C86.1614276273299 -7.521058150468575, 86.31212160585144 -7.148841110050467, 86.47982172997033 -6.734618561215508 M86.47982172997033 -6.734618561215508 C86.61897240805169 -6.3155188894841725, 86.75812308613305 -5.896419217752837, 86.87371063421489 -5.548287939305138 M86.47982172997033 -6.734618561215508 C86.57516713717101 -6.447453385954705, 86.67051254437168 -6.160288210693903, 86.87371063421489 -5.548287939305138 M86.87371063421489 -5.548287939305138 C86.96791790561987 -5.189034783748242, 87.06212517702485 -4.829781628191346, 87.19078178754556 -4.339158212148133 M86.87371063421489 -5.548287939305138 C86.98873572657905 -5.109647409930197, 87.10376081894321 -4.671006880555257, 87.19078178754556 -4.339158212148133 M87.19078178754556 -4.339158212148133 C87.2414167063749 -4.079158605653351, 87.29205162520424 -3.8191589991585695, 87.42973227658177 -3.1121979531509023 M87.19078178754556 -4.339158212148133 C87.27877389672311 -3.887337328660298, 87.36676600590064 -3.435516445172463, 87.42973227658177 -3.1121979531509023 M87.42973227658177 -3.1121979531509023 C87.48867329637646 -2.6550630428441737, 87.54761431617115 -2.197928132537445, 87.58958020250937 -1.872449005199798 M87.42973227658177 -3.1121979531509023 C87.49110185268532 -2.6362276396854, 87.55247142878885 -2.1602573262198974, 87.58958020250937 -1.872449005199798 M87.58958020250937 -1.872449005199798 C87.60701761128256 -1.600847288334272, 87.62445502005576 -1.329245571468746, 87.66966871591342 -0.6250057626472757 M87.58958020250937 -1.872449005199798 C87.61571789443641 -1.4653333554708659, 87.64185558636346 -1.0582177057419337, 87.66966871591342 -0.6250057626472757 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.19301062055317025, 87.66966871591342 0.2389845215409352, 87.66966871591342 0.625005762647271 M87.66966871591342 -0.6250057626472757 C87.66966871591342 -0.2006808805633844, 87.66966871591342 0.2236440015205069, 87.66966871591342 0.625005762647271 M87.66966871591342 0.625005762647271 C87.64449230226155 1.0171487273104507, 87.61931588860968 1.40929169197363, 87.58958020250937 1.8724490051997846 M87.66966871591342 0.625005762647271 C87.65081804429148 0.9186201891470585, 87.63196737266956 1.212234615646846, 87.58958020250937 1.8724490051997846 M87.58958020250937 1.8724490051997846 C87.53483092919389 2.29707355756776, 87.48008165587841 2.721698109935735, 87.42973227658177 3.1121979531508885 M87.58958020250937 1.8724490051997846 C87.53053054271169 2.3304265059162845, 87.47148088291402 2.788404006632784, 87.42973227658177 3.1121979531508885 M87.42973227658177 3.1121979531508885 C87.37027347697156 3.4175063225275717, 87.31081467736135 3.7228146919042544, 87.19078178754556 4.339158212148129 M87.42973227658177 3.1121979531508885 C87.35827458154833 3.479118114558451, 87.28681688651488 3.8460382759660137, 87.19078178754556 4.339158212148129 M87.19078178754556 4.339158212148129 C87.09318883856368 4.711322423667694, 86.9955958895818 5.083486635187259, 86.87371063421489 5.548287939305125 M87.19078178754556 4.339158212148129 C87.11771898428978 4.617778346581667, 87.044656181034 4.896398481015205, 86.87371063421489 5.548287939305125 M86.87371063421489 5.548287939305125 C86.78404658812872 5.818341760091024, 86.69438254204253 6.088395580876922, 86.47982172997033 6.734618561215495 M86.87371063421489 5.548287939305125 C86.76491771807046 5.875954868934901, 86.65612480192605 6.203621798564677, 86.47982172997033 6.734618561215495 M86.47982172997033 6.734618561215495 C86.33761163221894 7.085880252106631, 86.19540153446754 7.437141942997767, 86.01073364880834 7.893275190886679 M86.47982172997033 6.734618561215495 C86.31478151404968 7.142271085374997, 86.14974129812903 7.549923609534499, 86.01073364880834 7.893275190886679 M86.01073364880834 7.893275190886679 C85.83029846522432 8.267952710293367, 85.6498632816403 8.642630229700055, 85.4683739742735 9.019496659696284 M86.01073364880834 7.893275190886679 C85.86139337646176 8.203383461784304, 85.71205310411517 8.513491732681928, 85.4683739742735 9.019496659696284 M85.4683739742735 9.019496659696284 C85.2749456404792 9.362948253090762, 85.08151730668492 9.70639984648524, 84.85497137860425 10.108655082055236 M85.4683739742735 9.019496659696284 C85.30684635359695 9.306305306652732, 85.14531873292039 9.59311395360918, 84.85497137860425 10.108655082055236 M84.85497137860425 10.108655082055236 C84.62313195519668 10.464822694011339, 84.3912925317891 10.820990305967442, 84.17304646464065 11.156274872382301 M84.85497137860425 10.108655082055236 C84.71318417434513 10.326478302992617, 84.57139697008601 10.54430152393, 84.17304646464065 11.156274872382301 M84.17304646464065 11.156274872382301 C83.92541160505806 11.488083024223158, 83.67777674547547 11.819891176064017, 83.42540140812659 12.158051136245302 M84.17304646464065 11.156274872382301 C83.87805613131073 11.551535044872182, 83.5830657979808 11.946795217362062, 83.42540140812659 12.158051136245302 M83.42540140812659 12.158051136245302 C83.13072447196089 12.504195433058204, 82.83604753579519 12.850339729871106, 82.61510844296866 13.10986736009567 M83.42540140812659 12.158051136245302 C83.24534052960864 12.369560889906715, 83.0652796510907 12.581070643568127, 82.61510844296866 13.10986736009567 M82.61510844296866 13.10986736009567 C82.29285842928664 13.442616956440512, 81.97060841560463 13.775366552785353, 81.74549723676799 14.007812326905684 M82.61510844296866 13.10986736009567 C82.43790938440338 13.292839936377597, 82.26071032583809 13.475812512659523, 81.74549723676799 14.007812326905684 M81.74549723676799 14.007812326905684 C81.40214757149882 14.31963340836883, 81.05879790622963 14.631454489831974, 80.8201412085019 14.848196188198111 M81.74549723676799 14.007812326905684 C81.47329181201751 14.2550220915032, 81.20108638726703 14.502231856100714, 80.8201412085019 14.848196188198111 M80.8201412085019 14.848196188198111 C80.50054293061046 15.103067309949164, 80.18094465271903 15.35793843170022, 79.84284284457871 15.627565626425152 M80.8201412085019 14.848196188198111 C80.47452734698138 15.123814045589606, 80.12891348546087 15.399431902981101, 79.84284284457871 15.627565626425152 M79.84284284457871 15.627565626425152 C79.58325497098069 15.8086428896692, 79.32366709738267 15.989720152913247, 78.8176180736057 16.34271804539089 M79.84284284457871 15.627565626425152 C79.60649476260403 15.792431817067124, 79.37014668062935 15.957298007709095, 78.8176180736057 16.34271804539089 M78.8176180736057 16.34271804539089 C78.49460473695778 16.538530628303924, 78.17159140030986 16.734343211216963, 77.74867976407678 16.990714730406093 M78.8176180736057 16.34271804539089 C78.46700743847221 16.555260272825603, 78.11639680333873 16.76780250026032, 77.74867976407678 16.990714730406093 M77.74867976407678 16.990714730406093 C77.46982384300593 17.13619368581302, 77.19096792193506 17.28167264121995, 76.64042041279238 17.56889292409717 M77.74867976407678 16.990714730406093 C77.44137739495642 17.151034179539625, 77.13407502583605 17.31135362867316, 76.64042041279238 17.56889292409717 M76.64042041279238 17.56889292409717 C76.28238109075478 17.727386311104087, 75.92434176871718 17.885879698111, 75.4973940951478 18.07487676824742 M76.64042041279238 17.56889292409717 C76.39557496525235 17.677278740641, 76.15072951771232 17.785664557184827, 75.4973940951478 18.07487676824742 M75.4973940951478 18.07487676824742 C75.26152284985461 18.1616795668852, 75.02565160456145 18.248482365522978, 74.32429775146062 18.506587066708033 M75.4973940951478 18.07487676824742 C75.17480699403495 18.193591803419423, 74.85221989292211 18.312306838591425, 74.32429775146062 18.506587066708033 M74.32429775146062 18.506587066708033 C74.06686361755888 18.582992166350728, 73.80942948365714 18.65939726599342, 73.12595188623541 18.86224982926107 M74.32429775146062 18.506587066708033 C74.05719178569929 18.585862715278168, 73.79008581993797 18.665138363848307, 73.12595188623541 18.86224982926107 M73.12595188623541 18.86224982926107 C72.82096181171177 18.931861823524855, 72.51597173718814 19.001473817788643, 71.90728075967677 19.140403561325773 M73.12595188623541 18.86224982926107 C72.80031487417799 18.936574352283085, 72.47467786212054 19.010898875305102, 71.90728075967677 19.140403561325773 M71.90728075967677 19.140403561325773 C71.51552064261281 19.20374029890759, 71.12376052554886 19.267077036489408, 70.67329215284788 19.3399052695533 M71.90728075967677 19.140403561325773 C71.60699573028751 19.188951316132247, 71.30671070089824 19.23749907093872, 70.67329215284788 19.3399052695533 M70.67329215284788 19.3399052695533 C70.32919761129762 19.373099656142422, 69.98510306974735 19.406294042731542, 69.4290567896239 19.45993515863156 M70.67329215284788 19.3399052695533 C70.24950698903535 19.380787314630066, 69.82572182522283 19.421669359706833, 69.4290567896239 19.45993515863156 M69.4290567896239 19.45993515863156 C69.08832596671263 19.47086173293001, 68.74759514380136 19.48178830722846, 68.1796875 19.5 M69.4290567896239 19.45993515863156 C69.12175071479548 19.46978986631632, 68.81444463996706 19.479644574001078, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C68.1796875 19.5, 68.1796875 19.5, 68.1796875 19.5 M68.1796875 19.5 C24.30294988174827 19.5, -19.573787736503462 19.5, -68.1796875 19.5 M68.1796875 19.5 C30.780058283950183 19.5, -6.619570932099634 19.5, -68.1796875 19.5 M-68.1796875 19.5 C-68.51833309196748 19.48914029499926, -68.85697868393497 19.478280589998523, -69.4290567896239 19.45993515863156 M-68.1796875 19.5 C-68.43898416380448 19.491684860682128, -68.69828082760895 19.48336972136426, -69.4290567896239 19.45993515863156 M-69.4290567896239 19.45993515863156 C-69.9005798935516 19.414447891885153, -70.3721029974793 19.368960625138747, -70.67329215284786 19.3399052695533 M-69.4290567896239 19.45993515863156 C-69.81693860510639 19.4225166663881, -70.20482042058887 19.385098174144634, -70.67329215284786 19.3399052695533 M-70.67329215284786 19.3399052695533 C-71.14867651605049 19.263048812371498, -71.6240608792531 19.186192355189693, -71.90728075967675 19.140403561325773 M-70.67329215284786 19.3399052695533 C-71.00933003514403 19.285577270756352, -71.34536791744021 19.231249271959403, -71.90728075967675 19.140403561325773 M-71.90728075967675 19.140403561325773 C-72.30332209843655 19.05000971016511, -72.69936343719634 18.95961585900445, -73.12595188623538 18.862249829261074 M-71.90728075967675 19.140403561325773 C-72.38725571905124 19.03085240897787, -72.86723067842571 18.92130125662997, -73.12595188623538 18.862249829261074 M-73.12595188623538 18.862249829261074 C-73.47615133700377 18.758312470507445, -73.82635078777216 18.65437511175382, -74.32429775146059 18.506587066708043 M-73.12595188623538 18.862249829261074 C-73.42345517792927 18.773952413912973, -73.72095846962317 18.685654998564875, -74.32429775146059 18.506587066708043 M-74.32429775146059 18.506587066708043 C-74.77144073483917 18.342034315480298, -75.21858371821776 18.177481564252552, -75.4973940951478 18.074876768247425 M-74.32429775146059 18.506587066708043 C-74.65549102945 18.38470487889084, -74.98668430743942 18.262822691073634, -75.4973940951478 18.074876768247425 M-75.4973940951478 18.074876768247425 C-75.93441154123302 17.881422108527435, -76.37142898731824 17.687967448807445, -76.64042041279238 17.568892924097174 M-75.4973940951478 18.074876768247425 C-75.8059559623487 17.938285582800162, -76.11451782954961 17.801694397352897, -76.64042041279238 17.568892924097174 M-76.64042041279238 17.568892924097174 C-76.9212765765295 17.42237044337248, -77.20213274026662 17.275847962647784, -77.74867976407678 16.990714730406097 M-76.64042041279238 17.568892924097174 C-77.04107004460981 17.35987426780636, -77.44171967642723 17.15085561151555, -77.74867976407678 16.990714730406097 M-77.74867976407678 16.990714730406097 C-77.99297630782193 16.842620729941945, -78.23727285156707 16.694526729477793, -78.81761807360569 16.3427180453909 M-77.74867976407678 16.990714730406097 C-78.11199037333107 16.77047370402602, -78.47530098258537 16.55023267764594, -78.81761807360569 16.3427180453909 M-78.81761807360569 16.3427180453909 C-79.04556168462729 16.183714449862116, -79.27350529564889 16.024710854333335, -79.84284284457871 15.627565626425156 M-78.81761807360569 16.3427180453909 C-79.06553169465349 16.169784235355635, -79.3134453157013 15.996850425320373, -79.84284284457871 15.627565626425156 M-79.84284284457871 15.627565626425156 C-80.17279735321688 15.36443568624445, -80.50275186185503 15.101305746063744, -80.82014120850187 14.848196188198125 M-79.84284284457871 15.627565626425156 C-80.13044099093898 15.398213758010938, -80.41803913729925 15.168861889596718, -80.82014120850187 14.848196188198125 M-80.82014120850187 14.848196188198125 C-81.18076615020374 14.520686157757579, -81.54139109190561 14.193176127317031, -81.74549723676797 14.007812326905697 M-80.82014120850187 14.848196188198125 C-81.15837456504 14.541021602954396, -81.49660792157816 14.233847017710666, -81.74549723676797 14.007812326905697 M-81.74549723676797 14.007812326905697 C-82.01165086081181 13.732986858461517, -82.27780448485565 13.458161390017338, -82.61510844296865 13.109867360095677 M-81.74549723676797 14.007812326905697 C-81.92023562966048 13.82738058995532, -82.09497402255299 13.646948853004941, -82.61510844296865 13.109867360095677 M-82.61510844296865 13.109867360095677 C-82.87954613845235 12.799243796049378, -83.14398383393606 12.488620232003079, -83.42540140812658 12.158051136245307 M-82.61510844296865 13.109867360095677 C-82.82728314613452 12.860634880674423, -83.03945784930039 12.611402401253168, -83.42540140812658 12.158051136245307 M-83.42540140812658 12.158051136245307 C-83.66240501497191 11.84048789454532, -83.89940862181724 11.522924652845331, -84.17304646464063 11.156274872382316 M-83.42540140812658 12.158051136245307 C-83.72322511605014 11.758994499925683, -84.02104882397371 11.359937863606058, -84.17304646464063 11.156274872382316 M-84.17304646464063 11.156274872382316 C-84.37299023258065 10.849107552407117, -84.57293400052066 10.54194023243192, -84.85497137860425 10.108655082055249 M-84.17304646464063 11.156274872382316 C-84.34243964928336 10.896041452332026, -84.51183283392609 10.635808032281735, -84.85497137860425 10.108655082055249 M-84.85497137860425 10.108655082055249 C-84.99029494176838 9.868374392660659, -85.12561850493252 9.628093703266067, -85.4683739742735 9.019496659696289 M-84.85497137860425 10.108655082055249 C-84.99797107288916 9.854744644563155, -85.14097076717407 9.600834207071063, -85.4683739742735 9.019496659696289 M-85.4683739742735 9.019496659696289 C-85.65722181865243 8.627350070146871, -85.84606966303137 8.235203480597455, -86.01073364880834 7.893275190886686 M-85.4683739742735 9.019496659696289 C-85.66275746359828 8.615855184972991, -85.85714095292306 8.212213710249696, -86.01073364880834 7.893275190886686 M-86.01073364880834 7.893275190886686 C-86.16983623626766 7.5002887238229095, -86.32893882372697 7.107302256759132, -86.47982172997033 6.73461856121551 M-86.01073364880834 7.893275190886686 C-86.16616550415142 7.50935550311879, -86.3215973594945 7.125435815350896, -86.47982172997033 6.73461856121551 M-86.47982172997033 6.73461856121551 C-86.631032719995 6.279195151460674, -86.78224371001967 5.823771741705837, -86.87371063421489 5.5482879393051325 M-86.47982172997033 6.73461856121551 C-86.61684317984007 6.321931785611123, -86.75386462970981 5.909245010006737, -86.87371063421489 5.5482879393051325 M-86.87371063421489 5.5482879393051325 C-86.96047484468622 5.217418400931265, -87.04723905515755 4.886548862557399, -87.19078178754556 4.339158212148136 M-86.87371063421489 5.5482879393051325 C-86.98656542527546 5.117923709415311, -87.09942021633604 4.68755947952549, -87.19078178754556 4.339158212148136 M-87.19078178754556 4.339158212148136 C-87.2559306746666 4.004632446003774, -87.32107956178764 3.670106679859413, -87.42973227658177 3.112197953150904 M-87.19078178754556 4.339158212148136 C-87.24281605281391 4.071973257441034, -87.29485031808225 3.8047883027339306, -87.42973227658177 3.112197953150904 M-87.42973227658177 3.112197953150904 C-87.4842382680209 2.689460246974468, -87.53874425946003 2.266722540798032, -87.58958020250937 1.872449005199809 M-87.42973227658177 3.112197953150904 C-87.48396063428517 2.6916135194038784, -87.53818899198855 2.2710290856568527, -87.58958020250937 1.872449005199809 M-87.58958020250937 1.872449005199809 C-87.61369037746906 1.4969135688197641, -87.63780055242874 1.1213781324397192, -87.66966871591342 0.6250057626472781 M-87.58958020250937 1.872449005199809 C-87.60790653511997 1.5870015820402112, -87.62623286773058 1.3015541588806134, -87.66966871591342 0.6250057626472781 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.17907080080127102, -87.66966871591342 -0.2668641610447361, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 0.6250057626472781 C-87.66966871591342 0.24487351696936138, -87.66966871591342 -0.13525872870855538, -87.66966871591342 -0.6250057626472687 M-87.66966871591342 -0.6250057626472687 C-87.64133401646141 -1.0663415779698533, -87.61299931700943 -1.5076773932924379, -87.58958020250937 -1.8724490051997822 M-87.66966871591342 -0.6250057626472687 C-87.64082699400139 -1.0742388620461407, -87.61198527208934 -1.5234719614450127, -87.58958020250937 -1.8724490051997822 M-87.58958020250937 -1.8724490051997822 C-87.52627443352368 -2.363436048314727, -87.46296866453798 -2.854423091429672, -87.42973227658177 -3.112197953150895 M-87.58958020250937 -1.8724490051997822 C-87.54726345653923 -2.2006493305575496, -87.50494671056907 -2.528849655915317, -87.42973227658177 -3.112197953150895 M-87.42973227658177 -3.112197953150895 C-87.3788601736102 -3.37341545008714, -87.32798807063864 -3.6346329470233845, -87.19078178754556 -4.339158212148126 M-87.42973227658177 -3.112197953150895 C-87.3497859245073 -3.5227055743858218, -87.26983957243283 -3.9332131956207483, -87.19078178754556 -4.339158212148126 M-87.19078178754556 -4.339158212148126 C-87.08613556283838 -4.738219620917321, -86.98148933813118 -5.137281029686516, -86.87371063421489 -5.548287939305123 M-87.19078178754556 -4.339158212148126 C-87.119300978011 -4.611745518882235, -87.04782016847643 -4.884332825616344, -86.87371063421489 -5.548287939305123 M-86.87371063421489 -5.548287939305123 C-86.72589059358172 -5.993498349767131, -86.57807055294856 -6.438708760229139, -86.47982172997033 -6.734618561215485 M-86.87371063421489 -5.548287939305123 C-86.74519273419979 -5.935363377603972, -86.6166748341847 -6.322438815902822, -86.47982172997033 -6.734618561215485 M-86.47982172997033 -6.734618561215485 C-86.36315591889426 -7.022785370153371, -86.2464901078182 -7.310952179091257, -86.01073364880834 -7.893275190886676 M-86.47982172997033 -6.734618561215485 C-86.30975594586295 -7.154684335958967, -86.13969016175557 -7.574750110702448, -86.01073364880834 -7.893275190886676 M-86.01073364880834 -7.893275190886676 C-85.85396723212249 -8.21880400939883, -85.69720081543663 -8.544332827910987, -85.4683739742735 -9.019496659696282 M-86.01073364880834 -7.893275190886676 C-85.85388549764548 -8.218973732789165, -85.69703734648263 -8.544672274691653, -85.4683739742735 -9.019496659696282 M-85.4683739742735 -9.019496659696282 C-85.26049442091697 -9.38860785676818, -85.05261486756044 -9.757719053840077, -84.85497137860425 -10.108655082055243 M-85.4683739742735 -9.019496659696282 C-85.24152896429321 -9.422282945464405, -85.0146839543129 -9.82506923123253, -84.85497137860425 -10.108655082055243 M-84.85497137860425 -10.108655082055243 C-84.61422664012885 -10.47850364936746, -84.37348190165343 -10.848352216679675, -84.17304646464063 -11.156274872382308 M-84.85497137860425 -10.108655082055243 C-84.58387595989807 -10.525130444500723, -84.31278054119188 -10.941605806946203, -84.17304646464063 -11.156274872382308 M-84.17304646464063 -11.156274872382308 C-84.01430132719639 -11.368978894578069, -83.85555618975215 -11.581682916773829, -83.42540140812659 -12.158051136245302 M-84.17304646464063 -11.156274872382308 C-84.01090978371973 -11.373523253860837, -83.8487731027988 -11.590771635339365, -83.42540140812659 -12.158051136245302 M-83.42540140812659 -12.158051136245302 C-83.20699028523278 -12.414609269141328, -82.98857916233898 -12.671167402037353, -82.61510844296866 -13.10986736009567 M-83.42540140812659 -12.158051136245302 C-83.11443939821741 -12.523324807324238, -82.80347738830824 -12.888598478403175, -82.61510844296866 -13.10986736009567 M-82.61510844296866 -13.10986736009567 C-82.36263834660694 -13.37056346276954, -82.11016825024524 -13.63125956544341, -81.74549723676799 -14.007812326905677 M-82.61510844296866 -13.10986736009567 C-82.29890213835041 -13.436376330634433, -81.98269583373215 -13.762885301173196, -81.74549723676799 -14.007812326905677 M-81.74549723676799 -14.007812326905677 C-81.40029983645027 -14.32131147245151, -81.05510243613257 -14.634810617997344, -80.8201412085019 -14.848196188198107 M-81.74549723676799 -14.007812326905677 C-81.40715286029143 -14.315087737520047, -81.06880848381488 -14.622363148134419, -80.8201412085019 -14.848196188198107 M-80.8201412085019 -14.848196188198107 C-80.48302042268762 -15.117041043724111, -80.14589963687335 -15.385885899250116, -79.84284284457871 -15.627565626425149 M-80.8201412085019 -14.848196188198107 C-80.45511599811908 -15.139294079749593, -80.09009078773629 -15.430391971301079, -79.84284284457871 -15.627565626425149 M-79.84284284457871 -15.627565626425149 C-79.58725572633645 -15.805852135922928, -79.33166860809419 -15.984138645420707, -78.81761807360571 -16.342718045390885 M-79.84284284457871 -15.627565626425149 C-79.49334376595043 -15.871361054104973, -79.14384468732214 -16.115156481784798, -78.81761807360571 -16.342718045390885 M-78.81761807360571 -16.342718045390885 C-78.40363487346843 -16.593677094149427, -77.98965167333115 -16.84463614290797, -77.74867976407678 -16.99071473040609 M-78.81761807360571 -16.342718045390885 C-78.54091730705846 -16.510455676146023, -78.26421654051121 -16.67819330690116, -77.74867976407678 -16.99071473040609 M-77.74867976407678 -16.99071473040609 C-77.35072655049895 -17.19832666702845, -76.95277333692113 -17.405938603650807, -76.6404204127924 -17.56889292409717 M-77.74867976407678 -16.99071473040609 C-77.48108909381757 -17.130316611680314, -77.21349842355838 -17.269918492954538, -76.6404204127924 -17.56889292409717 M-76.6404204127924 -17.56889292409717 C-76.3367931223924 -17.70329971877369, -76.0331658319924 -17.83770651345021, -75.49739409514781 -18.07487676824742 M-76.6404204127924 -17.56889292409717 C-76.24593042938926 -17.743521937620155, -75.85144044598614 -17.91815095114314, -75.49739409514781 -18.07487676824742 M-75.49739409514781 -18.07487676824742 C-75.24062138920442 -18.169371497615465, -74.98384868326103 -18.263866226983506, -74.32429775146062 -18.506587066708033 M-75.49739409514781 -18.07487676824742 C-75.19533890574176 -18.186035870116406, -74.89328371633573 -18.29719497198539, -74.32429775146062 -18.506587066708033 M-74.32429775146062 -18.506587066708033 C-74.01446352976458 -18.598544237354396, -73.70462930806856 -18.690501408000763, -73.12595188623541 -18.862249829261067 M-74.32429775146062 -18.506587066708033 C-74.05301368613549 -18.587102753297415, -73.78172962081035 -18.667618439886798, -73.12595188623541 -18.862249829261067 M-73.12595188623541 -18.862249829261067 C-72.87760286656399 -18.91893387237226, -72.62925384689257 -18.975617915483454, -71.90728075967677 -19.140403561325773 M-73.12595188623541 -18.862249829261067 C-72.68601797941938 -18.96266187265479, -72.24608407260334 -19.063073916048516, -71.90728075967677 -19.140403561325773 M-71.90728075967677 -19.140403561325773 C-71.56106650205281 -19.196376797566746, -71.21485224442885 -19.25235003380772, -70.67329215284788 -19.3399052695533 M-71.90728075967677 -19.140403561325773 C-71.43613659959134 -19.216574495350855, -70.9649924395059 -19.292745429375938, -70.67329215284788 -19.3399052695533 M-70.67329215284788 -19.3399052695533 C-70.39459831237399 -19.36679052916543, -70.11590447190011 -19.393675788777568, -69.4290567896239 -19.45993515863156 M-70.67329215284788 -19.3399052695533 C-70.30207818553019 -19.37571583453032, -69.9308642182125 -19.411526399507345, -69.4290567896239 -19.45993515863156 M-69.4290567896239 -19.45993515863156 C-69.1133751214385 -19.470058455293174, -68.79769345325309 -19.480181751954788, -68.1796875 -19.5 M-69.4290567896239 -19.45993515863156 C-69.06936213972557 -19.471469865950635, -68.70966748982724 -19.48300457326971, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5 M-68.1796875 -19.5 C-68.1796875 -19.5, -68.1796875 -19.5, -68.1796875 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-75.3046875, -12)\"><rect></rect><foreignObject width=\"150.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Proceed to payment</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-8c0fe89ce46d4fb36eaea18350e565cd44625b1cf1157f09af9dd500454f9b76-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([User initiates transaction]) --> B[\"POST /identities/basic\\nnew identityReference + email\"]\n    B --> C{Response}\n    C -->|201 — genuinely new| D[Proceed as new user\\nPOST /eligibility]\n    C -->|\"422 code 81 — record exists\"| E[\"GET /identities/any-ref?email=email\\nRetrieve real identityReference\"]\n    E --> D\n    D --> F([Proceed to payment])\n"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No stored reference and no email available"]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Design to avoid this state"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Always collect email before checking eligibility. Without it, Banxa treats the user as new, which causes two problems:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Unnecessary re-KYC"]}," — the user faces requirements they have already satisfied on a previous account."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Wrong eligibility tier"]}," — prior transaction history qualifies users for more favourable compliance tiers. Without the email, Banxa has no way to know. Once email is eventually linked, the requirements change — creating friction mid-flow."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"providing-email-and-record-merging","__idx":10},"children":["Providing email and record merging"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Merging occurs whenever Banxa receives an email — at identity creation, via OTP, via Sumsub token sharing, or via a PATCH. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," the email arrives on inherits all prior KYC history, and this chains: a user can return with a different ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identityReference"]}," multiple times without losing verification history."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["OTP and authentication:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Your app has its own authentication"},"children":["Your app has its own authentication"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"OTP"},"children":["OTP"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Optional — your login acts as the email verification step"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required — the only way to verify the user owns the address"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["OTP is configured before launch — contact your Banxa integration manager to confirm the setup. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/native-api/docs/how-it-works/otp-verification"},"children":["OTP Email Verification"]}," for the endpoint reference and flow."]}]},"headings":[{"value":"Choosing an identityReference","id":"choosing-an-identityreference","depth":1},{"value":"Requirements","id":"requirements","depth":2},{"value":"When to create the identity","id":"when-to-create-the-identity","depth":2},{"value":"Which approach applies to you","id":"which-approach-applies-to-you","depth":2},{"value":"Approach 1 — You have a stored per-user ID","id":"approach-1--you-have-a-stored-per-user-id","depth":2},{"value":"Approach 2 — You have no stored per-user ID","id":"approach-2--you-have-no-stored-per-user-id","depth":2},{"value":"Linking email to the identity","id":"linking-email-to-the-identity","depth":3},{"value":"Handling new and returning users","id":"handling-new-and-returning-users","depth":3},{"value":"New users","id":"new-users","depth":4},{"value":"Returning users","id":"returning-users","depth":4},{"value":"Providing email and record merging","id":"providing-email-and-record-merging","depth":3}],"frontmatter":{"title":"Choosing an identityReference","description":"How to choose a stable per-user identifier for Banxa Native — requirements, two approaches based on whether you have a stored user ID, and how email continuity works.","seo":{"title":"Choosing an identityReference"}},"lastModified":"2026-06-01T06:29:39.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/native-api/docs/how-it-works/identity-reference","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}