{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-products/hosted-checkout/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Identity & Compliance — Overview","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":"identity--compliance--overview","__idx":0},"children":["Identity & Compliance — Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Banxa is a regulated financial services provider. Every customer who transacts through Banxa must pass identity verification (KYC) and comply with anti-money laundering (AML) requirements. This happens automatically within the Banxa checkout flow."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["As an integration partner, you do not need to manage KYC — Banxa handles all identity verification, document collection, and regulatory compliance. However, there are optional ways to streamline the customer experience if you already collect identity information."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-kyc-works-in-the-checkout","__idx":1},"children":["How KYC works in the checkout"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When a customer enters the Banxa checkout for the first time, they will be asked to provide:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Personal details (name, date of birth, address)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Identity document (passport, driver's licence, or national ID)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["In some cases, a liveness check (selfie video)"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For returning customers, Banxa recognises them and may not require re-verification, depending on the transaction amount and jurisdiction."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"verification-levels","__idx":2},"children":["Verification levels"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The level of verification required depends on the transaction amount and the customer's jurisdiction. Higher-value transactions require more thorough verification. Thresholds vary by jurisdiction and are not published — contact Banxa for details applicable to your markets."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["→ See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/hosted-checkout/docs/identity-compliance/verification-flow-and-tiers"},"children":["Verification Flow"]}," for details on how the flow works."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"streamlining-kyc-for-your-customers","__idx":3},"children":["Streamlining KYC for your customers"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your platform already collects and verifies customer identity, you can share that information with Banxa to reduce or eliminate the KYC steps your customers need to complete in the checkout."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A{Does your platform\\nverify customer identity?} -->|No| B[Banxa handles all KYC\\nin checkout — no action needed]\n    A -->|Yes| C{Which KYC\\nprovider?}\n    C -->|Sumsub| D[Sumsub token sharing\\nSee Sumsub Integration]\n    C -->|Other or in-house| E[KYC data sharing\\nor contact Banxa]\n    D --> F([Customer may skip KYC\\nin Banxa checkout])\n    E --> F\n    B --> G([Customer completes KYC\\nin Banxa checkout])\n","diagramHtml":"<svg id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 781.8278198242188px;\" viewBox=\"0 0 781.8278198242188 773.21875\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c{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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .error-icon{fill:#552222;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .error-text{fill:#552222;stroke:#552222;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-thickness-normal{stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-thickness-thick{stroke-width:3.5px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-pattern-solid{stroke-dasharray:0;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-pattern-dashed{stroke-dasharray:3;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edge-pattern-dotted{stroke-dasharray:2;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .marker{fill:#333333;stroke:#333333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .marker.cross{stroke:#333333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c p{margin:0;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster-label text{fill:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster-label span{color:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster-label span p{background-color:transparent;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .label text,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c span{fill:#333;color:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node rect,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node circle,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node ellipse,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node polygon,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .rough-node .label text,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node .label text,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .image-shape .label,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .icon-shape .label{text-anchor:middle;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .rough-node .label,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node .label,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .image-shape .label,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .icon-shape .label{text-align:center;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node.clickable{cursor:pointer;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .arrowheadPath{fill:#333333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .flowchart-link{stroke:#333333;fill:none;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster text{fill:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .cluster span{color:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c 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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c rect.text{fill:none;stroke-width:0;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .icon-shape,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .icon-shape p,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .icon-shape .label rect,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c .node .neo-node{stroke:#9370DB;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node rect,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].cluster rect,#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_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=\"M466.041,190.319L495.672,209.664C525.303,229.009,584.565,267.7,614.197,297.114C643.828,326.529,643.828,346.667,643.828,356.736L643.828,366.805\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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=\"W3sieCI6NDY2LjA0MDU0NjYzMDI3Mzg3LCJ5IjoxOTAuMzE4ODI4MzY5NzI2MDh9LHsieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjMwNi4zOTA2MjV9LHsieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjM3MC44MDQ2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M330.092,212.514L318.037,228.16C305.982,243.806,281.872,275.098,269.817,296.245C257.762,317.391,257.762,328.391,257.762,333.891L257.762,339.391\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-L_A_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_A_C_0\" data-points=\"W3sieCI6MzMwLjA5MjI5MzIwNTcyNDQ1LCJ5IjoyMTIuNTE0MTY4MjA1NzI0NDd9LHsieCI6MjU3Ljc2MTcxODc1LCJ5IjozMDYuMzkwNjI1fSx7IngiOjI1Ny43NjE3MTg3NSwieSI6MzQzLjM5MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M216.092,458.549L201.222,471.66C186.353,484.772,156.614,510.995,141.744,529.607C126.875,548.219,126.875,559.219,126.875,564.719L126.875,570.219\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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=\"W3sieCI6MjE2LjA5MTY5NTI0Mjk5MDAzLCJ5Ijo0NTguNTQ4NzI2NDkyOTl9LHsieCI6MTI2Ljg3NSwieSI6NTM3LjIxODc1fSx7IngiOjEyNi44NzUsInkiOjU3NC4yMTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M299.432,458.549L314.301,471.66C329.171,484.772,358.91,510.995,373.779,529.607C388.648,548.219,388.648,559.219,388.648,564.719L388.648,570.219\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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=\"W3sieCI6Mjk5LjQzMTc0MjI1NzAxLCJ5Ijo0NTguNTQ4NzI2NDkyOTl9LHsieCI6Mzg4LjY0ODQzNzUsInkiOjUzNy4yMTg3NX0seyJ4IjozODguNjQ4NDM3NSwieSI6NTc0LjIxODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M126.875,652.219L126.875,656.385C126.875,660.552,126.875,668.885,136.012,677.041C145.15,685.196,163.425,693.174,172.562,697.162L181.699,701.151\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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=\"W3sieCI6MTI2Ljg3NSwieSI6NjUyLjIxODc1fSx7IngiOjEyNi44NzUsInkiOjY3Ny4yMTg3NX0seyJ4IjoxODUuMzY1MzUyNTkxOTIxNiwieSI6NzAyLjc1MTUwMzE1Mjc2MDd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M388.648,652.219L388.648,656.385C388.648,660.552,388.648,668.885,379.676,677.037C370.704,685.188,352.759,693.158,343.786,697.143L334.814,701.128\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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=\"W3sieCI6Mzg4LjY0ODQzNzUsInkiOjY1Mi4yMTg3NX0seyJ4IjozODguNjQ4NDM3NSwieSI6Njc3LjIxODc1fSx7IngiOjMzMS4xNTgwODQ1OTc3NDgzLCJ5Ijo3MDIuNzUxNTAzMjg2NzIxMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path><path d=\"M643.828,472.805L643.828,483.54C643.828,494.276,643.828,515.747,643.904,533.316C643.98,550.885,644.132,564.552,644.207,571.386L644.283,578.219\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-L_B_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_B_G_0\" data-points=\"W3sieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjQ3Mi44MDQ2ODc1fSx7IngiOjY0My44Mjc4NDY1MjcwOTk2LCJ5Ijo1MzcuMjE4NzV9LHsieCI6NjQ0LjMyNzg0NjUyNzA5OTYsInkiOjU4Mi4yMTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(643.8278465270996, 306.390625)\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" 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>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(257.76171875, 306.390625)\"><g class=\"label\" data-id=\"L_A_C_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" 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>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(126.875, 537.21875)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-30.375, -12)\"><foreignObject width=\"60.75\" 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>Sumsub</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(388.6484375, 537.21875)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-66.4375, -12)\"><foreignObject width=\"132.875\" 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>Other or in-house</p></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 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_B_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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-A-0\" data-look=\"classic\" transform=\"translate(386.96875, 138.6953125)\"><polygon points=\"130.6953125,0 261.390625,-130.6953125 130.6953125,-261.390625 0,-130.6953125\" class=\"label-container\" transform=\"translate(-130.1953125, 130.6953125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-91.6953125, -24)\"><rect></rect><foreignObject width=\"183.390625\" 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>Does your platform<br>verify customer identity?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-B-1\" data-look=\"classic\" transform=\"translate(643.8278465270996, 421.8046875)\"><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>Banxa handles all KYC<br>in checkout — no action needed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-C-3\" data-look=\"classic\" transform=\"translate(257.76171875, 421.8046875)\"><polygon points=\"78.4140625,0 156.828125,-78.4140625 78.4140625,-156.828125 0,-78.4140625\" class=\"label-container\" transform=\"translate(-77.9140625, 78.4140625)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-39.4140625, -24)\"><rect></rect><foreignObject width=\"78.828125\" 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>Which KYC<br>provider?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-D-5\" data-look=\"classic\" transform=\"translate(126.875, 613.21875)\"><rect class=\"basic label-container\" style=\"\" x=\"-118.875\" y=\"-39\" width=\"237.75\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-88.875, -24)\"><rect></rect><foreignObject width=\"177.75\" 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>Sumsub token sharing<br>See Sumsub Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-E-7\" data-look=\"classic\" transform=\"translate(388.6484375, 613.21875)\"><rect class=\"basic label-container\" style=\"\" x=\"-92.8984375\" y=\"-39\" width=\"185.796875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.8984375, -24)\"><rect></rect><foreignObject width=\"125.796875\" 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>KYC data sharing<br>or contact Banxa</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-F-9\" data-look=\"classic\" transform=\"translate(257.76171875, 733.71875)\"><g class=\"basic label-container outer-path\"><path d=\"M-71.875 -31.5 C-21.94913017353739 -31.5, 27.976739652925218 -31.5, 71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 C72.46094667982337 -31.481209830454087, 73.04689335964673 -31.462419660908175, 73.89321192939245 -31.435279871635593 C74.37692425357399 -31.388616725470982, 74.86063657775553 -31.341953579306374, 75.90313059306193 -31.241385435432253 C76.30755838433679 -31.1760006865233, 76.71198617561166 -31.11061593761434, 77.89649680409322 -30.91911344521856 C78.53977700558623 -30.772288937023397, 79.18305720707924 -30.625464428828238, 79.86511939314947 -30.469788185729428 C80.30424400789306 -30.339458305085667, 80.74336862263667 -30.20912842444191, 81.80090886774406 -29.895256030836062 C82.53595326523711 -29.624752897882694, 83.27099766273015 -29.35424976492932, 83.69591065370028 -29.197877856399685 C84.28919313765627 -28.935249299851957, 84.88247562161226 -28.672620743304233, 85.54233778220308 -28.380519338926202 C86.11108045220249 -28.083806652284576, 86.67982312220191 -27.787093965642946, 87.33260288812403 -27.44653917988677 C87.931659450474 -27.083387571343092, 88.53071601282397 -26.720235962799418, 89.05934938813228 -26.399775304092984 C89.6903791221095 -25.959596278507377, 90.32140885608675 -25.519417252921773, 90.7154817104733 -25.244529088840633 C91.30829524597219 -24.77177606971097, 91.9011087814711 -24.299023050581308, 92.29419445219533 -23.985547688627737 C92.68832839187858 -23.627605672820003, 93.08246233156183 -23.26966365701227, 93.78900034400982 -22.62800452807842 C94.17632575105851 -22.22805924529332, 94.56365115810722 -21.82811396250822, 95.19375690787243 -21.177478043231485 C95.58749424866922 -20.7149717584422, 95.981231589466 -20.252465473652915, 96.50269169774293 -19.63992875855011 C96.78925613686386 -19.255958516685546, 97.07582057598476 -18.871988274820982, 97.7104260198041 -18.02167479384835 C98.10368926208251 -17.41751684774193, 98.49695250436092 -16.813358901635507, 98.8119970346684 -16.329365901781543 C99.01055641123574 -15.976803622369097, 99.20911578780309 -15.624241342956651, 99.8028781507495 -14.56995614258631 C100.10495571282505 -13.942685621512037, 100.40703327490058 -13.315415100437763, 100.67899762499809 -12.750675308355413 C100.8935942292283 -12.2206175469637, 101.10819083345851 -11.690559785571986, 101.43675529456745 -10.878999214271206 C101.6183121092029 -10.33217901573925, 101.79986892383836 -9.785358817207294, 102.07303737065482 -8.962618978877531 C102.18849036762124 -8.522346663799164, 102.30394336458765 -8.082074348720795, 102.58522923372745 -7.009409419623907 C102.68732297525875 -6.485179634380535, 102.78941671679007 -5.9609498491371635, 102.97122617755518 -5.027396693551458 C103.0621845668361 -4.321941388054255, 103.15314295611701 -3.6164860825570524, 103.22944205789975 -3.024725316091981 C103.28054020159713 -2.2288304823258707, 103.33163834529454 -1.4329356485597604, 103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.42411131267354163, 103.35881581032167 0.16140206816005453, 103.35881581032167 1.00962469350713 C103.315437759488 1.6852728493738136, 103.27205970865435 2.360921005240497, 103.22944205789975 3.02472531609196 C103.16517878925373 3.5231385374927244, 103.10091552060771 4.021551758893489, 102.97122617755518 5.027396693551435 C102.85761576463224 5.610762152341424, 102.74400535170932 6.194127611131412, 102.58522923372745 7.0094094196239 C102.47076364489465 7.445916319543377, 102.35629805606185 7.882423219462855, 102.07303737065482 8.96261897887751 C101.92903084661393 9.396343684964947, 101.78502432257305 9.830068391052384, 101.43675529456746 10.878999214271184 C101.14999641227496 11.58729919763948, 100.86323752998246 12.295599181007775, 100.67899762499809 12.750675308355405 C100.40872553070807 13.31190109504505, 100.13845343641805 13.873126881734693, 99.8028781507495 14.569956142586303 C99.58147100455469 14.963086950559896, 99.36006385835987 15.35621775853349, 98.81199703466841 16.329365901781536 C98.41393318593063 16.940898868552875, 98.01586933719285 17.552431835324214, 97.71042601980412 18.021674793848334 C97.25218750849882 18.635672652610246, 96.79394899719352 19.24967051137216, 96.50269169774295 19.639928758550102 C96.02668844405933 20.1990692656793, 95.55068519037573 20.7582097728085, 95.19375690787246 21.177478043231467 C94.67468717686266 21.713460156916554, 94.15561744585285 22.24944227060164, 93.78900034400982 22.628004528078414 C93.25096064443034 23.11663794748615, 92.71292094485085 23.605271366893884, 92.29419445219536 23.985547688627715 C91.91322399610321 24.289361489311595, 91.53225354001107 24.593175289995475, 90.71548171047331 25.24452908884063 C90.31459410698801 25.524170926887322, 89.9137065035027 25.803812764934015, 89.05934938813229 26.399775304092973 C88.38798568707941 26.806759925042268, 87.71662198602652 27.213744545991563, 87.33260288812404 27.446539179886766 C86.96235356860606 27.63969801272329, 86.59210424908808 27.83285684555981, 85.54233778220309 28.3805193389262 C84.847853863477 28.687946768612747, 84.15336994475092 28.9953741982993, 83.6959106537003 29.197877856399682 C83.26465028673582 29.35658565796974, 82.83338991977134 29.5152934595398, 81.80090886774407 29.895256030836055 C81.15658239414276 30.086488746062248, 80.51225592054145 30.277721461288444, 79.86511939314951 30.46978818572942 C79.132723184787 30.636952840956255, 78.40032697642447 30.80411749618309, 77.89649680409323 30.919113445218557 C77.13879449807551 31.04161287798636, 76.38109219205779 31.164112310754163, 75.90313059306196 31.24138543543225 C75.42927613495293 31.287097605112663, 74.9554216768439 31.332809774793077, 73.89321192939245 31.435279871635593 C73.31879787729224 31.45370021225732, 72.74438382519205 31.47212055287905, 71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 C24.791070270936828 31.5, -22.292859458126344 31.5, -71.875 31.5 C-72.42388408824836 31.48239835562794, -72.97276817649673 31.46479671125588, -73.89321192939244 31.435279871635593 C-74.68063172298028 31.35931843115903, -75.46805151656812 31.283356990682464, -75.90313059306195 31.24138543543225 C-76.3751855728668 31.165067247138445, -76.84724055267165 31.08874905884464, -77.89649680409323 30.919113445218557 C-78.677645474267 30.74082135872285, -79.45879414444077 30.56252927222714, -79.86511939314947 30.469788185729428 C-80.26565811089857 30.350910396772125, -80.66619682864768 30.232032607814826, -81.80090886774403 29.89525603083607 C-82.54054409923312 29.623063428534955, -83.2801793307222 29.35087082623384, -83.69591065370028 29.197877856399685 C-84.19519822013764 28.976858061577296, -84.694485786575 28.755838266754907, -85.54233778220308 28.380519338926206 C-86.19522623573955 28.039907850911238, -86.84811468927603 27.69929636289627, -87.33260288812403 27.446539179886773 C-87.7509540139583 27.19293226890193, -88.16930513979257 26.939325357917088, -89.05934938813226 26.399775304092994 C-89.71710849543352 25.94095102477247, -90.3748676027348 25.482126745451943, -90.7154817104733 25.244529088840636 C-91.04823640170478 24.979166077557743, -91.38099109293627 24.713803066274853, -92.29419445219533 23.98554768862774 C-92.66962657323437 23.644590169689675, -93.04505869427341 23.303632650751613, -93.7890003440098 22.628004528078435 C-94.07553880818718 22.332130038569886, -94.36207727236454 22.036255549061337, -95.19375690787244 21.177478043231478 C-95.5866464129635 20.715967674505364, -95.97953591805455 20.254457305779248, -96.50269169774293 19.639928758550113 C-96.77701723496621 19.27235753024149, -97.05134277218949 18.904786301932862, -97.7104260198041 18.021674793848355 C-98.0186598550735 17.54814485050058, -98.32689369034289 17.074614907152807, -98.8119970346684 16.329365901781557 C-99.11845483021882 15.785219053564958, -99.42491262576925 15.24107220534836, -99.8028781507495 14.569956142586314 C-100.01323621364523 14.13314312404185, -100.22359427654094 13.696330105497386, -100.67899762499809 12.750675308355417 C-100.85369042478857 12.319180715417419, -101.02838322457904 11.88768612247942, -101.43675529456745 10.878999214271209 C-101.60021399231199 10.386687660271342, -101.76367269005654 9.894376106271475, -102.07303737065482 8.962618978877522 C-102.20214876408275 8.47026127850491, -102.33126015751068 7.977903578132301, -102.58522923372743 7.009409419623911 C-102.67035247408512 6.572319571190414, -102.75547571444281 6.135229722756917, -102.97122617755518 5.027396693551461 C-103.05295165931949 4.393549995509252, -103.1346771410838 3.759703297467042, -103.22944205789975 3.024725316091999 C-103.26742142342441 2.433166041653328, -103.30540078894907 1.841606767214657, -103.35881581032167 1.0096246935071416 C-103.35881581032167 0.20894393443438475, -103.35881581032167 -0.5917368246383721, -103.35881581032167 -1.0096246935071262 C-103.32482798922258 -1.5390124416007516, -103.29084016812351 -2.0684001896943767, -103.22944205789975 -3.024725316091956 C-103.14833649592761 -3.6537640386431045, -103.06723093395547 -4.282802761194254, -102.97122617755518 -5.027396693551446 C-102.83029247602629 -5.7510614645539375, -102.68935877449739 -6.474726235556429, -102.58522923372745 -7.009409419623896 C-102.3954500193181 -7.733119814998526, -102.20567080490876 -8.456830210373155, -102.07303737065482 -8.962618978877506 C-101.90972129049234 -9.454500991443217, -101.74640521032987 -9.946383004008926, -101.43675529456746 -10.878999214271168 C-101.2523638046468 -11.334449759342109, -101.06797231472616 -11.789900304413049, -100.67899762499809 -12.750675308355401 C-100.48857174606673 -13.14609872041746, -100.29814586713537 -13.54152213247952, -99.8028781507495 -14.5699561425863 C-99.56147738454665 -14.99858764745773, -99.32007661834378 -15.427219152329162, -98.8119970346684 -16.329365901781546 C-98.48177351672551 -16.836677902772408, -98.15154999878261 -17.343989903763273, -97.71042601980412 -18.021674793848344 C-97.31998358354058 -18.544832088403798, -96.92954114727704 -19.06798938295925, -96.50269169774295 -19.639928758550102 C-96.21904151181913 -19.973120407089024, -95.93539132589532 -20.30631205562795, -95.19375690787246 -21.177478043231467 C-94.65229899366312 -21.7365777941741, -94.11084107945379 -22.29567754511673, -93.78900034400984 -22.628004528078403 C-93.21281588437462 -23.1512800093137, -92.63663142473942 -23.674555490548997, -92.29419445219536 -23.98554768862771 C-91.96846779802259 -24.2453060273802, -91.64274114384982 -24.505064366132682, -90.71548171047331 -25.244529088840626 C-90.0668599269248 -25.696979566659596, -89.41823814337631 -26.149430044478567, -89.0593493881323 -26.39977530409297 C-88.46309444606825 -26.761228553955167, -87.86683950400422 -27.12268180381737, -87.33260288812404 -27.446539179886763 C-86.85749598406639 -27.69440214741315, -86.38238908000872 -27.942265114939534, -85.54233778220309 -28.3805193389262 C-85.08541607308612 -28.582785025451354, -84.62849436396917 -28.78505071197651, -83.6959106537003 -29.19787785639968 C-83.20033104081377 -29.380255735029646, -82.70475142792722 -29.562633613659617, -81.80090886774407 -29.895256030836055 C-81.10696854168647 -30.10121387704285, -80.41302821562886 -30.307171723249645, -79.86511939314951 -30.469788185729417 C-79.4650108100309 -30.56111035887373, -79.0649022269123 -30.65243253201804, -77.89649680409325 -30.919113445218553 C-77.48857619406024 -30.98506288597711, -77.08065558402724 -31.051012326735673, -75.90313059306196 -31.24138543543225 C-75.22535919433219 -31.306769227128346, -74.5475877956024 -31.37215301882444, -73.89321192939246 -31.435279871635593 C-73.4118323642586 -31.450716777340954, -72.93045279912475 -31.466153683046315, -71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.875 -31.5, -71.875 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-71.875 -31.5 C-27.868829729430963 -31.5, 16.137340541138073 -31.5, 71.875 -31.5 M-71.875 -31.5 C-22.61100051036773 -31.5, 26.652998979264538 -31.5, 71.875 -31.5 M71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 M71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 M71.875 -31.5 C72.30510339095143 -31.48620742139765, 72.73520678190285 -31.472414842795303, 73.89321192939245 -31.435279871635593 M71.875 -31.5 C72.46274762543123 -31.481152077633773, 73.05049525086248 -31.462304155267542, 73.89321192939245 -31.435279871635593 M73.89321192939245 -31.435279871635593 C74.66559900315555 -31.360768619561032, 75.43798607691863 -31.28625736748647, 75.90313059306193 -31.241385435432253 M73.89321192939245 -31.435279871635593 C74.3303194966849 -31.393112630317653, 74.76742706397734 -31.350945388999712, 75.90313059306193 -31.241385435432253 M75.90313059306193 -31.241385435432253 C76.4062873504588 -31.16003895293526, 76.90944410785565 -31.078692470438266, 77.89649680409322 -30.91911344521856 M75.90313059306193 -31.241385435432253 C76.37267328464765 -31.165473414414635, 76.84221597623335 -31.089561393397013, 77.89649680409322 -30.91911344521856 M77.89649680409322 -30.91911344521856 C78.66518086146714 -30.74366632525522, 79.43386491884104 -30.568219205291882, 79.86511939314947 -30.469788185729428 M77.89649680409322 -30.91911344521856 C78.49735478938855 -30.781971531039687, 79.0982127746839 -30.64482961686081, 79.86511939314947 -30.469788185729428 M79.86511939314947 -30.469788185729428 C80.56795001200294 -30.261191747286922, 81.2707806308564 -30.05259530884442, 81.80090886774406 -29.895256030836062 M79.86511939314947 -30.469788185729428 C80.63943111122312 -30.23997653225032, 81.41374282929677 -30.01016487877121, 81.80090886774406 -29.895256030836062 M81.80090886774406 -29.895256030836062 C82.23061302801663 -29.737120927714038, 82.66031718828921 -29.578985824592014, 83.69591065370028 -29.197877856399685 M81.80090886774406 -29.895256030836062 C82.27485537711202 -29.720839334275148, 82.74880188647997 -29.546422637714233, 83.69591065370028 -29.197877856399685 M83.69591065370028 -29.197877856399685 C84.25231971813177 -28.951572068864326, 84.80872878256326 -28.705266281328967, 85.54233778220308 -28.380519338926202 M83.69591065370028 -29.197877856399685 C84.2352517848341 -28.959127536632952, 84.77459291596793 -28.72037721686622, 85.54233778220308 -28.380519338926202 M85.54233778220308 -28.380519338926202 C86.12508305427905 -28.07650150375033, 86.70782832635503 -27.772483668574452, 87.33260288812403 -27.44653917988677 M85.54233778220308 -28.380519338926202 C85.94099243130655 -28.17254146383941, 86.33964708041003 -27.96456358875261, 87.33260288812403 -27.44653917988677 M87.33260288812403 -27.44653917988677 C87.94457893737929 -27.075555702457773, 88.55655498663455 -26.704572225028777, 89.05934938813228 -26.399775304092984 M87.33260288812403 -27.44653917988677 C87.97216414117015 -27.058833389811102, 88.61172539421628 -26.671127599735435, 89.05934938813228 -26.399775304092984 M89.05934938813228 -26.399775304092984 C89.4454401288733 -26.130455116950838, 89.83153086961431 -25.861134929808692, 90.7154817104733 -25.244529088840633 M89.05934938813228 -26.399775304092984 C89.69723328621386 -25.95481511034016, 90.33511718429546 -25.50985491658734, 90.7154817104733 -25.244529088840633 M90.7154817104733 -25.244529088840633 C91.3361186696407 -24.749587629747733, 91.95675562880811 -24.254646170654837, 92.29419445219533 -23.985547688627737 M90.7154817104733 -25.244529088840633 C91.16289568423201 -24.887728350953925, 91.61030965799074 -24.530927613067213, 92.29419445219533 -23.985547688627737 M92.29419445219533 -23.985547688627737 C92.75917812787306 -23.563261817171114, 93.22416180355079 -23.14097594571449, 93.78900034400982 -22.62800452807842 M92.29419445219533 -23.985547688627737 C92.63902526697304 -23.67238146637002, 92.98385608175074 -23.359215244112303, 93.78900034400982 -22.62800452807842 M93.78900034400982 -22.62800452807842 C94.19672964237242 -22.20699055232108, 94.60445894073503 -21.78597657656374, 95.19375690787243 -21.177478043231485 M93.78900034400982 -22.62800452807842 C94.27498466688826 -22.126185814651492, 94.76096898976668 -21.62436710122456, 95.19375690787243 -21.177478043231485 M95.19375690787243 -21.177478043231485 C95.49682083059345 -20.82148191477764, 95.79988475331449 -20.465485786323793, 96.50269169774293 -19.63992875855011 M95.19375690787243 -21.177478043231485 C95.60609272558493 -20.69312492917368, 96.01842854329745 -20.20877181511588, 96.50269169774293 -19.63992875855011 M96.50269169774293 -19.63992875855011 C96.94196046476323 -19.05134862895084, 97.38122923178352 -18.46276849935157, 97.7104260198041 -18.02167479384835 M96.50269169774293 -19.63992875855011 C96.94456474608216 -19.047859129238386, 97.38643779442138 -18.455789499926663, 97.7104260198041 -18.02167479384835 M97.7104260198041 -18.02167479384835 C98.09068452540515 -17.437495615539127, 98.47094303100619 -16.853316437229903, 98.8119970346684 -16.329365901781543 M97.7104260198041 -18.02167479384835 C98.11901545342705 -17.39397170217808, 98.52760488705002 -16.766268610507815, 98.8119970346684 -16.329365901781543 M98.8119970346684 -16.329365901781543 C99.09209243856697 -15.83202814942443, 99.37218784246555 -15.334690397067316, 99.8028781507495 -14.56995614258631 M98.8119970346684 -16.329365901781543 C99.0583603516085 -15.891922885563401, 99.30472366854859 -15.454479869345262, 99.8028781507495 -14.56995614258631 M99.8028781507495 -14.56995614258631 C100.00510087905732 -14.150036320381902, 100.20732360736513 -13.730116498177496, 100.67899762499809 -12.750675308355413 M99.8028781507495 -14.56995614258631 C99.98932838650796 -14.182788238637924, 100.1757786222664 -13.79562033468954, 100.67899762499809 -12.750675308355413 M100.67899762499809 -12.750675308355413 C100.87769179669914 -12.259896862763357, 101.07638596840017 -11.769118417171303, 101.43675529456745 -10.878999214271206 M100.67899762499809 -12.750675308355413 C100.85457831932094 -12.316987598756176, 101.0301590136438 -11.88329988915694, 101.43675529456745 -10.878999214271206 M101.43675529456745 -10.878999214271206 C101.62873498632766 -10.30078697049943, 101.82071467808787 -9.722574726727657, 102.07303737065482 -8.962618978877531 M101.43675529456745 -10.878999214271206 C101.66768213830743 -10.183484354122355, 101.89860898204739 -9.487969493973502, 102.07303737065482 -8.962618978877531 M102.07303737065482 -8.962618978877531 C102.27697498630813 -8.184916463269674, 102.48091260196146 -7.407213947661818, 102.58522923372745 -7.009409419623907 M102.07303737065482 -8.962618978877531 C102.25709759095731 -8.260717586659979, 102.44115781125983 -7.558816194442425, 102.58522923372745 -7.009409419623907 M102.58522923372745 -7.009409419623907 C102.7214477118637 -6.309956324179758, 102.85766618999996 -5.6105032287356105, 102.97122617755518 -5.027396693551458 M102.58522923372745 -7.009409419623907 C102.67528578737581 -6.546988050098892, 102.76534234102418 -6.084566680573877, 102.97122617755518 -5.027396693551458 M102.97122617755518 -5.027396693551458 C103.02900522342718 -4.579273823531383, 103.08678426929917 -4.13115095351131, 103.22944205789975 -3.024725316091981 M102.97122617755518 -5.027396693551458 C103.04621984531965 -4.445760615544953, 103.12121351308411 -3.864124537538447, 103.22944205789975 -3.024725316091981 M103.22944205789975 -3.024725316091981 C103.27495661403037 -2.3157993656689912, 103.320471170161 -1.6068734152460014, 103.35881581032167 -1.0096246935071378 M103.22944205789975 -3.024725316091981 C103.27652891343048 -2.2913095333750015, 103.32361576896123 -1.5578937506580217, 103.35881581032167 -1.0096246935071378 M103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.34493770971289317, 103.35881581032167 0.31974927408135145, 103.35881581032167 1.00962469350713 M103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.49217853403795186, 103.35881581032167 0.025267625431234064, 103.35881581032167 1.00962469350713 M103.35881581032167 1.00962469350713 C103.31843544954772 1.6385814070019808, 103.27805508877377 2.267538120496832, 103.22944205789975 3.02472531609196 M103.35881581032167 1.00962469350713 C103.33057655354531 1.4494739121166758, 103.30233729676895 1.8893231307262215, 103.22944205789975 3.02472531609196 M103.22944205789975 3.02472531609196 C103.16717936221472 3.5076224886650134, 103.10491666652972 3.9905196612380665, 102.97122617755518 5.027396693551435 M103.22944205789975 3.02472531609196 C103.13506881215311 3.7566655739976125, 103.04069556640647 4.488605831903265, 102.97122617755518 5.027396693551435 M102.97122617755518 5.027396693551435 C102.84563849422108 5.672262904505768, 102.72005081088699 6.3171291154601, 102.58522923372745 7.0094094196239 M102.97122617755518 5.027396693551435 C102.88650012646524 5.462447059041064, 102.80177407537529 5.897497424530692, 102.58522923372745 7.0094094196239 M102.58522923372745 7.0094094196239 C102.47466825382737 7.431026353414666, 102.3641072739273 7.8526432872054315, 102.07303737065482 8.96261897887751 M102.58522923372745 7.0094094196239 C102.40094714434021 7.712156894820209, 102.21666505495297 8.414904370016519, 102.07303737065482 8.96261897887751 M102.07303737065482 8.96261897887751 C101.8731877091371 9.564534317649503, 101.67333804761938 10.166449656421495, 101.43675529456746 10.878999214271184 M102.07303737065482 8.96261897887751 C101.91911271714845 9.426215510675648, 101.76518806364209 9.889812042473787, 101.43675529456746 10.878999214271184 M101.43675529456746 10.878999214271184 C101.2433905211605 11.356613943039937, 101.05002574775354 11.834228671808688, 100.67899762499809 12.750675308355405 M101.43675529456746 10.878999214271184 C101.1794521734743 11.514542897988713, 100.92214905238114 12.15008658170624, 100.67899762499809 12.750675308355405 M100.67899762499809 12.750675308355405 C100.32859656600932 13.478290604727189, 99.97819550702056 14.205905901098975, 99.8028781507495 14.569956142586303 M100.67899762499809 12.750675308355405 C100.46965994913913 13.185369471385263, 100.26032227328017 13.620063634415121, 99.8028781507495 14.569956142586303 M99.8028781507495 14.569956142586303 C99.43883316198462 15.216354883690816, 99.07478817321974 15.86275362479533, 98.81199703466841 16.329365901781536 M99.8028781507495 14.569956142586303 C99.59073865293502 14.946631302409454, 99.37859915512053 15.323306462232605, 98.81199703466841 16.329365901781536 M98.81199703466841 16.329365901781536 C98.56657268817506 16.70640360366001, 98.32114834168172 17.083441305538486, 97.71042601980412 18.021674793848334 M98.81199703466841 16.329365901781536 C98.47149428059272 16.852469569833758, 98.13099152651704 17.37557323788598, 97.71042601980412 18.021674793848334 M97.71042601980412 18.021674793848334 C97.34198409821886 18.515353403023017, 96.9735421766336 19.0090320121977, 96.50269169774295 19.639928758550102 M97.71042601980412 18.021674793848334 C97.24725629432918 18.642280030354712, 96.78408656885425 19.262885266861094, 96.50269169774295 19.639928758550102 M96.50269169774295 19.639928758550102 C96.15061310997342 20.05350030158337, 95.79853452220388 20.46707184461664, 95.19375690787246 21.177478043231467 M96.50269169774295 19.639928758550102 C96.0248680612788 20.201207590876038, 95.54704442481464 20.762486423201974, 95.19375690787246 21.177478043231467 M95.19375690787246 21.177478043231467 C94.69158511784411 21.696011645506438, 94.18941332781579 22.21454524778141, 93.78900034400982 22.628004528078414 M95.19375690787246 21.177478043231467 C94.81257636040789 21.571078253993594, 94.43139581294332 21.96467846475572, 93.78900034400982 22.628004528078414 M93.78900034400982 22.628004528078414 C93.22537741035605 23.139871963777143, 92.66175447670226 23.651739399475872, 92.29419445219536 23.985547688627715 M93.78900034400982 22.628004528078414 C93.43324990020486 22.95108766850113, 93.0774994563999 23.27417080892385, 92.29419445219536 23.985547688627715 M92.29419445219536 23.985547688627715 C91.919026389534 24.284734234958712, 91.54385832687265 24.58392078128971, 90.71548171047331 25.24452908884063 M92.29419445219536 23.985547688627715 C91.9079701366197 24.293551302438626, 91.52174582104404 24.601554916249537, 90.71548171047331 25.24452908884063 M90.71548171047331 25.24452908884063 C90.22413635449533 25.587270339173223, 89.73279099851734 25.930011589505817, 89.05934938813229 26.399775304092973 M90.71548171047331 25.24452908884063 C90.10070966794282 25.673367452657097, 89.48593762541235 26.102205816473568, 89.05934938813229 26.399775304092973 M89.05934938813229 26.399775304092973 C88.60733487243006 26.67378915984381, 88.15532035672783 26.947803015594644, 87.33260288812404 27.446539179886766 M89.05934938813229 26.399775304092973 C88.55491625544568 26.70556563350573, 88.05048312275906 27.01135596291849, 87.33260288812404 27.446539179886766 M87.33260288812404 27.446539179886766 C86.77955968321105 27.7350614656488, 86.22651647829804 28.023583751410833, 85.54233778220309 28.3805193389262 M87.33260288812404 27.446539179886766 C86.72279864298422 27.764673663977952, 86.11299439784439 28.08280814806914, 85.54233778220309 28.3805193389262 M85.54233778220309 28.3805193389262 C85.03604206030109 28.60464143628324, 84.5297463383991 28.828763533640284, 83.6959106537003 29.197877856399682 M85.54233778220309 28.3805193389262 C85.06021943935896 28.593938827770792, 84.57810109651481 28.807358316615385, 83.6959106537003 29.197877856399682 M83.6959106537003 29.197877856399682 C83.2667464500442 29.355814250495538, 82.8375822463881 29.51375064459139, 81.80090886774407 29.895256030836055 M83.6959106537003 29.197877856399682 C83.31520454840795 29.33798122235593, 82.93449844311559 29.47808458831217, 81.80090886774407 29.895256030836055 M81.80090886774407 29.895256030836055 C81.0806957675114 30.109011498509403, 80.36048266727873 30.322766966182755, 79.86511939314951 30.46978818572942 M81.80090886774407 29.895256030836055 C81.3490679195181 30.029360052507986, 80.89722697129214 30.16346407417992, 79.86511939314951 30.46978818572942 M79.86511939314951 30.46978818572942 C79.08380036082079 30.64811915627528, 78.30248132849206 30.826450126821133, 77.89649680409323 30.919113445218557 M79.86511939314951 30.46978818572942 C79.24154407784364 30.612115182238764, 78.61796876253777 30.75444217874811, 77.89649680409323 30.919113445218557 M77.89649680409323 30.919113445218557 C77.35483531733581 31.006685073749928, 76.8131738305784 31.0942567022813, 75.90313059306196 31.24138543543225 M77.89649680409323 30.919113445218557 C77.20353086066633 31.031146804920667, 76.51056491723944 31.143180164622773, 75.90313059306196 31.24138543543225 M75.90313059306196 31.24138543543225 C75.33527995445398 31.29616530359845, 74.767429315846 31.350945171764653, 73.89321192939245 31.435279871635593 M75.90313059306196 31.24138543543225 C75.48526843167029 31.281696095588927, 75.06740627027864 31.32200675574561, 73.89321192939245 31.435279871635593 M73.89321192939245 31.435279871635593 C73.19932856756222 31.457531360487458, 72.50544520573197 31.479782849339326, 71.875 31.5 M73.89321192939245 31.435279871635593 C73.28828043328355 31.45467884728808, 72.68334893717464 31.474077822940565, 71.875 31.5 M71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 M71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 M71.875 31.5 C25.053542921298856 31.5, -21.767914157402288 31.5, -71.875 31.5 M71.875 31.5 C24.247945734024526 31.5, -23.379108531950948 31.5, -71.875 31.5 M-71.875 31.5 C-72.65528632165503 31.474977736399712, -73.43557264331007 31.449955472799424, -73.89321192939244 31.435279871635593 M-71.875 31.5 C-72.65250636394306 31.475066884232675, -73.43001272788611 31.45013376846535, -73.89321192939244 31.435279871635593 M-73.89321192939244 31.435279871635593 C-74.65619166321628 31.361676134330988, -75.41917139704012 31.288072397026387, -75.90313059306195 31.24138543543225 M-73.89321192939244 31.435279871635593 C-74.30969019222799 31.39510271450824, -74.72616845506356 31.354925557380888, -75.90313059306195 31.24138543543225 M-75.90313059306195 31.24138543543225 C-76.63714648431247 31.12271543851312, -77.37116237556297 31.004045441593988, -77.89649680409323 30.919113445218557 M-75.90313059306195 31.24138543543225 C-76.56875591590381 31.133772295236653, -77.23438123874566 31.026159155041054, -77.89649680409323 30.919113445218557 M-77.89649680409323 30.919113445218557 C-78.37824675093714 30.809157163563636, -78.85999669778103 30.699200881908713, -79.86511939314947 30.469788185729428 M-77.89649680409323 30.919113445218557 C-78.61472568303445 30.75518239048167, -79.33295456197565 30.591251335744786, -79.86511939314947 30.469788185729428 M-79.86511939314947 30.469788185729428 C-80.31192094366301 30.337179830846203, -80.75872249417657 30.204571475962982, -81.80090886774403 29.89525603083607 M-79.86511939314947 30.469788185729428 C-80.56104501211735 30.263241115007883, -81.25697063108521 30.05669404428634, -81.80090886774403 29.89525603083607 M-81.80090886774403 29.89525603083607 C-82.23918070097588 29.733967944866333, -82.67745253420773 29.572679858896596, -83.69591065370028 29.197877856399685 M-81.80090886774403 29.89525603083607 C-82.38593826173788 29.679959805893898, -82.97096765573173 29.464663580951726, -83.69591065370028 29.197877856399685 M-83.69591065370028 29.197877856399685 C-84.183226173987 28.982157731270053, -84.67054169427371 28.766437606140425, -85.54233778220308 28.380519338926206 M-83.69591065370028 29.197877856399685 C-84.18387767474262 28.981869331211627, -84.67184469578494 28.765860806023568, -85.54233778220308 28.380519338926206 M-85.54233778220308 28.380519338926206 C-86.19788019016107 28.038523284589473, -86.85342259811905 27.69652723025274, -87.33260288812403 27.446539179886773 M-85.54233778220308 28.380519338926206 C-86.08029276367948 28.09986856966658, -86.61824774515587 27.819217800406953, -87.33260288812403 27.446539179886773 M-87.33260288812403 27.446539179886773 C-87.7993467415865 27.16359631302648, -88.26609059504898 26.880653446166193, -89.05934938813226 26.399775304092994 M-87.33260288812403 27.446539179886773 C-87.81560916908653 27.15373793390734, -88.29861545004901 26.860936687927904, -89.05934938813226 26.399775304092994 M-89.05934938813226 26.399775304092994 C-89.49870906303393 26.09329701445538, -89.93806873793558 25.786818724817763, -90.7154817104733 25.244529088840636 M-89.05934938813226 26.399775304092994 C-89.72066367711065 25.93847108393584, -90.38197796608904 25.47716686377869, -90.7154817104733 25.244529088840636 M-90.7154817104733 25.244529088840636 C-91.31447902186792 24.76684467299131, -91.91347633326257 24.289160257141987, -92.29419445219533 23.98554768862774 M-90.7154817104733 25.244529088840636 C-91.1333193886732 24.911314659603804, -91.5511570668731 24.57810023036697, -92.29419445219533 23.98554768862774 M-92.29419445219533 23.98554768862774 C-92.64486408917394 23.667078802533926, -92.99553372615256 23.348609916440115, -93.7890003440098 22.628004528078435 M-92.29419445219533 23.98554768862774 C-92.80376607300602 23.522768225133746, -93.31333769381669 23.05998876163975, -93.7890003440098 22.628004528078435 M-93.7890003440098 22.628004528078435 C-94.31732089086105 22.082470187530948, -94.8456414377123 21.536935846983457, -95.19375690787244 21.177478043231478 M-93.7890003440098 22.628004528078435 C-94.13763900802941 22.268006483711556, -94.486277672049 21.908008439344673, -95.19375690787244 21.177478043231478 M-95.19375690787244 21.177478043231478 C-95.46698039901761 20.856534183675286, -95.74020389016279 20.5355903241191, -96.50269169774293 19.639928758550113 M-95.19375690787244 21.177478043231478 C-95.66153470925585 20.627999620415594, -96.12931251063925 20.07852119759971, -96.50269169774293 19.639928758550113 M-96.50269169774293 19.639928758550113 C-96.89891458704219 19.1090261835369, -97.29513747634145 18.578123608523686, -97.7104260198041 18.021674793848355 M-96.50269169774293 19.639928758550113 C-96.85064332577103 19.17370527603788, -97.19859495379914 18.70748179352565, -97.7104260198041 18.021674793848355 M-97.7104260198041 18.021674793848355 C-98.13613843763459 17.36766620027028, -98.56185085546505 16.713657606692202, -98.8119970346684 16.329365901781557 M-97.7104260198041 18.021674793848355 C-97.98080510130139 17.60629991771922, -98.25118418279867 17.190925041590084, -98.8119970346684 16.329365901781557 M-98.8119970346684 16.329365901781557 C-99.09078847762656 15.834343464114498, -99.36957992058473 15.339321026447442, -99.8028781507495 14.569956142586314 M-98.8119970346684 16.329365901781557 C-99.13744290238749 15.751503808678686, -99.46288877010659 15.173641715575815, -99.8028781507495 14.569956142586314 M-99.8028781507495 14.569956142586314 C-100.14358644283953 13.862468084071748, -100.48429473492956 13.154980025557185, -100.67899762499809 12.750675308355417 M-99.8028781507495 14.569956142586314 C-100.04713796646291 14.062745408934614, -100.29139778217632 13.555534675282916, -100.67899762499809 12.750675308355417 M-100.67899762499809 12.750675308355417 C-100.97412982998824 12.021693056036717, -101.26926203497841 11.29271080371802, -101.43675529456745 10.878999214271209 M-100.67899762499809 12.750675308355417 C-100.97927053515713 12.008995414880824, -101.27954344531615 11.26731552140623, -101.43675529456745 10.878999214271209 M-101.43675529456745 10.878999214271209 C-101.57896654404591 10.450681589127615, -101.72117779352439 10.02236396398402, -102.07303737065482 8.962618978877522 M-101.43675529456745 10.878999214271209 C-101.57770118020024 10.45449266342245, -101.71864706583303 10.029986112573688, -102.07303737065482 8.962618978877522 M-102.07303737065482 8.962618978877522 C-102.27287436223031 8.200553920100127, -102.4727113538058 7.43848886132273, -102.58522923372743 7.009409419623911 M-102.07303737065482 8.962618978877522 C-102.27404186543534 8.196101724380274, -102.47504636021586 7.429584469883025, -102.58522923372743 7.009409419623911 M-102.58522923372743 7.009409419623911 C-102.73458742422228 6.242486678297628, -102.88394561471713 5.475563936971345, -102.97122617755518 5.027396693551461 M-102.58522923372743 7.009409419623911 C-102.69702260908699 6.435374064690857, -102.80881598444654 5.861338709757802, -102.97122617755518 5.027396693551461 M-102.97122617755518 5.027396693551461 C-103.07014678134871 4.260188024611476, -103.16906738514226 3.492979355671491, -103.22944205789975 3.024725316091999 M-102.97122617755518 5.027396693551461 C-103.07242941433083 4.242484373959136, -103.17363265110646 3.457572054366811, -103.22944205789975 3.024725316091999 M-103.22944205789975 3.024725316091999 C-103.27823621085088 2.264716997946695, -103.32703036380202 1.5047086798013911, -103.35881581032167 1.0096246935071416 M-103.22944205789975 3.024725316091999 C-103.257697184246 2.5846289161215315, -103.28595231059226 2.144532516151064, -103.35881581032167 1.0096246935071416 M-103.35881581032167 1.0096246935071416 C-103.35881581032167 0.5280237455963728, -103.35881581032167 0.04642279768560398, -103.35881581032167 -1.0096246935071262 M-103.35881581032167 1.0096246935071416 C-103.35881581032167 0.3950866974321301, -103.35881581032167 -0.21945129864288138, -103.35881581032167 -1.0096246935071262 M-103.35881581032167 -1.0096246935071262 C-103.31562989153852 -1.6822802376009947, -103.27244397275535 -2.354935781694863, -103.22944205789975 -3.024725316091956 M-103.35881581032167 -1.0096246935071262 C-103.31437741911763 -1.7017885065338427, -103.26993902791358 -2.393952319560559, -103.22944205789975 -3.024725316091956 M-103.22944205789975 -3.024725316091956 C-103.14093397628776 -3.7111765191769446, -103.05242589467576 -4.397627722261934, -102.97122617755518 -5.027396693551446 M-103.22944205789975 -3.024725316091956 C-103.14686710052334 -3.66516037923372, -103.06429214314693 -4.305595442375484, -102.97122617755518 -5.027396693551446 M-102.97122617755518 -5.027396693551446 C-102.82229911832144 -5.792105666971598, -102.6733720590877 -6.5568146403917495, -102.58522923372745 -7.009409419623896 M-102.97122617755518 -5.027396693551446 C-102.86723657412861 -5.561361328936446, -102.76324697070203 -6.095325964321446, -102.58522923372745 -7.009409419623896 M-102.58522923372745 -7.009409419623896 C-102.48200915250555 -7.40303232518913, -102.37878907128368 -7.796655230754365, -102.07303737065482 -8.962618978877506 M-102.58522923372745 -7.009409419623896 C-102.47977367667485 -7.411557163392957, -102.37431811962227 -7.813704907162017, -102.07303737065482 -8.962618978877506 M-102.07303737065482 -8.962618978877506 C-101.83552370565609 -9.677972295190294, -101.59801004065736 -10.39332561150308, -101.43675529456746 -10.878999214271168 M-102.07303737065482 -8.962618978877506 C-101.92411993030301 -9.411134582445182, -101.77520248995121 -9.85965018601286, -101.43675529456746 -10.878999214271168 M-101.43675529456746 -10.878999214271168 C-101.27939998789526 -11.2676698640094, -101.12204468122306 -11.656340513747631, -100.67899762499809 -12.750675308355401 M-101.43675529456746 -10.878999214271168 C-101.21715620379706 -11.421413214133633, -100.99755711302667 -11.9638272139961, -100.67899762499809 -12.750675308355401 M-100.67899762499809 -12.750675308355401 C-100.46599353258623 -13.192982863806108, -100.25298944017436 -13.635290419256815, -99.8028781507495 -14.5699561425863 M-100.67899762499809 -12.750675308355401 C-100.45536876436492 -13.215045422351283, -100.23173990373174 -13.679415536347163, -99.8028781507495 -14.5699561425863 M-99.8028781507495 -14.5699561425863 C-99.40818362244406 -15.270776244747493, -99.01348909413862 -15.971596346908687, -98.8119970346684 -16.329365901781546 M-99.8028781507495 -14.5699561425863 C-99.54056528161772 -15.035719203788078, -99.27825241248593 -15.501482264989857, -98.8119970346684 -16.329365901781546 M-98.8119970346684 -16.329365901781546 C-98.43497389996121 -16.908574681579086, -98.05795076525402 -17.487783461376626, -97.71042601980412 -18.021674793848344 M-98.8119970346684 -16.329365901781546 C-98.51475454616985 -16.786010184899443, -98.2175120576713 -17.24265446801734, -97.71042601980412 -18.021674793848344 M-97.71042601980412 -18.021674793848344 C-97.28189588329776 -18.5958661368683, -96.85336574679141 -19.17005747988825, -96.50269169774295 -19.639928758550102 M-97.71042601980412 -18.021674793848344 C-97.43713266408275 -18.387862992978075, -97.16383930836139 -18.754051192107806, -96.50269169774295 -19.639928758550102 M-96.50269169774295 -19.639928758550102 C-96.13215229351238 -20.075185427048716, -95.76161288928182 -20.510442095547326, -95.19375690787246 -21.177478043231467 M-96.50269169774295 -19.639928758550102 C-96.10294772460739 -20.109490775471574, -95.70320375147182 -20.57905279239305, -95.19375690787246 -21.177478043231467 M-95.19375690787246 -21.177478043231467 C-94.70512323918669 -21.6820324237198, -94.21648957050093 -22.186586804208137, -93.78900034400984 -22.628004528078403 M-95.19375690787246 -21.177478043231467 C-94.76614005552499 -21.61902755127673, -94.3385232031775 -22.060577059321993, -93.78900034400984 -22.628004528078403 M-93.78900034400984 -22.628004528078403 C-93.34827297946272 -23.02826145955303, -92.9075456149156 -23.42851839102766, -92.29419445219536 -23.98554768862771 M-93.78900034400984 -22.628004528078403 C-93.4376751914153 -22.947068736110605, -93.08635003882075 -23.266132944142807, -92.29419445219536 -23.98554768862771 M-92.29419445219536 -23.98554768862771 C-91.74954421061992 -24.4198917625325, -91.20489396904448 -24.85423583643729, -90.71548171047331 -25.244529088840626 M-92.29419445219536 -23.98554768862771 C-91.87053116994628 -24.32340788206793, -91.4468678876972 -24.661268075508147, -90.71548171047331 -25.244529088840626 M-90.71548171047331 -25.244529088840626 C-90.05919491133191 -25.70232634972402, -89.40290811219052 -26.160123610607418, -89.0593493881323 -26.39977530409297 M-90.71548171047331 -25.244529088840626 C-90.12582406349374 -25.65584873750544, -89.53616641651418 -26.067168386170255, -89.0593493881323 -26.39977530409297 M-89.0593493881323 -26.39977530409297 C-88.43752137121032 -26.77673110221812, -87.81569335428834 -27.153686900343263, -87.33260288812404 -27.446539179886763 M-89.0593493881323 -26.39977530409297 C-88.68231901244057 -26.62833333351372, -88.30528863674884 -26.85689136293447, -87.33260288812404 -27.446539179886763 M-87.33260288812404 -27.446539179886763 C-86.66597430348007 -27.79431888549954, -85.99934571883608 -28.14209859111232, -85.54233778220309 -28.3805193389262 M-87.33260288812404 -27.446539179886763 C-86.70868265493404 -27.77203796590201, -86.08476242174403 -28.09753675191725, -85.54233778220309 -28.3805193389262 M-85.54233778220309 -28.3805193389262 C-84.90501648253324 -28.662642572825394, -84.2676951828634 -28.94476580672459, -83.6959106537003 -29.19787785639968 M-85.54233778220309 -28.3805193389262 C-84.81304573407772 -28.703355294951336, -84.08375368595236 -29.02619125097647, -83.6959106537003 -29.19787785639968 M-83.6959106537003 -29.19787785639968 C-83.09124226694317 -29.420401412219594, -82.48657388018606 -29.64292496803951, -81.80090886774407 -29.895256030836055 M-83.6959106537003 -29.19787785639968 C-83.28351409761895 -29.34964360118959, -82.8711175415376 -29.5014093459795, -81.80090886774407 -29.895256030836055 M-81.80090886774407 -29.895256030836055 C-81.24561855925103 -30.060063279618483, -80.69032825075799 -30.22487052840091, -79.86511939314951 -30.469788185729417 M-81.80090886774407 -29.895256030836055 C-81.39454437334186 -30.015862879723873, -80.98817987893965 -30.13646972861169, -79.86511939314951 -30.469788185729417 M-79.86511939314951 -30.469788185729417 C-79.09317283342477 -30.645979950564513, -78.32122627370005 -30.822171715399612, -77.89649680409325 -30.919113445218553 M-79.86511939314951 -30.469788185729417 C-79.29698798363049 -30.599460472548213, -78.72885657411145 -30.729132759367012, -77.89649680409325 -30.919113445218553 M-77.89649680409325 -30.919113445218553 C-77.43375511837343 -30.993925932350365, -76.97101343265362 -31.068738419482177, -75.90313059306196 -31.24138543543225 M-77.89649680409325 -30.919113445218553 C-77.38268386253256 -31.00218273693121, -76.86887092097187 -31.085252028643872, -75.90313059306196 -31.24138543543225 M-75.90313059306196 -31.24138543543225 C-75.48522371167779 -31.281700409672823, -75.06731683029362 -31.322015383913396, -73.89321192939246 -31.435279871635593 M-75.90313059306196 -31.24138543543225 C-75.19952561339502 -31.309261361611927, -74.49592063372808 -31.377137287791605, -73.89321192939246 -31.435279871635593 M-73.89321192939246 -31.435279871635593 C-73.27079947987801 -31.455239427439185, -72.64838703036357 -31.475198983242773, -71.87500000000001 -31.5 M-73.89321192939246 -31.435279871635593 C-73.38714622324733 -31.451508413834528, -72.88108051710219 -31.467736956033463, -71.87500000000001 -31.5 M-71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.875 -31.5, -71.875 -31.5 M-71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.875 -31.5, -71.875 -31.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-88, -24)\"><rect></rect><foreignObject width=\"176\" 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>Customer may skip KYC<br>in Banxa checkout</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-flowchart-G-13\" data-look=\"classic\" transform=\"translate(643.8278465270996, 613.21875)\"><g class=\"basic label-container outer-path\"><path d=\"M-77.5625 -31.5 C-24.884992545531126 -31.5, 27.792514908937747 -31.5, 77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 C77.97909688674979 -31.48664054869858, 78.39569377349957 -31.473281097397166, 79.58071192939245 -31.435279871635593 C80.14956691369264 -31.380403115448367, 80.71842189799284 -31.32552635926114, 81.59063059306193 -31.241385435432253 C82.082949641196 -31.16179110972118, 82.57526868933007 -31.0821967840101, 83.58399680409322 -30.91911344521856 C84.19818650130154 -30.778928654793102, 84.81237619850984 -30.63874386436764, 85.55261939314947 -30.469788185729428 C86.27838486716117 -30.254384802663473, 87.00415034117286 -30.038981419597516, 87.48840886774406 -29.895256030836062 C88.17716676319324 -29.64178675850257, 88.86592465864243 -29.388317486169075, 89.38341065370028 -29.197877856399685 C89.93608266876544 -28.95322634976317, 90.4887546838306 -28.708574843126655, 91.22983778220308 -28.380519338926202 C91.76219575934458 -28.102788523243042, 92.29455373648608 -27.82505770755988, 93.02010288812403 -27.44653917988677 C93.56813906193611 -27.114316430703852, 94.11617523574817 -26.78209368152093, 94.74684938813228 -26.399775304092984 C95.28215117085702 -26.026371953304896, 95.81745295358176 -25.652968602516808, 96.4029817104733 -25.244529088840633 C96.98132341483476 -24.783316969931477, 97.55966511919621 -24.32210485102232, 97.98169445219533 -23.985547688627737 C98.4256112890879 -23.582394162757783, 98.86952812598047 -23.17924063688783, 99.47650034400982 -22.62800452807842 C99.8759709290313 -22.21551835189878, 100.27544151405276 -21.803032175719135, 100.88125690787243 -21.177478043231485 C101.20265222955733 -20.799948810468518, 101.52404755124223 -20.42241957770555, 102.19019169774293 -19.63992875855011 C102.47797667099735 -19.254323112139613, 102.76576164425175 -18.868717465729116, 103.3979260198041 -18.02167479384835 C103.76255868322728 -17.461501105250466, 104.12719134665046 -16.901327416652578, 104.4994970346684 -16.329365901781543 C104.88816258249402 -15.63925086496275, 105.27682813031964 -14.949135828143959, 105.4903781507495 -14.56995614258631 C105.67787054184413 -14.180624180783822, 105.86536293293875 -13.791292218981333, 106.36649762499809 -12.750675308355413 C106.55115076794769 -12.294578475244267, 106.73580391089727 -11.83848164213312, 107.12425529456745 -10.878999214271206 C107.35057281075456 -10.197366914314967, 107.57689032694167 -9.515734614358731, 107.76053737065482 -8.962618978877531 C107.91571158841832 -8.370872433613894, 108.07088580618182 -7.779125888350256, 108.27272923372745 -7.009409419623907 C108.40149083179101 -6.34824582734088, 108.53025242985458 -5.6870822350578525, 108.65872617755518 -5.027396693551458 C108.71251112967059 -4.61025122598444, 108.76629608178601 -4.193105758417423, 108.91694205789975 -3.024725316091981 C108.96806446602967 -2.2284525442033125, 109.01918687415959 -1.4321797723146434, 109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.21118064865703412, 109.04631581032167 0.5872633961930696, 109.04631581032167 1.00962469350713 C109.00343725616354 1.677492785465942, 108.96055870200541 2.3453608774247545, 108.91694205789975 3.02472531609196 C108.82936462044344 3.703958626881936, 108.74178718298714 4.383191937671912, 108.65872617755518 5.027396693551435 C108.5592183803874 5.538348201027574, 108.45971058321963 6.049299708503713, 108.27272923372745 7.0094094196239 C108.1607435545702 7.436459349150809, 108.04875787541297 7.863509278677718, 107.76053737065482 8.96261897887751 C107.51790083382816 9.693401568917213, 107.27526429700153 10.424184158956919, 107.12425529456746 10.878999214271184 C106.85454912998463 11.545178655204719, 106.5848429654018 12.211358096138254, 106.36649762499809 12.750675308355405 C106.17444502664283 13.149476638107434, 105.98239242828755 13.54827796785946, 105.4903781507495 14.569956142586303 C105.12957428156382 15.210599947678999, 104.76877041237815 15.851243752771694, 104.49949703466841 16.329365901781536 C104.24345167842944 16.722720326769753, 103.98740632219045 17.116074751757967, 103.39792601980412 18.021674793848334 C103.06189745397613 18.471922459225723, 102.72586888814814 18.922170124603117, 102.19019169774295 19.639928758550102 C101.6976618544517 20.218482338222028, 101.20513201116044 20.797035917893954, 100.88125690787246 21.177478043231467 C100.34663446035816 21.729519613609213, 99.81201201284388 22.28156118398696, 99.47650034400982 22.628004528078414 C98.9797853276746 23.07910796355491, 98.48307031133938 23.53021139903141, 97.98169445219536 23.985547688627715 C97.58570337668762 24.30134003358006, 97.18971230117988 24.617132378532403, 96.40298171047331 25.24452908884063 C95.92666987431058 25.57678360654069, 95.45035803814784 25.90903812424075, 94.74684938813229 26.399775304092973 C94.28106622486528 26.68213579491113, 93.81528306159828 26.964496285729286, 93.02010288812404 27.446539179886766 C92.55974919271439 27.686705407911365, 92.09939549730474 27.926871635935964, 91.22983778220309 28.3805193389262 C90.53546044800136 28.687899586805536, 89.84108311379961 28.995279834684872, 89.3834106537003 29.197877856399682 C88.7711146793598 29.423208434958923, 88.15881870501931 29.648539013518167, 87.48840886774407 29.895256030836055 C86.79499258941323 30.101058342428335, 86.10157631108237 30.30686065402061, 85.55261939314951 30.46978818572942 C85.09462881670385 30.574321546135327, 84.63663824025816 30.678854906541236, 83.58399680409323 30.919113445218557 C82.9806507936918 31.016657749162068, 82.37730478329036 31.114202053105583, 81.59063059306196 31.24138543543225 C81.06334027924838 31.292252497846462, 80.53604996543478 31.343119560260675, 79.58071192939245 31.435279871635593 C78.9833674285065 31.454435547118468, 78.38602292762056 31.473591222601346, 77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 C40.15554600944251 31.5, 2.74859201888502 31.5, -77.5625 31.5 C-78.31047897624244 31.47601377008466, -79.05845795248486 31.452027540169322, -79.58071192939244 31.435279871635593 C-80.30744408906475 31.365172894215302, -81.03417624873705 31.29506591679501, -81.59063059306195 31.24138543543225 C-82.21027805808396 31.14120563872535, -82.82992552310598 31.041025842018453, -83.58399680409323 30.919113445218557 C-84.03853985765777 30.81536695941308, -84.49308291122229 30.711620473607603, -85.55261939314947 30.469788185729428 C-86.19505857659442 30.279115608315056, -86.83749776003937 30.08844303090068, -87.48840886774403 29.89525603083607 C-88.2046078307585 29.6316881919761, -88.920806793773 29.368120353116133, -89.38341065370028 29.197877856399685 C-90.10334330459207 28.8791850278932, -90.82327595548385 28.560492199386715, -91.22983778220308 28.380519338926206 C-91.6094957628097 28.182452013626275, -91.98915374341632 27.98438468832634, -93.02010288812403 27.446539179886773 C-93.7033667697064 27.032340599567277, -94.38663065128878 26.61814201924778, -94.74684938813226 26.399775304092994 C-95.29930753285805 26.014404417859918, -95.85176567758384 25.629033531626842, -96.4029817104733 25.244529088840636 C-97.02332586567222 24.749821133120758, -97.64367002087116 24.255113177400876, -97.98169445219533 23.98554768862774 C-98.46622686565372 23.545508170749965, -98.95075927911213 23.105468652872187, -99.4765003440098 22.628004528078435 C-99.88558136854276 22.205594784071426, -100.29466239307573 21.783185040064417, -100.88125690787244 21.177478043231478 C-101.361692383218 20.61313119633759, -101.84212785856357 20.048784349443707, -102.19019169774293 19.639928758550113 C-102.63000765457109 19.050615444458327, -103.06982361139924 18.46130213036654, -103.3979260198041 18.021674793848355 C-103.79134886386822 17.417271656540002, -104.18477170793234 16.81286851923165, -104.4994970346684 16.329365901781557 C-104.75435644624757 15.876837209208851, -105.00921585782676 15.424308516636144, -105.4903781507495 14.569956142586314 C-105.81187620218364 13.90235855982702, -106.13337425361777 13.234760977067724, -106.36649762499809 12.750675308355417 C-106.57086136919175 12.245892909092882, -106.7752251133854 11.74111050983035, -107.12425529456745 10.878999214271209 C-107.36836611055762 10.143776330285474, -107.61247692654779 9.408553446299742, -107.76053737065482 8.962618978877522 C-107.94733346306536 8.250284520577502, -108.13412955547592 7.53795006227748, -108.27272923372743 7.009409419623911 C-108.36284701872215 6.5466736400766745, -108.45296480371687 6.083937860529438, -108.65872617755518 5.027396693551461 C-108.74980821756357 4.320982377429548, -108.84089025757197 3.6145680613076343, -108.91694205789975 3.024725316091999 C-108.94888716087853 2.5271545515744167, -108.98083226385731 2.029583787056834, -109.04631581032167 1.0096246935071416 C-109.04631581032167 0.5732431591117249, -109.04631581032167 0.13686162471630803, -109.04631581032167 -1.0096246935071262 C-109.0119636552407 -1.5446872374537026, -108.97761150015974 -2.0797497814002788, -108.91694205789975 -3.024725316091956 C-108.8339451314385 -3.668433088128454, -108.75094820497726 -4.312140860164952, -108.65872617755518 -5.027396693551446 C-108.52795209204312 -5.6988939835431225, -108.39717800653106 -6.3703912735348, -108.27272923372745 -7.009409419623896 C-108.08810193224095 -7.713473338170564, -107.90347463075445 -8.417537256717232, -107.76053737065482 -8.962618978877506 C-107.52528376287488 -9.671165362938519, -107.29003015509494 -10.37971174699953, -107.12425529456746 -10.878999214271168 C-106.92493485355969 -11.37132455715893, -106.72561441255192 -11.863649900046694, -106.36649762499809 -12.750675308355401 C-106.11828969742899 -13.26608438075151, -105.8700817698599 -13.781493453147618, -105.4903781507495 -14.5699561425863 C-105.25730713567123 -14.983797330857264, -105.02423612059295 -15.397638519128227, -104.4994970346684 -16.329365901781546 C-104.1661111229003 -16.841536188909572, -103.8327252111322 -17.353706476037598, -103.39792601980412 -18.021674793848344 C-103.02975520411914 -18.5149901458149, -102.66158438843416 -19.008305497781453, -102.19019169774295 -19.639928758550102 C-101.69509548294675 -20.22149694422241, -101.19999926815055 -20.803065129894716, -100.88125690787246 -21.177478043231467 C-100.45498813737123 -21.6176355460909, -100.02871936687 -22.057793048950327, -99.47650034400984 -22.628004528078403 C-98.99675282871826 -23.063698528042536, -98.51700531342668 -23.49939252800667, -97.98169445219536 -23.98554768862771 C-97.57411254894839 -24.310583410257205, -97.16653064570144 -24.635619131886695, -96.40298171047331 -25.244529088840626 C-95.77992363298863 -25.679147431944482, -95.15686555550393 -26.113765775048336, -94.7468493881323 -26.39977530409297 C-94.24502905185174 -26.70398174096988, -93.74320871557117 -27.00818817784679, -93.02010288812404 -27.446539179886763 C-92.50359161769101 -27.71600277883042, -91.98708034725797 -27.985466377774078, -91.22983778220309 -28.3805193389262 C-90.8046868949093 -28.568721025078183, -90.3795360076155 -28.756922711230168, -89.3834106537003 -29.19787785639968 C-88.90696738147395 -29.373213384772303, -88.43052410924761 -29.548548913144927, -87.48840886774407 -29.895256030836055 C-86.80442089213689 -30.09826007167012, -86.12043291652971 -30.30126411250418, -85.55261939314951 -30.469788185729417 C-84.920157151558 -30.61414356517085, -84.28769490996648 -30.758498944612278, -83.58399680409325 -30.919113445218553 C-83.07781676767335 -31.00094870802211, -82.57163673125348 -31.08278397082567, -81.59063059306196 -31.24138543543225 C-80.83934835617484 -31.313860729275667, -80.08806611928773 -31.38633602311908, -79.58071192939246 -31.435279871635593 C-79.08351607101397 -31.45122397508076, -78.5863202126355 -31.46716807852593, -77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.5625 -31.5, -77.5625 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-77.5625 -31.5 C-41.43869529726254 -31.5, -5.314890594525082 -31.5, 77.5625 -31.5 M-77.5625 -31.5 C-28.51338766793007 -31.5, 20.535724664139863 -31.5, 77.5625 -31.5 M77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 M77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 M77.5625 -31.5 C78.12907233020353 -31.481831128136513, 78.69564466040704 -31.463662256273025, 79.58071192939245 -31.435279871635593 M77.5625 -31.5 C78.34621994551465 -31.47486762676568, 79.12993989102928 -31.449735253531355, 79.58071192939245 -31.435279871635593 M79.58071192939245 -31.435279871635593 C80.23734523694482 -31.37193524617311, 80.89397854449719 -31.308590620710625, 81.59063059306193 -31.241385435432253 M79.58071192939245 -31.435279871635593 C80.27424317022816 -31.368375746925523, 80.96777441106387 -31.301471622215452, 81.59063059306193 -31.241385435432253 M81.59063059306193 -31.241385435432253 C82.17784927426645 -31.146448473003993, 82.76506795547097 -31.051511510575732, 83.58399680409322 -30.91911344521856 M81.59063059306193 -31.241385435432253 C82.33043409105844 -31.121779743137992, 83.07023758905494 -31.00217405084373, 83.58399680409322 -30.91911344521856 M83.58399680409322 -30.91911344521856 C84.34070611027653 -30.746399484071922, 85.09741541645984 -30.57368552292528, 85.55261939314947 -30.469788185729428 M83.58399680409322 -30.91911344521856 C84.17318813820891 -30.784634368039427, 84.7623794723246 -30.650155290860294, 85.55261939314947 -30.469788185729428 M85.55261939314947 -30.469788185729428 C86.03965190355815 -30.32523949312595, 86.52668441396683 -30.180690800522466, 87.48840886774406 -29.895256030836062 M85.55261939314947 -30.469788185729428 C86.14592205134225 -30.293699071087012, 86.73922470953505 -30.1176099564446, 87.48840886774406 -29.895256030836062 M87.48840886774406 -29.895256030836062 C88.16927842120036 -29.64468974127498, 88.85014797465668 -29.394123451713902, 89.38341065370028 -29.197877856399685 M87.48840886774406 -29.895256030836062 C88.07128015726302 -29.68075400828995, 88.65415144678198 -29.46625198574383, 89.38341065370028 -29.197877856399685 M89.38341065370028 -29.197877856399685 C89.94912176472545 -28.947454328772714, 90.51483287575061 -28.697030801145743, 91.22983778220308 -28.380519338926202 M89.38341065370028 -29.197877856399685 C89.84316902689815 -28.994356462832563, 90.30292740009602 -28.790835069265437, 91.22983778220308 -28.380519338926202 M91.22983778220308 -28.380519338926202 C91.61363978852027 -28.180290078067436, 91.99744179483747 -27.980060817208674, 93.02010288812403 -27.44653917988677 M91.22983778220308 -28.380519338926202 C91.76702709462123 -28.100268018723828, 92.30421640703939 -27.820016698521453, 93.02010288812403 -27.44653917988677 M93.02010288812403 -27.44653917988677 C93.62110612177321 -27.082207487761607, 94.22210935542238 -26.717875795636445, 94.74684938813228 -26.399775304092984 M93.02010288812403 -27.44653917988677 C93.65875674607882 -27.05938345804791, 94.29741060403362 -26.672227736209052, 94.74684938813228 -26.399775304092984 M94.74684938813228 -26.399775304092984 C95.09995157791356 -26.153466502049, 95.45305376769484 -25.907157700005012, 96.4029817104733 -25.244529088840633 M94.74684938813228 -26.399775304092984 C95.2896568984563 -26.02113628264935, 95.83246440878031 -25.64249726120572, 96.4029817104733 -25.244529088840633 M96.4029817104733 -25.244529088840633 C96.89719805651951 -24.850404704518077, 97.39141440256574 -24.456280320195518, 97.98169445219533 -23.985547688627737 M96.4029817104733 -25.244529088840633 C96.9282252216441 -24.825661365998766, 97.4534687328149 -24.406793643156895, 97.98169445219533 -23.985547688627737 M97.98169445219533 -23.985547688627737 C98.40417453844015 -23.601862452510733, 98.82665462468495 -23.21817721639373, 99.47650034400982 -22.62800452807842 M97.98169445219533 -23.985547688627737 C98.45759743857724 -23.553345188098703, 98.93350042495915 -23.12114268756967, 99.47650034400982 -22.62800452807842 M99.47650034400982 -22.62800452807842 C100.02441382197686 -22.062238877544303, 100.57232729994392 -21.49647322701018, 100.88125690787243 -21.177478043231485 M99.47650034400982 -22.62800452807842 C99.925493542767 -22.164382187334457, 100.37448674152418 -21.700759846590493, 100.88125690787243 -21.177478043231485 M100.88125690787243 -21.177478043231485 C101.34082919413234 -20.637638285386696, 101.80040148039225 -20.097798527541904, 102.19019169774293 -19.63992875855011 M100.88125690787243 -21.177478043231485 C101.39521668700743 -20.573751641519603, 101.90917646614243 -19.970025239807722, 102.19019169774293 -19.63992875855011 M102.19019169774293 -19.63992875855011 C102.65415345047138 -19.018262277679188, 103.11811520319984 -18.39659579680827, 103.3979260198041 -18.02167479384835 M102.19019169774293 -19.63992875855011 C102.48395571289363 -19.246311740700506, 102.77771972804433 -18.852694722850902, 103.3979260198041 -18.02167479384835 M103.3979260198041 -18.02167479384835 C103.7569510934692 -17.47011586896756, 104.1159761671343 -16.91855694408677, 104.4994970346684 -16.329365901781543 M103.3979260198041 -18.02167479384835 C103.79253298312896 -17.415452531374953, 104.18713994645383 -16.80923026890155, 104.4994970346684 -16.329365901781543 M104.4994970346684 -16.329365901781543 C104.85193363141867 -15.703579036176137, 105.20437022816894 -15.07779217057073, 105.4903781507495 -14.56995614258631 M104.4994970346684 -16.329365901781543 C104.77966346453042 -15.831902035634178, 105.05982989439244 -15.334438169486813, 105.4903781507495 -14.56995614258631 M105.4903781507495 -14.56995614258631 C105.82683619619183 -13.871293812176399, 106.16329424163416 -13.172631481766489, 106.36649762499809 -12.750675308355413 M105.4903781507495 -14.56995614258631 C105.74839380899402 -14.034181107590868, 106.00640946723854 -13.498406072595424, 106.36649762499809 -12.750675308355413 M106.36649762499809 -12.750675308355413 C106.60215908886089 -12.168586936409854, 106.83782055272368 -11.586498564464295, 107.12425529456745 -10.878999214271206 M106.36649762499809 -12.750675308355413 C106.56330885906436 -12.264547755125353, 106.76012009313065 -11.778420201895292, 107.12425529456745 -10.878999214271206 M107.12425529456745 -10.878999214271206 C107.33910351518514 -10.231910605185941, 107.55395173580284 -9.584821996100677, 107.76053737065482 -8.962618978877531 M107.12425529456745 -10.878999214271206 C107.2845049017434 -10.396352929764761, 107.44475450891937 -9.913706645258317, 107.76053737065482 -8.962618978877531 M107.76053737065482 -8.962618978877531 C107.87577919556497 -8.523151954372237, 107.99102102047513 -8.083684929866942, 108.27272923372745 -7.009409419623907 M107.76053737065482 -8.962618978877531 C107.94667261480402 -8.252804621411492, 108.13280785895323 -7.542990263945452, 108.27272923372745 -7.009409419623907 M108.27272923372745 -7.009409419623907 C108.40361682739517 -6.337329289242887, 108.53450442106289 -5.665249158861867, 108.65872617755518 -5.027396693551458 M108.27272923372745 -7.009409419623907 C108.41991669219149 -6.25363292849143, 108.56710415065552 -5.497856437358953, 108.65872617755518 -5.027396693551458 M108.65872617755518 -5.027396693551458 C108.73776409823728 -4.414394188543862, 108.81680201891939 -3.8013916835362656, 108.91694205789975 -3.024725316091981 M108.65872617755518 -5.027396693551458 C108.75936825314524 -4.246836629300652, 108.86001032873531 -3.4662765650498453, 108.91694205789975 -3.024725316091981 M108.91694205789975 -3.024725316091981 C108.960470085002 -2.346741158783277, 109.00399811210426 -1.6687570014745727, 109.04631581032167 -1.0096246935071378 M108.91694205789975 -3.024725316091981 C108.95146480578744 -2.4870056514806844, 108.98598755367513 -1.9492859868693875, 109.04631581032167 -1.0096246935071378 M109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.37948850594785566, 109.04631581032167 0.2506476816114265, 109.04631581032167 1.00962469350713 M109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.21697959944827316, 109.04631581032167 0.5756654946105915, 109.04631581032167 1.00962469350713 M109.04631581032167 1.00962469350713 C109.00279659034626 1.6874716727061918, 108.95927737037086 2.3653186519052536, 108.91694205789975 3.02472531609196 M109.04631581032167 1.00962469350713 C109.01656786982583 1.4729728788350787, 108.98681992933001 1.9363210641630273, 108.91694205789975 3.02472531609196 M108.91694205789975 3.02472531609196 C108.81399538536014 3.8231593791892142, 108.71104871282056 4.621593442286469, 108.65872617755518 5.027396693551435 M108.91694205789975 3.02472531609196 C108.81458946138306 3.8185518428691045, 108.71223686486637 4.612378369646249, 108.65872617755518 5.027396693551435 M108.65872617755518 5.027396693551435 C108.5765605006416 5.449300078780681, 108.49439482372803 5.871203464009926, 108.27272923372745 7.0094094196239 M108.65872617755518 5.027396693551435 C108.52542037916912 5.711893794073371, 108.39211458078307 6.396390894595308, 108.27272923372745 7.0094094196239 M108.27272923372745 7.0094094196239 C108.13361325476414 7.5399189406576514, 107.99449727580084 8.070428461691403, 107.76053737065482 8.96261897887751 M108.27272923372745 7.0094094196239 C108.07796188657747 7.752141727008988, 107.88319453942749 8.494874034394076, 107.76053737065482 8.96261897887751 M107.76053737065482 8.96261897887751 C107.61613132658472 9.397546975638072, 107.47172528251463 9.832474972398634, 107.12425529456746 10.878999214271184 M107.76053737065482 8.96261897887751 C107.55215051524354 9.590246985439762, 107.34376365983228 10.217874992002017, 107.12425529456746 10.878999214271184 M107.12425529456746 10.878999214271184 C106.9232803903904 11.375411113173948, 106.72230548621334 11.871823012076712, 106.36649762499809 12.750675308355405 M107.12425529456746 10.878999214271184 C106.8283532749047 11.60988292371456, 106.53245125524194 12.340766633157935, 106.36649762499809 12.750675308355405 M106.36649762499809 12.750675308355405 C106.04514975391804 13.41796103839609, 105.723801882838 14.085246768436775, 105.4903781507495 14.569956142586303 M106.36649762499809 12.750675308355405 C106.06197428910178 13.383024531099679, 105.75745095320548 14.015373753843955, 105.4903781507495 14.569956142586303 M105.4903781507495 14.569956142586303 C105.10759221310569 15.249631336152211, 104.72480627546187 15.92930652971812, 104.49949703466841 16.329365901781536 M105.4903781507495 14.569956142586303 C105.2260073872234 15.03937320366959, 104.9616366236973 15.508790264752877, 104.49949703466841 16.329365901781536 M104.49949703466841 16.329365901781536 C104.16997999252747 16.835592566225266, 103.84046295038655 17.341819230668996, 103.39792601980412 18.021674793848334 M104.49949703466841 16.329365901781536 C104.09055970014792 16.95760346265488, 103.68162236562743 17.58584102352822, 103.39792601980412 18.021674793848334 M103.39792601980412 18.021674793848334 C103.00571513029969 18.54720165463718, 102.61350424079525 19.07272851542603, 102.19019169774295 19.639928758550102 M103.39792601980412 18.021674793848334 C103.02461786399874 18.521873713554918, 102.65130970819335 19.022072633261505, 102.19019169774295 19.639928758550102 M102.19019169774295 19.639928758550102 C101.92292820762275 19.953871661768698, 101.65566471750255 20.267814564987294, 100.88125690787246 21.177478043231467 M102.19019169774295 19.639928758550102 C101.74571352265998 20.162038114527185, 101.30123534757703 20.684147470504268, 100.88125690787246 21.177478043231467 M100.88125690787246 21.177478043231467 C100.36390642632969 21.71168489068883, 99.84655594478694 22.245891738146188, 99.47650034400982 22.628004528078414 M100.88125690787246 21.177478043231467 C100.50656464504827 21.564378567404322, 100.13187238222409 21.951279091577177, 99.47650034400982 22.628004528078414 M99.47650034400982 22.628004528078414 C98.97865691741505 23.080132755896532, 98.48081349082028 23.53226098371465, 97.98169445219536 23.985547688627715 M99.47650034400982 22.628004528078414 C98.9304712007816 23.123893748818837, 98.38444205755337 23.619782969559257, 97.98169445219536 23.985547688627715 M97.98169445219536 23.985547688627715 C97.62967852005008 24.266271026976206, 97.27766258790481 24.546994365324693, 96.40298171047331 25.24452908884063 M97.98169445219536 23.985547688627715 C97.49927407865813 24.370265098778358, 97.01685370512092 24.754982508929, 96.40298171047331 25.24452908884063 M96.40298171047331 25.24452908884063 C95.83892886737881 25.637987934729317, 95.2748760242843 26.031446780618005, 94.74684938813229 26.399775304092973 M96.40298171047331 25.24452908884063 C95.88493385350709 25.60589684792998, 95.36688599654087 25.96726460701933, 94.74684938813229 26.399775304092973 M94.74684938813229 26.399775304092973 C94.14944788388642 26.761923606687738, 93.55204637964057 27.124071909282502, 93.02010288812404 27.446539179886766 M94.74684938813229 26.399775304092973 C94.20655329093432 26.72730597334668, 93.66625719373637 27.05483664260039, 93.02010288812404 27.446539179886766 M93.02010288812404 27.446539179886766 C92.40450220996242 27.76769765937263, 91.7889015318008 28.088856138858496, 91.22983778220309 28.3805193389262 M93.02010288812404 27.446539179886766 C92.4029116905324 27.768527432340495, 91.78572049294077 28.090515684794227, 91.22983778220309 28.3805193389262 M91.22983778220309 28.3805193389262 C90.63218447711883 28.64508272833161, 90.03453117203458 28.90964611773702, 89.3834106537003 29.197877856399682 M91.22983778220309 28.3805193389262 C90.8096462408579 28.566525669740503, 90.38945469951273 28.752532000554808, 89.3834106537003 29.197877856399682 M89.3834106537003 29.197877856399682 C88.77021539318677 29.423539380583513, 88.15702013267324 29.64920090476734, 87.48840886774407 29.895256030836055 M89.3834106537003 29.197877856399682 C88.91014304072071 29.372044712814024, 88.43687542774114 29.546211569228365, 87.48840886774407 29.895256030836055 M87.48840886774407 29.895256030836055 C87.05118210061823 30.02502264026887, 86.61395533349241 30.154789249701683, 85.55261939314951 30.46978818572942 M87.48840886774407 29.895256030836055 C86.92661589583707 30.061993235986566, 86.36482292393008 30.228730441137078, 85.55261939314951 30.46978818572942 M85.55261939314951 30.46978818572942 C85.0626069220179 30.581630334635, 84.5725944508863 30.69347248354058, 83.58399680409323 30.919113445218557 M85.55261939314951 30.46978818572942 C85.07366253901851 30.579106962199255, 84.59470568488753 30.68842573866909, 83.58399680409323 30.919113445218557 M83.58399680409323 30.919113445218557 C83.07966097723245 31.000650550522657, 82.57532515037167 31.082187655826758, 81.59063059306196 31.24138543543225 M83.58399680409323 30.919113445218557 C82.86412688734026 31.035496430684596, 82.14425697058729 31.151879416150635, 81.59063059306196 31.24138543543225 M81.59063059306196 31.24138543543225 C81.08035469133367 31.290611137975418, 80.57007878960539 31.339836840518586, 79.58071192939245 31.435279871635593 M81.59063059306196 31.24138543543225 C80.94990467196376 31.303195494454933, 80.30917875086556 31.365005553477616, 79.58071192939245 31.435279871635593 M79.58071192939245 31.435279871635593 C79.03187750563478 31.4528799233641, 78.48304308187711 31.470479975092612, 77.5625 31.5 M79.58071192939245 31.435279871635593 C79.09823741868043 31.450751890114464, 78.61576290796839 31.466223908593335, 77.5625 31.5 M77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 M77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 M77.5625 31.5 C17.47741955520212 31.5, -42.60766088959576 31.5, -77.5625 31.5 M77.5625 31.5 C25.311079869529316 31.5, -26.94034026094137 31.5, -77.5625 31.5 M-77.5625 31.5 C-78.20285290689883 31.479465128647075, -78.84320581379767 31.45893025729415, -79.58071192939244 31.435279871635593 M-77.5625 31.5 C-78.21181437331065 31.479177751861684, -78.8611287466213 31.458355503723368, -79.58071192939244 31.435279871635593 M-79.58071192939244 31.435279871635593 C-80.15405192721862 31.379970451587532, -80.7273919250448 31.32466103153947, -81.59063059306195 31.24138543543225 M-79.58071192939244 31.435279871635593 C-80.26013991896943 31.36973627061281, -80.93956790854642 31.304192669590023, -81.59063059306195 31.24138543543225 M-81.59063059306195 31.24138543543225 C-82.26258308644431 31.132749367371606, -82.93453557982666 31.024113299310958, -83.58399680409323 30.919113445218557 M-81.59063059306195 31.24138543543225 C-82.34350157525543 31.119667093632874, -83.09637255744893 30.997948751833498, -83.58399680409323 30.919113445218557 M-83.58399680409323 30.919113445218557 C-83.98012602674862 30.82869953513222, -84.37625524940401 30.738285625045886, -85.55261939314947 30.469788185729428 M-83.58399680409323 30.919113445218557 C-84.24148706001749 30.769045584828735, -84.89897731594175 30.618977724438913, -85.55261939314947 30.469788185729428 M-85.55261939314947 30.469788185729428 C-86.23569715676672 30.267054291036178, -86.91877492038397 30.06432039634293, -87.48840886774403 29.89525603083607 M-85.55261939314947 30.469788185729428 C-86.10620309621189 30.305487448480655, -86.65978679927431 30.141186711231885, -87.48840886774403 29.89525603083607 M-87.48840886774403 29.89525603083607 C-87.96601428873961 29.71949282097358, -88.4436197097352 29.54372961111109, -89.38341065370028 29.197877856399685 M-87.48840886774403 29.89525603083607 C-88.09916293341841 29.670492888919203, -88.70991699909278 29.44572974700234, -89.38341065370028 29.197877856399685 M-89.38341065370028 29.197877856399685 C-90.0995721890708 28.8808543888683, -90.81573372444132 28.563830921336915, -91.22983778220308 28.380519338926206 M-89.38341065370028 29.197877856399685 C-89.94093536484222 28.951078205160098, -90.49846007598416 28.704278553920506, -91.22983778220308 28.380519338926206 M-91.22983778220308 28.380519338926206 C-91.88302008775916 28.039754548500827, -92.53620239331526 27.69898975807545, -93.02010288812403 27.446539179886773 M-91.22983778220308 28.380519338926206 C-91.6124314514754 28.18092046672977, -91.99502512074774 27.981321594533338, -93.02010288812403 27.446539179886773 M-93.02010288812403 27.446539179886773 C-93.40865681393248 27.210995506665366, -93.79721073974093 26.975451833443962, -94.74684938813226 26.399775304092994 M-93.02010288812403 27.446539179886773 C-93.66827966207381 27.053610610408885, -94.3164564360236 26.660682040930993, -94.74684938813226 26.399775304092994 M-94.74684938813226 26.399775304092994 C-95.2751248701797 26.031273196493746, -95.80340035222713 25.662771088894498, -96.4029817104733 25.244529088840636 M-94.74684938813226 26.399775304092994 C-95.11340820061397 26.144079744580996, -95.47996701309569 25.888384185068993, -96.4029817104733 25.244529088840636 M-96.4029817104733 25.244529088840636 C-96.739348276301 24.976285703683278, -97.07571484212872 24.708042318525916, -97.98169445219533 23.98554768862774 M-96.4029817104733 25.244529088840636 C-96.84008033208957 24.895954569784475, -97.27717895370586 24.547380050728318, -97.98169445219533 23.98554768862774 M-97.98169445219533 23.98554768862774 C-98.38415056419286 23.620047696116785, -98.7866066761904 23.25454770360583, -99.4765003440098 22.628004528078435 M-97.98169445219533 23.98554768862774 C-98.29163791342813 23.704065237790708, -98.60158137466094 23.422582786953676, -99.4765003440098 22.628004528078435 M-99.4765003440098 22.628004528078435 C-99.98175726084507 22.10628527908169, -100.48701417768032 21.584566030084947, -100.88125690787244 21.177478043231478 M-99.4765003440098 22.628004528078435 C-99.86659979371392 22.22519481849849, -100.25669924341801 21.822385108918546, -100.88125690787244 21.177478043231478 M-100.88125690787244 21.177478043231478 C-101.32815788485921 20.65252272627685, -101.77505886184596 20.127567409322225, -102.19019169774293 19.639928758550113 M-100.88125690787244 21.177478043231478 C-101.38613228708924 20.584422694580507, -101.89100766630605 19.991367345929532, -102.19019169774293 19.639928758550113 M-102.19019169774293 19.639928758550113 C-102.58940233159191 19.105022878029402, -102.9886129654409 18.57011699750869, -103.3979260198041 18.021674793848355 M-102.19019169774293 19.639928758550113 C-102.61329281278742 19.07301180969504, -103.0363939278319 18.506094860839962, -103.3979260198041 18.021674793848355 M-103.3979260198041 18.021674793848355 C-103.64537578610077 17.641525503250595, -103.89282555239745 17.261376212652838, -104.4994970346684 16.329365901781557 M-103.3979260198041 18.021674793848355 C-103.67026759420756 17.603285001612196, -103.94260916861103 17.184895209376034, -104.4994970346684 16.329365901781557 M-104.4994970346684 16.329365901781557 C-104.82778000450047 15.746466246589339, -105.15606297433256 15.163566591397121, -105.4903781507495 14.569956142586314 M-104.4994970346684 16.329365901781557 C-104.79387892705805 15.80666104244471, -105.0882608194477 15.283956183107861, -105.4903781507495 14.569956142586314 M-105.4903781507495 14.569956142586314 C-105.76735079934109 13.994816511520584, -106.04432344793267 13.419676880454855, -106.36649762499809 12.750675308355417 M-105.4903781507495 14.569956142586314 C-105.82553786645693 13.873989821650763, -106.16069758216433 13.178023500715211, -106.36649762499809 12.750675308355417 M-106.36649762499809 12.750675308355417 C-106.61281644765356 12.142263054145953, -106.85913527030903 11.53385079993649, -107.12425529456745 10.878999214271209 M-106.36649762499809 12.750675308355417 C-106.53547171728542 12.3333060335139, -106.70444580957273 11.915936758672382, -107.12425529456745 10.878999214271209 M-107.12425529456745 10.878999214271209 C-107.31250281729824 10.312027668975649, -107.50075034002904 9.745056123680087, -107.76053737065482 8.962618978877522 M-107.12425529456745 10.878999214271209 C-107.372195715554 10.132242170201053, -107.62013613654057 9.385485126130895, -107.76053737065482 8.962618978877522 M-107.76053737065482 8.962618978877522 C-107.87695927656192 8.518651794080526, -107.99338118246902 8.07468460928353, -108.27272923372743 7.009409419623911 M-107.76053737065482 8.962618978877522 C-107.95635134000376 8.215895447438804, -108.15216530935271 7.469171916000088, -108.27272923372743 7.009409419623911 M-108.27272923372743 7.009409419623911 C-108.35990815355355 6.561764091588086, -108.44708707337965 6.11411876355226, -108.65872617755518 5.027396693551461 M-108.27272923372743 7.009409419623911 C-108.42093086771736 6.24842535151207, -108.5691325017073 5.48744128340023, -108.65872617755518 5.027396693551461 M-108.65872617755518 5.027396693551461 C-108.72834102605192 4.487477675617416, -108.79795587454868 3.947558657683372, -108.91694205789975 3.024725316091999 M-108.65872617755518 5.027396693551461 C-108.73908416088187 4.404156043348309, -108.81944214420857 3.7809153931451576, -108.91694205789975 3.024725316091999 M-108.91694205789975 3.024725316091999 C-108.96401067101411 2.2915936737350293, -109.01107928412848 1.55846203137806, -109.04631581032167 1.0096246935071416 M-108.91694205789975 3.024725316091999 C-108.94502161855299 2.5873634935044967, -108.97310117920621 2.150001670916995, -109.04631581032167 1.0096246935071416 M-109.04631581032167 1.0096246935071416 C-109.04631581032167 0.41827065738776026, -109.04631581032167 -0.17308337873162105, -109.04631581032167 -1.0096246935071262 M-109.04631581032167 1.0096246935071416 C-109.04631581032167 0.3194130239289571, -109.04631581032167 -0.3707986456492274, -109.04631581032167 -1.0096246935071262 M-109.04631581032167 -1.0096246935071262 C-109.0007558753515 -1.7192574559852305, -108.95519594038132 -2.4288902184633345, -108.91694205789975 -3.024725316091956 M-109.04631581032167 -1.0096246935071262 C-109.0004225827546 -1.724448757210892, -108.95452935518752 -2.439272820914658, -108.91694205789975 -3.024725316091956 M-108.91694205789975 -3.024725316091956 C-108.83781439965408 -3.638423807921898, -108.75868674140841 -4.25212229975184, -108.65872617755518 -5.027396693551446 M-108.91694205789975 -3.024725316091956 C-108.82142685796401 -3.76552234518388, -108.72591165802828 -4.5063193742758045, -108.65872617755518 -5.027396693551446 M-108.65872617755518 -5.027396693551446 C-108.56879165956694 -5.489191435753961, -108.4788571415787 -5.950986177956475, -108.27272923372745 -7.009409419623896 M-108.65872617755518 -5.027396693551446 C-108.52164609060344 -5.731273968161991, -108.3845660036517 -6.435151242772537, -108.27272923372745 -7.009409419623896 M-108.27272923372745 -7.009409419623896 C-108.10153978917785 -7.662228965666117, -107.93035034462825 -8.315048511708337, -107.76053737065482 -8.962618978877506 M-108.27272923372745 -7.009409419623896 C-108.14746471022852 -7.487097337713187, -108.0222001867296 -7.964785255802478, -107.76053737065482 -8.962618978877506 M-107.76053737065482 -8.962618978877506 C-107.58225597258 -9.499574144595588, -107.40397457450518 -10.036529310313671, -107.12425529456746 -10.878999214271168 M-107.76053737065482 -8.962618978877506 C-107.57411290265452 -9.524099773789123, -107.38768843465422 -10.085580568700742, -107.12425529456746 -10.878999214271168 M-107.12425529456746 -10.878999214271168 C-106.96684815916937 -11.267797881964379, -106.80944102377129 -11.65659654965759, -106.36649762499809 -12.750675308355401 M-107.12425529456746 -10.878999214271168 C-106.94551740738835 -11.320485251265524, -106.76677952020924 -11.761971288259879, -106.36649762499809 -12.750675308355401 M-106.36649762499809 -12.750675308355401 C-106.03816681983034 -13.432461250440051, -105.7098360146626 -14.1142471925247, -105.4903781507495 -14.5699561425863 M-106.36649762499809 -12.750675308355401 C-106.07652482906511 -13.352810023534152, -105.78655203313212 -13.954944738712904, -105.4903781507495 -14.5699561425863 M-105.4903781507495 -14.5699561425863 C-105.22703163284032 -15.037554551860627, -104.96368511493115 -15.505152961134954, -104.4994970346684 -16.329365901781546 M-105.4903781507495 -14.5699561425863 C-105.17329820763712 -15.132963689408232, -104.85621826452473 -15.695971236230166, -104.4994970346684 -16.329365901781546 M-104.4994970346684 -16.329365901781546 C-104.18596915168229 -16.811028924073064, -103.87244126869619 -17.292691946364585, -103.39792601980412 -18.021674793848344 M-104.4994970346684 -16.329365901781546 C-104.07072683837778 -16.988072064202896, -103.64195664208715 -17.646778226624246, -103.39792601980412 -18.021674793848344 M-103.39792601980412 -18.021674793848344 C-103.0719001706788 -18.458519730110385, -102.7458743215535 -18.895364666372426, -102.19019169774295 -19.639928758550102 M-103.39792601980412 -18.021674793848344 C-103.07271329066306 -18.45743022340824, -102.747500561522 -18.89318565296814, -102.19019169774295 -19.639928758550102 M-102.19019169774295 -19.639928758550102 C-101.6692464174581 -20.251860727398867, -101.14830113717326 -20.86379269624763, -100.88125690787246 -21.177478043231467 M-102.19019169774295 -19.639928758550102 C-101.7679342406371 -20.135936394796598, -101.34567678353126 -20.63194403104309, -100.88125690787246 -21.177478043231467 M-100.88125690787246 -21.177478043231467 C-100.45591561416134 -21.616677850157856, -100.03057432045021 -22.055877657084245, -99.47650034400984 -22.628004528078403 M-100.88125690787246 -21.177478043231467 C-100.49386466594942 -21.577492338511572, -100.10647242402636 -21.977506633791677, -99.47650034400984 -22.628004528078403 M-99.47650034400984 -22.628004528078403 C-98.95371807113527 -23.10278155624211, -98.43093579826072 -23.577558584405818, -97.98169445219536 -23.98554768862771 M-99.47650034400984 -22.628004528078403 C-98.94988362840112 -23.106263895679472, -98.42326691279241 -23.584523263280545, -97.98169445219536 -23.98554768862771 M-97.98169445219536 -23.98554768862771 C-97.50819679425855 -24.363149470530452, -97.03469913632176 -24.740751252433196, -96.40298171047331 -25.244529088840626 M-97.98169445219536 -23.98554768862771 C-97.41463714011618 -24.437760804982037, -96.84757982803701 -24.889973921336363, -96.40298171047331 -25.244529088840626 M-96.40298171047331 -25.244529088840626 C-95.80871935746363 -25.659060781097537, -95.21445700445395 -26.073592473354452, -94.7468493881323 -26.39977530409297 M-96.40298171047331 -25.244529088840626 C-95.8673787214397 -25.61814254811077, -95.33177573240609 -25.991756007380918, -94.7468493881323 -26.39977530409297 M-94.7468493881323 -26.39977530409297 C-94.07754672799622 -26.80551050992648, -93.40824406786012 -27.211245715759993, -93.02010288812404 -27.446539179886763 M-94.7468493881323 -26.39977530409297 C-94.15643465176585 -26.757688186940435, -93.5660199153994 -27.115601069787896, -93.02010288812404 -27.446539179886763 M-93.02010288812404 -27.446539179886763 C-92.45093210105979 -27.7434752149269, -91.88176131399553 -28.040411249967036, -91.22983778220309 -28.3805193389262 M-93.02010288812404 -27.446539179886763 C-92.42725396084438 -27.755828085510704, -91.83440503356472 -28.065116991134644, -91.22983778220309 -28.3805193389262 M-91.22983778220309 -28.3805193389262 C-90.7936031255378 -28.57362748099061, -90.3573684688725 -28.76673562305502, -89.3834106537003 -29.19787785639968 M-91.22983778220309 -28.3805193389262 C-90.64766714045895 -28.63822901254783, -90.06549649871481 -28.89593868616946, -89.3834106537003 -29.19787785639968 M-89.3834106537003 -29.19787785639968 C-88.81795257662219 -29.405971655801586, -88.2524944995441 -29.61406545520349, -87.48840886774407 -29.895256030836055 M-89.3834106537003 -29.19787785639968 C-88.69829932596697 -29.45000515810523, -88.01318799823365 -29.702132459810787, -87.48840886774407 -29.895256030836055 M-87.48840886774407 -29.895256030836055 C-86.75029018548653 -30.114325781266064, -86.012171503229 -30.333395531696077, -85.55261939314951 -30.469788185729417 M-87.48840886774407 -29.895256030836055 C-87.098871571361 -30.010868655679555, -86.70933427497793 -30.126481280523056, -85.55261939314951 -30.469788185729417 M-85.55261939314951 -30.469788185729417 C-85.0939045683921 -30.574486851086316, -84.6351897436347 -30.679185516443216, -83.58399680409325 -30.919113445218553 M-85.55261939314951 -30.469788185729417 C-85.13066760809268 -30.566095927175912, -84.70871582303586 -30.66240366862241, -83.58399680409325 -30.919113445218553 M-83.58399680409325 -30.919113445218553 C-83.03083025448333 -31.008545123088822, -82.47766370487341 -31.097976800959096, -81.59063059306196 -31.24138543543225 M-83.58399680409325 -30.919113445218553 C-82.9257611042638 -31.025531888472887, -82.26752540443434 -31.131950331727225, -81.59063059306196 -31.24138543543225 M-81.59063059306196 -31.24138543543225 C-80.82167854993695 -31.315565314232387, -80.05272650681192 -31.38974519303252, -79.58071192939246 -31.435279871635593 M-81.59063059306196 -31.24138543543225 C-81.17317421344895 -31.281656950308765, -80.75571783383594 -31.32192846518528, -79.58071192939246 -31.435279871635593 M-79.58071192939246 -31.435279871635593 C-79.04416220931441 -31.452485976827823, -78.50761248923634 -31.469692082020053, -77.56250000000001 -31.5 M-79.58071192939246 -31.435279871635593 C-78.87874083829027 -31.4577907182234, -78.17676974718809 -31.480301564811207, -77.56250000000001 -31.5 M-77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.5625 -31.5, -77.5625 -31.5 M-77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.5625 -31.5, -77.5625 -31.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-93.6875, -24)\"><rect></rect><foreignObject width=\"187.375\" 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>Customer completes KYC<br>in Banxa checkout</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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-d0882ff53310ac164452246fa105b8d67b1cd476aa20bf56eb718e5a71b2cb6c-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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 781.8278198242188px;\" viewBox=\"0 0 781.8278198242188 773.21875\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b{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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .error-icon{fill:#a44141;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .error-text{fill:#ddd;stroke:#ddd;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-thickness-normal{stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-thickness-thick{stroke-width:3.5px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-pattern-solid{stroke-dasharray:0;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-pattern-dashed{stroke-dasharray:3;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edge-pattern-dotted{stroke-dasharray:2;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .marker{fill:lightgrey;stroke:lightgrey;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .marker.cross{stroke:lightgrey;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b p{margin:0;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster-label text{fill:#F9FFFE;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster-label span{color:#F9FFFE;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster-label span p{background-color:transparent;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .label text,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b span{fill:#ccc;color:#ccc;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node rect,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node circle,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node ellipse,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node polygon,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .rough-node .label text,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node .label text,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .image-shape .label,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .icon-shape .label{text-anchor:middle;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .rough-node .label,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node .label,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .image-shape .label,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .icon-shape .label{text-align:center;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node.clickable{cursor:pointer;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .arrowheadPath{fill:lightgrey;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .flowchart-link{stroke:lightgrey;fill:none;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster text{fill:#F9FFFE;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .cluster span{color:#F9FFFE;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b 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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b rect.text{fill:none;stroke-width:0;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .icon-shape,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .icon-shape p,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .icon-shape .label rect,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b .node .neo-node{stroke:#ccc;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node rect,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].cluster rect,#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node polygon{stroke:url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node path{stroke:url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-gradient);stroke-width:1px;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node circle{stroke:url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_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=\"M466.041,190.319L495.672,209.664C525.303,229.009,584.565,267.7,614.197,297.114C643.828,326.529,643.828,346.667,643.828,356.736L643.828,366.805\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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=\"W3sieCI6NDY2LjA0MDU0NjYzMDI3Mzg3LCJ5IjoxOTAuMzE4ODI4MzY5NzI2MDh9LHsieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjMwNi4zOTA2MjV9LHsieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjM3MC44MDQ2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M330.092,212.514L318.037,228.16C305.982,243.806,281.872,275.098,269.817,296.245C257.762,317.391,257.762,328.391,257.762,333.891L257.762,339.391\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-L_A_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_A_C_0\" data-points=\"W3sieCI6MzMwLjA5MjI5MzIwNTcyNDQ1LCJ5IjoyMTIuNTE0MTY4MjA1NzI0NDd9LHsieCI6MjU3Ljc2MTcxODc1LCJ5IjozMDYuMzkwNjI1fSx7IngiOjI1Ny43NjE3MTg3NSwieSI6MzQzLjM5MDYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M216.092,458.549L201.222,471.66C186.353,484.772,156.614,510.995,141.744,529.607C126.875,548.219,126.875,559.219,126.875,564.719L126.875,570.219\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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=\"W3sieCI6MjE2LjA5MTY5NTI0Mjk5MDAzLCJ5Ijo0NTguNTQ4NzI2NDkyOTl9LHsieCI6MTI2Ljg3NSwieSI6NTM3LjIxODc1fSx7IngiOjEyNi44NzUsInkiOjU3NC4yMTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M299.432,458.549L314.301,471.66C329.171,484.772,358.91,510.995,373.779,529.607C388.648,548.219,388.648,559.219,388.648,564.719L388.648,570.219\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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=\"W3sieCI6Mjk5LjQzMTc0MjI1NzAxLCJ5Ijo0NTguNTQ4NzI2NDkyOTl9LHsieCI6Mzg4LjY0ODQzNzUsInkiOjUzNy4yMTg3NX0seyJ4IjozODguNjQ4NDM3NSwieSI6NTc0LjIxODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M126.875,652.219L126.875,656.385C126.875,660.552,126.875,668.885,136.012,677.041C145.15,685.196,163.425,693.174,172.562,697.162L181.699,701.151\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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=\"W3sieCI6MTI2Ljg3NSwieSI6NjUyLjIxODc1fSx7IngiOjEyNi44NzUsInkiOjY3Ny4yMTg3NX0seyJ4IjoxODUuMzY1MzUyNTkxOTIxNiwieSI6NzAyLjc1MTUwMzE1Mjc2MDd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M388.648,652.219L388.648,656.385C388.648,660.552,388.648,668.885,379.676,677.037C370.704,685.188,352.759,693.158,343.786,697.143L334.814,701.128\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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=\"W3sieCI6Mzg4LjY0ODQzNzUsInkiOjY1Mi4yMTg3NX0seyJ4IjozODguNjQ4NDM3NSwieSI6Njc3LjIxODc1fSx7IngiOjMzMS4xNTgwODQ1OTc3NDgzLCJ5Ijo3MDIuNzUxNTAzMjg2NzIxMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path><path d=\"M643.828,472.805L643.828,483.54C643.828,494.276,643.828,515.747,643.904,533.316C643.98,550.885,644.132,564.552,644.207,571.386L644.283,578.219\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-L_B_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_B_G_0\" data-points=\"W3sieCI6NjQzLjgyNzg0NjUyNzA5OTYsInkiOjQ3Mi44MDQ2ODc1fSx7IngiOjY0My44Mjc4NDY1MjcwOTk2LCJ5Ijo1MzcuMjE4NzV9LHsieCI6NjQ0LjMyNzg0NjUyNzA5OTYsInkiOjU4Mi4yMTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(643.8278465270996, 306.390625)\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(-10.8671875, -12)\"><foreignObject width=\"21.734375\" 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>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(257.76171875, 306.390625)\"><g class=\"label\" data-id=\"L_A_C_0\" transform=\"translate(-12.390625, -12)\"><foreignObject width=\"24.78125\" 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>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(126.875, 537.21875)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-30.375, -12)\"><foreignObject width=\"60.75\" 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>Sumsub</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(388.6484375, 537.21875)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-66.4375, -12)\"><foreignObject width=\"132.875\" 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>Other or in-house</p></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 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_B_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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-A-0\" data-look=\"classic\" transform=\"translate(386.96875, 138.6953125)\"><polygon points=\"130.6953125,0 261.390625,-130.6953125 130.6953125,-261.390625 0,-130.6953125\" class=\"label-container\" transform=\"translate(-130.1953125, 130.6953125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-91.6953125, -24)\"><rect></rect><foreignObject width=\"183.390625\" 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>Does your platform<br>verify customer identity?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-B-1\" data-look=\"classic\" transform=\"translate(643.8278465270996, 421.8046875)\"><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>Banxa handles all KYC<br>in checkout — no action needed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-C-3\" data-look=\"classic\" transform=\"translate(257.76171875, 421.8046875)\"><polygon points=\"78.4140625,0 156.828125,-78.4140625 78.4140625,-156.828125 0,-78.4140625\" class=\"label-container\" transform=\"translate(-77.9140625, 78.4140625)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-39.4140625, -24)\"><rect></rect><foreignObject width=\"78.828125\" 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>Which KYC<br>provider?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-D-5\" data-look=\"classic\" transform=\"translate(126.875, 613.21875)\"><rect class=\"basic label-container\" style=\"\" x=\"-118.875\" y=\"-39\" width=\"237.75\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-88.875, -24)\"><rect></rect><foreignObject width=\"177.75\" 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>Sumsub token sharing<br>See Sumsub Integration</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-E-7\" data-look=\"classic\" transform=\"translate(388.6484375, 613.21875)\"><rect class=\"basic label-container\" style=\"\" x=\"-92.8984375\" y=\"-39\" width=\"185.796875\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.8984375, -24)\"><rect></rect><foreignObject width=\"125.796875\" 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>KYC data sharing<br>or contact Banxa</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-F-9\" data-look=\"classic\" transform=\"translate(257.76171875, 733.71875)\"><g class=\"basic label-container outer-path\"><path d=\"M-71.875 -31.5 C-40.24542101649581 -31.5, -8.615842032991615 -31.5, 71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 C72.47507614827366 -31.48075672590223, 73.07515229654733 -31.461513451804457, 73.89321192939245 -31.435279871635593 C74.69553178580063 -31.3578810400187, 75.49785164220879 -31.280482208401803, 75.90313059306193 -31.241385435432253 C76.37151537580421 -31.165660616136723, 76.8399001585465 -31.08993579684119, 77.89649680409322 -30.91911344521856 C78.40411900438745 -30.80325199054583, 78.91174120468168 -30.687390535873103, 79.86511939314947 -30.469788185729428 C80.51553682098049 -30.276747707259933, 81.16595424881149 -30.083707228790438, 81.80090886774406 -29.895256030836062 C82.3875077923959 -29.679382204103167, 82.97410671704773 -29.463508377370275, 83.69591065370028 -29.197877856399685 C84.30954771530821 -28.926238932122533, 84.92318477691616 -28.654600007845385, 85.54233778220308 -28.380519338926202 C86.02320685431614 -28.129650252016155, 86.50407592642921 -27.878781165106112, 87.33260288812403 -27.44653917988677 C87.77068103997128 -27.180973629803987, 88.20875919181853 -26.915408079721207, 89.05934938813228 -26.399775304092984 C89.69398422421813 -25.95708151533876, 90.32861906030398 -25.514387726584534, 90.7154817104733 -25.244529088840633 C91.210384649765 -24.849857164675814, 91.70528758905671 -24.455185240510996, 92.29419445219533 -23.985547688627737 C92.8609264795444 -23.47085665629705, 93.4276585068935 -22.956165623966367, 93.78900034400982 -22.62800452807842 C94.1743244840997 -22.230125717735365, 94.55964862418959 -21.832246907392314, 95.19375690787243 -21.177478043231485 C95.53376984112326 -20.778079504551073, 95.87378277437409 -20.378680965870657, 96.50269169774293 -19.63992875855011 C96.85324559982439 -19.17021846587842, 97.20379950190585 -18.700508173206735, 97.7104260198041 -18.02167479384835 C97.98261933284864 -17.603512770873248, 98.25481264589317 -17.185350747898145, 98.8119970346684 -16.329365901781543 C99.19717792472464 -15.645438227692136, 99.58235881478089 -14.961510553602729, 99.8028781507495 -14.56995614258631 C100.02535622645684 -14.107975658111803, 100.24783430216416 -13.645995173637298, 100.67899762499809 -12.750675308355413 C100.91550797569953 -12.166490169506318, 101.15201832640095 -11.58230503065722, 101.43675529456745 -10.878999214271206 C101.60322563296869 -10.377617078453142, 101.76969597136993 -9.87623494263508, 102.07303737065482 -8.962618978877531 C102.23243438158251 -8.354769093108679, 102.39183139251021 -7.746919207339829, 102.58522923372745 -7.009409419623907 C102.68180205525414 -6.513528391757373, 102.77837487678084 -6.017647363890839, 102.97122617755518 -5.027396693551458 C103.02453166163522 -4.613969885385109, 103.07783714571526 -4.200543077218761, 103.22944205789975 -3.024725316091981 C103.26045126303207 -2.5417319159762863, 103.29146046816437 -2.058738515860592, 103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.2732313592226835, 103.35881581032167 0.4631619750617708, 103.35881581032167 1.00962469350713 C103.32009051666324 1.6128024007314918, 103.28136522300483 2.215980107955853, 103.22944205789975 3.02472531609196 C103.15318729838005 3.6161421727212617, 103.07693253886035 4.207559029350564, 102.97122617755518 5.027396693551435 C102.8898381435394 5.445307046855398, 102.80845010952362 5.863217400159361, 102.58522923372745 7.0094094196239 C102.38816455501986 7.760902447907974, 102.19109987631226 8.512395476192047, 102.07303737065482 8.96261897887751 C101.94404538192106 9.351122296861206, 101.81505339318731 9.739625614844902, 101.43675529456746 10.878999214271184 C101.1569049194354 11.570235051386298, 100.87705454430333 12.261470888501412, 100.67899762499809 12.750675308355405 C100.33300520567224 13.469135970137371, 99.98701278634638 14.187596631919337, 99.8028781507495 14.569956142586303 C99.53715062673791 15.04178226929849, 99.2714231027263 15.513608396010678, 98.81199703466841 16.329365901781536 C98.57696138194042 16.69044378028154, 98.34192572921243 17.05152165878155, 97.71042601980412 18.021674793848334 C97.35768183362782 18.49431986766811, 97.00493764745154 18.966964941487884, 96.50269169774295 19.639928758550102 C96.13717546825686 20.06928492016711, 95.77165923877078 20.498641081784115, 95.19375690787246 21.177478043231467 C94.84217484641682 21.540515387108478, 94.49059278496118 21.90355273098549, 93.78900034400982 22.628004528078414 C93.38064322217349 22.998863661592797, 92.97228610033716 23.369722795107183, 92.29419445219536 23.985547688627715 C91.94174197271977 24.26661916185512, 91.58928949324418 24.547690635082525, 90.71548171047331 25.24452908884063 C90.33815647541864 25.507734838668597, 89.96083124036399 25.77094058849656, 89.05934938813229 26.399775304092973 C88.39097339586084 26.804948758421244, 87.72259740358938 27.21012221274951, 87.33260288812404 27.446539179886766 C86.78506922342302 27.73218714204924, 86.23753555872199 28.01783510421172, 85.54233778220309 28.3805193389262 C85.0814909201079 28.58452257423929, 84.62064405801272 28.78852580955238, 83.6959106537003 29.197877856399682 C83.15712540448614 29.396155808586737, 82.61834015527198 29.594433760773793, 81.80090886774407 29.895256030836055 C81.32363898886547 30.03690722564651, 80.84636910998685 30.178558420456966, 79.86511939314951 30.46978818572942 C79.3916078594835 30.57786410333716, 78.91809632581749 30.685940020944898, 77.89649680409323 30.919113445218557 C77.17488662156299 31.035777783359503, 76.45327643903273 31.15244212150045, 75.90313059306196 31.24138543543225 C75.46118486164795 31.284019408624253, 75.01923913023393 31.326653381816257, 73.89321192939245 31.435279871635593 C73.21406975265026 31.457058639373663, 72.53492757590806 31.47883740711173, 71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 C18.411399183540183 31.5, -35.05220163291963 31.5, -71.875 31.5 C-72.43483888367398 31.482047056660857, -72.99467776734795 31.464094113321714, -73.89321192939244 31.435279871635593 C-74.30650371993026 31.39541010965851, -74.71979551046807 31.355540347681426, -75.90313059306195 31.24138543543225 C-76.40022855850421 31.161018491431843, -76.89732652394648 31.080651547431433, -77.89649680409323 30.919113445218557 C-78.48596427493985 30.78457134163255, -79.07543174578647 30.650029238046542, -79.86511939314947 30.469788185729428 C-80.57579884947151 30.25886225352564, -81.28647830579354 30.04793632132185, -81.80090886774403 29.89525603083607 C-82.2608513588801 29.725992942436214, -82.72079385001618 29.55672985403636, -83.69591065370028 29.197877856399685 C-84.22525604555716 28.963552353897786, -84.75460143741404 28.729226851395886, -85.54233778220308 28.380519338926206 C-86.07962803673082 28.100215357289912, -86.61691829125857 27.819911375653618, -87.33260288812403 27.446539179886773 C-87.9132280634899 27.094560786447712, -88.49385323885576 26.742582393008654, -89.05934938813226 26.399775304092994 C-89.68378483935604 25.964196164694307, -90.3082202905798 25.528617025295624, -90.7154817104733 25.244529088840636 C-91.24744847909056 24.8202997470986, -91.77941524770785 24.39607040535656, -92.29419445219533 23.98554768862774 C-92.81371963846749 23.51372866033854, -93.33324482473965 23.041909632049343, -93.7890003440098 22.628004528078435 C-94.32684636802509 22.07263435030286, -94.86469239204037 21.517264172527284, -95.19375690787244 21.177478043231478 C-95.71587736916001 20.564165639907216, -96.23799783044758 19.950853236582955, -96.50269169774293 19.639928758550113 C-96.91930957630935 19.08169875594066, -97.33592745487576 18.523468753331205, -97.7104260198041 18.021674793848355 C-98.04933592595314 17.501018167951024, -98.38824583210217 16.980361542053693, -98.8119970346684 16.329365901781557 C-99.15999900503576 15.71145316437363, -99.5080009754031 15.093540426965705, -99.8028781507495 14.569956142586314 C-100.00332723855294 14.153719322839063, -100.20377632635639 13.737482503091814, -100.67899762499809 12.750675308355417 C-100.9249795641468 12.143095162920858, -101.1709615032955 11.535515017486297, -101.43675529456745 10.878999214271209 C-101.5980383647906 10.39324030372661, -101.75932143501375 9.907481393182012, -102.07303737065482 8.962618978877522 C-102.18951333493517 8.518445646074296, -102.30598929921551 8.07427231327107, -102.58522923372743 7.009409419623911 C-102.68261106591491 6.50937429299875, -102.77999289810239 6.009339166373588, -102.97122617755518 5.027396693551461 C-103.04106151074615 4.48576763986864, -103.11089684393713 3.9441385861858187, -103.22944205789975 3.024725316091999 C-103.25580525880234 2.614097182041302, -103.28216845970493 2.2034690479906054, -103.35881581032167 1.0096246935071416 C-103.35881581032167 0.3448480088585446, -103.35881581032167 -0.31992867579005235, -103.35881581032167 -1.0096246935071262 C-103.31697022386656 -1.6614034796949826, -103.27512463741144 -2.3131822658828387, -103.22944205789975 -3.024725316091956 C-103.14293535838529 -3.695654194846111, -103.05642865887083 -4.366583073600267, -102.97122617755518 -5.027396693551446 C-102.88897778685806 -5.449724796577607, -102.80672939616095 -5.872052899603768, -102.58522923372745 -7.009409419623896 C-102.46122930918551 -7.482274873809544, -102.33722938464358 -7.955140327995191, -102.07303737065482 -8.962618978877506 C-101.8226992848876 -9.716597407251019, -101.57236119912038 -10.47057583562453, -101.43675529456746 -10.878999214271168 C-101.15699523958541 -11.57001195886953, -100.87723518460336 -12.261024703467895, -100.67899762499809 -12.750675308355401 C-100.46471660811291 -13.195634424796747, -100.25043559122774 -13.640593541238092, -99.8028781507495 -14.5699561425863 C-99.5094815433047 -15.090911528732658, -99.2160849358599 -15.611866914879016, -98.8119970346684 -16.329365901781546 C-98.48454064585579 -16.83242684935007, -98.1570842570432 -17.335487796918596, -97.71042601980412 -18.021674793848344 C-97.38764766915678 -18.45416837800311, -97.06486931850942 -18.886661962157877, -96.50269169774295 -19.639928758550102 C-95.97983170268604 -20.25410986032049, -95.45697170762914 -20.868290962090878, -95.19375690787246 -21.177478043231467 C-94.81336304148003 -21.570265941198894, -94.4329691750876 -21.96305383916632, -93.78900034400984 -22.628004528078403 C-93.24646810652956 -23.120717951541597, -92.70393586904927 -23.61343137500479, -92.29419445219536 -23.98554768862771 C-91.92462952971218 -24.28026587977244, -91.555064607229 -24.574984070917164, -90.71548171047331 -25.244529088840626 C-90.07267656492857 -25.692922131786375, -89.42987141938383 -26.14131517473212, -89.0593493881323 -26.39977530409297 C-88.4176806045074 -26.788758691590726, -87.77601182088247 -27.17774207908848, -87.33260288812404 -27.446539179886763 C-86.94918963166491 -27.646565630193585, -86.56577637520577 -27.846592080500404, -85.54233778220309 -28.3805193389262 C-84.87193678887307 -28.677285971934506, -84.20153579554307 -28.97405260494281, -83.6959106537003 -29.19787785639968 C-82.93857147581868 -29.476585674626733, -82.18123229793706 -29.755293492853788, -81.80090886774407 -29.895256030836055 C-81.35391722976301 -30.027920802681848, -80.90692559178196 -30.160585574527637, -79.86511939314951 -30.469788185729417 C-79.41122719889889 -30.573386117143748, -78.95733500464826 -30.676984048558083, -77.89649680409325 -30.919113445218553 C-77.41469325667316 -30.997007706323117, -76.93288970925308 -31.074901967427685, -75.90313059306196 -31.24138543543225 C-75.30863180805001 -31.298736018232958, -74.71413302303806 -31.356086601033667, -73.89321192939246 -31.435279871635593 C-73.17169597238522 -31.4584174840312, -72.45018001537798 -31.48155509642681, -71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.87500000000001 -31.5, -71.875 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-71.875 -31.5 C-20.06084180275127 -31.5, 31.75331639449746 -31.5, 71.875 -31.5 M-71.875 -31.5 C-27.880804186049204 -31.5, 16.113391627901592 -31.5, 71.875 -31.5 M71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 M71.875 -31.5 C71.875 -31.5, 71.875 -31.5, 71.875 -31.5 M71.875 -31.5 C72.32670181614971 -31.485514801940326, 72.77840363229942 -31.471029603880652, 73.89321192939245 -31.435279871635593 M71.875 -31.5 C72.66705232138472 -31.47460042368951, 73.45910464276945 -31.449200847379018, 73.89321192939245 -31.435279871635593 M73.89321192939245 -31.435279871635593 C74.67279890402853 -31.360074053782963, 75.45238587866461 -31.284868235930333, 75.90313059306193 -31.241385435432253 M73.89321192939245 -31.435279871635593 C74.40420623311617 -31.38598486571593, 74.9152005368399 -31.336689859796266, 75.90313059306193 -31.241385435432253 M75.90313059306193 -31.241385435432253 C76.55013094734828 -31.136783435713923, 77.19713130163463 -31.03218143599559, 77.89649680409322 -30.91911344521856 M75.90313059306193 -31.241385435432253 C76.66868271970743 -31.11761690454162, 77.43423484635292 -30.993848373650987, 77.89649680409322 -30.91911344521856 M77.89649680409322 -30.91911344521856 C78.47743574335355 -30.78651792331325, 79.05837468261389 -30.653922401407947, 79.86511939314947 -30.469788185729428 M77.89649680409322 -30.91911344521856 C78.62408759509613 -30.753045595145778, 79.35167838609902 -30.586977745073, 79.86511939314947 -30.469788185729428 M79.86511939314947 -30.469788185729428 C80.28222551235 -30.34599327898541, 80.69933163155052 -30.222198372241394, 81.80090886774406 -29.895256030836062 M79.86511939314947 -30.469788185729428 C80.46613165874724 -30.291410900077768, 81.06714392434502 -30.113033614426108, 81.80090886774406 -29.895256030836062 M81.80090886774406 -29.895256030836062 C82.51788224494877 -29.631403200395482, 83.23485562215347 -29.367550369954902, 83.69591065370028 -29.197877856399685 M81.80090886774406 -29.895256030836062 C82.38353086641727 -29.6808457496256, 82.96615286509049 -29.46643546841514, 83.69591065370028 -29.197877856399685 M83.69591065370028 -29.197877856399685 C84.18908041730425 -28.97956623141346, 84.68225018090823 -28.76125460642724, 85.54233778220308 -28.380519338926202 M83.69591065370028 -29.197877856399685 C84.19819514796957 -28.975531410526806, 84.70047964223886 -28.753184964653922, 85.54233778220308 -28.380519338926202 M85.54233778220308 -28.380519338926202 C85.99006819839518 -28.1469386675838, 86.43779861458728 -27.9133579962414, 87.33260288812403 -27.44653917988677 M85.54233778220308 -28.380519338926202 C86.11510692464472 -28.081706044190543, 86.68787606708636 -27.78289274945488, 87.33260288812403 -27.44653917988677 M87.33260288812403 -27.44653917988677 C87.9403806711464 -27.078100716119906, 88.54815845416877 -26.709662252353038, 89.05934938813228 -26.399775304092984 M87.33260288812403 -27.44653917988677 C87.7957548233891 -27.165773754946194, 88.25890675865419 -26.88500833000562, 89.05934938813228 -26.399775304092984 M89.05934938813228 -26.399775304092984 C89.39261913794034 -26.167300753641825, 89.7258888877484 -25.934826203190664, 90.7154817104733 -25.244529088840633 M89.05934938813228 -26.399775304092984 C89.50279149432235 -26.090449287114172, 89.94623360051243 -25.78112327013536, 90.7154817104733 -25.244529088840633 M90.7154817104733 -25.244529088840633 C91.11718000608116 -24.924185387733953, 91.518878301689 -24.603841686627273, 92.29419445219533 -23.985547688627737 M90.7154817104733 -25.244529088840633 C91.2097113132587 -24.850394132621364, 91.70394091604408 -24.456259176402096, 92.29419445219533 -23.985547688627737 M92.29419445219533 -23.985547688627737 C92.84085659851193 -23.48908359123079, 93.38751874482854 -22.992619493833846, 93.78900034400982 -22.62800452807842 M92.29419445219533 -23.985547688627737 C92.73896099016196 -23.581622486724175, 93.1837275281286 -23.177697284820617, 93.78900034400982 -22.62800452807842 M93.78900034400982 -22.62800452807842 C94.24489997005577 -22.157250734130567, 94.70079959610173 -21.686496940182714, 95.19375690787243 -21.177478043231485 M93.78900034400982 -22.62800452807842 C94.32317652553608 -22.076423763972432, 94.85735270706233 -21.524842999866443, 95.19375690787243 -21.177478043231485 M95.19375690787243 -21.177478043231485 C95.54926727887572 -20.759875332337852, 95.904777649879 -20.34227262144422, 96.50269169774293 -19.63992875855011 M95.19375690787243 -21.177478043231485 C95.57985859041251 -20.723941037111786, 95.9659602729526 -20.270404030992083, 96.50269169774293 -19.63992875855011 M96.50269169774293 -19.63992875855011 C96.83210620680718 -19.198543326683158, 97.16152071587143 -18.75715789481621, 97.7104260198041 -18.02167479384835 M96.50269169774293 -19.63992875855011 C96.95109048364395 -19.039115235412503, 97.39948926954497 -18.438301712274892, 97.7104260198041 -18.02167479384835 M97.7104260198041 -18.02167479384835 C97.9389554647589 -17.670592197649366, 98.1674849097137 -17.319509601450378, 98.8119970346684 -16.329365901781543 M97.7104260198041 -18.02167479384835 C97.93323730509348 -17.67937682643632, 98.15604859038287 -17.337078859024295, 98.8119970346684 -16.329365901781543 M98.8119970346684 -16.329365901781543 C99.0932507739333 -15.829971407687326, 99.37450451319822 -15.330576913593111, 99.8028781507495 -14.56995614258631 M98.8119970346684 -16.329365901781543 C99.06303653693114 -15.883619845007935, 99.31407603919388 -15.437873788234327, 99.8028781507495 -14.56995614258631 M99.8028781507495 -14.56995614258631 C100.10904063489932 -13.934203193421505, 100.41520311904911 -13.2984502442567, 100.67899762499809 -12.750675308355413 M99.8028781507495 -14.56995614258631 C100.01099264848182 -14.137801935108255, 100.21910714621413 -13.705647727630199, 100.67899762499809 -12.750675308355413 M100.67899762499809 -12.750675308355413 C100.94092287192176 -12.103714884473813, 101.20284811884542 -11.456754460592213, 101.43675529456745 -10.878999214271206 M100.67899762499809 -12.750675308355413 C100.86058211641686 -12.302158103853728, 101.04216660783564 -11.85364089935204, 101.43675529456745 -10.878999214271206 M101.43675529456745 -10.878999214271206 C101.666605156977 -10.18672805029591, 101.89645501938655 -9.494456886320616, 102.07303737065482 -8.962618978877531 M101.43675529456745 -10.878999214271206 C101.67663352334964 -10.156524208584711, 101.91651175213184 -9.434049202898219, 102.07303737065482 -8.962618978877531 M102.07303737065482 -8.962618978877531 C102.18689008359875 -8.52844924034439, 102.30074279654268 -8.09427950181125, 102.58522923372745 -7.009409419623907 M102.07303737065482 -8.962618978877531 C102.22716339144735 -8.374869662955618, 102.3812894122399 -7.787120347033705, 102.58522923372745 -7.009409419623907 M102.58522923372745 -7.009409419623907 C102.6903949848127 -6.46940551459053, 102.79556073589794 -5.9294016095571545, 102.97122617755518 -5.027396693551458 M102.58522923372745 -7.009409419623907 C102.67529131531717 -6.5469596652883695, 102.76535339690689 -6.084509910952833, 102.97122617755518 -5.027396693551458 M102.97122617755518 -5.027396693551458 C103.06275654289054 -4.317505254725429, 103.1542869082259 -3.6076138158993993, 103.22944205789975 -3.024725316091981 M102.97122617755518 -5.027396693551458 C103.04997137773255 -4.416664470974401, 103.12871657790991 -3.8059322483973443, 103.22944205789975 -3.024725316091981 M103.22944205789975 -3.024725316091981 C103.27234156522645 -2.3565308616193543, 103.31524107255318 -1.6883364071467273, 103.35881581032167 -1.0096246935071378 M103.22944205789975 -3.024725316091981 C103.2580588263151 -2.5789960489832437, 103.28667559473044 -2.1332667818745064, 103.35881581032167 -1.0096246935071378 M103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.28192557597252654, 103.35881581032167 0.4457735415620847, 103.35881581032167 1.00962469350713 M103.35881581032167 -1.0096246935071378 C103.35881581032167 -0.26777878057591364, 103.35881581032167 0.4740671323553105, 103.35881581032167 1.00962469350713 M103.35881581032167 1.00962469350713 C103.33148162659742 1.4353766687683818, 103.30414744287316 1.8611286440296335, 103.22944205789975 3.02472531609196 M103.35881581032167 1.00962469350713 C103.30860139755697 1.7917547046618552, 103.25838698479227 2.5738847158165807, 103.22944205789975 3.02472531609196 M103.22944205789975 3.02472531609196 C103.15954100997796 3.566864040250162, 103.08963996205617 4.109002764408364, 102.97122617755518 5.027396693551435 M103.22944205789975 3.02472531609196 C103.15284661428355 3.618784451298013, 103.07625117066736 4.212843586504066, 102.97122617755518 5.027396693551435 M102.97122617755518 5.027396693551435 C102.88222660545432 5.484390686223167, 102.79322703335345 5.941384678894899, 102.58522923372745 7.0094094196239 M102.97122617755518 5.027396693551435 C102.88984821165543 5.445255349207487, 102.80847024575567 5.86311400486354, 102.58522923372745 7.0094094196239 M102.58522923372745 7.0094094196239 C102.38660011240567 7.766868345629562, 102.1879709910839 8.524327271635224, 102.07303737065482 8.96261897887751 M102.58522923372745 7.0094094196239 C102.40731718487106 7.687865169483054, 102.22940513601466 8.366320919342208, 102.07303737065482 8.96261897887751 M102.07303737065482 8.96261897887751 C101.89760509633047 9.490993037805392, 101.72217282200613 10.019367096733275, 101.43675529456746 10.878999214271184 M102.07303737065482 8.96261897887751 C101.93977606726048 9.363980792395978, 101.80651476386613 9.765342605914446, 101.43675529456746 10.878999214271184 M101.43675529456746 10.878999214271184 C101.151479475959 11.583636001666818, 100.86620365735054 12.288272789062452, 100.67899762499809 12.750675308355405 M101.43675529456746 10.878999214271184 C101.2043264902872 11.453102854548645, 100.97189768600694 12.027206494826105, 100.67899762499809 12.750675308355405 M100.67899762499809 12.750675308355405 C100.33643842917786 13.462006808068724, 99.99387923335763 14.173338307782045, 99.8028781507495 14.569956142586303 M100.67899762499809 12.750675308355405 C100.33189967211106 13.47143163423177, 99.98480171922404 14.192187960108136, 99.8028781507495 14.569956142586303 M99.8028781507495 14.569956142586303 C99.59212255768942 14.944174039382458, 99.38136696462934 15.318391936178616, 98.81199703466841 16.329365901781536 M99.8028781507495 14.569956142586303 C99.49676104635455 15.113498059157655, 99.19064394195958 15.657039975729006, 98.81199703466841 16.329365901781536 M98.81199703466841 16.329365901781536 C98.41050557804304 16.94616459470981, 98.00901412141766 17.56296328763808, 97.71042601980412 18.021674793848334 M98.81199703466841 16.329365901781536 C98.39754229321414 16.966079681336367, 97.98308755175988 17.602793460891196, 97.71042601980412 18.021674793848334 M97.71042601980412 18.021674793848334 C97.3220113779234 18.542115028666668, 96.9335967360427 19.062555263485, 96.50269169774295 19.639928758550102 M97.71042601980412 18.021674793848334 C97.27071521642881 18.61084721189297, 96.83100441305352 19.200019629937604, 96.50269169774295 19.639928758550102 M96.50269169774295 19.639928758550102 C96.07700329525758 20.139966578465703, 95.65131489277222 20.640004398381304, 95.19375690787246 21.177478043231467 M96.50269169774295 19.639928758550102 C96.14547757789289 20.059532789785205, 95.78826345804285 20.479136821020308, 95.19375690787246 21.177478043231467 M95.19375690787246 21.177478043231467 C94.67947982579318 21.708511353411993, 94.1652027437139 22.23954466359252, 93.78900034400982 22.628004528078414 M95.19375690787246 21.177478043231467 C94.70596266464639 21.681165648014538, 94.21816842142034 22.18485325279761, 93.78900034400982 22.628004528078414 M93.78900034400982 22.628004528078414 C93.27877327872788 23.091379248899095, 92.76854621344594 23.554753969719776, 92.29419445219536 23.985547688627715 M93.78900034400982 22.628004528078414 C93.41937579900355 22.963687760123562, 93.04975125399729 23.29937099216871, 92.29419445219536 23.985547688627715 M92.29419445219536 23.985547688627715 C91.67244689026043 24.48137482387333, 91.0506993283255 24.977201959118947, 90.71548171047331 25.24452908884063 M92.29419445219536 23.985547688627715 C91.82072500691892 24.36312697168459, 91.34725556164248 24.74070625474146, 90.71548171047331 25.24452908884063 M90.71548171047331 25.24452908884063 C90.14762012905435 25.64064474570684, 89.57975854763536 26.036760402573055, 89.05934938813229 26.399775304092973 M90.71548171047331 25.24452908884063 C90.17298573263712 25.622950798706782, 89.6304897548009 26.00137250857293, 89.05934938813229 26.399775304092973 M89.05934938813229 26.399775304092973 C88.44927269789858 26.769607378921236, 87.83919600766487 27.1394394537495, 87.33260288812404 27.446539179886766 M89.05934938813229 26.399775304092973 C88.64262230249093 26.652397712368952, 88.22589521684958 26.90502012064493, 87.33260288812404 27.446539179886766 M87.33260288812404 27.446539179886766 C86.78085938021067 27.734383414556593, 86.22911587229729 28.02222764922642, 85.54233778220309 28.3805193389262 M87.33260288812404 27.446539179886766 C86.64236117336702 27.80663784035459, 85.95211945860999 28.16673650082241, 85.54233778220309 28.3805193389262 M85.54233778220309 28.3805193389262 C84.8791873111945 28.674076380781912, 84.21603684018592 28.967633422637626, 83.6959106537003 29.197877856399682 M85.54233778220309 28.3805193389262 C84.91125045488118 28.659882978191185, 84.28016312755928 28.93924661745617, 83.6959106537003 29.197877856399682 M83.6959106537003 29.197877856399682 C83.30463927407328 29.341869340975407, 82.91336789444627 29.485860825551132, 81.80090886774407 29.895256030836055 M83.6959106537003 29.197877856399682 C83.2122075326844 29.37588507623617, 82.7285044116685 29.553892296072654, 81.80090886774407 29.895256030836055 M81.80090886774407 29.895256030836055 C81.21336276841063 30.06963662902581, 80.62581666907721 30.24401722721556, 79.86511939314951 30.46978818572942 M81.80090886774407 29.895256030836055 C81.11298674055456 30.09942770720897, 80.42506461336507 30.303599383581883, 79.86511939314951 30.46978818572942 M79.86511939314951 30.46978818572942 C79.21131923596924 30.61901380516107, 78.55751907878896 30.768239424592725, 77.89649680409323 30.919113445218557 M79.86511939314951 30.46978818572942 C79.19480496195767 30.622783080438502, 78.52449053076585 30.775777975147584, 77.89649680409323 30.919113445218557 M77.89649680409323 30.919113445218557 C77.41208611850226 30.997429208203933, 76.92767543291129 31.07574497118931, 75.90313059306196 31.24138543543225 M77.89649680409323 30.919113445218557 C77.40153282315104 30.99913538315429, 76.90656884220887 31.07915732109002, 75.90313059306196 31.24138543543225 M75.90313059306196 31.24138543543225 C75.40399050794211 31.28953687913998, 74.90485042282225 31.337688322847715, 73.89321192939245 31.435279871635593 M75.90313059306196 31.24138543543225 C75.27303864560592 31.302169647806895, 74.64294669814988 31.362953860181545, 73.89321192939245 31.435279871635593 M73.89321192939245 31.435279871635593 C73.36462863652817 31.452230509012786, 72.83604534366388 31.46918114638998, 71.875 31.5 M73.89321192939245 31.435279871635593 C73.47237856880024 31.44877517840734, 73.05154520820801 31.46227048517909, 71.875 31.5 M71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 M71.875 31.5 C71.875 31.5, 71.875 31.5, 71.875 31.5 M71.875 31.5 C35.72478380823028 31.5, -0.42543238353944446 31.5, -71.875 31.5 M71.875 31.5 C24.351953492749097 31.5, -23.171093014501807 31.5, -71.875 31.5 M-71.875 31.5 C-72.55470112247255 31.478203307960282, -73.23440224494512 31.45640661592056, -73.89321192939244 31.435279871635593 M-71.875 31.5 C-72.62630486113224 31.47590711542969, -73.37760972226447 31.451814230859373, -73.89321192939244 31.435279871635593 M-73.89321192939244 31.435279871635593 C-74.38664150553497 31.38767931386101, -74.8800710816775 31.34007875608643, -75.90313059306195 31.24138543543225 M-73.89321192939244 31.435279871635593 C-74.65294697881885 31.361989145132505, -75.41268202824526 31.28869841862942, -75.90313059306195 31.24138543543225 M-75.90313059306195 31.24138543543225 C-76.39342354075063 31.16211867392854, -76.88371648843932 31.08285191242483, -77.89649680409323 30.919113445218557 M-75.90313059306195 31.24138543543225 C-76.49543621253667 31.145626056274256, -77.0877418320114 31.049866677116267, -77.89649680409323 30.919113445218557 M-77.89649680409323 30.919113445218557 C-78.53134868697725 30.774212645745976, -79.16620056986129 30.6293118462734, -79.86511939314947 30.469788185729428 M-77.89649680409323 30.919113445218557 C-78.53160311949573 30.774154573183964, -79.16670943489821 30.629195701149374, -79.86511939314947 30.469788185729428 M-79.86511939314947 30.469788185729428 C-80.55893306178649 30.263867930780226, -81.25274673042351 30.057947675831024, -81.80090886774403 29.89525603083607 M-79.86511939314947 30.469788185729428 C-80.58431241054214 30.256335473288466, -81.30350542793482 30.042882760847508, -81.80090886774403 29.89525603083607 M-81.80090886774403 29.89525603083607 C-82.28781589998793 29.716069742051047, -82.77472293223184 29.536883453266025, -83.69591065370028 29.197877856399685 M-81.80090886774403 29.89525603083607 C-82.2664030825484 29.723949856806712, -82.73189729735276 29.552643682777354, -83.69591065370028 29.197877856399685 M-83.69591065370028 29.197877856399685 C-84.40476910241665 28.88408724869172, -85.11362755113302 28.57029664098376, -85.54233778220308 28.380519338926206 M-83.69591065370028 29.197877856399685 C-84.19421399707329 28.977293747931945, -84.69251734044629 28.75670963946421, -85.54233778220308 28.380519338926206 M-85.54233778220308 28.380519338926206 C-86.19783277151578 28.038548022866348, -86.85332776082848 27.69657670680649, -87.33260288812403 27.446539179886773 M-85.54233778220308 28.380519338926206 C-85.91741309069656 28.184842790732358, -86.29248839919005 27.98916624253851, -87.33260288812403 27.446539179886773 M-87.33260288812403 27.446539179886773 C-87.80677959816397 27.15909047168891, -88.2809563082039 26.87164176349105, -89.05934938813226 26.399775304092994 M-87.33260288812403 27.446539179886773 C-87.72819653417784 27.206727986882647, -88.12379018023164 26.966916793878518, -89.05934938813226 26.399775304092994 M-89.05934938813226 26.399775304092994 C-89.56136635399771 26.04959000066945, -90.06338331986316 25.69940469724591, -90.7154817104733 25.244529088840636 M-89.05934938813226 26.399775304092994 C-89.64217780558356 25.993219430314525, -90.22500622303484 25.58666355653606, -90.7154817104733 25.244529088840636 M-90.7154817104733 25.244529088840636 C-91.30889898034476 24.771294607614898, -91.90231625021622 24.29806012638916, -92.29419445219533 23.98554768862774 M-90.7154817104733 25.244529088840636 C-91.18188466532392 24.872585143851143, -91.64828762017454 24.50064119886165, -92.29419445219533 23.98554768862774 M-92.29419445219533 23.98554768862774 C-92.88151443283651 23.452159221844564, -93.46883441347768 22.91877075506139, -93.7890003440098 22.628004528078435 M-92.29419445219533 23.98554768862774 C-92.6969534463201 23.619772626582655, -93.09971244044486 23.25399756453757, -93.7890003440098 22.628004528078435 M-93.7890003440098 22.628004528078435 C-94.28393714118063 22.116941649932798, -94.77887393835147 21.605878771787165, -95.19375690787244 21.177478043231478 M-93.7890003440098 22.628004528078435 C-94.34317094184559 22.055777887560765, -94.89734153968135 21.483551247043092, -95.19375690787244 21.177478043231478 M-95.19375690787244 21.177478043231478 C-95.54820012558017 20.761128871321542, -95.9026433432879 20.344779699411607, -96.50269169774293 19.639928758550113 M-95.19375690787244 21.177478043231478 C-95.58611247844152 20.716594864376603, -95.97846804901062 20.255711685521728, -96.50269169774293 19.639928758550113 M-96.50269169774293 19.639928758550113 C-96.9117204976476 19.09186742996811, -97.32074929755227 18.54380610138611, -97.7104260198041 18.021674793848355 M-96.50269169774293 19.639928758550113 C-96.82786509279879 19.20422603308098, -97.15303848785464 18.76852330761185, -97.7104260198041 18.021674793848355 M-97.7104260198041 18.021674793848355 C-98.1088389766611 17.409605503257243, -98.50725193351809 16.79753621266613, -98.8119970346684 16.329365901781557 M-97.7104260198041 18.021674793848355 C-97.97099161704844 17.621376064821234, -98.23155721429278 17.221077335794114, -98.8119970346684 16.329365901781557 M-98.8119970346684 16.329365901781557 C-99.09838953526406 15.820847016588571, -99.38478203585973 15.312328131395585, -99.8028781507495 14.569956142586314 M-98.8119970346684 16.329365901781557 C-99.12412339408066 15.775153944423934, -99.43624975349292 15.220941987066311, -99.8028781507495 14.569956142586314 M-99.8028781507495 14.569956142586314 C-99.99723059817258 14.166379127036109, -100.19158304559565 13.762802111485902, -100.67899762499809 12.750675308355417 M-99.8028781507495 14.569956142586314 C-100.03723609877589 14.083306849052748, -100.27159404680226 13.596657555519183, -100.67899762499809 12.750675308355417 M-100.67899762499809 12.750675308355417 C-100.90866423360006 12.183394344806748, -101.13833084220202 11.61611338125808, -101.43675529456745 10.878999214271209 M-100.67899762499809 12.750675308355417 C-100.88315193225311 12.246410222380486, -101.08730623950814 11.742145136405556, -101.43675529456745 10.878999214271209 M-101.43675529456745 10.878999214271209 C-101.6614467844204 10.202264246561302, -101.88613827427338 9.525529278851394, -102.07303737065482 8.962618978877522 M-101.43675529456745 10.878999214271209 C-101.5923335983814 10.41042215122002, -101.74791190219536 9.941845088168833, -102.07303737065482 8.962618978877522 M-102.07303737065482 8.962618978877522 C-102.21433291616674 8.423797825963767, -102.35562846167865 7.884976673050013, -102.58522923372743 7.009409419623911 M-102.07303737065482 8.962618978877522 C-102.1779932522944 8.562376714018951, -102.28294913393397 8.162134449160378, -102.58522923372743 7.009409419623911 M-102.58522923372743 7.009409419623911 C-102.69464847461312 6.447564743440678, -102.8040677154988 5.885720067257444, -102.97122617755518 5.027396693551461 M-102.58522923372743 7.009409419623911 C-102.70690557008695 6.384627148720608, -102.82858190644647 5.759844877817305, -102.97122617755518 5.027396693551461 M-102.97122617755518 5.027396693551461 C-103.02479042039444 4.611963003546329, -103.0783546632337 4.1965293135411965, -103.22944205789975 3.024725316091999 M-102.97122617755518 5.027396693551461 C-103.05976860086444 4.340679143043968, -103.14831102417371 3.653961592536475, -103.22944205789975 3.024725316091999 M-103.22944205789975 3.024725316091999 C-103.25565327165566 2.616464504532692, -103.28186448541157 2.208203692973385, -103.35881581032167 1.0096246935071416 M-103.22944205789975 3.024725316091999 C-103.27723561913834 2.280302021532607, -103.32502918037694 1.5358787269732153, -103.35881581032167 1.0096246935071416 M-103.35881581032167 1.0096246935071416 C-103.35881581032167 0.40929823881163696, -103.35881581032167 -0.19102821588386765, -103.35881581032167 -1.0096246935071262 M-103.35881581032167 1.0096246935071416 C-103.35881581032167 0.209347805708734, -103.35881581032167 -0.5909290820896735, -103.35881581032167 -1.0096246935071262 M-103.35881581032167 -1.0096246935071262 C-103.32339749285585 -1.5612935771886205, -103.28797917539002 -2.1129624608701145, -103.22944205789975 -3.024725316091956 M-103.35881581032167 -1.0096246935071262 C-103.3241148214929 -1.5501206046492677, -103.28941383266412 -2.090616515791409, -103.22944205789975 -3.024725316091956 M-103.22944205789975 -3.024725316091956 C-103.1417037751731 -3.705206111036217, -103.05396549244645 -4.385686905980478, -102.97122617755518 -5.027396693551446 M-103.22944205789975 -3.024725316091956 C-103.14525482605275 -3.677664861647982, -103.06106759420575 -4.3306044072040075, -102.97122617755518 -5.027396693551446 M-102.97122617755518 -5.027396693551446 C-102.84830179760624 -5.658587404512338, -102.7253774176573 -6.289778115473231, -102.58522923372745 -7.009409419623896 M-102.97122617755518 -5.027396693551446 C-102.83986090430555 -5.701929607627936, -102.70849563105592 -6.376462521704426, -102.58522923372745 -7.009409419623896 M-102.58522923372745 -7.009409419623896 C-102.43989914219121 -7.56361604511169, -102.29456905065497 -8.117822670599484, -102.07303737065482 -8.962618978877506 M-102.58522923372745 -7.009409419623896 C-102.45702025461236 -7.498325823112763, -102.32881127549727 -7.98724222660163, -102.07303737065482 -8.962618978877506 M-102.07303737065482 -8.962618978877506 C-101.93538407513508 -9.377208772908771, -101.79773077961532 -9.791798566940038, -101.43675529456746 -10.878999214271168 M-102.07303737065482 -8.962618978877506 C-101.92719404769015 -9.40187583066919, -101.7813507247255 -9.841132682460877, -101.43675529456746 -10.878999214271168 M-101.43675529456746 -10.878999214271168 C-101.17500663573323 -11.525523462157771, -100.91325797689899 -12.172047710044374, -100.67899762499809 -12.750675308355401 M-101.43675529456746 -10.878999214271168 C-101.20821019923005 -11.443510018373402, -100.97966510389263 -12.008020822475636, -100.67899762499809 -12.750675308355401 M-100.67899762499809 -12.750675308355401 C-100.33959857576285 -13.455444696068684, -100.00019952652761 -14.160214083781968, -99.8028781507495 -14.5699561425863 M-100.67899762499809 -12.750675308355401 C-100.49778209220443 -13.126973239592683, -100.31656655941079 -13.503271170829963, -99.8028781507495 -14.5699561425863 M-99.8028781507495 -14.5699561425863 C-99.41564060269924 -15.257535621203283, -99.02840305464899 -15.945115099820267, -98.8119970346684 -16.329365901781546 M-99.8028781507495 -14.5699561425863 C-99.49073581641677 -15.124196465032846, -99.17859348208405 -15.678436787479393, -98.8119970346684 -16.329365901781546 M-98.8119970346684 -16.329365901781546 C-98.52162407473645 -16.775456744294424, -98.23125111480452 -17.221547586807304, -97.71042601980412 -18.021674793848344 M-98.8119970346684 -16.329365901781546 C-98.41218747748329 -16.943580745516346, -98.01237792029818 -17.557795589251146, -97.71042601980412 -18.021674793848344 M-97.71042601980412 -18.021674793848344 C-97.33642852844123 -18.522797360402212, -96.96243103707836 -19.023919926956083, -96.50269169774295 -19.639928758550102 M-97.71042601980412 -18.021674793848344 C-97.25022148502386 -18.638306944958288, -96.7900169502436 -19.25493909606823, -96.50269169774295 -19.639928758550102 M-96.50269169774295 -19.639928758550102 C-96.17222301627834 -20.028116075999108, -95.84175433481373 -20.416303393448118, -95.19375690787246 -21.177478043231467 M-96.50269169774295 -19.639928758550102 C-96.11128941962617 -20.09969214584661, -95.7198871415094 -20.55945553314312, -95.19375690787246 -21.177478043231467 M-95.19375690787246 -21.177478043231467 C-94.83785259397176 -21.544978467621526, -94.48194828007107 -21.91247889201158, -93.78900034400984 -22.628004528078403 M-95.19375690787246 -21.177478043231467 C-94.76174012249439 -21.62357084337204, -94.32972333711632 -22.069663643512612, -93.78900034400984 -22.628004528078403 M-93.78900034400984 -22.628004528078403 C-93.27622956803481 -23.093689379647646, -92.7634587920598 -23.55937423121689, -92.29419445219536 -23.98554768862771 M-93.78900034400984 -22.628004528078403 C-93.36248131720548 -23.015357823147074, -92.93596229040112 -23.40271111821574, -92.29419445219536 -23.98554768862771 M-92.29419445219536 -23.98554768862771 C-91.78781771871928 -24.389369658324078, -91.28144098524321 -24.793191628020445, -90.71548171047331 -25.244529088840626 M-92.29419445219536 -23.98554768862771 C-91.72095892000804 -24.44268777110894, -91.14772338782073 -24.899827853590168, -90.71548171047331 -25.244529088840626 M-90.71548171047331 -25.244529088840626 C-90.12753879984045 -25.65465261165972, -89.53959588920759 -26.064776134478816, -89.0593493881323 -26.39977530409297 M-90.71548171047331 -25.244529088840626 C-90.31213581391123 -25.525885725719895, -89.90878991734913 -25.807242362599165, -89.0593493881323 -26.39977530409297 M-89.0593493881323 -26.39977530409297 C-88.67488928252361 -26.63283727945132, -88.29042917691493 -26.865899254809673, -87.33260288812404 -27.446539179886763 M-89.0593493881323 -26.39977530409297 C-88.50640499410247 -26.734973445215804, -87.95346060007262 -27.070171586338635, -87.33260288812404 -27.446539179886763 M-87.33260288812404 -27.446539179886763 C-86.72137025286455 -27.765418854188457, -86.11013761760505 -28.084298528490148, -85.54233778220309 -28.3805193389262 M-87.33260288812404 -27.446539179886763 C-86.88254004074825 -27.681336679083703, -86.43247719337246 -27.91613417828064, -85.54233778220309 -28.3805193389262 M-85.54233778220309 -28.3805193389262 C-85.15998007483206 -28.549777753740955, -84.77762236746102 -28.719036168555714, -83.6959106537003 -29.19787785639968 M-85.54233778220309 -28.3805193389262 C-85.13788438229042 -28.559558861383707, -84.73343098237775 -28.738598383841214, -83.6959106537003 -29.19787785639968 M-83.6959106537003 -29.19787785639968 C-83.26560320438558 -29.356234975465952, -82.83529575507086 -29.514592094532222, -81.80090886774407 -29.895256030836055 M-83.6959106537003 -29.19787785639968 C-83.23127675424482 -29.36886742642798, -82.76664285478932 -29.539856996456283, -81.80090886774407 -29.895256030836055 M-81.80090886774407 -29.895256030836055 C-81.12486603590388 -30.095901994704988, -80.44882320406369 -30.296547958573917, -79.86511939314951 -30.469788185729417 M-81.80090886774407 -29.895256030836055 C-81.33650525603663 -30.03308858508652, -80.8721016443292 -30.170921139336983, -79.86511939314951 -30.469788185729417 M-79.86511939314951 -30.469788185729417 C-79.2663794570719 -30.606446668995908, -78.6676395209943 -30.743105152262398, -77.89649680409325 -30.919113445218553 M-79.86511939314951 -30.469788185729417 C-79.30993279694468 -30.596505903382052, -78.75474620073983 -30.723223621034684, -77.89649680409325 -30.919113445218553 M-77.89649680409325 -30.919113445218553 C-77.14187741963613 -31.04111445513685, -76.38725803517902 -31.16311546505515, -75.90313059306196 -31.24138543543225 M-77.89649680409325 -30.919113445218553 C-77.33486378957723 -31.009913915476425, -76.77323077506121 -31.1007143857343, -75.90313059306196 -31.24138543543225 M-75.90313059306196 -31.24138543543225 C-75.40138196605474 -31.289788522038627, -74.89963333904753 -31.338191608645, -73.89321192939246 -31.435279871635593 M-75.90313059306196 -31.24138543543225 C-75.39755679562906 -31.290157531629152, -74.89198299819614 -31.338929627826055, -73.89321192939246 -31.435279871635593 M-73.89321192939246 -31.435279871635593 C-73.396035417735 -31.451223354669075, -72.89885890607754 -31.467166837702557, -71.87500000000001 -31.5 M-73.89321192939246 -31.435279871635593 C-73.25695696105855 -31.455683330074894, -72.62070199272463 -31.4760867885142, -71.87500000000001 -31.5 M-71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.875 -31.5, -71.875 -31.5 M-71.87500000000001 -31.5 C-71.87500000000001 -31.5, -71.875 -31.5, -71.875 -31.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-88, -24)\"><rect></rect><foreignObject width=\"176\" 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>Customer may skip KYC<br>in Banxa checkout</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-flowchart-G-13\" data-look=\"classic\" transform=\"translate(643.8278465270996, 613.21875)\"><g class=\"basic label-container outer-path\"><path d=\"M-77.5625 -31.5 C-30.852090523532794 -31.5, 15.858318952934411 -31.5, 77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 C78.16047876987629 -31.480823984745133, 78.75845753975258 -31.461647969490265, 79.58071192939245 -31.435279871635593 C80.12132405547095 -31.38312767001401, 80.66193618154945 -31.33097546839242, 81.59063059306193 -31.241385435432253 C82.2014941502114 -31.142625752829964, 82.81235770736087 -31.043866070227676, 83.58399680409322 -30.91911344521856 C84.2714879048209 -30.762198087776163, 84.95897900554858 -30.60528273033377, 85.55261939314947 -30.469788185729428 C86.1409492170768 -30.295174982194066, 86.72927904100412 -30.1205617786587, 87.48840886774406 -29.895256030836062 C87.8784698258779 -29.751709992558837, 88.26853078401174 -29.60816395428161, 89.38341065370028 -29.197877856399685 C89.87093285334907 -28.982066240447384, 90.35845505299788 -28.766254624495087, 91.22983778220308 -28.380519338926202 C91.5969807301431 -28.188981098152173, 91.96412367808313 -27.997442857378143, 93.02010288812403 -27.44653917988677 C93.61480434944653 -27.086027659179358, 94.20950581076904 -26.725516138471946, 94.74684938813228 -26.399775304092984 C95.31992303855358 -26.000023933517575, 95.89299668897489 -25.600272562942163, 96.4029817104733 -25.244529088840633 C96.93209931613092 -24.822571878739517, 97.46121692178852 -24.400614668638397, 97.98169445219533 -23.985547688627737 C98.4018195258998 -23.60400121258965, 98.82194459960428 -23.222454736551565, 99.47650034400982 -22.62800452807842 C99.97887172705127 -22.10926482963051, 100.48124311009272 -21.590525131182606, 100.88125690787243 -21.177478043231485 C101.28131097254149 -20.70755177515005, 101.68136503721057 -20.237625507068618, 102.19019169774293 -19.63992875855011 C102.51561170414301 -19.203895596346474, 102.84103171054308 -18.76786243414284, 103.3979260198041 -18.02167479384835 C103.83829566564116 -17.345148762035357, 104.2786653114782 -16.66862273022236, 104.4994970346684 -16.329365901781543 C104.81064804051775 -15.776885783440129, 105.1217990463671 -15.224405665098715, 105.4903781507495 -14.56995614258631 C105.76978450595503 -13.989762867663762, 106.04919086116054 -13.409569592741214, 106.36649762499809 -12.750675308355413 C106.56543076070564 -12.259306617047248, 106.76436389641317 -11.767937925739082, 107.12425529456745 -10.878999214271206 C107.36528119168251 -10.153067614422225, 107.60630708879758 -9.427136014573247, 107.76053737065482 -8.962618978877531 C107.90821383811483 -8.399464605066598, 108.05589030557486 -7.836310231255665, 108.27272923372745 -7.009409419623907 C108.36137887822545 -6.5542122312356685, 108.45002852272344 -6.09901504284743, 108.65872617755518 -5.027396693551458 C108.74056114787186 -4.3927008239179965, 108.82239611818855 -3.7580049542845346, 108.91694205789975 -3.024725316091981 C108.94975474931366 -2.513641161392563, 108.98256744072756 -2.002557006693145, 109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.3838128432612522, 109.04631581032167 0.2419990069846334, 109.04631581032167 1.00962469350713 C108.9959693161737 1.7938119788205151, 108.94562282202571 2.5779992641339007, 108.91694205789975 3.02472531609196 C108.83323799665158 3.6739174858962675, 108.74953393540342 4.323109655700575, 108.65872617755518 5.027396693551435 C108.56752715540212 5.49568439738726, 108.47632813324905 5.963972101223085, 108.27272923372745 7.0094094196239 C108.0861272970986 7.721003477780606, 107.89952536046975 8.432597535937312, 107.76053737065482 8.96261897887751 C107.62644970249046 9.36646967141991, 107.4923620343261 9.770320363962309, 107.12425529456746 10.878999214271184 C106.84832484620631 11.560552756475522, 106.57239439784516 12.242106298679861, 106.36649762499809 12.750675308355405 C106.0842044562134 13.336863113443018, 105.80191128742871 13.923050918530631, 105.4903781507495 14.569956142586303 C105.24168949928635 15.011528025715782, 104.99300084782321 15.453099908845259, 104.49949703466841 16.329365901781536 C104.21007409922208 16.77399725156722, 103.92065116377576 17.2186286013529, 103.39792601980412 18.021674793848334 C102.96269776460068 18.604841005711222, 102.52746950939724 19.18800721757411, 102.19019169774295 19.639928758550102 C101.8247224666547 20.06922971317472, 101.45925323556646 20.498530667799344, 100.88125690787246 21.177478043231467 C100.57732657536123 21.491311064693676, 100.27339624285 21.805144086155885, 99.47650034400982 22.628004528078414 C98.8845202839564 23.165625155684847, 98.29254022390298 23.703245783291276, 97.98169445219536 23.985547688627715 C97.47673938153866 24.388235920057664, 96.97178431088197 24.790924151487616, 96.40298171047331 25.24452908884063 C95.91645881822554 25.58390639723612, 95.42993592597774 25.923283705631615, 94.74684938813229 26.399775304092973 C94.34837483270286 26.64133292129071, 93.94990027727341 26.88289053848845, 93.02010288812404 27.446539179886766 C92.42615751945935 27.756400098278974, 91.83221215079465 28.066261016671177, 91.22983778220309 28.3805193389262 C90.5089483263875 28.699635716589846, 89.7880588705719 29.018752094253493, 89.3834106537003 29.197877856399682 C88.97034501518272 29.349889829711056, 88.55727937666514 29.50190180302243, 87.48840886774407 29.895256030836055 C87.08320736842207 30.015517708888755, 86.67800586910005 30.135779386941454, 85.55261939314951 30.46978818572942 C84.79217990780175 30.64335353592865, 84.031740422454 30.816918886127876, 83.58399680409323 30.919113445218557 C82.78755578285777 31.047875853039542, 81.9911147616223 31.17663826086053, 81.59063059306196 31.24138543543225 C81.1692699923873 31.282033585819068, 80.74790939171265 31.32268173620589, 79.58071192939245 31.435279871635593 C78.92859934167686 31.456191853063483, 78.27648675396127 31.47710383449137, 77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 C21.32221564842495 31.5, -34.9180687031501 31.5, -77.5625 31.5 C-78.1874210435464 31.479959998468487, -78.8123420870928 31.459919996936975, -79.58071192939244 31.435279871635593 C-80.31114972151245 31.364815416309746, -81.04158751363246 31.294350960983902, -81.59063059306195 31.24138543543225 C-82.05318527014079 31.16660318240724, -82.51573994721961 31.091820929382227, -83.58399680409323 30.919113445218557 C-84.12335269086375 30.796008983689273, -84.66270857763428 30.672904522159985, -85.55261939314947 30.469788185729428 C-86.05512858517629 30.320646095260443, -86.55763777720311 30.17150400479146, -87.48840886774403 29.89525603083607 C-87.99287539561165 29.70960768534332, -88.49734192347925 29.523959339850578, -89.38341065370028 29.197877856399685 C-89.84252751300463 28.994640442003394, -90.30164437230897 28.7914030276071, -91.22983778220308 28.380519338926206 C-91.78468733305786 28.091054683643364, -92.33953688391264 27.801590028360522, -93.02010288812403 27.446539179886773 C-93.41357207365938 27.208015847333648, -93.80704125919473 26.969492514780523, -94.74684938813226 26.399775304092994 C-95.09013854208546 26.16031165104321, -95.43342769603865 25.92084799799342, -96.4029817104733 25.244529088840636 C-96.99569460813001 24.771856325712033, -97.58840750578672 24.29918356258343, -97.98169445219533 23.98554768862774 C-98.36781689831179 23.634881499304868, -98.75393934442823 23.284215309981995, -99.4765003440098 22.628004528078435 C-99.9055000695326 22.185027089943667, -100.33449979505538 21.742049651808895, -100.88125690787244 21.177478043231478 C-101.37875379834287 20.5930898873099, -101.8762506888133 20.008701731388328, -102.19019169774293 19.639928758550113 C-102.63874931684946 19.03890241338714, -103.08730693595597 18.43787606822417, -103.3979260198041 18.021674793848355 C-103.65983675971366 17.619309564466086, -103.92174749962321 17.21694433508382, -104.4994970346684 16.329365901781557 C-104.81390041904233 15.771110856030708, -105.12830380341626 15.21285581027986, -105.4903781507495 14.569956142586314 C-105.68529322752055 14.1652108151567, -105.8802083042916 13.760465487727084, -106.36649762499809 12.750675308355417 C-106.6484672761112 12.05420481859369, -106.9304369272243 11.357734328831961, -107.12425529456745 10.878999214271209 C-107.2783291221419 10.414953393947666, -107.43240294971635 9.950907573624121, -107.76053737065482 8.962618978877522 C-107.8958697311502 8.446538034892537, -108.03120209164558 7.930457090907552, -108.27272923372743 7.009409419623911 C-108.42363880763062 6.234520652380805, -108.57454838153382 5.459631885137699, -108.65872617755518 5.027396693551461 C-108.72677032519135 4.499659721322052, -108.79481447282753 3.971922749092643, -108.91694205789975 3.024725316091999 C-108.94976239273682 2.5135221089071202, -108.9825827275739 2.0023189017222416, -109.04631581032167 1.0096246935071416 C-109.04631581032167 0.3357574118530503, -109.04631581032167 -0.33810986980104096, -109.04631581032167 -1.0096246935071262 C-109.01736008522637 -1.46063348450694, -108.98840436013109 -1.911642275506754, -108.91694205789975 -3.024725316091956 C-108.84601284220007 -3.5748383065007436, -108.7750836265004 -4.124951296909532, -108.65872617755518 -5.027396693551446 C-108.55421362390321 -5.564046567818266, -108.44970107025125 -6.100696442085086, -108.27272923372745 -7.009409419623896 C-108.1234555644425 -7.578654616224947, -107.97418189515753 -8.147899812825997, -107.76053737065482 -8.962618978877506 C-107.54289231928377 -9.618131196577412, -107.32524726791272 -10.273643414277316, -107.12425529456746 -10.878999214271168 C-106.88761781155776 -11.463498372379622, -106.65098032854806 -12.047997530488075, -106.36649762499809 -12.750675308355401 C-106.02603209210338 -13.457659272206676, -105.68556655920867 -14.164643236057952, -105.4903781507495 -14.5699561425863 C-105.14008740553764 -15.191932831494224, -104.78979666032579 -15.813909520402147, -104.4994970346684 -16.329365901781546 C-104.18763252475698 -16.808473536352125, -103.87576801484558 -17.287581170922707, -103.39792601980412 -18.021674793848344 C-103.070567494981 -18.460305394136185, -102.7432089701579 -18.898935994424022, -102.19019169774295 -19.639928758550102 C-101.68946602038729 -20.228109631270247, -101.18874034303163 -20.81629050399039, -100.88125690787246 -21.177478043231467 C-100.38614036802218 -21.68872652045078, -99.89102382817191 -22.199974997670086, -99.47650034400984 -22.628004528078403 C-99.12214144630326 -22.94982390315286, -98.76778254859668 -23.271643278227323, -97.98169445219536 -23.98554768862771 C-97.44857369727569 -24.41069730373705, -96.91545294235601 -24.835846918846386, -96.40298171047331 -25.244529088840626 C-95.92759792542645 -25.576136238256936, -95.4522141403796 -25.907743387673243, -94.7468493881323 -26.39977530409297 C-94.21322256968865 -26.72326301737278, -93.67959575124499 -27.046750730652594, -93.02010288812404 -27.446539179886763 C-92.50343662220219 -27.71608363987766, -91.98677035628033 -27.985628099868556, -91.22983778220309 -28.3805193389262 C-90.59475728339432 -28.661650636755194, -89.95967678458554 -28.94278193458419, -89.3834106537003 -29.19787785639968 C-88.93348326490752 -29.36345529455861, -88.48355587611475 -29.52903273271754, -87.48840886774407 -29.895256030836055 C-86.81272290466683 -30.095796077929386, -86.13703694158959 -30.296336125022716, -85.55261939314951 -30.469788185729417 C-84.77409985894818 -30.647480189096132, -83.99558032474685 -30.825172192462844, -83.58399680409325 -30.919113445218553 C-83.00771032920912 -31.01228297330946, -82.431423854325 -31.105452501400364, -81.59063059306196 -31.24138543543225 C-80.89888632400145 -31.308117173124316, -80.20714205494096 -31.374848910816382, -79.58071192939246 -31.435279871635593 C-78.91926636754388 -31.456491143378393, -78.25782080569532 -31.477702415121197, -77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.5625 -31.5, -77.5625 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-77.5625 -31.5 C-20.318549876825102 -31.5, 36.925400246349795 -31.5, 77.5625 -31.5 M-77.5625 -31.5 C-21.535518545177737 -31.5, 34.491462909644525 -31.5, 77.5625 -31.5 M77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 M77.5625 -31.5 C77.5625 -31.5, 77.5625 -31.5, 77.5625 -31.5 M77.5625 -31.5 C78.02845026647464 -31.485057881871334, 78.49440053294926 -31.470115763742665, 79.58071192939245 -31.435279871635593 M77.5625 -31.5 C78.07012503787655 -31.483721453067496, 78.5777500757531 -31.46744290613499, 79.58071192939245 -31.435279871635593 M79.58071192939245 -31.435279871635593 C80.04571481145662 -31.39042160285065, 80.5107176935208 -31.345563334065705, 81.59063059306193 -31.241385435432253 M79.58071192939245 -31.435279871635593 C80.32312978069923 -31.36365971440813, 81.065547632006 -31.292039557180665, 81.59063059306193 -31.241385435432253 M81.59063059306193 -31.241385435432253 C82.05010560091031 -31.16710107944523, 82.5095806087587 -31.09281672345821, 83.58399680409322 -30.91911344521856 M81.59063059306193 -31.241385435432253 C82.00628093146312 -31.174186312136065, 82.42193126986433 -31.106987188839874, 83.58399680409322 -30.91911344521856 M83.58399680409322 -30.91911344521856 C84.04300005892286 -30.814348947579855, 84.5020033137525 -30.709584449941154, 85.55261939314947 -30.469788185729428 M83.58399680409322 -30.91911344521856 C84.1279492293781 -30.79495985376859, 84.67190165466299 -30.670806262318617, 85.55261939314947 -30.469788185729428 M85.55261939314947 -30.469788185729428 C86.14581347271466 -30.293731296653743, 86.73900755227986 -30.117674407578058, 87.48840886774406 -29.895256030836062 M85.55261939314947 -30.469788185729428 C86.10265908309898 -30.306539292969664, 86.6526987730485 -30.1432904002099, 87.48840886774406 -29.895256030836062 M87.48840886774406 -29.895256030836062 C88.03116841101377 -29.69551550169859, 88.57392795428346 -29.49577497256112, 89.38341065370028 -29.197877856399685 M87.48840886774406 -29.895256030836062 C87.97272153346488 -29.7170244929136, 88.45703419918568 -29.53879295499113, 89.38341065370028 -29.197877856399685 M89.38341065370028 -29.197877856399685 C90.09664953064687 -28.88214816305499, 90.80988840759345 -28.566418469710296, 91.22983778220308 -28.380519338926202 M89.38341065370028 -29.197877856399685 C89.8538648784694 -28.989621726623135, 90.32431910323851 -28.781365596846587, 91.22983778220308 -28.380519338926202 M91.22983778220308 -28.380519338926202 C91.78935894816998 -28.088617505031685, 92.34888011413686 -27.796715671137168, 93.02010288812403 -27.44653917988677 M91.22983778220308 -28.380519338926202 C91.77056407893815 -28.098422776271235, 92.31129037567324 -27.816326213616264, 93.02010288812403 -27.44653917988677 M93.02010288812403 -27.44653917988677 C93.62317046707274 -27.08095606950959, 94.22623804602145 -26.71537295913241, 94.74684938813228 -26.399775304092984 M93.02010288812403 -27.44653917988677 C93.6423597207212 -27.06932343117932, 94.26461655331838 -26.692107682471867, 94.74684938813228 -26.399775304092984 M94.74684938813228 -26.399775304092984 C95.25858701475396 -26.042809288526517, 95.77032464137562 -25.685843272960053, 96.4029817104733 -25.244529088840633 M94.74684938813228 -26.399775304092984 C95.2629136181173 -26.03979123731589, 95.77897784810231 -25.679807170538794, 96.4029817104733 -25.244529088840633 M96.4029817104733 -25.244529088840633 C96.90794620314009 -24.84183334360837, 97.41291069580686 -24.43913759837611, 97.98169445219533 -23.985547688627737 M96.4029817104733 -25.244529088840633 C96.90903134008776 -24.8409679757693, 97.41508096970223 -24.43740686269797, 97.98169445219533 -23.985547688627737 M97.98169445219533 -23.985547688627737 C98.53470183795179 -23.483321012657353, 99.08770922370825 -22.981094336686965, 99.47650034400982 -22.62800452807842 M97.98169445219533 -23.985547688627737 C98.39354219671148 -23.611518463952365, 98.80538994122762 -23.23748923927699, 99.47650034400982 -22.62800452807842 M99.47650034400982 -22.62800452807842 C100.02628555402671 -22.060306160530775, 100.5760707640436 -21.492607792983126, 100.88125690787243 -21.177478043231485 M99.47650034400982 -22.62800452807842 C100.00038375827341 -22.087051891223037, 100.52426717253701 -21.546099254367654, 100.88125690787243 -21.177478043231485 M100.88125690787243 -21.177478043231485 C101.26466852822901 -20.727100937221408, 101.64808014858559 -20.276723831211328, 102.19019169774293 -19.63992875855011 M100.88125690787243 -21.177478043231485 C101.24807592960046 -20.74659154771611, 101.6148949513285 -20.315705052200734, 102.19019169774293 -19.63992875855011 M102.19019169774293 -19.63992875855011 C102.59947695305264 -19.09152380308892, 103.00876220836236 -18.543118847627728, 103.3979260198041 -18.02167479384835 M102.19019169774293 -19.63992875855011 C102.65555666010914 -19.016382104599618, 103.12092162247536 -18.392835450649127, 103.3979260198041 -18.02167479384835 M103.3979260198041 -18.02167479384835 C103.65609968579157 -17.625050713555254, 103.91427335177904 -17.228426633262156, 104.4994970346684 -16.329365901781543 M103.3979260198041 -18.02167479384835 C103.79012324583688 -17.419154534960658, 104.18232047186966 -16.816634276072968, 104.4994970346684 -16.329365901781543 M104.4994970346684 -16.329365901781543 C104.75018938049993 -15.88423625640494, 105.00088172633147 -15.439106611028336, 105.4903781507495 -14.56995614258631 M104.4994970346684 -16.329365901781543 C104.78360275683166 -15.82490742325672, 105.06770847899492 -15.320448944731897, 105.4903781507495 -14.56995614258631 M105.4903781507495 -14.56995614258631 C105.67964973316425 -14.176929651938977, 105.868921315579 -13.783903161291645, 106.36649762499809 -12.750675308355413 M105.4903781507495 -14.56995614258631 C105.66820736500647 -14.200689974246082, 105.84603657926343 -13.831423805905855, 106.36649762499809 -12.750675308355413 M106.36649762499809 -12.750675308355413 C106.66688248838668 -12.008718888239372, 106.96726735177525 -11.266762468123332, 107.12425529456745 -10.878999214271206 M106.36649762499809 -12.750675308355413 C106.57004852558447 -12.247900648518115, 106.77359942617085 -11.745125988680817, 107.12425529456745 -10.878999214271206 M107.12425529456745 -10.878999214271206 C107.27146318514167 -10.43563250225386, 107.41867107571588 -9.992265790236514, 107.76053737065482 -8.962618978877531 M107.12425529456745 -10.878999214271206 C107.25311367248591 -10.49089831077521, 107.38197205040436 -10.102797407279212, 107.76053737065482 -8.962618978877531 M107.76053737065482 -8.962618978877531 C107.91845496340216 -8.360410755814295, 108.0763725561495 -7.758202532751058, 108.27272923372745 -7.009409419623907 M107.76053737065482 -8.962618978877531 C107.92106661114117 -8.350451411090146, 108.08159585162751 -7.738283843302764, 108.27272923372745 -7.009409419623907 M108.27272923372745 -7.009409419623907 C108.42466636641781 -6.229244355183259, 108.57660349910817 -5.449079290742612, 108.65872617755518 -5.027396693551458 M108.27272923372745 -7.009409419623907 C108.39334465894866 -6.390074703192088, 108.51396008416988 -5.77073998676027, 108.65872617755518 -5.027396693551458 M108.65872617755518 -5.027396693551458 C108.7209379075711 -4.5448948006436245, 108.78314963758702 -4.062392907735791, 108.91694205789975 -3.024725316091981 M108.65872617755518 -5.027396693551458 C108.73126527831653 -4.464797752512048, 108.80380437907789 -3.9021988114726396, 108.91694205789975 -3.024725316091981 M108.91694205789975 -3.024725316091981 C108.96293725645458 -2.308312971944491, 109.0089324550094 -1.5919006277970014, 109.04631581032167 -1.0096246935071378 M108.91694205789975 -3.024725316091981 C108.94557596451723 -2.5787291076513137, 108.9742098711347 -2.1327328992106462, 109.04631581032167 -1.0096246935071378 M109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.3095904754304586, 109.04631581032167 0.3904437426462206, 109.04631581032167 1.00962469350713 M109.04631581032167 -1.0096246935071378 C109.04631581032167 -0.5737955949713276, 109.04631581032167 -0.1379664964355174, 109.04631581032167 1.00962469350713 M109.04631581032167 1.00962469350713 C109.01416379196726 1.5104183320190987, 108.98201177361285 2.0112119705310674, 108.91694205789975 3.02472531609196 M109.04631581032167 1.00962469350713 C109.00290099821667 1.6858454358480697, 108.95948618611168 2.3620661781890098, 108.91694205789975 3.02472531609196 M108.91694205789975 3.02472531609196 C108.83247102363056 3.67986597719137, 108.74799998936136 4.33500663829078, 108.65872617755518 5.027396693551435 M108.91694205789975 3.02472531609196 C108.84502552512137 3.5824957427953255, 108.773108992343 4.140266169498691, 108.65872617755518 5.027396693551435 M108.65872617755518 5.027396693551435 C108.51147496998436 5.783500522873827, 108.36422376241356 6.539604352196219, 108.27272923372745 7.0094094196239 M108.65872617755518 5.027396693551435 C108.55604366257622 5.554649706011213, 108.45336114759725 6.081902718470992, 108.27272923372745 7.0094094196239 M108.27272923372745 7.0094094196239 C108.10370560796352 7.6539697599645375, 107.9346819821996 8.298530100305175, 107.76053737065482 8.96261897887751 M108.27272923372745 7.0094094196239 C108.16752145934569 7.410612260679397, 108.06231368496393 7.811815101734894, 107.76053737065482 8.96261897887751 M107.76053737065482 8.96261897887751 C107.63048104238516 9.354327917963895, 107.50042471411548 9.74603685705028, 107.12425529456746 10.878999214271184 M107.76053737065482 8.96261897887751 C107.5377817129444 9.633523528607078, 107.31502605523396 10.304428078336645, 107.12425529456746 10.878999214271184 M107.12425529456746 10.878999214271184 C106.90427805582851 11.422347246926957, 106.68430081708956 11.965695279582729, 106.36649762499809 12.750675308355405 M107.12425529456746 10.878999214271184 C106.88064368502307 11.480724599755884, 106.63703207547867 12.082449985240586, 106.36649762499809 12.750675308355405 M106.36649762499809 12.750675308355405 C106.13861575122978 13.223876895126303, 105.91073387746147 13.6970784818972, 105.4903781507495 14.569956142586303 M106.36649762499809 12.750675308355405 C106.14689385010841 13.20668724568187, 105.92729007521874 13.662699183008336, 105.4903781507495 14.569956142586303 M105.4903781507495 14.569956142586303 C105.17119515643928 15.136697869767016, 104.85201216212907 15.703439596947728, 104.49949703466841 16.329365901781536 M105.4903781507495 14.569956142586303 C105.15031124901338 15.173779362126648, 104.81024434727726 15.777602581666994, 104.49949703466841 16.329365901781536 M104.49949703466841 16.329365901781536 C104.13585994628549 16.888010119768257, 103.77222285790256 17.446654337754975, 103.39792601980412 18.021674793848334 M104.49949703466841 16.329365901781536 C104.26406632319899 16.691050696596516, 104.02863561172956 17.052735491411497, 103.39792601980412 18.021674793848334 M103.39792601980412 18.021674793848334 C102.95140133761977 18.619977188739966, 102.50487665543542 19.2182795836316, 102.19019169774295 19.639928758550102 M103.39792601980412 18.021674793848334 C103.02171078728395 18.52576893151259, 102.6454955547638 19.029863069176844, 102.19019169774295 19.639928758550102 M102.19019169774295 19.639928758550102 C101.92296662322016 19.953826536622064, 101.65574154869736 20.26772431469403, 100.88125690787246 21.177478043231467 M102.19019169774295 19.639928758550102 C101.69931264997375 20.21654321986889, 101.20843360220456 20.793157681187676, 100.88125690787246 21.177478043231467 M100.88125690787246 21.177478043231467 C100.44156646460388 21.63149452516301, 100.00187602133532 22.085511007094553, 99.47650034400982 22.628004528078414 M100.88125690787246 21.177478043231467 C100.39795204382392 21.676529995428858, 99.9146471797754 22.17558194762625, 99.47650034400982 22.628004528078414 M99.47650034400982 22.628004528078414 C98.98182361264729 23.077256847072782, 98.48714688128474 23.526509166067154, 97.98169445219536 23.985547688627715 M99.47650034400982 22.628004528078414 C98.92822479743653 23.12593387290025, 98.37994925086325 23.623863217722086, 97.98169445219536 23.985547688627715 M97.98169445219536 23.985547688627715 C97.48381295842645 24.38259493072544, 96.98593146465755 24.77964217282316, 96.40298171047331 25.24452908884063 M97.98169445219536 23.985547688627715 C97.49342395332283 24.374930418054884, 97.00515345445032 24.764313147482056, 96.40298171047331 25.24452908884063 M96.40298171047331 25.24452908884063 C95.79254056596054 25.6703464056815, 95.18209942144776 26.09616372252237, 94.74684938813229 26.399775304092973 M96.40298171047331 25.24452908884063 C95.75777069632434 25.694600361576306, 95.11255968217539 26.144671634311983, 94.74684938813229 26.399775304092973 M94.74684938813229 26.399775304092973 C94.19698825736765 26.733104352905173, 93.64712712660302 27.066433401717376, 93.02010288812404 27.446539179886766 M94.74684938813229 26.399775304092973 C94.28884432967592 26.6774206620657, 93.83083927121957 26.955066020038423, 93.02010288812404 27.446539179886766 M93.02010288812404 27.446539179886766 C92.5237796952944 27.705470671675815, 92.02745650246474 27.964402163464868, 91.22983778220309 28.3805193389262 M93.02010288812404 27.446539179886766 C92.34427877648538 27.79911618604265, 91.66845466484673 28.151693192198533, 91.22983778220309 28.3805193389262 M91.22983778220309 28.3805193389262 C90.85654020846424 28.545767101341305, 90.48324263472539 28.711014863756414, 89.3834106537003 29.197877856399682 M91.22983778220309 28.3805193389262 C90.50288405600735 28.70232018919695, 89.77593032981159 29.024121039467705, 89.3834106537003 29.197877856399682 M89.3834106537003 29.197877856399682 C89.00410642046607 29.337465320479772, 88.62480218723185 29.47705278455986, 87.48840886774407 29.895256030836055 M89.3834106537003 29.197877856399682 C88.8724805928052 29.385904841794783, 88.36155053191013 29.57393182718988, 87.48840886774407 29.895256030836055 M87.48840886774407 29.895256030836055 C87.09023980236347 30.013430519408942, 86.69207073698288 30.13160500798183, 85.55261939314951 30.46978818572942 M87.48840886774407 29.895256030836055 C86.74677893995522 30.115367900508858, 86.00514901216636 30.33547977018166, 85.55261939314951 30.46978818572942 M85.55261939314951 30.46978818572942 C84.79315678757163 30.643130569495913, 84.03369418199375 30.8164729532624, 83.58399680409323 30.919113445218557 M85.55261939314951 30.46978818572942 C85.0496372217842 30.584590584078143, 84.54665505041888 30.69939298242686, 83.58399680409323 30.919113445218557 M83.58399680409323 30.919113445218557 C82.93963787682493 31.023288399501183, 82.29527894955663 31.12746335378381, 81.59063059306196 31.24138543543225 M83.58399680409323 30.919113445218557 C83.02971870382207 31.00872482997953, 82.47544060355092 31.098336214740506, 81.59063059306196 31.24138543543225 M81.59063059306196 31.24138543543225 C81.08118587274522 31.290530954904288, 80.57174115242849 31.339676474376326, 79.58071192939245 31.435279871635593 M81.59063059306196 31.24138543543225 C80.88890801627475 31.30907976847004, 80.18718543948755 31.376774101507827, 79.58071192939245 31.435279871635593 M79.58071192939245 31.435279871635593 C78.86855191171088 31.45811745726726, 78.1563918940293 31.480955042898923, 77.5625 31.5 M79.58071192939245 31.435279871635593 C79.13941641365744 31.449431359895602, 78.69812089792242 31.46358284815561, 77.5625 31.5 M77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 M77.5625 31.5 C77.5625 31.5, 77.5625 31.5, 77.5625 31.5 M77.5625 31.5 C44.60166960325512 31.5, 11.640839206510236 31.5, -77.5625 31.5 M77.5625 31.5 C15.908027414164778 31.5, -45.746445171670445 31.5, -77.5625 31.5 M-77.5625 31.5 C-78.12454559626093 31.4819762916833, -78.68659119252186 31.4639525833666, -79.58071192939244 31.435279871635593 M-77.5625 31.5 C-78.09743894805175 31.482845549131476, -78.63237789610349 31.465691098262955, -79.58071192939244 31.435279871635593 M-79.58071192939244 31.435279871635593 C-80.16117552988959 31.379283246205247, -80.74163913038676 31.323286620774905, -81.59063059306195 31.24138543543225 M-79.58071192939244 31.435279871635593 C-80.22793913765086 31.372842641259506, -80.87516634590929 31.31040541088342, -81.59063059306195 31.24138543543225 M-81.59063059306195 31.24138543543225 C-82.16213156166883 31.148989590884092, -82.73363253027571 31.05659374633594, -83.58399680409323 30.919113445218557 M-81.59063059306195 31.24138543543225 C-81.99791147814368 31.17553942044267, -82.40519236322542 31.109693405453093, -83.58399680409323 30.919113445218557 M-83.58399680409323 30.919113445218557 C-84.33840871482516 30.74692384959179, -85.09282062555708 30.574734253965023, -85.55261939314947 30.469788185729428 M-83.58399680409323 30.919113445218557 C-84.10468954666554 30.800268724564116, -84.62538228923785 30.681424003909676, -85.55261939314947 30.469788185729428 M-85.55261939314947 30.469788185729428 C-86.12536908857042 30.29979908255299, -86.69811878399138 30.129809979376557, -87.48840886774403 29.89525603083607 M-85.55261939314947 30.469788185729428 C-86.01253645664272 30.333287215438563, -86.47245352013596 30.1967862451477, -87.48840886774403 29.89525603083607 M-87.48840886774403 29.89525603083607 C-88.01858239570765 29.700147271675085, -88.5487559236713 29.5050385125141, -89.38341065370028 29.197877856399685 M-87.48840886774403 29.89525603083607 C-88.14004509793885 29.655447874465093, -88.79168132813369 29.415639718094116, -89.38341065370028 29.197877856399685 M-89.38341065370028 29.197877856399685 C-89.84767404128738 28.992362226598956, -90.31193742887446 28.78684659679823, -91.22983778220308 28.380519338926206 M-89.38341065370028 29.197877856399685 C-89.94551062738185 28.949052872154144, -90.5076106010634 28.700227887908607, -91.22983778220308 28.380519338926206 M-91.22983778220308 28.380519338926206 C-91.63183734476544 28.17079642463043, -92.0338369073278 27.961073510334653, -93.02010288812403 27.446539179886773 M-91.22983778220308 28.380519338926206 C-91.86410770842028 28.049621124687974, -92.49837763463746 27.71872291044974, -93.02010288812403 27.446539179886773 M-93.02010288812403 27.446539179886773 C-93.63895935013501 27.071384755811465, -94.257815812146 26.696230331736153, -94.74684938813226 26.399775304092994 M-93.02010288812403 27.446539179886773 C-93.45640366488861 27.18205108502412, -93.8927044416532 26.917562990161468, -94.74684938813226 26.399775304092994 M-94.74684938813226 26.399775304092994 C-95.19079469584851 26.090098275512773, -95.63474000356474 25.780421246932555, -96.4029817104733 25.244529088840636 M-94.74684938813226 26.399775304092994 C-95.1750395418144 26.10108838893734, -95.60322969549652 25.802401473781693, -96.4029817104733 25.244529088840636 M-96.4029817104733 25.244529088840636 C-96.99281920132553 24.774149386120815, -97.58265669217776 24.303769683400994, -97.98169445219533 23.98554768862774 M-96.4029817104733 25.244529088840636 C-97.00368435118999 24.765484718237683, -97.6043869919067 24.28644034763473, -97.98169445219533 23.98554768862774 M-97.98169445219533 23.98554768862774 C-98.4490207640701 23.561134296959715, -98.91634707594487 23.13672090529169, -99.4765003440098 22.628004528078435 M-97.98169445219533 23.98554768862774 C-98.56059699592703 23.459803715332576, -99.13949953965873 22.934059742037412, -99.4765003440098 22.628004528078435 M-99.4765003440098 22.628004528078435 C-99.93662114172508 22.152892027817366, -100.39674193944037 21.677779527556297, -100.88125690787244 21.177478043231478 M-99.4765003440098 22.628004528078435 C-99.77302423055434 22.321819270157363, -100.06954811709888 22.015634012236287, -100.88125690787244 21.177478043231478 M-100.88125690787244 21.177478043231478 C-101.38815155676761 20.582050745516593, -101.8950462056628 19.98662344780171, -102.19019169774293 19.639928758550113 M-100.88125690787244 21.177478043231478 C-101.19437972138691 20.809666169284558, -101.50750253490136 20.44185429533764, -102.19019169774293 19.639928758550113 M-102.19019169774293 19.639928758550113 C-102.4322202067739 19.31563260569937, -102.6742487158049 18.991336452848632, -103.3979260198041 18.021674793848355 M-102.19019169774293 19.639928758550113 C-102.63331441835375 19.046184682241947, -103.07643713896456 18.452440605933777, -103.3979260198041 18.021674793848355 M-103.3979260198041 18.021674793848355 C-103.77700561083512 17.43930674490157, -104.15608520186615 16.856938695954792, -104.4994970346684 16.329365901781557 M-103.3979260198041 18.021674793848355 C-103.7338023932177 17.505678488850265, -104.06967876663128 16.989682183852175, -104.4994970346684 16.329365901781557 M-104.4994970346684 16.329365901781557 C-104.83464044499769 15.734284839791608, -105.16978385532698 15.139203777801658, -105.4903781507495 14.569956142586314 M-104.4994970346684 16.329365901781557 C-104.88146013670546 15.651151736156592, -105.2634232387425 14.972937570531627, -105.4903781507495 14.569956142586314 M-105.4903781507495 14.569956142586314 C-105.839950877914 13.84406089497107, -106.18952360507852 13.118165647355827, -106.36649762499809 12.750675308355417 M-105.4903781507495 14.569956142586314 C-105.66952177743525 14.197960568713805, -105.848665404121 13.825964994841296, -106.36649762499809 12.750675308355417 M-106.36649762499809 12.750675308355417 C-106.65575129835565 12.036213142822891, -106.94500497171323 11.321750977290366, -107.12425529456745 10.878999214271209 M-106.36649762499809 12.750675308355417 C-106.64367167583335 12.066050043996611, -106.9208457266686 11.381424779637806, -107.12425529456745 10.878999214271209 M-107.12425529456745 10.878999214271209 C-107.36578935104184 10.151537119396112, -107.60732340751623 9.424075024521017, -107.76053737065482 8.962618978877522 M-107.12425529456745 10.878999214271209 C-107.3623823258044 10.161798536575521, -107.60050935704136 9.444597858879831, -107.76053737065482 8.962618978877522 M-107.76053737065482 8.962618978877522 C-107.95555573969007 8.218929416250301, -108.15057410872531 7.47523985362308, -108.27272923372743 7.009409419623911 M-107.76053737065482 8.962618978877522 C-107.96427087354525 8.1856948336976, -108.16800437643568 7.408770688517677, -108.27272923372743 7.009409419623911 M-108.27272923372743 7.009409419623911 C-108.41037757826918 6.302614262390021, -108.54802592281091 5.59581910515613, -108.65872617755518 5.027396693551461 M-108.27272923372743 7.009409419623911 C-108.35738857732856 6.574701582990708, -108.4420479209297 6.139993746357504, -108.65872617755518 5.027396693551461 M-108.65872617755518 5.027396693551461 C-108.74017874767328 4.395666644344692, -108.8216313177914 3.7639365951379213, -108.91694205789975 3.024725316091999 M-108.65872617755518 5.027396693551461 C-108.72396909846087 4.5213854826788555, -108.78921201936657 4.01537427180625, -108.91694205789975 3.024725316091999 M-108.91694205789975 3.024725316091999 C-108.94894475915868 2.5262574118686465, -108.98094746041761 2.027789507645294, -109.04631581032167 1.0096246935071416 M-108.91694205789975 3.024725316091999 C-108.9530193397771 2.4627925297943647, -108.98909662165447 1.9008597434967303, -109.04631581032167 1.0096246935071416 M-109.04631581032167 1.0096246935071416 C-109.04631581032167 0.2303080376764991, -109.04631581032167 -0.5490086181541434, -109.04631581032167 -1.0096246935071262 M-109.04631581032167 1.0096246935071416 C-109.04631581032167 0.5808744221982873, -109.04631581032167 0.1521241508894331, -109.04631581032167 -1.0096246935071262 M-109.04631581032167 -1.0096246935071262 C-108.99961222660333 -1.7370707083744883, -108.95290864288499 -2.46451672324185, -108.91694205789975 -3.024725316091956 M-109.04631581032167 -1.0096246935071262 C-109.01752347475424 -1.4580885607248195, -108.98873113918681 -1.9065524279425126, -108.91694205789975 -3.024725316091956 M-108.91694205789975 -3.024725316091956 C-108.85345634359209 -3.517107979589931, -108.78997062928441 -4.009490643087906, -108.65872617755518 -5.027396693551446 M-108.91694205789975 -3.024725316091956 C-108.85171850540597 -3.5305863093864325, -108.7864949529122 -4.036447302680909, -108.65872617755518 -5.027396693551446 M-108.65872617755518 -5.027396693551446 C-108.52786824273326 -5.699324532027658, -108.39701030791136 -6.3712523705038695, -108.27272923372745 -7.009409419623896 M-108.65872617755518 -5.027396693551446 C-108.54714766876917 -5.600328754041433, -108.43556915998316 -6.173260814531421, -108.27272923372745 -7.009409419623896 M-108.27272923372745 -7.009409419623896 C-108.16663530655347 -7.413991545337175, -108.06054137937949 -7.818573671050453, -107.76053737065482 -8.962618978877506 M-108.27272923372745 -7.009409419623896 C-108.15789921184921 -7.4473060606918775, -108.04306918997099 -7.885202701759859, -107.76053737065482 -8.962618978877506 M-107.76053737065482 -8.962618978877506 C-107.62093018437514 -9.383093580567479, -107.48132299809545 -9.803568182257452, -107.12425529456746 -10.878999214271168 M-107.76053737065482 -8.962618978877506 C-107.58686408499187 -9.485695244214016, -107.41319079932894 -10.008771509550526, -107.12425529456746 -10.878999214271168 M-107.12425529456746 -10.878999214271168 C-106.86232297990226 -11.525977095611003, -106.60039066523706 -12.172954976950836, -106.36649762499809 -12.750675308355401 M-107.12425529456746 -10.878999214271168 C-106.8715773040932 -11.503118735939198, -106.61889931361894 -12.12723825760723, -106.36649762499809 -12.750675308355401 M-106.36649762499809 -12.750675308355401 C-106.17740743449684 -13.143325134813175, -105.9883172439956 -13.53597496127095, -105.4903781507495 -14.5699561425863 M-106.36649762499809 -12.750675308355401 C-106.16170367291315 -13.175934331748387, -105.95690972082821 -13.601193355141374, -105.4903781507495 -14.5699561425863 M-105.4903781507495 -14.5699561425863 C-105.15230837283443 -15.170233266551666, -104.81423859491935 -15.77051039051703, -104.4994970346684 -16.329365901781546 M-105.4903781507495 -14.5699561425863 C-105.09600790750562 -15.270200443783283, -104.70163766426172 -15.970444744980266, -104.4994970346684 -16.329365901781546 M-104.4994970346684 -16.329365901781546 C-104.21612049004541 -16.7647083715793, -103.93274394542243 -17.200050841377053, -103.39792601980412 -18.021674793848344 M-104.4994970346684 -16.329365901781546 C-104.05928784107202 -17.005645435865404, -103.61907864747565 -17.681924969949264, -103.39792601980412 -18.021674793848344 M-103.39792601980412 -18.021674793848344 C-103.0517872196843 -18.485469252115493, -102.70564841956448 -18.949263710382642, -102.19019169774295 -19.639928758550102 M-103.39792601980412 -18.021674793848344 C-103.14301907774114 -18.36322687371258, -102.88811213567816 -18.704778953576817, -102.19019169774295 -19.639928758550102 M-102.19019169774295 -19.639928758550102 C-101.80243799627709 -20.095406320102548, -101.41468429481124 -20.550883881654997, -100.88125690787246 -21.177478043231467 M-102.19019169774295 -19.639928758550102 C-101.87910406234603 -20.00534999647523, -101.56801642694913 -20.37077123440035, -100.88125690787246 -21.177478043231467 M-100.88125690787246 -21.177478043231467 C-100.42023176767573 -21.653524351352523, -99.959206627479 -22.129570659473583, -99.47650034400984 -22.628004528078403 M-100.88125690787246 -21.177478043231467 C-100.56641558433846 -21.502577558733698, -100.25157426080447 -21.82767707423593, -99.47650034400984 -22.628004528078403 M-99.47650034400984 -22.628004528078403 C-98.97077856785988 -23.08728766451283, -98.46505679170993 -23.546570800947258, -97.98169445219536 -23.98554768862771 M-99.47650034400984 -22.628004528078403 C-98.9293394751835 -23.12492155206322, -98.38217860635714 -23.621838576048034, -97.98169445219536 -23.98554768862771 M-97.98169445219536 -23.98554768862771 C-97.63217601287111 -24.264279342912506, -97.28265757354687 -24.543010997197303, -96.40298171047331 -25.244529088840626 M-97.98169445219536 -23.98554768862771 C-97.3535892862395 -24.48644484389708, -96.72548412028362 -24.98734199916645, -96.40298171047331 -25.244529088840626 M-96.40298171047331 -25.244529088840626 C-95.82319480822301 -25.648963333279962, -95.2434079059727 -26.0533975777193, -94.7468493881323 -26.39977530409297 M-96.40298171047331 -25.244529088840626 C-95.75990560508662 -25.69311114164246, -95.11682949969992 -26.141693194444297, -94.7468493881323 -26.39977530409297 M-94.7468493881323 -26.39977530409297 C-94.23118390396753 -26.71237475098041, -93.71551841980276 -27.024974197867845, -93.02010288812404 -27.446539179886763 M-94.7468493881323 -26.39977530409297 C-94.16514741029526 -26.752406461518046, -93.58344543245823 -27.105037618943122, -93.02010288812404 -27.446539179886763 M-93.02010288812404 -27.446539179886763 C-92.48550348273403 -27.725439347251474, -91.950904077344 -28.004339514616184, -91.22983778220309 -28.3805193389262 M-93.02010288812404 -27.446539179886763 C-92.62838986526901 -27.650895613006064, -92.23667684241398 -27.85525204612537, -91.22983778220309 -28.3805193389262 M-91.22983778220309 -28.3805193389262 C-90.71683616082318 -28.60760993905867, -90.20383453944328 -28.83470053919114, -89.3834106537003 -29.19787785639968 M-91.22983778220309 -28.3805193389262 C-90.80386381213812 -28.569085379405102, -90.37788984207313 -28.757651419884006, -89.3834106537003 -29.19787785639968 M-89.3834106537003 -29.19787785639968 C-88.84776037992214 -29.395002108646892, -88.31211010614399 -29.592126360894106, -87.48840886774407 -29.895256030836055 M-89.3834106537003 -29.19787785639968 C-88.6584453430802 -29.46467179221374, -87.93348003246012 -29.731465728027803, -87.48840886774407 -29.895256030836055 M-87.48840886774407 -29.895256030836055 C-86.83340404305893 -30.089658024612117, -86.1783992183738 -30.284060018388182, -85.55261939314951 -30.469788185729417 M-87.48840886774407 -29.895256030836055 C-86.99459260070489 -30.041818106798804, -86.50077633366571 -30.188380182761552, -85.55261939314951 -30.469788185729417 M-85.55261939314951 -30.469788185729417 C-84.8971197117341 -30.619401710477305, -84.2416200303187 -30.769015235225197, -83.58399680409325 -30.919113445218553 M-85.55261939314951 -30.469788185729417 C-85.0582703671705 -30.582620124980256, -84.56392134119146 -30.695452064231095, -83.58399680409325 -30.919113445218553 M-83.58399680409325 -30.919113445218553 C-82.83694447820164 -31.039891071791395, -82.08989215231004 -31.160668698364237, -81.59063059306196 -31.24138543543225 M-83.58399680409325 -30.919113445218553 C-83.1599402617414 -30.9876716183784, -82.73588371938955 -31.056229791538243, -81.59063059306196 -31.24138543543225 M-81.59063059306196 -31.24138543543225 C-80.97464495900154 -31.300808828718946, -80.35865932494112 -31.360232222005646, -79.58071192939246 -31.435279871635593 M-81.59063059306196 -31.24138543543225 C-80.9864147911879 -31.299673407163223, -80.38219898931382 -31.357961378894196, -79.58071192939246 -31.435279871635593 M-79.58071192939246 -31.435279871635593 C-78.77355942432013 -31.46116368144622, -77.96640691924779 -31.48704749125685, -77.56250000000001 -31.5 M-79.58071192939246 -31.435279871635593 C-79.12245679904493 -31.449975221726337, -78.66420166869739 -31.464670571817084, -77.56250000000001 -31.5 M-77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.56250000000001 -31.5, -77.5625 -31.5 M-77.56250000000001 -31.5 C-77.56250000000001 -31.5, -77.5625 -31.5, -77.5625 -31.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-93.6875, -24)\"><rect></rect><foreignObject width=\"187.375\" 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>Customer completes KYC<br>in Banxa checkout</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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-23d5493a7f35f4c4caaf71b3df239d62533b00f3965af8d12d6f50ccdbef0d8b-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{Does your platform\\nverify customer identity?} -->|No| B[Banxa handles all KYC\\nin checkout — no action needed]\n    A -->|Yes| C{Which KYC\\nprovider?}\n    C -->|Sumsub| D[Sumsub token sharing\\nSee Sumsub Integration]\n    C -->|Other or in-house| E[KYC data sharing\\nor contact Banxa]\n    D --> F([Customer may skip KYC\\nin Banxa checkout])\n    E --> F\n    B --> G([Customer completes KYC\\nin Banxa checkout])\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["There are two ways to do this:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"1-kyc-data-sharing","__idx":4},"children":["1. KYC data sharing"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pass customer identity data (name, address, document details) to Banxa before creating an order. This reduces the information the customer needs to re-enter."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"2-sumsub-token-sharing","__idx":5},"children":["2. Sumsub token sharing"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your platform uses Sumsub for KYC, you can pass a Sumsub share token to Banxa. Banxa retrieves the customer's verification data directly from Sumsub — the customer may be able to skip KYC entirely."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["→ See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/hosted-checkout/docs/identity-compliance/kyc-sharing"},"children":["KYC Sharing"]}," and ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/hosted-checkout/docs/identity-compliance/sumsub-integration"},"children":["Sumsub Integration"]},"."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites-for-kyc-sharing","__idx":6},"children":["Prerequisites for KYC sharing"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["KYC sharing must be enabled for your partner account before you can use the identity endpoint. Contact Banxa to:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Complete the Banxa questionnaire to confirm solution fit."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Receive approval and activation of the identity endpoint."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If using Sumsub: complete the token sharing agreement."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"customer-transparency","__idx":7},"children":["Customer transparency"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When using KYC sharing, inform your customers that their personal details and KYC documents will be shared with Banxa. This prevents confusion if Banxa needs to contact the customer for additional documentation."]}]},"headings":[{"value":"Identity & Compliance — Overview","id":"identity--compliance--overview","depth":1},{"value":"How KYC works in the checkout","id":"how-kyc-works-in-the-checkout","depth":2},{"value":"Verification levels","id":"verification-levels","depth":2},{"value":"Streamlining KYC for your customers","id":"streamlining-kyc-for-your-customers","depth":2},{"value":"1. KYC data sharing","id":"1-kyc-data-sharing","depth":3},{"value":"2. Sumsub token sharing","id":"2-sumsub-token-sharing","depth":3},{"value":"Prerequisites for KYC sharing","id":"prerequisites-for-kyc-sharing","depth":2},{"value":"Customer transparency","id":"customer-transparency","depth":2}],"frontmatter":{"title":"KYC & Compliance Integration Overview | Banxa Docs","description":"Banxa handles KYC and AML compliance automatically in checkout. Optionally share verified customer identity to reduce friction and improve conversion rates.","seo":{"title":"Identity & Compliance — Overview"}},"lastModified":"2026-05-19T23:30:38.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/hosted-checkout/docs/identity-compliance/overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}