{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","partial","tabs","tab"]},"type":"markdown"},"seo":{"title":"Getting Started","description":"Complete developer documentation for the eCommunicate Omnichannel platform. WhatsApp Cloud, WhatsApp Lite, SMS, Live Chat, and Conversations APIs. Send messages, manage templates, configure webhooks, and build customer engagement at scale.","siteUrl":"https://docs.ecommunicate.co.za","keywords":["eCommunicate API","WhatsApp Business API","SMS API","omnichannel messaging","WhatsApp templates","messaging platform","South Africa messaging API"],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"getting-started","__idx":0},"children":["Getting Started"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide walks you through setting up your eCommunicate integration and sending your first WhatsApp message. You'll go from zero to a delivered message in four steps."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Before you begin"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You need:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["eCommunicate account"]}," — contact ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"mailto:support@ecommunicate.co.za"},"children":["support@ecommunicate.co.za"]}," to get started"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["registered WhatsApp number"]}," (Cloud or Lite)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Your ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Developer API key"]}," (a UUID string)"]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"server-urls","__idx":1},"children":["Server URLs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Choose the correct base URL for your channel and environment:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Environment"},"children":["Environment"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Base URL"},"children":["Base URL"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Channel"},"children":["Channel"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Production"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.payless4messaging.com"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WhatsApp Cloud"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Production"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.payless4messages.com"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WhatsApp Lite"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-the-system-fits-together","__idx":2},"children":["How the system fits together"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["eCommunicate has two messaging surfaces that share the same WhatsApp number — and which surface a message goes through determines whether agents see it in the live-chat UI."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart LR\n    Your([\"Your system\"])\n    Customer([\"Customer\"])\n\n    subgraph eComm[\"eCommunicate platform\"]\n        direction LR\n        API[\"API Service\"]\n        Chat[\"Chat Service\"]\n        Bot{{\"Create Chat Participant<br/>or Bot reply\"}}\n        API <--> Chat\n        Chat --> Bot\n    end\n\n    Customer <-->|\"messages\"| API\n    Your -->|\"Notification/Chat\"| API\n    Your -->|\"Agent replies\"| Chat\n    API -. \"incoming / status / session / event webhooks\" .-> Your\n    Chat -. \"chatbot webhook\" .-> Your\n","diagramHtml":"<svg id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1043.46435546875px;\" viewBox=\"0 0 1043.46435546875 289.25\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a{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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .error-icon{fill:#552222;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .error-text{fill:#552222;stroke:#552222;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-thickness-normal{stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-thickness-thick{stroke-width:3.5px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-pattern-solid{stroke-dasharray:0;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-pattern-dashed{stroke-dasharray:3;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edge-pattern-dotted{stroke-dasharray:2;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .marker{fill:#333333;stroke:#333333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .marker.cross{stroke:#333333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a p{margin:0;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster-label text{fill:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster-label span{color:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster-label span p{background-color:transparent;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .label text,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a span{fill:#333;color:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node rect,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node circle,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node ellipse,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node polygon,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .rough-node .label text,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node .label text,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .image-shape .label,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .icon-shape .label{text-anchor:middle;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .rough-node .label,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node .label,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .image-shape .label,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .icon-shape .label{text-align:center;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node.clickable{cursor:pointer;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .arrowheadPath{fill:#333333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .flowchart-link{stroke:#333333;fill:none;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster text{fill:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .cluster span{color:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a 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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a rect.text{fill:none;stroke-width:0;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .icon-shape,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .icon-shape p,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .icon-shape .label rect,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a .node .neo-node{stroke:#9370DB;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node rect,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].cluster rect,#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_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 class=\"cluster\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-eComm\" data-look=\"classic\"><rect style=\"\" x=\"373.90184020996094\" y=\"8\" width=\"661.5625\" height=\"273.25\"></rect><g class=\"cluster-label\" transform=\"translate(613.4877777099609, 8)\"><foreignObject width=\"182.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>eCommunicate platform</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M544.23,87.75L547.73,87.75C551.23,87.75,558.23,87.75,573.914,100.927C589.597,114.104,613.964,140.459,626.148,153.636L638.332,166.813\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_API_Chat_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_API_Chat_0\" data-points=\"W3sieCI6NTQwLjIyOTk2NTIwOTk2MDksInkiOjg3Ljc1fSx7IngiOjU2NS4yMjk5NjUyMDk5NjA5LCJ5Ijo4Ny43NX0seyJ4Ijo2NDEuMDQ3MDUyMzY1OTI0MywieSI6MTY5Ljc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointStart)\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M741.792,196.75L745.959,196.75C750.126,196.75,758.459,196.75,766.209,196.82C773.959,196.891,781.126,197.031,784.71,197.101L788.293,197.172\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_Chat_Bot_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_Chat_Bot_0\" data-points=\"W3sieCI6NzQxLjc5MjQ2NTIwOTk2MDksInkiOjE5Ni43NX0seyJ4Ijo3NjYuNzkyNDY1MjA5OTYwOSwieSI6MTk2Ljc1fSx7IngiOjc5Mi4yOTI0NjUyMDk5NjA5LCJ5IjoxOTcuMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M119.441,48.485L141.018,48.404C162.595,48.323,205.748,48.162,248.158,48.081C290.569,48,332.235,48,357.567,49.869C382.899,51.738,391.896,55.477,396.394,57.346L400.893,59.215\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_Customer_API_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_Customer_API_0\" data-points=\"W3sieCI6MTE1LjQ0MDg5OTkzMTgyNjY5LCJ5Ijo0OC41fSx7IngiOjI0OC45MDE4NDAyMDk5NjA5NCwieSI6NDh9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5Ijo0OH0seyJ4Ijo0MDQuNTg2NTM5NTAyNDEzNzYsInkiOjYwLjc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointStart)\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M115.588,150.184L137.807,142.695C160.026,135.206,204.464,120.228,247.516,112.739C290.569,105.25,332.235,105.25,356.579,104.608C380.924,103.965,387.945,102.681,391.456,102.039L394.967,101.396\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_Your_API_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_Your_API_0\" data-points=\"W3sieCI6MTE1LjU4Nzc5Mjg2MjM4NDY1LCJ5IjoxNTAuMTgzNzkzMzQ1NzgxMzd9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDUuMjV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDUuMjV9LHsieCI6Mzk4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDAuNjc2NzA0Nzc3NDYwMTl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M120.567,178.11L141.956,182.633C163.345,187.157,206.123,196.203,248.346,200.727C290.569,205.25,332.235,205.25,369.013,205.25C405.79,205.25,437.678,205.25,469.566,205.25C501.454,205.25,533.342,205.25,552.788,204.955C572.235,204.659,579.239,204.068,582.742,203.773L586.244,203.478\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_Your_Chat_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_Your_Chat_0\" data-points=\"W3sieCI6MTIwLjU2NjY2MTk1MDg4MTg3LCJ5IjoxNzguMTA5OTA1MzU3MzEwMTR9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6NDY5LjU2NTkwMjcwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6NTY1LjIyOTk2NTIwOTk2MDksInkiOjIwNS4yNX0seyJ4Ijo1OTAuMjI5OTY1MjA5OTYwOSwieSI6MjAzLjE0MTQ3Mjg2ODIxNzA1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M434.424,114.75L424.337,122.5C414.25,130.25,394.076,145.75,363.156,153.5C332.235,161.25,290.569,161.25,249.642,161.854C208.716,162.459,168.53,163.668,148.437,164.272L128.344,164.877\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_API_Your_0\" class=\"edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_API_Your_0\" data-points=\"W3sieCI6NDM0LjQyNDAwMjE5OTc1Njg0LCJ5IjoxMTQuNzV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoxNjEuMjV9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxNjEuMjV9LHsieCI6MTI0LjM0NTQ1OTk2ODQ4MDA5LCJ5IjoxNjQuOTk2ODY5NzM4NjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path><path d=\"M614.181,223.75L606.022,228C597.864,232.25,581.547,240.75,557.444,245C533.342,249.25,501.454,249.25,469.566,249.25C437.678,249.25,405.79,249.25,369.013,249.25C332.235,249.25,290.569,249.25,246.95,238.926C203.331,228.602,157.761,207.954,134.976,197.63L112.19,187.306\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-L_Chat_Your_0\" class=\"edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Chat_Your_0\" data-points=\"W3sieCI6NjE0LjE4MDg1ODA2NzEwMzgsInkiOjIyMy43NX0seyJ4Ijo1NjUuMjI5OTY1MjA5OTYwOSwieSI6MjQ5LjI1fSx7IngiOjQ2OS41NjU5MDI3MDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjM3My45MDE4NDAyMDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjI0OC45MDE4NDAyMDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjEwOC41NDY5MTM3NjI2MDk1NSwieSI6MTg1LjY1NTM2NDAxNzc3NDE2fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_API_Chat_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_Chat_Bot_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 48)\"><g class=\"label\" data-id=\"L_Customer_API_0\" transform=\"translate(-36.703125, -12)\"><foreignObject width=\"73.40625\" 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>messages</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 105.25)\"><g class=\"label\" data-id=\"L_Your_API_0\" transform=\"translate(-63.4609375, -12)\"><foreignObject width=\"126.921875\" 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>Notification/Chat</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(469.56590270996094, 205.25)\"><g class=\"label\" data-id=\"L_Your_Chat_0\" transform=\"translate(-48.59375, -12)\"><foreignObject width=\"97.1875\" 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>Agent replies</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 161.25)\"><g class=\"label\" data-id=\"L_API_Your_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>incoming / status / session / event webhooks</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(469.56590270996094, 249.25)\"><g class=\"label\" data-id=\"L_Chat_Your_0\" transform=\"translate(-65.015625, -12)\"><foreignObject width=\"130.03125\" 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>chatbot webhook</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-flowchart-Your-0\" data-look=\"classic\" transform=\"translate(65.95092010498047, 166)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.4609375 -19.5 C-22.287651300632618 -19.5, -6.114365101265236 -19.5, 38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 C38.71111033227734 -19.491977444200742, 38.961283164554686 -19.483954888401488, 39.7103067896239 -19.45993515863156 C40.06510471548686 -19.425708229430494, 40.41990264134982 -19.39148130022943, 40.954542152847864 -19.3399052695533 C41.40881250237761 -19.266462362360507, 41.86308285190735 -19.193019455167715, 42.18853075967676 -19.140403561325776 C42.62562812066736 -19.040638941006517, 43.06272548165796 -18.940874320687254, 43.40720188623539 -18.862249829261074 C43.815695385875 -18.74101110279417, 44.224188885514614 -18.619772376327273, 44.605547751460605 -18.50658706670804 C45.0674087356622 -18.336617955125718, 45.52926971986379 -18.166648843543392, 45.7786440951478 -18.074876768247425 C46.2248900865015 -17.877336905292147, 46.67113607785521 -17.67979704233687, 46.92167041279238 -17.568892924097174 C47.261817806268716 -17.391438246795374, 47.60196519974505 -17.213983569493575, 48.02992976407678 -16.990714730406097 C48.4208672146746 -16.75372615045023, 48.81180466527242 -16.516737570494367, 49.0988680736057 -16.342718045390892 C49.50167795120867 -16.06173531213362, 49.90448782881164 -15.780752578876351, 50.12409284457871 -15.627565626425154 C50.326947544729684 -15.465794401245033, 50.529802244880656 -15.304023176064913, 51.101391208501866 -14.848196188198123 C51.32690564319682 -14.643389945393142, 51.552420077891774 -14.43858370258816, 52.02674723676799 -14.007812326905688 C52.36898614255905 -13.654422558339688, 52.71122504835012 -13.301032789773686, 52.89635844296865 -13.10986736009568 C53.07729712663328 -12.897326486560434, 53.25823581029792 -12.684785613025188, 53.70665140812658 -12.158051136245305 C53.95420464977319 -11.826352345003114, 54.201757891419795 -11.494653553760923, 54.454296464640635 -11.156274872382312 C54.61204552755775 -10.913929950187054, 54.769794590474866 -10.671585027991794, 55.13622137860425 -10.108655082055241 C55.306850167125454 -9.805686389997438, 55.47747895564666 -9.502717697939635, 55.749623974273504 -9.019496659696287 C55.88982261345317 -8.728371185669392, 56.03002125263283 -8.437245711642495, 56.29198364880834 -7.893275190886684 C56.477245144542 -7.435675714637182, 56.662506640275666 -6.97807623838768, 56.761071729970325 -6.734618561215508 C56.88171594681516 -6.371257402124405, 57.00236016366 -6.007896243033302, 57.15496063421488 -5.548287939305138 C57.220574834260425 -5.298072557157278, 57.28618903430598 -5.047857175009419, 57.47203178754556 -4.339158212148133 C57.524893678709105 -4.067723573387982, 57.57775556987265 -3.7962889346278312, 57.710982276581774 -3.1121979531509023 C57.74713701854415 -2.831788914052023, 57.783291760506536 -2.551379874953144, 57.87083020250937 -1.872449005199798 C57.901057064766434 -1.4016412268619345, 57.9312839270235 -0.9308334485240709, 57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.28161965755932866, 57.95091871591342 0.06176644752861837, 57.95091871591342 0.625005762647271 C57.92949580056922 0.95868496139911, 57.90807288522503 1.2923641601509488, 57.87083020250937 1.8724490051997846 C57.83418536224146 2.156659149975426, 57.797540521973566 2.440869294751068, 57.710982276581774 3.1121979531508885 C57.66158959718505 3.3658189227065742, 57.61219691778833 3.6194398922622604, 57.47203178754556 4.339158212148129 C57.35200313127107 4.79687949927146, 57.23197447499658 5.254600786394793, 57.15496063421489 5.548287939305125 C57.007057652956554 5.9937481537153685, 56.85915467169822 6.439208368125612, 56.761071729970325 6.734618561215495 C56.61576701126371 7.0935240256964445, 56.47046229255711 7.452429490177394, 56.29198364880834 7.893275190886679 C56.076431390068144 8.34087406824019, 55.860879131327955 8.7884729455937, 55.749623974273504 9.019496659696284 C55.599595160384744 9.285888010820553, 55.449566346495985 9.552279361944825, 55.13622137860425 10.108655082055236 C54.95697876272866 10.384019873421813, 54.777736146853066 10.65938466478839, 54.45429646464064 11.156274872382301 C54.20634685175139 11.488504764979469, 53.95839723886214 11.820734657576637, 53.70665140812658 12.158051136245302 C53.48691916802855 12.416161128583107, 53.267186927930524 12.674271120920913, 52.89635844296866 13.10986736009567 C52.55613659900972 13.461174346716147, 52.21591475505077 13.812481333336626, 52.02674723676799 14.007812326905684 C51.69850973994597 14.305908936831186, 51.37027224312395 14.604005546756685, 51.10139120850189 14.848196188198111 C50.817203883172276 15.074828017606139, 50.53301655784267 15.301459847014169, 50.12409284457871 15.627565626425152 C49.74262401628717 15.89366176752191, 49.36115518799562 16.15975790861867, 49.09886807360571 16.34271804539089 C48.69641728010022 16.586686081477293, 48.29396648659474 16.830654117563697, 48.02992976407678 16.990714730406093 C47.79562330339147 17.112952260865168, 47.56131684270616 17.235189791324245, 46.92167041279239 17.56889292409717 C46.55396372236869 17.73166576831632, 46.186257031945 17.894438612535467, 45.778644095147804 18.07487676824742 C45.42663725011638 18.20441854113459, 45.07463040508495 18.333960314021763, 44.60554775146062 18.506587066708033 C44.17109481722973 18.635530417097772, 43.73664188299884 18.764473767487516, 43.40720188623541 18.86224982926107 C43.080089812353265 18.9369110255189, 42.75297773847112 19.011572221776728, 42.188530759676766 19.140403561325773 C41.85471312396875 19.194372607872616, 41.52089548826073 19.248341654419463, 40.95454215284788 19.3399052695533 C40.50233701430167 19.383528955412604, 40.05013187575546 19.42715264127191, 39.7103067896239 19.45993515863156 C39.408748095235815 19.469605559012194, 39.10718940084772 19.47927595939283, 38.46093750000001 19.5 C38.46093750000001 19.5, 38.4609375 19.5, 38.4609375 19.5 C22.762219170895943 19.5, 7.063500841791885 19.5, -38.46093749999999 19.5 C-38.765591264789556 19.49023034673578, -39.07024502957911 19.480460693471557, -39.71030678962389 19.45993515863156 C-39.98960682877681 19.43299141976192, -40.268906867929715 19.40604768089228, -40.95454215284787 19.3399052695533 C-41.44769422418582 19.26017626711081, -41.94084629552376 19.180447264668324, -42.18853075967676 19.140403561325773 C-42.58801013084451 19.049225001703253, -42.98748950201226 18.958046442080732, -43.407201886235384 18.862249829261074 C-43.672029919708194 18.78365025903706, -43.936857953181 18.705050688813046, -44.60554775146059 18.506587066708043 C-45.048824358469275 18.34345717772481, -45.49210096547795 18.18032728874158, -45.7786440951478 18.074876768247425 C-46.16167790147378 17.905319064481073, -46.544711707799756 17.735761360714726, -46.92167041279238 17.568892924097174 C-47.273433774201045 17.385378203765463, -47.6251971356097 17.20186348343375, -48.02992976407678 16.990714730406097 C-48.31294658921782 16.81914826781412, -48.59596341435886 16.647581805222146, -49.098868073605686 16.3427180453909 C-49.38565269543271 16.142669507910558, -49.672437317259735 15.942620970430214, -50.12409284457871 15.627565626425156 C-50.37310539609334 15.428984743094533, -50.62211794760796 15.230403859763909, -51.101391208501866 14.848196188198125 C-51.41368225087696 14.564581726281263, -51.725973293252046 14.280967264364401, -52.026747236767974 14.007812326905697 C-52.370710929418905 13.65264157429925, -52.71467462206984 13.297470821692805, -52.896358442968655 13.109867360095677 C-53.21974411830735 12.730000144676639, -53.54312979364604 12.3501329292576, -53.706651408126575 12.158051136245307 C-53.95698264592894 11.822630083235065, -54.207313883731295 11.487209030224824, -54.454296464640635 11.156274872382316 C-54.67094362647027 10.823446653903376, -54.887590788299896 10.490618435424437, -55.13622137860425 10.108655082055249 C-55.274230672577296 9.863605605649688, -55.41223996655035 9.618556129244128, -55.749623974273504 9.019496659696289 C-55.96028544256869 8.582053613347988, -56.170946910863876 8.144610566999686, -56.29198364880834 7.893275190886686 C-56.41680162674415 7.584972372193799, -56.541619604679966 7.276669553500911, -56.761071729970325 6.73461856121551 C-56.8438785960281 6.485217474131897, -56.92668546208587 6.235816387048285, -57.15496063421488 5.5482879393051325 C-57.23387463260168 5.247354661913001, -57.312788630988486 4.946421384520871, -57.47203178754556 4.339158212148136 C-57.55249526834408 3.9259952442104127, -57.6329587491426 3.51283227627269, -57.710982276581774 3.112197953150904 C-57.75434351629631 2.7758967405702784, -57.79770475601084 2.439595527989652, -57.87083020250937 1.872449005199809 C-57.90134816607119 1.3971070890675996, -57.931866129633015 0.9217651729353902, -57.95091871591342 0.6250057626472781 C-57.95091871591342 0.2994222226663733, -57.95091871591342 -0.02616131731453153, -57.95091871591342 -0.6250057626472687 C-57.927645616305654 -0.9875030747460166, -57.9043725166979 -1.3500003868447645, -57.87083020250937 -1.8724490051997822 C-57.83062710956189 -2.1842562551017344, -57.790424016614416 -2.496063505003687, -57.710982276581774 -3.112197953150895 C-57.61812068051644 -3.5890226226411266, -57.5252590844511 -4.065847292131358, -57.47203178754556 -4.339158212148126 C-57.353019879876896 -4.793002196175819, -57.234007972208225 -5.246846180203513, -57.15496063421489 -5.548287939305123 C-57.04411733747336 -5.882130288609601, -56.93327404073184 -6.2159726379140805, -56.76107172997033 -6.734618561215485 C-56.60067434734342 -7.130803197376386, -56.44027696471651 -7.5269878335372855, -56.29198364880834 -7.893275190886676 C-56.161589112686926 -8.164042235138924, -56.03119457656551 -8.434809279391171, -55.749623974273504 -9.019496659696282 C-55.55549221324136 -9.364197259381298, -55.36136045220921 -9.708897859066314, -55.13622137860425 -10.108655082055243 C-54.946281551923114 -10.400453661822437, -54.75634172524199 -10.692252241589632, -54.45429646464064 -11.156274872382308 C-54.236021069149544 -11.448744017042777, -54.01774567365844 -11.741213161703246, -53.70665140812659 -12.158051136245302 C-53.47630429770894 -12.428629959263759, -53.245957187291296 -12.699208782282218, -52.89635844296866 -13.10986736009567 C-52.61339163191068 -13.402053824520284, -52.33042482085269 -13.694240288944895, -52.026747236767996 -14.007812326905677 C-51.65973417640955 -14.341123877689766, -51.292721116051105 -14.674435428473853, -51.10139120850189 -14.848196188198107 C-50.84833339201428 -15.050003062695659, -50.59527557552668 -15.25180993719321, -50.12409284457872 -15.627565626425149 C-49.85201357438267 -15.81735634719214, -49.579934304186615 -16.00714706795913, -49.098868073605715 -16.342718045390885 C-48.675538713269624 -16.599342791386082, -48.252209352933534 -16.85596753738128, -48.02992976407679 -16.99071473040609 C-47.75598235025912 -17.133632920723077, -47.48203493644145 -17.27655111104006, -46.92167041279239 -17.56889292409717 C-46.59753984932429 -17.71237590955295, -46.273409285856204 -17.85585889500873, -45.778644095147804 -18.07487676824742 C-45.34932778580565 -18.232869138641796, -44.92001147646349 -18.390861509036167, -44.60554775146062 -18.506587066708033 C-44.25004298594019 -18.6120990150319, -43.89453822041976 -18.71761096335577, -43.40720188623541 -18.862249829261067 C-43.12146032616674 -18.927468475708803, -42.83571876609807 -18.99268712215654, -42.188530759676766 -19.140403561325773 C-41.71621380730673 -19.21676410331229, -41.24389685493669 -19.293124645298807, -40.95454215284788 -19.3399052695533 C-40.67841176492898 -19.366543235980455, -40.402281377010084 -19.393181202407614, -39.7103067896239 -19.45993515863156 C-39.31999754960538 -19.472451616268106, -38.92968830958686 -19.48496807390465, -38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-38.4609375 -19.5 C-8.227121394504106 -19.5, 22.006694710991788 -19.5, 38.4609375 -19.5 M-38.4609375 -19.5 C-14.429539034492272 -19.5, 9.601859431015455 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.8503016639963 -19.48751384911201, 39.23966582799259 -19.475027698224018, 39.7103067896239 -19.45993515863156 M38.4609375 -19.5 C38.72289220454131 -19.49159962248926, 38.98484690908263 -19.483199244978522, 39.7103067896239 -19.45993515863156 M39.7103067896239 -19.45993515863156 C39.988152002640845 -19.433131765089573, 40.26599721565779 -19.406328371547584, 40.954542152847864 -19.3399052695533 M39.7103067896239 -19.45993515863156 C40.14019307166731 -19.418464546016725, 40.570079353710724 -19.376993933401895, 40.954542152847864 -19.3399052695533 M40.954542152847864 -19.3399052695533 C41.20623564806601 -19.299213417158636, 41.45792914328416 -19.258521564763974, 42.18853075967676 -19.140403561325776 M40.954542152847864 -19.3399052695533 C41.27663408176387 -19.287831944346372, 41.59872601067988 -19.23575861913945, 42.18853075967676 -19.140403561325776 M42.18853075967676 -19.140403561325776 C42.591827560487225 -19.048353698298364, 42.9951243612977 -18.956303835270948, 43.40720188623539 -18.862249829261074 M42.18853075967676 -19.140403561325776 C42.51637394035382 -19.065575494712924, 42.84421712103089 -18.990747428100075, 43.40720188623539 -18.862249829261074 M43.40720188623539 -18.862249829261074 C43.75633851404615 -18.758627910782398, 44.10547514185691 -18.655005992303725, 44.605547751460605 -18.50658706670804 M43.40720188623539 -18.862249829261074 C43.780850522953116 -18.751352875204972, 44.15449915967084 -18.64045592114887, 44.605547751460605 -18.50658706670804 M44.605547751460605 -18.50658706670804 C44.91392248980189 -18.393102312413614, 45.22229722814318 -18.279617558119188, 45.7786440951478 -18.074876768247425 M44.605547751460605 -18.50658706670804 C45.04543011403825 -18.344706291051484, 45.48531247661588 -18.182825515394928, 45.7786440951478 -18.074876768247425 M45.7786440951478 -18.074876768247425 C46.02348892961276 -17.96649122309374, 46.26833376407773 -17.858105677940056, 46.92167041279238 -17.568892924097174 M45.7786440951478 -18.074876768247425 C46.078208492972266 -17.942268495592664, 46.37777289079674 -17.8096602229379, 46.92167041279238 -17.568892924097174 M46.92167041279238 -17.568892924097174 C47.31328741126775 -17.364586586835234, 47.70490440974312 -17.160280249573294, 48.02992976407678 -16.990714730406097 M46.92167041279238 -17.568892924097174 C47.29386526609217 -17.374719107532858, 47.66606011939196 -17.18054529096854, 48.02992976407678 -16.990714730406097 M48.02992976407678 -16.990714730406097 C48.31738046239179 -16.816460427839736, 48.60483116070679 -16.642206125273376, 49.0988680736057 -16.342718045390892 M48.02992976407678 -16.990714730406097 C48.28830490531771 -16.83408620140498, 48.546680046558635 -16.677457672403865, 49.0988680736057 -16.342718045390892 M49.0988680736057 -16.342718045390892 C49.462767935644266 -16.088877254603922, 49.82666779768283 -15.835036463816953, 50.12409284457871 -15.627565626425154 M49.0988680736057 -16.342718045390892 C49.48663002890409 -16.07223209131924, 49.874391984202475 -15.801746137247589, 50.12409284457871 -15.627565626425154 M50.12409284457871 -15.627565626425154 C50.39828724501218 -15.408902888698899, 50.67248164544564 -15.190240150972645, 51.101391208501866 -14.848196188198123 M50.12409284457871 -15.627565626425154 C50.4074969002929 -15.401558433691742, 50.690900956007084 -15.17555124095833, 51.101391208501866 -14.848196188198123 M51.101391208501866 -14.848196188198123 C51.36924810842095 -14.604935638796825, 51.637105008340036 -14.361675089395526, 52.02674723676799 -14.007812326905688 M51.101391208501866 -14.848196188198123 C51.347874331696026 -14.62434673729926, 51.59435745489018 -14.400497286400396, 52.02674723676799 -14.007812326905688 M52.02674723676799 -14.007812326905688 C52.33454857355534 -13.689982175713018, 52.642349910342695 -13.37215202452035, 52.89635844296865 -13.10986736009568 M52.02674723676799 -14.007812326905688 C52.25774494575859 -13.769288227108277, 52.48874265474919 -13.530764127310867, 52.89635844296865 -13.10986736009568 M52.89635844296865 -13.10986736009568 C53.11536302556656 -12.8526121156624, 53.33436760816447 -12.595356871229118, 53.70665140812658 -12.158051136245305 M52.89635844296865 -13.10986736009568 C53.19091991541656 -12.763858693535765, 53.48548138786447 -12.417850026975849, 53.70665140812658 -12.158051136245305 M53.70665140812658 -12.158051136245305 C53.89433468613379 -11.906572642014021, 54.08201796414099 -11.655094147782737, 54.454296464640635 -11.156274872382312 M53.70665140812658 -12.158051136245305 C53.91125757863945 -11.883897507763653, 54.115863749152325 -11.609743879282002, 54.454296464640635 -11.156274872382312 M54.454296464640635 -11.156274872382312 C54.68633716019041 -10.799798052366645, 54.91837785574019 -10.443321232350979, 55.13622137860425 -10.108655082055241 M54.454296464640635 -11.156274872382312 C54.71424561472384 -10.756923171733929, 54.97419476480705 -10.357571471085548, 55.13622137860425 -10.108655082055241 M55.13622137860425 -10.108655082055241 C55.325633192030814 -9.772335227290448, 55.51504500545739 -9.436015372525654, 55.749623974273504 -9.019496659696287 M55.13622137860425 -10.108655082055241 C55.30886373132785 -9.802111102860598, 55.48150608405145 -9.495567123665957, 55.749623974273504 -9.019496659696287 M55.749623974273504 -9.019496659696287 C55.91643796951536 -8.673103829328866, 56.0832519647572 -8.326710998961444, 56.29198364880834 -7.893275190886684 M55.749623974273504 -9.019496659696287 C55.95845890515895 -8.58584645736095, 56.1672938360444 -8.152196255025611, 56.29198364880834 -7.893275190886684 M56.29198364880834 -7.893275190886684 C56.39820413550706 -7.630908535107452, 56.504424622205775 -7.3685418793282205, 56.761071729970325 -6.734618561215508 M56.29198364880834 -7.893275190886684 C56.4095962831175 -7.602769710257472, 56.527208917426655 -7.3122642296282585, 56.761071729970325 -6.734618561215508 M56.761071729970325 -6.734618561215508 C56.88527039338615 -6.360551975376744, 57.009469056801976 -5.98648538953798, 57.15496063421488 -5.548287939305138 M56.761071729970325 -6.734618561215508 C56.86636541773194 -6.417490749948394, 56.971659105493565 -6.10036293868128, 57.15496063421488 -5.548287939305138 M57.15496063421488 -5.548287939305138 C57.22274935500676 -5.289780167108244, 57.29053807579865 -5.031272394911349, 57.47203178754556 -4.339158212148133 M57.15496063421488 -5.548287939305138 C57.25448874783386 -5.168744106318657, 57.35401686145284 -4.789200273332177, 57.47203178754556 -4.339158212148133 M57.47203178754556 -4.339158212148133 C57.53843883073326 -3.9981720805128314, 57.604845873920965 -3.65718594887753, 57.710982276581774 -3.1121979531509023 M57.47203178754556 -4.339158212148133 C57.553420441798444 -3.9212446740577374, 57.63480909605133 -3.503331135967342, 57.710982276581774 -3.1121979531509023 M57.710982276581774 -3.1121979531509023 C57.76596042107457 -2.6857983211274266, 57.82093856556735 -2.259398689103951, 57.87083020250937 -1.872449005199798 M57.710982276581774 -3.1121979531509023 C57.7746361691564 -2.618510932224924, 57.83829006173104 -2.124823911298946, 57.87083020250937 -1.872449005199798 M57.87083020250937 -1.872449005199798 C57.89949136612594 -1.4260282469967938, 57.92815252974251 -0.9796074887937893, 57.95091871591342 -0.6250057626472757 M57.87083020250937 -1.872449005199798 C57.89143076311865 -1.5515786452369853, 57.91203132372793 -1.2307082852741726, 57.95091871591342 -0.6250057626472757 M57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.19111424134463773, 57.95091871591342 0.24277727995800025, 57.95091871591342 0.625005762647271 M57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.24441884940886838, 57.95091871591342 0.13616806382953894, 57.95091871591342 0.625005762647271 M57.95091871591342 0.625005762647271 C57.93214768078543 0.917379786472519, 57.91337664565744 1.209753810297767, 57.87083020250937 1.8724490051997846 M57.95091871591342 0.625005762647271 C57.93132920563423 0.930128197613781, 57.91173969535503 1.235250632580291, 57.87083020250937 1.8724490051997846 M57.87083020250937 1.8724490051997846 C57.83059999267552 2.1844665683175926, 57.79036978284167 2.4964841314354005, 57.710982276581774 3.1121979531508885 M57.87083020250937 1.8724490051997846 C57.808436788650795 2.3563600021136977, 57.74604337479222 2.840270999027611, 57.710982276581774 3.1121979531508885 M57.710982276581774 3.1121979531508885 C57.619413084415534 3.5823864017689337, 57.52784389224929 4.052574850386979, 57.47203178754556 4.339158212148129 M57.710982276581774 3.1121979531508885 C57.63958095664088 3.478828640373071, 57.56817963669999 3.8454593275952536, 57.47203178754556 4.339158212148129 M57.47203178754556 4.339158212148129 C57.34881277137521 4.80904572426512, 57.22559375520485 5.278933236382111, 57.15496063421489 5.548287939305125 M57.47203178754556 4.339158212148129 C57.37532224244189 4.707953621810406, 57.278612697338225 5.076749031472683, 57.15496063421489 5.548287939305125 M57.15496063421489 5.548287939305125 C57.076105398805 5.7857873444841585, 56.99725016339511 6.0232867496631926, 56.761071729970325 6.734618561215495 M57.15496063421489 5.548287939305125 C57.03543751523467 5.908272530250682, 56.91591439625444 6.268257121196238, 56.761071729970325 6.734618561215495 M56.761071729970325 6.734618561215495 C56.60800965317535 7.112684850153023, 56.45494757638038 7.490751139090552, 56.29198364880834 7.893275190886679 M56.761071729970325 6.734618561215495 C56.62551660867909 7.069442331584822, 56.48996148738786 7.404266101954151, 56.29198364880834 7.893275190886679 M56.29198364880834 7.893275190886679 C56.137439249112006 8.214189943576555, 55.982894849415665 8.53510469626643, 55.749623974273504 9.019496659696284 M56.29198364880834 7.893275190886679 C56.13258447630161 8.224270983192836, 55.97318530379488 8.555266775498994, 55.749623974273504 9.019496659696284 M55.749623974273504 9.019496659696284 C55.588819769416574 9.305020808611195, 55.42801556455964 9.590544957526108, 55.13622137860425 10.108655082055236 M55.749623974273504 9.019496659696284 C55.57825804995985 9.323774210996673, 55.406892125646195 9.628051762297064, 55.13622137860425 10.108655082055236 M55.13622137860425 10.108655082055236 C54.937498926753314 10.413946132548316, 54.73877647490239 10.719237183041397, 54.45429646464064 11.156274872382301 M55.13622137860425 10.108655082055236 C54.87194073514823 10.514661119693084, 54.60766009169222 10.920667157330932, 54.45429646464064 11.156274872382301 M54.45429646464064 11.156274872382301 C54.29956095856578 11.36360635382802, 54.14482545249091 11.57093783527374, 53.70665140812658 12.158051136245302 M54.45429646464064 11.156274872382301 C54.17990454732996 11.523935043960693, 53.90551263001929 11.891595215539086, 53.70665140812658 12.158051136245302 M53.70665140812658 12.158051136245302 C53.54266153171916 12.350682976361766, 53.37867165531175 12.543314816478231, 52.89635844296866 13.10986736009567 M53.70665140812658 12.158051136245302 C53.472519317477314 12.433076012415304, 53.23838722682804 12.708100888585307, 52.89635844296866 13.10986736009567 M52.89635844296866 13.10986736009567 C52.64389667261776 13.3705548654798, 52.39143490226686 13.631242370863932, 52.02674723676799 14.007812326905684 M52.89635844296866 13.10986736009567 C52.56084195795228 13.4563156772908, 52.22532547293589 13.802763994485927, 52.02674723676799 14.007812326905684 M52.02674723676799 14.007812326905684 C51.815742004947516 14.19944169555254, 51.60473677312704 14.391071064199396, 51.10139120850189 14.848196188198111 M52.02674723676799 14.007812326905684 C51.82963544015995 14.186824045292758, 51.632523643551906 14.365835763679833, 51.10139120850189 14.848196188198111 M51.10139120850189 14.848196188198111 C50.745422104575184 15.13207207584397, 50.38945300064848 15.41594796348983, 50.12409284457871 15.627565626425152 M51.10139120850189 14.848196188198111 C50.843488446914314 15.053866777483485, 50.58558568532674 15.259537366768857, 50.12409284457871 15.627565626425152 M50.12409284457871 15.627565626425152 C49.852572315276724 15.816966593731946, 49.58105178597474 16.00636756103874, 49.09886807360571 16.34271804539089 M50.12409284457871 15.627565626425152 C49.886515619469314 15.793289214109153, 49.64893839435992 15.959012801793154, 49.09886807360571 16.34271804539089 M49.09886807360571 16.34271804539089 C48.71175015467631 16.577391202803295, 48.32463223574692 16.812064360215704, 48.02992976407678 16.990714730406093 M49.09886807360571 16.34271804539089 C48.77753504180946 16.537512017628277, 48.4562020100132 16.732305989865665, 48.02992976407678 16.990714730406093 M48.02992976407678 16.990714730406093 C47.63114402756413 17.198760993710287, 47.23235829105148 17.40680725701448, 46.92167041279239 17.56889292409717 M48.02992976407678 16.990714730406093 C47.6792454862666 17.173666493515665, 47.32856120845642 17.356618256625236, 46.92167041279239 17.56889292409717 M46.92167041279239 17.56889292409717 C46.69285383604662 17.670183235019934, 46.464037259300866 17.771473545942698, 45.778644095147804 18.07487676824742 M46.92167041279239 17.56889292409717 C46.589026504533024 17.71614451475265, 46.25638259627365 17.863396105408125, 45.778644095147804 18.07487676824742 M45.778644095147804 18.07487676824742 C45.33662340891556 18.23754446677532, 44.89460272268332 18.400212165303216, 44.60554775146062 18.506587066708033 M45.778644095147804 18.07487676824742 C45.40156517918446 18.21364529500122, 45.024486263221114 18.352413821755018, 44.60554775146062 18.506587066708033 M44.60554775146062 18.506587066708033 C44.2966239716029 18.598274022995795, 43.98770019174518 18.689960979283555, 43.40720188623541 18.86224982926107 M44.60554775146062 18.506587066708033 C44.35818745089749 18.580002305494457, 44.11082715033435 18.65341754428088, 43.40720188623541 18.86224982926107 M43.40720188623541 18.86224982926107 C42.98985354672935 18.957506864300893, 42.572505207223294 19.052763899340714, 42.188530759676766 19.140403561325773 M43.40720188623541 18.86224982926107 C43.02508293855266 18.94946598551049, 42.6429639908699 19.036682141759908, 42.188530759676766 19.140403561325773 M42.188530759676766 19.140403561325773 C41.861903669839364 19.193210096179772, 41.53527658000196 19.246016631033772, 40.95454215284788 19.3399052695533 M42.188530759676766 19.140403561325773 C41.72261186095304 19.2157297156164, 41.2566929622293 19.291055869907034, 40.95454215284788 19.3399052695533 M40.95454215284788 19.3399052695533 C40.49634521826359 19.38410697677021, 40.03814828367931 19.428308683987115, 39.7103067896239 19.45993515863156 M40.95454215284788 19.3399052695533 C40.57892609714598 19.376140498702462, 40.20331004144408 19.412375727851625, 39.7103067896239 19.45993515863156 M39.7103067896239 19.45993515863156 C39.289392052491394 19.473433074990563, 38.86847731535888 19.48693099134957, 38.46093750000001 19.5 M39.7103067896239 19.45993515863156 C39.442652298746395 19.46851831719614, 39.17499780786889 19.47710147576072, 38.46093750000001 19.5 M38.46093750000001 19.5 C38.46093750000001 19.5, 38.4609375 19.5, 38.4609375 19.5 M38.46093750000001 19.5 C38.46093750000001 19.5, 38.4609375 19.5, 38.4609375 19.5 M38.4609375 19.5 C7.837529483382447 19.5, -22.785878533235106 19.5, -38.46093749999999 19.5 M38.4609375 19.5 C21.799630346266134 19.5, 5.138323192532269 19.5, -38.46093749999999 19.5 M-38.46093749999999 19.5 C-38.86211894652447 19.487134891862276, -39.26330039304895 19.474269783724548, -39.71030678962389 19.45993515863156 M-38.46093749999999 19.5 C-38.79012007978716 19.48944375538125, -39.119302659574316 19.478887510762494, -39.71030678962389 19.45993515863156 M-39.71030678962389 19.45993515863156 C-40.06729553603772 19.4254968836068, -40.424284282451545 19.39105860858204, -40.95454215284787 19.3399052695533 M-39.71030678962389 19.45993515863156 C-40.140091620791374 19.418474332860715, -40.569876451958855 19.37701350708987, -40.95454215284787 19.3399052695533 M-40.95454215284787 19.3399052695533 C-41.38916637777597 19.269638595428127, -41.82379060270407 19.199371921302955, -42.18853075967676 19.140403561325773 M-40.95454215284787 19.3399052695533 C-41.403798637719895 19.267272965115264, -41.85305512259192 19.19464066067723, -42.18853075967676 19.140403561325773 M-42.18853075967676 19.140403561325773 C-42.525343484039695 19.063528254898365, -42.86215620840263 18.986652948470955, -43.407201886235384 18.862249829261074 M-42.18853075967676 19.140403561325773 C-42.674359819804906 19.029516248682423, -43.160188879933045 18.918628936039077, -43.407201886235384 18.862249829261074 M-43.407201886235384 18.862249829261074 C-43.73162593683371 18.765962473980085, -44.05604998743203 18.669675118699097, -44.60554775146059 18.506587066708043 M-43.407201886235384 18.862249829261074 C-43.723436721791025 18.768392990018686, -44.03967155734666 18.6745361507763, -44.60554775146059 18.506587066708043 M-44.60554775146059 18.506587066708043 C-45.029682280754834 18.350501639271155, -45.45381681004907 18.194416211834262, -45.7786440951478 18.074876768247425 M-44.60554775146059 18.506587066708043 C-44.9957020611078 18.36300667421097, -45.385856370755015 18.21942628171389, -45.7786440951478 18.074876768247425 M-45.7786440951478 18.074876768247425 C-46.01821857286607 17.968824253685927, -46.25779305058434 17.862771739124426, -46.92167041279238 17.568892924097174 M-45.7786440951478 18.074876768247425 C-46.075516317983016 17.943460241599873, -46.37238854081823 17.81204371495232, -46.92167041279238 17.568892924097174 M-46.92167041279238 17.568892924097174 C-47.27935353215082 17.382289869834846, -47.63703665150927 17.195686815572518, -48.02992976407678 16.990714730406097 M-46.92167041279238 17.568892924097174 C-47.347461684164436 17.346757890554702, -47.773252955536485 17.124622857012227, -48.02992976407678 16.990714730406097 M-48.02992976407678 16.990714730406097 C-48.324803353957414 16.8119606273509, -48.619676943838044 16.6332065242957, -49.098868073605686 16.3427180453909 M-48.02992976407678 16.990714730406097 C-48.426357040687584 16.75039818565936, -48.82278431729839 16.510081640912624, -49.098868073605686 16.3427180453909 M-49.098868073605686 16.3427180453909 C-49.41870976586137 16.119610326597037, -49.73855145811706 15.896502607803178, -50.12409284457871 15.627565626425156 M-49.098868073605686 16.3427180453909 C-49.50762849687586 16.057584469071156, -49.91638892014604 15.772450892751413, -50.12409284457871 15.627565626425156 M-50.12409284457871 15.627565626425156 C-50.48283921685745 15.341474941174761, -50.84158558913619 15.055384255924364, -51.101391208501866 14.848196188198125 M-50.12409284457871 15.627565626425156 C-50.376550414834426 15.426237432324315, -50.629007985090134 15.224909238223475, -51.101391208501866 14.848196188198125 M-51.101391208501866 14.848196188198125 C-51.40847459472241 14.56931118181379, -51.71555798094296 14.290426175429454, -52.026747236767974 14.007812326905697 M-51.101391208501866 14.848196188198125 C-51.42139328647898 14.557578767770325, -51.7413953644561 14.266961347342527, -52.026747236767974 14.007812326905697 M-52.026747236767974 14.007812326905697 C-52.346610090422324 13.677527669278904, -52.66647294407667 13.347243011652113, -52.896358442968655 13.109867360095677 M-52.026747236767974 14.007812326905697 C-52.22107351873152 13.807154486293872, -52.41539980069507 13.606496645682046, -52.896358442968655 13.109867360095677 M-52.896358442968655 13.109867360095677 C-53.071860342170375 12.90371284295237, -53.247362241372095 12.697558325809062, -53.706651408126575 12.158051136245307 M-52.896358442968655 13.109867360095677 C-53.220231488977866 12.729427651354868, -53.54410453498708 12.348987942614057, -53.706651408126575 12.158051136245307 M-53.706651408126575 12.158051136245307 C-53.91303487490846 11.881516092678194, -54.119418341690356 11.604981049111078, -54.454296464640635 11.156274872382316 M-53.706651408126575 12.158051136245307 C-53.8703783416248 11.938671961188176, -54.034105275123025 11.719292786131046, -54.454296464640635 11.156274872382316 M-54.454296464640635 11.156274872382316 C-54.59757700215146 10.93615749055419, -54.74085753966229 10.716040108726066, -55.13622137860425 10.108655082055249 M-54.454296464640635 11.156274872382316 C-54.62652760971541 10.891681583009325, -54.798758754790185 10.627088293636335, -55.13622137860425 10.108655082055249 M-55.13622137860425 10.108655082055249 C-55.32352203976946 9.776083791907844, -55.51082270093467 9.443512501760441, -55.749623974273504 9.019496659696289 M-55.13622137860425 10.108655082055249 C-55.304367129610384 9.81009527454026, -55.47251288061653 9.511535467025269, -55.749623974273504 9.019496659696289 M-55.749623974273504 9.019496659696289 C-55.966077483296864 8.570026316846109, -56.18253099232023 8.120555973995929, -56.29198364880834 7.893275190886686 M-55.749623974273504 9.019496659696289 C-55.86042903786143 8.7894075743074, -55.971234101449355 8.55931848891851, -56.29198364880834 7.893275190886686 M-56.29198364880834 7.893275190886686 C-56.41818530839564 7.581554651762946, -56.544386967982945 7.269834112639207, -56.761071729970325 6.73461856121551 M-56.29198364880834 7.893275190886686 C-56.3883862082422 7.6551590052683585, -56.484788767676065 7.417042819650031, -56.761071729970325 6.73461856121551 M-56.761071729970325 6.73461856121551 C-56.917453735505894 6.263620876631289, -57.07383574104146 5.792623192047069, -57.15496063421488 5.5482879393051325 M-56.761071729970325 6.73461856121551 C-56.88893094737544 6.349526969991068, -57.01679016478056 5.964435378766625, -57.15496063421488 5.5482879393051325 M-57.15496063421488 5.5482879393051325 C-57.25290457155474 5.174785257057306, -57.35084850889459 4.80128257480948, -57.47203178754556 4.339158212148136 M-57.15496063421488 5.5482879393051325 C-57.27779022272404 5.07988548363929, -57.400619811233206 4.611483027973448, -57.47203178754556 4.339158212148136 M-57.47203178754556 4.339158212148136 C-57.524585288061175 4.069307094186729, -57.57713878857678 3.7994559762253215, -57.710982276581774 3.112197953150904 M-57.47203178754556 4.339158212148136 C-57.5529965680564 3.923421176137395, -57.63396134856724 3.5076841401266545, -57.710982276581774 3.112197953150904 M-57.710982276581774 3.112197953150904 C-57.75956400521618 2.7354076594098977, -57.80814573385058 2.3586173656688914, -57.87083020250937 1.872449005199809 M-57.710982276581774 3.112197953150904 C-57.768813977561244 2.663666700515227, -57.826645678540714 2.2151354478795495, -57.87083020250937 1.872449005199809 M-57.87083020250937 1.872449005199809 C-57.90243874791609 1.3801203965315543, -57.934047293322806 0.8877917878632995, -57.95091871591342 0.6250057626472781 M-57.87083020250937 1.872449005199809 C-57.89612085193897 1.4785267260889743, -57.921411501368574 1.0846044469781393, -57.95091871591342 0.6250057626472781 M-57.95091871591342 0.6250057626472781 C-57.95091871591342 0.3049048124959815, -57.95091871591342 -0.015196137655315134, -57.95091871591342 -0.6250057626472687 M-57.95091871591342 0.6250057626472781 C-57.95091871591342 0.2605205163955522, -57.95091871591342 -0.10396472985617378, -57.95091871591342 -0.6250057626472687 M-57.95091871591342 -0.6250057626472687 C-57.919925031211875 -1.1077574195257975, -57.88893134651033 -1.5905090764043264, -57.87083020250937 -1.8724490051997822 M-57.95091871591342 -0.6250057626472687 C-57.921989665600066 -1.0755990723868156, -57.893060615286714 -1.5261923821263625, -57.87083020250937 -1.8724490051997822 M-57.87083020250937 -1.8724490051997822 C-57.83168522612978 -2.176049711949954, -57.79254024975019 -2.4796504187001265, -57.710982276581774 -3.112197953150895 M-57.87083020250937 -1.8724490051997822 C-57.81963668779051 -2.2694957960563094, -57.76844317307165 -2.6665425869128367, -57.710982276581774 -3.112197953150895 M-57.710982276581774 -3.112197953150895 C-57.63476929784927 -3.50353549132356, -57.55855631911676 -3.894873029496225, -57.47203178754556 -4.339158212148126 M-57.710982276581774 -3.112197953150895 C-57.62163434844954 -3.570980680418621, -57.532286420317305 -4.029763407686347, -57.47203178754556 -4.339158212148126 M-57.47203178754556 -4.339158212148126 C-57.40128711715719 -4.608938301273096, -57.33054244676881 -4.878718390398066, -57.15496063421489 -5.548287939305123 M-57.47203178754556 -4.339158212148126 C-57.39137210412578 -4.646748543155686, -57.310712420706 -4.954338874163247, -57.15496063421489 -5.548287939305123 M-57.15496063421489 -5.548287939305123 C-57.027068386853834 -5.933479011494222, -56.89917613949279 -6.318670083683322, -56.76107172997033 -6.734618561215485 M-57.15496063421489 -5.548287939305123 C-57.03292167453406 -5.915849841596135, -56.91088271485323 -6.283411743887147, -56.76107172997033 -6.734618561215485 M-56.76107172997033 -6.734618561215485 C-56.617624340338764 -7.088936386972067, -56.4741769507072 -7.443254212728649, -56.29198364880834 -7.893275190886676 M-56.76107172997033 -6.734618561215485 C-56.57395729396317 -7.19679483576469, -56.386842857956005 -7.658971110313896, -56.29198364880834 -7.893275190886676 M-56.29198364880834 -7.893275190886676 C-56.11807631659262 -8.254397487253437, -55.9441689843769 -8.615519783620197, -55.749623974273504 -9.019496659696282 M-56.29198364880834 -7.893275190886676 C-56.08182840471123 -8.329667051856216, -55.871673160614115 -8.766058912825756, -55.749623974273504 -9.019496659696282 M-55.749623974273504 -9.019496659696282 C-55.51856212525685 -9.429770370174703, -55.2875002762402 -9.840044080653124, -55.13622137860425 -10.108655082055243 M-55.749623974273504 -9.019496659696282 C-55.57524447882888 -9.32912511169688, -55.40086498338425 -9.63875356369748, -55.13622137860425 -10.108655082055243 M-55.13622137860425 -10.108655082055243 C-54.90405163228552 -10.465330158706998, -54.6718818859668 -10.82200523535875, -54.45429646464064 -11.156274872382308 M-55.13622137860425 -10.108655082055243 C-54.91754180571728 -10.444605629697046, -54.6988622328303 -10.780556177338848, -54.45429646464064 -11.156274872382308 M-54.45429646464064 -11.156274872382308 C-54.278048946723345 -11.392430489912295, -54.10180142880604 -11.628586107442281, -53.70665140812659 -12.158051136245302 M-54.45429646464064 -11.156274872382308 C-54.160668525060075 -11.549709561364669, -53.867040585479515 -11.943144250347029, -53.70665140812659 -12.158051136245302 M-53.70665140812659 -12.158051136245302 C-53.400978693876056 -12.517111699674146, -53.09530597962552 -12.876172263102992, -52.89635844296866 -13.10986736009567 M-53.70665140812659 -12.158051136245302 C-53.52921819275058 -12.366474287261934, -53.351784977374564 -12.574897438278564, -52.89635844296866 -13.10986736009567 M-52.89635844296866 -13.10986736009567 C-52.70179251635112 -13.310772653487938, -52.50722658973358 -13.511677946880205, -52.026747236767996 -14.007812326905677 M-52.89635844296866 -13.10986736009567 C-52.658245971644966 -13.355738036134847, -52.42013350032128 -13.601608712174025, -52.026747236767996 -14.007812326905677 M-52.026747236767996 -14.007812326905677 C-51.81937588047106 -14.196141505949136, -51.61200452417411 -14.384470684992596, -51.10139120850189 -14.848196188198107 M-52.026747236767996 -14.007812326905677 C-51.77787411854725 -14.233832308051884, -51.52900100032652 -14.45985228919809, -51.10139120850189 -14.848196188198107 M-51.10139120850189 -14.848196188198107 C-50.88563429091123 -15.020256588443955, -50.66987737332057 -15.1923169886898, -50.12409284457872 -15.627565626425149 M-51.10139120850189 -14.848196188198107 C-50.82791212080529 -15.066288483051986, -50.55443303310869 -15.284380777905865, -50.12409284457872 -15.627565626425149 M-50.12409284457872 -15.627565626425149 C-49.85902675640911 -15.81246425500625, -49.5939606682395 -15.997362883587352, -49.098868073605715 -16.342718045390885 M-50.12409284457872 -15.627565626425149 C-49.759951069128206 -15.88157516553603, -49.395809293677694 -16.135584704646913, -49.098868073605715 -16.342718045390885 M-49.098868073605715 -16.342718045390885 C-48.833233242959125 -16.503747440772386, -48.567598412312535 -16.664776836153884, -48.02992976407679 -16.99071473040609 M-49.098868073605715 -16.342718045390885 C-48.80569535453245 -16.52044107056723, -48.51252263545919 -16.698164095743575, -48.02992976407679 -16.99071473040609 M-48.02992976407679 -16.99071473040609 C-47.59638304829887 -17.216895774327504, -47.16283633252095 -17.443076818248922, -46.92167041279239 -17.56889292409717 M-48.02992976407679 -16.99071473040609 C-47.600850834507746 -17.21456493312409, -47.171771904938694 -17.438415135842092, -46.92167041279239 -17.56889292409717 M-46.92167041279239 -17.56889292409717 C-46.6065042817432 -17.70840762124154, -46.29133815069402 -17.847922318385912, -45.778644095147804 -18.07487676824742 M-46.92167041279239 -17.56889292409717 C-46.6485239414273 -17.68980676436831, -46.37537747006221 -17.810720604639446, -45.778644095147804 -18.07487676824742 M-45.778644095147804 -18.07487676824742 C-45.49652384433491 -18.178699628437577, -45.21440359352201 -18.282522488627734, -44.60554775146062 -18.506587066708033 M-45.778644095147804 -18.07487676824742 C-45.4044691210049 -18.212576617567553, -45.030294146862 -18.35027646688769, -44.60554775146062 -18.506587066708033 M-44.60554775146062 -18.506587066708033 C-44.165140362692796 -18.637297667948765, -43.72473297392497 -18.768008269189497, -43.40720188623541 -18.862249829261067 M-44.60554775146062 -18.506587066708033 C-44.172195186157424 -18.635203833375986, -43.738842620854236 -18.763820600043942, -43.40720188623541 -18.862249829261067 M-43.40720188623541 -18.862249829261067 C-42.94092026236634 -18.968675567137225, -42.47463863849727 -19.075101305013384, -42.188530759676766 -19.140403561325773 M-43.40720188623541 -18.862249829261067 C-42.96949147067609 -18.962154375285085, -42.53178105511677 -19.062058921309102, -42.188530759676766 -19.140403561325773 M-42.188530759676766 -19.140403561325773 C-41.91337540343267 -19.18488854546166, -41.638220047188575 -19.22937352959755, -40.95454215284788 -19.3399052695533 M-42.188530759676766 -19.140403561325773 C-41.832099158189685 -19.198028658485853, -41.4756675567026 -19.25565375564593, -40.95454215284788 -19.3399052695533 M-40.95454215284788 -19.3399052695533 C-40.666321779312355 -19.367709542352557, -40.37810140577683 -19.395513815151816, -39.7103067896239 -19.45993515863156 M-40.95454215284788 -19.3399052695533 C-40.62370948849165 -19.371820298799253, -40.29287682413542 -19.403735328045208, -39.7103067896239 -19.45993515863156 M-39.7103067896239 -19.45993515863156 C-39.425377705000315 -19.46907227979462, -39.14044862037674 -19.478209400957677, -38.46093750000001 -19.5 M-39.7103067896239 -19.45993515863156 C-39.39776737671668 -19.46995768928243, -39.08522796380946 -19.479980219933303, -38.46093750000001 -19.5 M-38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5 M-38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-45.5859375, -12)\"><rect></rect><foreignObject width=\"91.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Your system</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-flowchart-Customer-1\" data-look=\"classic\" transform=\"translate(65.95092010498047, 48)\"><g class=\"basic label-container outer-path\"><path d=\"M-29.5 -19.5 C-10.565923442080358 -19.5, 8.368153115839284 -19.5, 29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 C29.7908690517466 -19.49067239565275, 30.0817381034932 -19.4813447913055, 30.7493692896239 -19.45993515863156 C31.176377620397922 -19.418742178514442, 31.603385951171944 -19.377549198397325, 31.993604652847864 -19.3399052695533 C32.45007356139278 -19.266106916389013, 32.90654246993769 -19.192308563224728, 33.22759325967676 -19.140403561325776 C33.67345553003024 -19.038638407640818, 34.11931780038372 -18.93687325395586, 34.44626438623539 -18.862249829261074 C34.75957571059328 -18.769260672796353, 35.07288703495118 -18.676271516331635, 35.644610251460605 -18.50658706670804 C35.98023925980865 -18.383072489115417, 36.3158682681567 -18.25955791152279, 36.8177065951478 -18.074876768247425 C37.06041279901408 -17.967437931419557, 37.303119002880365 -17.859999094591686, 37.96073291279238 -17.568892924097174 C38.22514511501092 -17.430949247563863, 38.489557317229455 -17.29300557103055, 39.06899226407678 -16.990714730406097 C39.36333033799604 -16.812285260273725, 39.657668411915296 -16.633855790141354, 40.1379305736057 -16.342718045390892 C40.36407163891832 -16.18497182771775, 40.590212704230936 -16.027225610044606, 41.16315534457871 -15.627565626425154 C41.40969214805729 -15.430959086270855, 41.65622895153587 -15.234352546116556, 42.140453708501866 -14.848196188198123 C42.42981434253564 -14.585406516431487, 42.71917497656942 -14.322616844664852, 43.06580973676799 -14.007812326905688 C43.37421178445283 -13.689361892392078, 43.682613832137676 -13.370911457878467, 43.93542094296865 -13.10986736009568 C44.12623533497906 -12.885725917593762, 44.317049726989474 -12.661584475091844, 44.74571390812658 -12.158051136245305 C44.94617090680691 -11.88945702002193, 45.146627905487236 -11.620862903798555, 45.493358964640635 -11.156274872382312 C45.69545194098239 -10.845805791158782, 45.89754491732413 -10.535336709935251, 46.17528387860425 -10.108655082055241 C46.324723986665425 -9.843309037740775, 46.4741640947266 -9.577962993426311, 46.788686474273504 -9.019496659696287 C46.9618673114425 -8.659882945838568, 47.13504814861148 -8.300269231980849, 47.33104614880834 -7.893275190886684 C47.47363617282175 -7.541075074782996, 47.61622619683516 -7.188874958679307, 47.800134229970325 -6.734618561215508 C47.927608452701904 -6.350686512607191, 48.05508267543349 -5.966754463998875, 48.19402313421488 -5.548287939305138 C48.26589987521324 -5.274190774301768, 48.33777661621161 -5.000093609298399, 48.51109428754556 -4.339158212148133 C48.58935578407258 -3.9373019680550256, 48.6676172805996 -3.535445723961918, 48.750044776581774 -3.1121979531509023 C48.79127227102935 -2.792445647505147, 48.832499765476925 -2.472693341859392, 48.90989270250937 -1.872449005199798 C48.9381799860441 -1.4318517310620562, 48.96646726957883 -0.9912544569243144, 48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.18114642708705675, 48.98998121591342 0.2627129084731622, 48.98998121591342 0.625005762647271 C48.968180037823494 0.9645767089919906, 48.94637885973358 1.3041476553367102, 48.90989270250937 1.8724490051997846 C48.85855041744885 2.270649629448183, 48.80720813238834 2.668850253696582, 48.750044776581774 3.1121979531508885 C48.68173005375084 3.4629796165659457, 48.61341533091991 3.813761279981003, 48.51109428754556 4.339158212148129 C48.40674110267546 4.737102133014247, 48.302387917805355 5.135046053880365, 48.19402313421489 5.548287939305125 C48.07373175508792 5.910586407407061, 47.953440375960945 6.272884875508996, 47.800134229970325 6.734618561215495 C47.68559842490308 7.017524214130754, 47.57106261983582 7.300429867046013, 47.33104614880834 7.893275190886679 C47.14894098339654 8.271420463290626, 46.966835817984744 8.649565735694575, 46.788686474273504 9.019496659696284 C46.62256149071168 9.314468389989, 46.45643650714985 9.609440120281718, 46.17528387860425 10.108655082055236 C46.033110109923825 10.32707216975082, 45.8909363412434 10.545489257446404, 45.49335896464064 11.156274872382301 C45.308510152191765 11.403955440990552, 45.12366133974288 11.651636009598803, 44.74571390812658 12.158051136245302 C44.54876084878302 12.389403406696813, 44.35180778943945 12.620755677148322, 43.93542094296866 13.10986736009567 C43.707329408835434 13.345390595751446, 43.47923787470221 13.580913831407221, 43.06580973676799 14.007812326905684 C42.86863153083025 14.186884356488893, 42.67145332489252 14.365956386072103, 42.14045370850189 14.848196188198111 C41.84850140435129 15.081020381581114, 41.55654910020069 15.313844574964119, 41.16315534457871 15.627565626425152 C40.88969462880167 15.818319983827623, 40.61623391302464 16.009074341230093, 40.13793057360571 16.34271804539089 C39.833139156524204 16.527484393578877, 39.528347739442694 16.71225074176687, 39.06899226407678 16.990714730406093 C38.72463156671507 17.170367485646146, 38.38027086935335 17.3500202408862, 37.96073291279239 17.56889292409717 C37.65712195676749 17.703292488030378, 37.35351100074259 17.837692051963582, 36.817706595147804 18.07487676824742 C36.55888978653392 18.170123746293683, 36.300072977920024 18.26537072433995, 35.64461025146062 18.506587066708033 C35.23575835849786 18.627932162432, 34.8269064655351 18.749277258155967, 34.44626438623541 18.86224982926107 C34.1215460819148 18.936364663237285, 33.796827777594196 19.0104794972135, 33.227593259676766 19.140403561325773 C32.84926769782213 19.20156830420788, 32.47094213596749 19.262733047089988, 31.99360465284788 19.3399052695533 C31.705516584925224 19.367696778989206, 31.417428517002566 19.39548828842511, 30.7493692896239 19.45993515863156 C30.31335986248289 19.473917132319105, 29.877350435341878 19.48789910600665, 29.500000000000004 19.5 C29.500000000000004 19.5, 29.5 19.5, 29.5 19.5 C13.578591593660173 19.5, -2.3428168126796542 19.5, -29.499999999999996 19.5 C-29.831214962377164 19.489378580827378, -30.162429924754328 19.47875716165476, -30.749369289623893 19.45993515863156 C-31.013246615611735 19.434479230352427, -31.277123941599577 19.409023302073297, -31.99360465284787 19.3399052695533 C-32.33721753146594 19.284352604096, -32.680830410084006 19.2287999386387, -33.22759325967676 19.140403561325773 C-33.55739483820455 19.065128503183235, -33.887196416732344 18.989853445040694, -34.446264386235384 18.862249829261074 C-34.78827434743643 18.760743068023526, -35.13028430863747 18.659236306785978, -35.64461025146059 18.506587066708043 C-36.065697891498786 18.351622922682512, -36.48678553153699 18.196658778656982, -36.8177065951478 18.074876768247425 C-37.26835668531241 17.875387341391505, -37.71900677547703 17.675897914535586, -37.96073291279238 17.568892924097174 C-38.3741403482337 17.353218529827537, -38.78754778367503 17.1375441355579, -39.06899226407678 16.990714730406097 C-39.283403737139 16.860737235414106, -39.49781521020122 16.730759740422112, -40.137930573605686 16.3427180453909 C-40.50259118712158 16.088346587305747, -40.867251800637476 15.833975129220594, -41.16315534457871 15.627565626425156 C-41.45655461241926 15.393587518004734, -41.74995388025981 15.159609409584315, -42.140453708501866 14.848196188198125 C-42.49076794888793 14.530050063886392, -42.84108218927398 14.211903939574658, -43.065809736767974 14.007812326905697 C-43.34416427217133 13.720388415769367, -43.62251880757468 13.432964504633038, -43.935420942968655 13.109867360095677 C-44.23266708796191 12.760705124401802, -44.52991323295516 12.41154288870793, -44.745713908126575 12.158051136245307 C-44.899590072036375 11.951871095013093, -45.053466235946175 11.74569105378088, -45.493358964640635 11.156274872382316 C-45.74945096109391 10.76284879550028, -46.00554295754719 10.369422718618246, -46.17528387860425 10.108655082055249 C-46.348168762906674 9.801680463483414, -46.5210536472091 9.494705844911582, -46.788686474273504 9.019496659696289 C-46.94614185422998 8.692537194211242, -47.10359723418645 8.365577728726196, -47.33104614880834 7.893275190886686 C-47.48323412501954 7.517367947290667, -47.635422101230745 7.141460703694648, -47.800134229970325 6.73461856121551 C-47.919891784313194 6.373927888309862, -48.039649338656055 6.013237215404215, -48.19402313421488 5.5482879393051325 C-48.31286887936967 5.095077604958176, -48.431714624524446 4.64186727061122, -48.51109428754556 4.339158212148136 C-48.57668139110257 4.002382297222148, -48.642268494659575 3.6656063822961604, -48.750044776581774 3.112197953150904 C-48.78229535162723 2.8620688616946914, -48.8145459266727 2.6119397702384792, -48.90989270250937 1.872449005199809 C-48.93522087905832 1.477942210913712, -48.960549055607274 1.083435416627615, -48.98998121591342 0.6250057626472781 C-48.98998121591342 0.16302411847164655, -48.98998121591342 -0.29895752570398504, -48.98998121591342 -0.6250057626472687 C-48.96545497839169 -1.007021709270708, -48.94092874086997 -1.3890376558941475, -48.90989270250937 -1.8724490051997822 C-48.855227176977664 -2.2964240262946407, -48.80056165144597 -2.7203990473894994, -48.750044776581774 -3.112197953150895 C-48.70202332239426 -3.3587779710658525, -48.65400186820674 -3.6053579889808103, -48.51109428754556 -4.339158212148126 C-48.41964508154966 -4.687893668947082, -48.32819587555377 -5.036629125746038, -48.19402313421489 -5.548287939305123 C-48.03796901509355 -6.018298082251289, -47.88191489597221 -6.488308225197455, -47.80013422997033 -6.734618561215485 C-47.67077600155862 -7.054135886363608, -47.54141777314692 -7.373653211511732, -47.33104614880834 -7.893275190886676 C-47.17665230007591 -8.213877321278733, -47.02225845134347 -8.534479451670789, -46.788686474273504 -9.019496659696282 C-46.55487945241055 -9.434644702542201, -46.3210724305476 -9.849792745388122, -46.17528387860425 -10.108655082055243 C-46.03765061201633 -10.320096739241217, -45.9000173454284 -10.531538396427193, -45.49335896464064 -11.156274872382308 C-45.20867204409415 -11.5377294104026, -44.923985123547666 -11.91918394842289, -44.74571390812659 -12.158051136245302 C-44.56879455851314 -12.365870671297438, -44.39187520889969 -12.573690206349575, -43.93542094296866 -13.10986736009567 C-43.73548289293894 -13.31631981197055, -43.53554484290921 -13.522772263845427, -43.065809736767996 -14.007812326905677 C-42.783659411195245 -14.264053787302322, -42.501509085622494 -14.520295247698966, -42.14045370850189 -14.848196188198107 C-41.831201481753354 -15.094816609482692, -41.52194925500482 -15.341437030767278, -41.16315534457872 -15.627565626425149 C-40.84183623953643 -15.851703924422779, -40.52051713449414 -16.07584222242041, -40.137930573605715 -16.342718045390885 C-39.871513006725614 -16.50422194007701, -39.60509543984551 -16.66572583476313, -39.06899226407679 -16.99071473040609 C-38.66653851099352 -17.2006745956057, -38.26408475791025 -17.410634460805312, -37.96073291279239 -17.56889292409717 C-37.548249078556005 -17.751487281615415, -37.13576524431963 -17.93408163913366, -36.817706595147804 -18.07487676824742 C-36.46640393016927 -18.204159396365757, -36.115101265190745 -18.333442024484093, -35.64461025146062 -18.506587066708033 C-35.34946507112662 -18.594184606982495, -35.05431989079263 -18.68178214725696, -34.44626438623541 -18.862249829261067 C-34.06175107915362 -18.95001248241866, -33.677237772071834 -19.037775135576258, -33.227593259676766 -19.140403561325773 C-32.784195681082295 -19.21208864323335, -32.34079810248782 -19.28377372514093, -31.993604652847882 -19.3399052695533 C-31.57737511473198 -19.380058432506083, -31.161145576616075 -19.420211595458866, -30.749369289623903 -19.45993515863156 C-30.41451375218301 -19.470673323960526, -30.079658214742118 -19.48141148928949, -29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.500000000000004 -19.5, -29.5 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-29.5 -19.5 C-13.346195809168528 -19.5, 2.807608381662945 -19.5, 29.5 -19.5 M-29.5 -19.5 C-13.766813502657083 -19.5, 1.966372994685834 -19.5, 29.5 -19.5 M29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 M29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 M29.5 -19.5 C29.890901703407895 -19.48746454321572, 30.28180340681579 -19.474929086431434, 30.7493692896239 -19.45993515863156 M29.5 -19.5 C29.80021908908382 -19.49037255815409, 30.100438178167643 -19.480745116308178, 30.7493692896239 -19.45993515863156 M30.7493692896239 -19.45993515863156 C31.195850435679784 -19.41686365944369, 31.642331581735668 -19.373792160255814, 31.993604652847864 -19.3399052695533 M30.7493692896239 -19.45993515863156 C31.010341154606515 -19.434759516681275, 31.271313019589133 -19.409583874730988, 31.993604652847864 -19.3399052695533 M31.993604652847864 -19.3399052695533 C32.373956789961696 -19.278412885699613, 32.75430892707552 -19.216920501845927, 33.22759325967676 -19.140403561325776 M31.993604652847864 -19.3399052695533 C32.24896400370251 -19.29862075004846, 32.504323354557165 -19.257336230543626, 33.22759325967676 -19.140403561325776 M33.22759325967676 -19.140403561325776 C33.490506220526555 -19.080395393679215, 33.75341918137636 -19.020387226032657, 34.44626438623539 -18.862249829261074 M33.22759325967676 -19.140403561325776 C33.51787214370189 -19.074149300293787, 33.80815102772701 -19.007895039261797, 34.44626438623539 -18.862249829261074 M34.44626438623539 -18.862249829261074 C34.72480640107977 -18.779580021352135, 35.003348415924144 -18.696910213443196, 35.644610251460605 -18.50658706670804 M34.44626438623539 -18.862249829261074 C34.739807359535476 -18.775127815624117, 35.03335033283556 -18.688005801987163, 35.644610251460605 -18.50658706670804 M35.644610251460605 -18.50658706670804 C36.02361927827013 -18.367108241321095, 36.402628305079666 -18.22762941593415, 36.8177065951478 -18.074876768247425 M35.644610251460605 -18.50658706670804 C36.10654221488928 -18.336591834114024, 36.568474178317956 -18.166596601520013, 36.8177065951478 -18.074876768247425 M36.8177065951478 -18.074876768247425 C37.17553092282248 -17.91647855286739, 37.53335525049717 -17.75808033748735, 37.96073291279238 -17.568892924097174 M36.8177065951478 -18.074876768247425 C37.12346588954776 -17.939526198643772, 37.42922518394772 -17.804175629040117, 37.96073291279238 -17.568892924097174 M37.96073291279238 -17.568892924097174 C38.347096564079784 -17.367327254698267, 38.73346021536719 -17.165761585299357, 39.06899226407678 -16.990714730406097 M37.96073291279238 -17.568892924097174 C38.36004434940627 -17.36057240338689, 38.759355786020166 -17.152251882676605, 39.06899226407678 -16.990714730406097 M39.06899226407678 -16.990714730406097 C39.34070427993133 -16.82600130963803, 39.61241629578587 -16.661287888869964, 40.1379305736057 -16.342718045390892 M39.06899226407678 -16.990714730406097 C39.3494825155504 -16.82067989161911, 39.62997276702401 -16.650645052832125, 40.1379305736057 -16.342718045390892 M40.1379305736057 -16.342718045390892 C40.40624016249352 -16.155556891117655, 40.674549751381335 -15.968395736844416, 41.16315534457871 -15.627565626425154 M40.1379305736057 -16.342718045390892 C40.39851724915095 -16.1609440611459, 40.65910392469619 -15.979170076900912, 41.16315534457871 -15.627565626425154 M41.16315534457871 -15.627565626425154 C41.379471393783426 -15.455059333596218, 41.59578744298814 -15.28255304076728, 42.140453708501866 -14.848196188198123 M41.16315534457871 -15.627565626425154 C41.49588060971739 -15.362226081668215, 41.828605874856066 -15.096886536911276, 42.140453708501866 -14.848196188198123 M42.140453708501866 -14.848196188198123 C42.38868065397386 -14.622763044045538, 42.636907599445856 -14.397329899892952, 43.06580973676799 -14.007812326905688 M42.140453708501866 -14.848196188198123 C42.44672425321858 -14.570049382960963, 42.752994797935294 -14.291902577723805, 43.06580973676799 -14.007812326905688 M43.06580973676799 -14.007812326905688 C43.27579822439996 -13.790981973050208, 43.485786712031945 -13.574151619194726, 43.93542094296865 -13.10986736009568 M43.06580973676799 -14.007812326905688 C43.26704353189071 -13.80002191183964, 43.468277327013425 -13.592231496773593, 43.93542094296865 -13.10986736009568 M43.93542094296865 -13.10986736009568 C44.22626237328078 -12.768228466704844, 44.51710380359291 -12.426589573314008, 44.74571390812658 -12.158051136245305 M43.93542094296865 -13.10986736009568 C44.12443412789905 -12.887841717921528, 44.31344731282945 -12.665816075747378, 44.74571390812658 -12.158051136245305 M44.74571390812658 -12.158051136245305 C45.037606413279974 -11.766941771294022, 45.32949891843337 -11.375832406342738, 45.493358964640635 -11.156274872382312 M44.74571390812658 -12.158051136245305 C44.927589593579086 -11.914354286954755, 45.10946527903159 -11.670657437664202, 45.493358964640635 -11.156274872382312 M45.493358964640635 -11.156274872382312 C45.68236235468445 -10.865914910758487, 45.87136574472826 -10.575554949134665, 46.17528387860425 -10.108655082055241 M45.493358964640635 -11.156274872382312 C45.65005506003187 -10.915547591068185, 45.80675115542309 -10.674820309754057, 46.17528387860425 -10.108655082055241 M46.17528387860425 -10.108655082055241 C46.4007565209431 -9.708305574001807, 46.62622916328195 -9.307956065948373, 46.788686474273504 -9.019496659696287 M46.17528387860425 -10.108655082055241 C46.336438890402505 -9.822508039892952, 46.49759390220076 -9.536360997730664, 46.788686474273504 -9.019496659696287 M46.788686474273504 -9.019496659696287 C46.93414783474443 -8.71744303230389, 47.079609195215355 -8.415389404911496, 47.33104614880834 -7.893275190886684 M46.788686474273504 -9.019496659696287 C46.96993303750791 -8.643134293084847, 47.15117960074231 -8.266771926473409, 47.33104614880834 -7.893275190886684 M47.33104614880834 -7.893275190886684 C47.512902638941505 -7.444086144301719, 47.69475912907467 -6.994897097716754, 47.800134229970325 -6.734618561215508 M47.33104614880834 -7.893275190886684 C47.51229994488692 -7.44557481026885, 47.69355374096549 -6.997874429651015, 47.800134229970325 -6.734618561215508 M47.800134229970325 -6.734618561215508 C47.92397685001918 -6.36162432127025, 48.047819470068035 -5.988630081324992, 48.19402313421488 -5.548287939305138 M47.800134229970325 -6.734618561215508 C47.91737551415409 -6.381506493115882, 48.034616798337844 -6.028394425016256, 48.19402313421488 -5.548287939305138 M48.19402313421488 -5.548287939305138 C48.277588311694636 -5.229617700197807, 48.36115348917439 -4.910947461090476, 48.51109428754556 -4.339158212148133 M48.19402313421488 -5.548287939305138 C48.27969721928567 -5.221575521546864, 48.36537130435646 -4.894863103788591, 48.51109428754556 -4.339158212148133 M48.51109428754556 -4.339158212148133 C48.56303643194061 -4.072446278655668, 48.61497857633565 -3.805734345163203, 48.750044776581774 -3.1121979531509023 M48.51109428754556 -4.339158212148133 C48.59786891871997 -3.8935888208923455, 48.684643549894375 -3.448019429636558, 48.750044776581774 -3.1121979531509023 M48.750044776581774 -3.1121979531509023 C48.79138633742427 -2.7915609710710982, 48.83272789826676 -2.470923988991294, 48.90989270250937 -1.872449005199798 M48.750044776581774 -3.1121979531509023 C48.791989374999055 -2.7868839307242688, 48.83393397341634 -2.4615699082976352, 48.90989270250937 -1.872449005199798 M48.90989270250937 -1.872449005199798 C48.930738366140304 -1.547760967831173, 48.95158402977123 -1.223072930462548, 48.98998121591342 -0.6250057626472757 M48.90989270250937 -1.872449005199798 C48.935436029439515 -1.4745910700603988, 48.960979356369656 -1.0767331349209996, 48.98998121591342 -0.6250057626472757 M48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.36797278889125135, 48.98998121591342 -0.110939815135227, 48.98998121591342 0.625005762647271 M48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.24670389304141233, 48.98998121591342 0.13159797656445105, 48.98998121591342 0.625005762647271 M48.98998121591342 0.625005762647271 C48.96927851927064 0.9474669737745501, 48.94857582262785 1.2699281849018291, 48.90989270250937 1.8724490051997846 M48.98998121591342 0.625005762647271 C48.97192156092212 0.906299466627811, 48.95386190593083 1.187593170608351, 48.90989270250937 1.8724490051997846 M48.90989270250937 1.8724490051997846 C48.865330475215416 2.218064840284577, 48.82076824792146 2.563680675369369, 48.750044776581774 3.1121979531508885 M48.90989270250937 1.8724490051997846 C48.84661150002583 2.3632455153752323, 48.78333029754229 2.85404202555068, 48.750044776581774 3.1121979531508885 M48.750044776581774 3.1121979531508885 C48.66359478938861 3.5561003661765294, 48.57714480219545 4.00000277920217, 48.51109428754556 4.339158212148129 M48.750044776581774 3.1121979531508885 C48.66503356407944 3.548712562224264, 48.58002235157711 3.9852271712976397, 48.51109428754556 4.339158212148129 M48.51109428754556 4.339158212148129 C48.38844295564975 4.806880898090357, 48.26579162375394 5.274603584032586, 48.19402313421489 5.548287939305125 M48.51109428754556 4.339158212148129 C48.40173256939463 4.756201841126104, 48.292370851243696 5.17324547010408, 48.19402313421489 5.548287939305125 M48.19402313421489 5.548287939305125 C48.050242210454385 5.981333173292575, 47.906461286693876 6.414378407280024, 47.800134229970325 6.734618561215495 M48.19402313421489 5.548287939305125 C48.07824475726378 5.896993963902602, 47.96246638031268 6.245699988500078, 47.800134229970325 6.734618561215495 M47.800134229970325 6.734618561215495 C47.613398409545525 7.195859647956231, 47.42666258912073 7.657100734696968, 47.33104614880834 7.893275190886679 M47.800134229970325 6.734618561215495 C47.70536073498854 6.968710926141392, 47.610587240006744 7.202803291067289, 47.33104614880834 7.893275190886679 M47.33104614880834 7.893275190886679 C47.14283605644515 8.284097474729702, 46.95462596408196 8.674919758572726, 46.788686474273504 9.019496659696284 M47.33104614880834 7.893275190886679 C47.14856070553878 8.272210118398915, 46.966075262269214 8.65114504591115, 46.788686474273504 9.019496659696284 M46.788686474273504 9.019496659696284 C46.59935058668779 9.355681700442315, 46.41001469910207 9.691866741188344, 46.17528387860425 10.108655082055236 M46.788686474273504 9.019496659696284 C46.60473669763789 9.346118115047533, 46.420786921002275 9.67273957039878, 46.17528387860425 10.108655082055236 M46.17528387860425 10.108655082055236 C45.93220832336167 10.482084409833766, 45.689132768119094 10.855513737612297, 45.49335896464064 11.156274872382301 M46.17528387860425 10.108655082055236 C45.965734609667095 10.430579031000217, 45.75618534072994 10.752502979945199, 45.49335896464064 11.156274872382301 M45.49335896464064 11.156274872382301 C45.22424872734514 11.516858073911306, 44.95513849004964 11.877441275440312, 44.74571390812658 12.158051136245302 M45.49335896464064 11.156274872382301 C45.19502673192941 11.556012885589839, 44.89669449921818 11.955750898797374, 44.74571390812658 12.158051136245302 M44.74571390812658 12.158051136245302 C44.52820307446643 12.413551738179569, 44.310692240806276 12.669052340113836, 43.93542094296866 13.10986736009567 M44.74571390812658 12.158051136245302 C44.46291127973546 12.490247195478938, 44.180108651344334 12.822443254712573, 43.93542094296866 13.10986736009567 M43.93542094296866 13.10986736009567 C43.628872950399256 13.426403330481836, 43.32232495782984 13.742939300868, 43.06580973676799 14.007812326905684 M43.93542094296866 13.10986736009567 C43.7102061796644 13.34242009368327, 43.484991416360124 13.574972827270868, 43.06580973676799 14.007812326905684 M43.06580973676799 14.007812326905684 C42.724519704425845 14.317762904239396, 42.383229672083694 14.62771348157311, 42.14045370850189 14.848196188198111 M43.06580973676799 14.007812326905684 C42.8029501762713 14.246534424865919, 42.54009061577462 14.485256522826152, 42.14045370850189 14.848196188198111 M42.14045370850189 14.848196188198111 C41.93419488765449 15.01268210904617, 41.7279360668071 15.17716802989423, 41.16315534457871 15.627565626425152 M42.14045370850189 14.848196188198111 C41.800933862037674 15.11895423075076, 41.46141401557346 15.38971227330341, 41.16315534457871 15.627565626425152 M41.16315534457871 15.627565626425152 C40.95752233553898 15.771006311821775, 40.75188932649926 15.9144469972184, 40.13793057360571 16.34271804539089 M41.16315534457871 15.627565626425152 C40.778249082791824 15.896059572324162, 40.393342821004936 16.164553518223173, 40.13793057360571 16.34271804539089 M40.13793057360571 16.34271804539089 C39.7650868109389 16.568738125392663, 39.39224304827209 16.794758205394434, 39.06899226407678 16.990714730406093 M40.13793057360571 16.34271804539089 C39.78209745223727 16.558426174671965, 39.42626433086883 16.774134303953044, 39.06899226407678 16.990714730406093 M39.06899226407678 16.990714730406093 C38.67484345389445 17.196341912213857, 38.28069464371211 17.40196909402162, 37.96073291279239 17.56889292409717 M39.06899226407678 16.990714730406093 C38.639738589977235 17.21465609723373, 38.210484915877686 17.438597464061363, 37.96073291279239 17.56889292409717 M37.96073291279239 17.56889292409717 C37.71161467635923 17.679170177536204, 37.462496439926085 17.789447430975237, 36.817706595147804 18.07487676824742 M37.96073291279239 17.56889292409717 C37.70742592312157 17.681024414339568, 37.45411893345075 17.793155904581965, 36.817706595147804 18.07487676824742 M36.817706595147804 18.07487676824742 C36.51373687071179 18.186740436705207, 36.209767146275766 18.29860410516299, 35.64461025146062 18.506587066708033 M36.817706595147804 18.07487676824742 C36.52862705243715 18.18126071218694, 36.239547509726506 18.287644656126457, 35.64461025146062 18.506587066708033 M35.64461025146062 18.506587066708033 C35.2376255634155 18.627377985813606, 34.83064087537037 18.74816890491918, 34.44626438623541 18.86224982926107 M35.64461025146062 18.506587066708033 C35.28936200423996 18.612022881747023, 34.9341137570193 18.717458696786014, 34.44626438623541 18.86224982926107 M34.44626438623541 18.86224982926107 C34.07767082047059 18.94637890534909, 33.70907725470576 19.030507981437104, 33.227593259676766 19.140403561325773 M34.44626438623541 18.86224982926107 C34.023757924673774 18.958684172000186, 33.601251463112135 19.055118514739302, 33.227593259676766 19.140403561325773 M33.227593259676766 19.140403561325773 C32.911817778047386 19.191455692320176, 32.596042296418005 19.242507823314583, 31.99360465284788 19.3399052695533 M33.227593259676766 19.140403561325773 C32.95306224128346 19.18478760735976, 32.67853122289016 19.229171653393742, 31.99360465284788 19.3399052695533 M31.99360465284788 19.3399052695533 C31.563978458841433 19.381350791788005, 31.134352264834988 19.422796314022715, 30.7493692896239 19.45993515863156 M31.99360465284788 19.3399052695533 C31.595532333662813 19.378306827433075, 31.197460014477745 19.41670838531285, 30.7493692896239 19.45993515863156 M30.7493692896239 19.45993515863156 C30.48057495559405 19.468554869747464, 30.211780621564206 19.47717458086337, 29.500000000000004 19.5 M30.7493692896239 19.45993515863156 C30.425944800073765 19.470306752503852, 30.102520310523634 19.480678346376145, 29.500000000000004 19.5 M29.500000000000004 19.5 C29.500000000000004 19.5, 29.500000000000004 19.5, 29.5 19.5 M29.500000000000004 19.5 C29.500000000000004 19.5, 29.500000000000004 19.5, 29.5 19.5 M29.5 19.5 C14.024133550687536 19.5, -1.451732898624929 19.5, -29.499999999999996 19.5 M29.5 19.5 C10.883902658348845 19.5, -7.7321946833023105 19.5, -29.499999999999996 19.5 M-29.499999999999996 19.5 C-29.79864044708926 19.490423182130215, -30.09728089417852 19.48084636426043, -30.749369289623893 19.45993515863156 M-29.499999999999996 19.5 C-29.84375975788833 19.4889762936523, -30.18751951577666 19.477952587304596, -30.749369289623893 19.45993515863156 M-30.749369289623893 19.45993515863156 C-31.04864171901203 19.43106470729624, -31.347914148400164 19.402194255960925, -31.99360465284787 19.3399052695533 M-30.749369289623893 19.45993515863156 C-31.23366916363206 19.413215332241805, -31.71796903764023 19.366495505852054, -31.99360465284787 19.3399052695533 M-31.99360465284787 19.3399052695533 C-32.482438503897825 19.260874403478674, -32.971272354947786 19.18184353740405, -33.22759325967676 19.140403561325773 M-31.99360465284787 19.3399052695533 C-32.24931311493308 19.2985643084521, -32.5050215770183 19.257223347350905, -33.22759325967676 19.140403561325773 M-33.22759325967676 19.140403561325773 C-33.492536009041885 19.079932107696198, -33.75747875840701 19.019460654066624, -34.446264386235384 18.862249829261074 M-33.22759325967676 19.140403561325773 C-33.477947183379506 19.08326191195265, -33.72830110708226 19.02612026257953, -34.446264386235384 18.862249829261074 M-34.446264386235384 18.862249829261074 C-34.782087274867045 18.76257935868551, -35.11791016349871 18.66290888810995, -35.64461025146059 18.506587066708043 M-34.446264386235384 18.862249829261074 C-34.83377240877635 18.747239482242033, -35.22128043131732 18.632229135222996, -35.64461025146059 18.506587066708043 M-35.64461025146059 18.506587066708043 C-36.06314323364267 18.35256306038856, -36.48167621582475 18.19853905406908, -36.8177065951478 18.074876768247425 M-35.64461025146059 18.506587066708043 C-35.883659564268186 18.418614709847226, -36.12270887707578 18.330642352986406, -36.8177065951478 18.074876768247425 M-36.8177065951478 18.074876768247425 C-37.15718411981018 17.924600138322358, -37.496661644472574 17.77432350839729, -37.96073291279238 17.568892924097174 M-36.8177065951478 18.074876768247425 C-37.24898957142674 17.88396058820367, -37.680272547705684 17.69304440815992, -37.96073291279238 17.568892924097174 M-37.96073291279238 17.568892924097174 C-38.24771917738078 17.419172373684884, -38.53470544196917 17.269451823272593, -39.06899226407678 16.990714730406097 M-37.96073291279238 17.568892924097174 C-38.38792871171948 17.346025149428872, -38.815124510646584 17.123157374760574, -39.06899226407678 16.990714730406097 M-39.06899226407678 16.990714730406097 C-39.37829623001228 16.803212848584135, -39.68760019594777 16.615710966762176, -40.137930573605686 16.3427180453909 M-39.06899226407678 16.990714730406097 C-39.37365050973239 16.806029111519088, -39.678308755387995 16.62134349263208, -40.137930573605686 16.3427180453909 M-40.137930573605686 16.3427180453909 C-40.51568771940444 16.079211013324972, -40.893444865203186 15.815703981259045, -41.16315534457871 15.627565626425156 M-40.137930573605686 16.3427180453909 C-40.47216667585798 16.109569409307372, -40.80640277811027 15.876420773223847, -41.16315534457871 15.627565626425156 M-41.16315534457871 15.627565626425156 C-41.48772105635076 15.36873310834327, -41.81228676812281 15.109900590261383, -42.140453708501866 14.848196188198125 M-41.16315534457871 15.627565626425156 C-41.544651764673674 15.323332383445518, -41.92614818476864 15.019099140465881, -42.140453708501866 14.848196188198125 M-42.140453708501866 14.848196188198125 C-42.46952850386051 14.549339165895368, -42.79860329921916 14.250482143592611, -43.065809736767974 14.007812326905697 M-42.140453708501866 14.848196188198125 C-42.44041976817038 14.575774949474205, -42.74038582783889 14.303353710750283, -43.065809736767974 14.007812326905697 M-43.065809736767974 14.007812326905697 C-43.37193486706696 13.691712996531379, -43.67805999736595 13.375613666157063, -43.935420942968655 13.109867360095677 M-43.065809736767974 14.007812326905697 C-43.380625934463765 13.68273875589428, -43.69544213215955 13.357665184882864, -43.935420942968655 13.109867360095677 M-43.935420942968655 13.109867360095677 C-44.24235774940772 12.7493219220533, -44.54929455584678 12.388776484010922, -44.745713908126575 12.158051136245307 M-43.935420942968655 13.109867360095677 C-44.21181631510622 12.785197628640685, -44.488211687243776 12.460527897185692, -44.745713908126575 12.158051136245307 M-44.745713908126575 12.158051136245307 C-45.02196979481804 11.787893415507765, -45.29822568150951 11.417735694770222, -45.493358964640635 11.156274872382316 M-44.745713908126575 12.158051136245307 C-44.9685964095064 11.859408889409936, -45.19147891088622 11.560766642574567, -45.493358964640635 11.156274872382316 M-45.493358964640635 11.156274872382316 C-45.64309016592749 10.926247538748452, -45.79282136721434 10.696220205114589, -46.17528387860425 10.108655082055249 M-45.493358964640635 11.156274872382316 C-45.71572483597241 10.814661180419572, -45.93809070730418 10.47304748845683, -46.17528387860425 10.108655082055249 M-46.17528387860425 10.108655082055249 C-46.38833991473979 9.73035251563351, -46.60139595087532 9.352049949211771, -46.788686474273504 9.019496659696289 M-46.17528387860425 10.108655082055249 C-46.318768634933726 9.853883367785164, -46.46225339126321 9.59911165351508, -46.788686474273504 9.019496659696289 M-46.788686474273504 9.019496659696289 C-47.003590654048686 8.573243532180289, -47.21849483382387 8.12699040466429, -47.33104614880834 7.893275190886686 M-46.788686474273504 9.019496659696289 C-46.93622148727871 8.713137048447404, -47.08375650028391 8.406777437198519, -47.33104614880834 7.893275190886686 M-47.33104614880834 7.893275190886686 C-47.43915871921756 7.626235051761567, -47.54727128962678 7.359194912636447, -47.800134229970325 6.73461856121551 M-47.33104614880834 7.893275190886686 C-47.45497990318956 7.587156421468946, -47.57891365757077 7.281037652051207, -47.800134229970325 6.73461856121551 M-47.800134229970325 6.73461856121551 C-47.93886776491236 6.316775258157076, -48.0776012998544 5.898931955098643, -48.19402313421488 5.5482879393051325 M-47.800134229970325 6.73461856121551 C-47.896532592321286 6.444282052807654, -47.992930954672254 6.1539455443997975, -48.19402313421488 5.5482879393051325 M-48.19402313421488 5.5482879393051325 C-48.26665567796904 5.271308570826928, -48.3392882217232 4.994329202348725, -48.51109428754556 4.339158212148136 M-48.19402313421488 5.5482879393051325 C-48.29013671368486 5.1817652048972525, -48.386250293154845 4.8152424704893715, -48.51109428754556 4.339158212148136 M-48.51109428754556 4.339158212148136 C-48.56385711109493 4.068232264648821, -48.6166199346443 3.797306317149506, -48.750044776581774 3.112197953150904 M-48.51109428754556 4.339158212148136 C-48.605760052203884 3.8530695182440717, -48.700425816862214 3.366980824340008, -48.750044776581774 3.112197953150904 M-48.750044776581774 3.112197953150904 C-48.80589411825856 2.67904148780575, -48.86174345993533 2.245885022460596, -48.90989270250937 1.872449005199809 M-48.750044776581774 3.112197953150904 C-48.80756225137386 2.666103776773565, -48.86507972616595 2.220009600396226, -48.90989270250937 1.872449005199809 M-48.90989270250937 1.872449005199809 C-48.92610850472078 1.6198747965970532, -48.9423243069322 1.3673005879942974, -48.98998121591342 0.6250057626472781 M-48.90989270250937 1.872449005199809 C-48.930512276075326 1.5512825030897301, -48.95113184964129 1.2301160009796512, -48.98998121591342 0.6250057626472781 M-48.98998121591342 0.6250057626472781 C-48.98998121591342 0.31347400625247457, -48.98998121591342 0.0019422498576709968, -48.98998121591342 -0.6250057626472687 M-48.98998121591342 0.6250057626472781 C-48.98998121591342 0.25218076222824387, -48.98998121591342 -0.1206442381907904, -48.98998121591342 -0.6250057626472687 M-48.98998121591342 -0.6250057626472687 C-48.96868527924185 -0.9567071660775676, -48.94738934257029 -1.2884085695078664, -48.90989270250937 -1.8724490051997822 M-48.98998121591342 -0.6250057626472687 C-48.97261511785389 -0.8954967575864466, -48.955249019794365 -1.1659877525256246, -48.90989270250937 -1.8724490051997822 M-48.90989270250937 -1.8724490051997822 C-48.861671451390805 -2.246443506512284, -48.813450200272236 -2.6204380078247858, -48.750044776581774 -3.112197953150895 M-48.90989270250937 -1.8724490051997822 C-48.86465041626462 -2.223339243214114, -48.819408130019866 -2.5742294812284454, -48.750044776581774 -3.112197953150895 M-48.750044776581774 -3.112197953150895 C-48.657690866214004 -3.5864157638835144, -48.56533695584624 -4.0606335746161335, -48.51109428754556 -4.339158212148126 M-48.750044776581774 -3.112197953150895 C-48.694570317556604 -3.3970475757140637, -48.63909585853144 -3.6818971982772317, -48.51109428754556 -4.339158212148126 M-48.51109428754556 -4.339158212148126 C-48.40926339235564 -4.727483549296437, -48.30743249716573 -5.115808886444749, -48.19402313421489 -5.548287939305123 M-48.51109428754556 -4.339158212148126 C-48.400161368879324 -4.7621935096535815, -48.28922845021308 -5.185228807159036, -48.19402313421489 -5.548287939305123 M-48.19402313421489 -5.548287939305123 C-48.09169243936513 -5.856491688010507, -47.98936174451538 -6.164695436715891, -47.80013422997033 -6.734618561215485 M-48.19402313421489 -5.548287939305123 C-48.10625995738275 -5.812616644760257, -48.018496780550606 -6.076945350215391, -47.80013422997033 -6.734618561215485 M-47.80013422997033 -6.734618561215485 C-47.66838230913997 -7.0600483529165725, -47.53663038830961 -7.385478144617659, -47.33104614880834 -7.893275190886676 M-47.80013422997033 -6.734618561215485 C-47.65383980901612 -7.0959686093825995, -47.50754538806191 -7.457318657549714, -47.33104614880834 -7.893275190886676 M-47.33104614880834 -7.893275190886676 C-47.14269378458631 -8.284392905288726, -46.954341420364266 -8.675510619690774, -46.788686474273504 -9.019496659696282 M-47.33104614880834 -7.893275190886676 C-47.15884492180737 -8.250854723270198, -46.9866436948064 -8.60843425565372, -46.788686474273504 -9.019496659696282 M-46.788686474273504 -9.019496659696282 C-46.63169469849359 -9.29825145473464, -46.47470292271368 -9.577006249773, -46.17528387860425 -10.108655082055243 M-46.788686474273504 -9.019496659696282 C-46.58725433419265 -9.377159821625826, -46.38582219411179 -9.734822983555368, -46.17528387860425 -10.108655082055243 M-46.17528387860425 -10.108655082055243 C-46.00299590761959 -10.373335671285702, -45.830707936634944 -10.638016260516158, -45.49335896464064 -11.156274872382308 M-46.17528387860425 -10.108655082055243 C-45.965893399456284 -10.430335087242995, -45.75650292030833 -10.752015092430746, -45.49335896464064 -11.156274872382308 M-45.49335896464064 -11.156274872382308 C-45.22097377851473 -11.52124620699008, -44.94858859238883 -11.886217541597853, -44.74571390812659 -12.158051136245302 M-45.49335896464064 -11.156274872382308 C-45.313233609575526 -11.397626438412136, -45.13310825451041 -11.638978004441963, -44.74571390812659 -12.158051136245302 M-44.74571390812659 -12.158051136245302 C-44.496794082826845 -12.450446526981688, -44.2478742575271 -12.742841917718073, -43.93542094296866 -13.10986736009567 M-44.74571390812659 -12.158051136245302 C-44.443580032921254 -12.512954777966014, -44.14144615771591 -12.867858419686726, -43.93542094296866 -13.10986736009567 M-43.93542094296866 -13.10986736009567 C-43.66534017276522 -13.38874792937434, -43.39525940256178 -13.66762849865301, -43.065809736767996 -14.007812326905677 M-43.93542094296866 -13.10986736009567 C-43.6915644300909 -13.361669230634007, -43.44770791721314 -13.613471101172342, -43.065809736767996 -14.007812326905677 M-43.065809736767996 -14.007812326905677 C-42.696854586431286 -14.342887632423142, -42.327899436094576 -14.677962937940608, -42.14045370850189 -14.848196188198107 M-43.065809736767996 -14.007812326905677 C-42.75481168662004 -14.290252527492559, -42.44381363647208 -14.57269272807944, -42.14045370850189 -14.848196188198107 M-42.14045370850189 -14.848196188198107 C-41.75227078080625 -15.157761743053843, -41.36408785311061 -15.467327297909579, -41.16315534457872 -15.627565626425149 M-42.14045370850189 -14.848196188198107 C-41.75538013647211 -15.155282114653746, -41.37030656444234 -15.462368041109386, -41.16315534457872 -15.627565626425149 M-41.16315534457872 -15.627565626425149 C-40.9529347956577 -15.774206381051563, -40.742714246736675 -15.920847135677977, -40.137930573605715 -16.342718045390885 M-41.16315534457872 -15.627565626425149 C-40.76991471453744 -15.901873266829435, -40.376674084496166 -16.17618090723372, -40.137930573605715 -16.342718045390885 M-40.137930573605715 -16.342718045390885 C-39.72646965872145 -16.59214807000646, -39.315008743837176 -16.841578094622033, -39.06899226407679 -16.99071473040609 M-40.137930573605715 -16.342718045390885 C-39.84003049085475 -16.523306826209726, -39.54213040810379 -16.703895607028564, -39.06899226407679 -16.99071473040609 M-39.06899226407679 -16.99071473040609 C-38.80969704766436 -17.125988878721945, -38.550401831251925 -17.2612630270378, -37.96073291279239 -17.56889292409717 M-39.06899226407679 -16.99071473040609 C-38.6992891504787 -17.18358860796407, -38.329586036880606 -17.376462485522048, -37.96073291279239 -17.56889292409717 M-37.96073291279239 -17.56889292409717 C-37.68722516099462 -17.689966692498853, -37.413717409196856 -17.811040460900532, -36.817706595147804 -18.07487676824742 M-37.96073291279239 -17.56889292409717 C-37.65447784904759 -17.704462956083308, -37.34822278530278 -17.84003298806945, -36.817706595147804 -18.07487676824742 M-36.817706595147804 -18.07487676824742 C-36.49918784969357 -18.192094610929583, -36.18066910423934 -18.30931245361175, -35.64461025146062 -18.506587066708033 M-36.817706595147804 -18.07487676824742 C-36.39537056509431 -18.230300331338572, -35.97303453504082 -18.385723894429724, -35.64461025146062 -18.506587066708033 M-35.64461025146062 -18.506587066708033 C-35.386969758020605 -18.58305341277848, -35.1293292645806 -18.65951975884893, -34.44626438623541 -18.862249829261067 M-35.64461025146062 -18.506587066708033 C-35.27606873809946 -18.615968253359746, -34.9075272247383 -18.725349440011456, -34.44626438623541 -18.862249829261067 M-34.44626438623541 -18.862249829261067 C-33.984539836632855 -18.967635444673583, -33.5228152870303 -19.0730210600861, -33.227593259676766 -19.140403561325773 M-34.44626438623541 -18.862249829261067 C-34.09405284888716 -18.94263981426573, -33.74184131153891 -19.02302979927039, -33.227593259676766 -19.140403561325773 M-33.227593259676766 -19.140403561325773 C-32.86831031175095 -19.198489642065546, -32.50902736382514 -19.256575722805316, -31.993604652847882 -19.3399052695533 M-33.227593259676766 -19.140403561325773 C-32.94338307346458 -19.186352460149646, -32.659172887252396 -19.232301358973523, -31.993604652847882 -19.3399052695533 M-31.993604652847882 -19.3399052695533 C-31.676110707392983 -19.370533528628997, -31.358616761938084 -19.401161787704698, -30.749369289623903 -19.45993515863156 M-31.993604652847882 -19.3399052695533 C-31.72665050485678 -19.365658015150665, -31.459696356865678 -19.39141076074803, -30.749369289623903 -19.45993515863156 M-30.749369289623903 -19.45993515863156 C-30.396524192093246 -19.47125021413805, -30.043679094562588 -19.48256526964454, -29.500000000000007 -19.5 M-30.749369289623903 -19.45993515863156 C-30.26406724560358 -19.475497850600167, -29.778765201583255 -19.491060542568775, -29.500000000000007 -19.5 M-29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.500000000000004 -19.5, -29.5 -19.5 M-29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.500000000000004 -19.5, -29.5 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-36.625, -12)\"><rect></rect><foreignObject width=\"73.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-flowchart-API-2\" data-look=\"classic\" transform=\"translate(469.56590270996094, 87.75)\"><rect class=\"basic label-container\" style=\"\" x=\"-70.6640625\" y=\"-27\" width=\"141.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-40.6640625, -12)\"><rect></rect><foreignObject width=\"81.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>API Service</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-flowchart-Chat-3\" data-look=\"classic\" transform=\"translate(666.0112152099609, 196.75)\"><rect class=\"basic label-container\" style=\"\" x=\"-75.78125\" y=\"-27\" width=\"151.5625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-45.78125, -12)\"><rect></rect><foreignObject width=\"91.5625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Chat Service</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-flowchart-Bot-4\" data-look=\"classic\" transform=\"translate(901.1284027099609, 196.75)\"><polygon points=\"15.75,0 202.921875,0 218.671875,-31.5 202.921875,-63 15.75,-63 0,-31.5\" class=\"label-container\" transform=\"translate(-109.3359375,31.5)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-86.0859375, -24)\"><rect></rect><foreignObject width=\"172.171875\" 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>Create Chat Participant<br>or Bot reply</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-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-8f25ff2b4043315a476dd5ec49c5267c588ef8a74a8c22b90ab90c1d92015c3a-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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1043.46435546875px;\" viewBox=\"0 0 1043.46435546875 289.25\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555{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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .error-icon{fill:#a44141;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .error-text{fill:#ddd;stroke:#ddd;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-thickness-normal{stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-thickness-thick{stroke-width:3.5px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-pattern-solid{stroke-dasharray:0;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .marker.cross{stroke:lightgrey;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 p{margin:0;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster-label text{fill:#F9FFFE;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster-label span{color:#F9FFFE;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster-label span p{background-color:transparent;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .label text,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 span{fill:#ccc;color:#ccc;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node rect,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node circle,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node ellipse,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node polygon,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .rough-node .label text,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node .label text,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .image-shape .label,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .icon-shape .label{text-anchor:middle;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .rough-node .label,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node .label,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .image-shape .label,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .icon-shape .label{text-align:center;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node.clickable{cursor:pointer;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .arrowheadPath{fill:lightgrey;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster text{fill:#F9FFFE;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .cluster span{color:#F9FFFE;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 rect.text{fill:none;stroke-width:0;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .icon-shape,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .icon-shape p,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .icon-shape .label rect,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 .node .neo-node{stroke:#ccc;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node rect,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].cluster rect,#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node polygon{stroke:url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node path{stroke:url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-gradient);stroke-width:1px;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node circle{stroke:url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_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 class=\"cluster\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-eComm\" data-look=\"classic\"><rect style=\"\" x=\"373.90184020996094\" y=\"8\" width=\"661.5625\" height=\"273.25\"></rect><g class=\"cluster-label\" transform=\"translate(613.4877777099609, 8)\"><foreignObject width=\"182.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>eCommunicate platform</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M544.23,87.75L547.73,87.75C551.23,87.75,558.23,87.75,573.914,100.927C589.597,114.104,613.964,140.459,626.148,153.636L638.332,166.813\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_API_Chat_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_API_Chat_0\" data-points=\"W3sieCI6NTQwLjIyOTk2NTIwOTk2MDksInkiOjg3Ljc1fSx7IngiOjU2NS4yMjk5NjUyMDk5NjA5LCJ5Ijo4Ny43NX0seyJ4Ijo2NDEuMDQ3MDUyMzY1OTI0MywieSI6MTY5Ljc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointStart)\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M741.792,196.75L745.959,196.75C750.126,196.75,758.459,196.75,766.209,196.82C773.959,196.891,781.126,197.031,784.71,197.101L788.293,197.172\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_Chat_Bot_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_Chat_Bot_0\" data-points=\"W3sieCI6NzQxLjc5MjQ2NTIwOTk2MDksInkiOjE5Ni43NX0seyJ4Ijo3NjYuNzkyNDY1MjA5OTYwOSwieSI6MTk2Ljc1fSx7IngiOjc5Mi4yOTI0NjUyMDk5NjA5LCJ5IjoxOTcuMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M119.441,48.485L141.018,48.404C162.595,48.323,205.748,48.162,248.158,48.081C290.569,48,332.235,48,357.567,49.869C382.899,51.738,391.896,55.477,396.394,57.346L400.893,59.215\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_Customer_API_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_Customer_API_0\" data-points=\"W3sieCI6MTE1LjQ0MDg5OTkzMTgyNjY5LCJ5Ijo0OC41fSx7IngiOjI0OC45MDE4NDAyMDk5NjA5NCwieSI6NDh9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5Ijo0OH0seyJ4Ijo0MDQuNTg2NTM5NTAyNDEzNzYsInkiOjYwLjc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointStart)\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M115.588,150.184L137.807,142.695C160.026,135.206,204.464,120.228,247.516,112.739C290.569,105.25,332.235,105.25,356.579,104.608C380.924,103.965,387.945,102.681,391.456,102.039L394.967,101.396\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_Your_API_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_Your_API_0\" data-points=\"W3sieCI6MTE1LjU4Nzc5Mjg2MjM4NDY1LCJ5IjoxNTAuMTgzNzkzMzQ1NzgxMzd9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDUuMjV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDUuMjV9LHsieCI6Mzk4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxMDAuNjc2NzA0Nzc3NDYwMTl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M120.567,178.11L141.956,182.633C163.345,187.157,206.123,196.203,248.346,200.727C290.569,205.25,332.235,205.25,369.013,205.25C405.79,205.25,437.678,205.25,469.566,205.25C501.454,205.25,533.342,205.25,552.788,204.955C572.235,204.659,579.239,204.068,582.742,203.773L586.244,203.478\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_Your_Chat_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_Your_Chat_0\" data-points=\"W3sieCI6MTIwLjU2NjY2MTk1MDg4MTg3LCJ5IjoxNzguMTA5OTA1MzU3MzEwMTR9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6NDY5LjU2NTkwMjcwOTk2MDk0LCJ5IjoyMDUuMjV9LHsieCI6NTY1LjIyOTk2NTIwOTk2MDksInkiOjIwNS4yNX0seyJ4Ijo1OTAuMjI5OTY1MjA5OTYwOSwieSI6MjAzLjE0MTQ3Mjg2ODIxNzA1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M434.424,114.75L424.337,122.5C414.25,130.25,394.076,145.75,363.156,153.5C332.235,161.25,290.569,161.25,249.642,161.854C208.716,162.459,168.53,163.668,148.437,164.272L128.344,164.877\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_API_Your_0\" class=\"edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_API_Your_0\" data-points=\"W3sieCI6NDM0LjQyNDAwMjE5OTc1Njg0LCJ5IjoxMTQuNzV9LHsieCI6MzczLjkwMTg0MDIwOTk2MDk0LCJ5IjoxNjEuMjV9LHsieCI6MjQ4LjkwMTg0MDIwOTk2MDk0LCJ5IjoxNjEuMjV9LHsieCI6MTI0LjM0NTQ1OTk2ODQ4MDA5LCJ5IjoxNjQuOTk2ODY5NzM4NjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path><path d=\"M614.181,223.75L606.022,228C597.864,232.25,581.547,240.75,557.444,245C533.342,249.25,501.454,249.25,469.566,249.25C437.678,249.25,405.79,249.25,369.013,249.25C332.235,249.25,290.569,249.25,246.95,238.926C203.331,228.602,157.761,207.954,134.976,197.63L112.19,187.306\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-L_Chat_Your_0\" class=\"edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Chat_Your_0\" data-points=\"W3sieCI6NjE0LjE4MDg1ODA2NzEwMzgsInkiOjIyMy43NX0seyJ4Ijo1NjUuMjI5OTY1MjA5OTYwOSwieSI6MjQ5LjI1fSx7IngiOjQ2OS41NjU5MDI3MDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjM3My45MDE4NDAyMDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjI0OC45MDE4NDAyMDk5NjA5NCwieSI6MjQ5LjI1fSx7IngiOjEwOC41NDY5MTM3NjI2MDk1NSwieSI6MTg1LjY1NTM2NDAxNzc3NDE2fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_API_Chat_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_Chat_Bot_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 48)\"><g class=\"label\" data-id=\"L_Customer_API_0\" transform=\"translate(-36.703125, -12)\"><foreignObject width=\"73.40625\" 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>messages</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 105.25)\"><g class=\"label\" data-id=\"L_Your_API_0\" transform=\"translate(-63.4609375, -12)\"><foreignObject width=\"126.921875\" 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>Notification/Chat</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(469.56590270996094, 205.25)\"><g class=\"label\" data-id=\"L_Your_Chat_0\" transform=\"translate(-48.59375, -12)\"><foreignObject width=\"97.1875\" 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>Agent replies</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.90184020996094, 161.25)\"><g class=\"label\" data-id=\"L_API_Your_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>incoming / status / session / event webhooks</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(469.56590270996094, 249.25)\"><g class=\"label\" data-id=\"L_Chat_Your_0\" transform=\"translate(-65.015625, -12)\"><foreignObject width=\"130.03125\" 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>chatbot webhook</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-flowchart-Your-0\" data-look=\"classic\" transform=\"translate(65.95092010498047, 166)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.4609375 -19.5 C-19.760065362300395 -19.5, -1.05919322460079 -19.5, 38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 C38.718364888625544 -19.491744804698794, 38.975792277251095 -19.483489609397587, 39.7103067896239 -19.45993515863156 C40.095510459720515 -19.42277502385253, 40.48071412981713 -19.3856148890735, 40.954542152847864 -19.3399052695533 C41.20789132093103 -19.298945740809756, 41.461240489014195 -19.25798621206621, 42.18853075967676 -19.140403561325776 C42.5106440501335 -19.066883304764684, 42.83275734059025 -18.993363048203594, 43.40720188623539 -18.862249829261074 C43.8522744753057 -18.730154621058702, 44.29734706437601 -18.598059412856326, 44.605547751460605 -18.50658706670804 C45.041316539455735 -18.346220124523313, 45.477085327450865 -18.185853182338587, 45.7786440951478 -18.074876768247425 C46.152104691305745 -17.909556840643273, 46.52556528746369 -17.74423691303912, 46.92167041279238 -17.568892924097174 C47.26679041776462 -17.38884403856307, 47.611910422736855 -17.20879515302897, 48.02992976407678 -16.990714730406097 C48.413690249677494 -16.758076868808008, 48.797450735278204 -16.52543900720992, 49.0988680736057 -16.342718045390892 C49.396105791395044 -16.135377880674465, 49.69334350918439 -15.92803771595804, 50.12409284457871 -15.627565626425154 C50.43190173556123 -15.382096227005189, 50.739710626543754 -15.136626827585223, 51.101391208501866 -14.848196188198123 C51.288619393474185 -14.678160504392583, 51.4758475784465 -14.50812482058704, 52.02674723676799 -14.007812326905688 C52.25646475322151 -13.770610131008576, 52.48618226967503 -13.533407935111464, 52.89635844296865 -13.10986736009568 C53.08076995157339 -12.893247108776453, 53.26518146017813 -12.676626857457226, 53.70665140812658 -12.158051136245305 C53.98173712946093 -11.789461330482037, 54.25682285079528 -11.42087152471877, 54.454296464640635 -11.156274872382312 C54.60369288654019 -10.92676184978819, 54.75308930843974 -10.697248827194068, 55.13622137860425 -10.108655082055241 C55.374008894412654 -9.686439269140443, 55.61179641022107 -9.264223456225645, 55.749623974273504 -9.019496659696287 C55.91160757292759 -8.683134251197286, 56.07359117158168 -8.346771842698285, 56.29198364880834 -7.893275190886684 C56.41139235873121 -7.5983333687668315, 56.53080106865409 -7.30339154664698, 56.761071729970325 -6.734618561215508 C56.87492644287288 -6.391706306238016, 56.988781155775435 -6.048794051260524, 57.15496063421488 -5.548287939305138 C57.23222710703225 -5.253637390951357, 57.30949357984962 -4.958986842597575, 57.47203178754556 -4.339158212148133 C57.539235080191915 -3.994083507830043, 57.60643837283826 -3.6490088035119532, 57.710982276581774 -3.1121979531509023 C57.747588115914525 -2.8282902919266597, 57.78419395524728 -2.5443826307024175, 57.87083020250937 -1.872449005199798 C57.89787673028678 -1.4511775035022938, 57.9249232580642 -1.0299060018047896, 57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.1831775329246485, 57.95091871591342 0.2586506967979787, 57.95091871591342 0.625005762647271 C57.92373980651971 1.0483392148750368, 57.896560897126 1.4716726671028022, 57.87083020250937 1.8724490051997846 C57.810694105278706 2.338852700105217, 57.75055800804804 2.8052563950106495, 57.710982276581774 3.1121979531508885 C57.618365143858654 3.5877673550461973, 57.52574801113553 4.063336756941506, 57.47203178754556 4.339158212148129 C57.36780099164738 4.736635410820599, 57.263570195749196 5.1341126094930685, 57.15496063421489 5.548287939305125 C57.02891844470548 5.927906932011754, 56.90287625519608 6.307525924718383, 56.761071729970325 6.734618561215495 C56.6255744059847 7.069299571122538, 56.490077081999075 7.403980581029581, 56.29198364880834 7.893275190886679 C56.1134503401497 8.264003426317206, 55.934917031491054 8.634731661747733, 55.749623974273504 9.019496659696284 C55.60630060736458 9.27398181070772, 55.46297724045566 9.528466961719156, 55.13622137860425 10.108655082055236 C54.90502689517061 10.463831893020743, 54.673832411736974 10.819008703986249, 54.45429646464064 11.156274872382301 C54.27008737157858 11.403098275291846, 54.085878278516525 11.649921678201393, 53.70665140812658 12.158051136245302 C53.515316257873444 12.382804291011112, 53.323981107620305 12.607557445776923, 52.89635844296866 13.10986736009567 C52.587448142290995 13.428842607552719, 52.27853784161332 13.747817855009767, 52.02674723676799 14.007812326905684 C51.72509394738243 14.281765863016973, 51.42344065799687 14.555719399128263, 51.10139120850189 14.848196188198111 C50.854522538513486 15.045067383062651, 50.60765386852509 15.24193857792719, 50.12409284457871 15.627565626425152 C49.90756841707186 15.77860369386254, 49.691043989564996 15.929641761299926, 49.09886807360571 16.34271804539089 C48.777954696959675 16.537257620210045, 48.45704132031364 16.731797195029202, 48.02992976407678 16.990714730406093 C47.792388401530175 17.114639907094155, 47.55484703898356 17.23856508378222, 46.92167041279239 17.56889292409717 C46.57500208268119 17.722352710286764, 46.22833375256998 17.875812496476353, 45.778644095147804 18.07487676824742 C45.39090430573959 18.217568594976967, 45.00316451633137 18.360260421706514, 44.60554775146062 18.506587066708033 C44.226914277497954 18.61896349429249, 43.84828080353528 18.731339921876952, 43.40720188623541 18.86224982926107 C42.97697647034982 18.960445972953746, 42.546751054464224 19.05864211664642, 42.188530759676766 19.140403561325773 C41.897719678750825 19.187419641616263, 41.60690859782488 19.234435721906756, 40.95454215284788 19.3399052695533 C40.656526505828275 19.368654480605027, 40.35851085880867 19.397403691656752, 39.7103067896239 19.45993515863156 C39.325799720381525 19.472265551944556, 38.94129265113914 19.48459594525755, 38.46093750000001 19.5 C38.46093750000001 19.5, 38.46093750000001 19.5, 38.4609375 19.5 C21.763262674919183 19.5, 5.065587849838366 19.5, -38.46093749999999 19.5 C-38.93617196966393 19.484760155545658, -39.41140643932787 19.469520311091316, -39.71030678962389 19.45993515863156 C-40.086479000147854 19.423646277895585, -40.462651210671815 19.38735739715961, -40.95454215284787 19.3399052695533 C-41.306783240800776 19.282957662123508, -41.65902432875368 19.226010054693717, -42.18853075967676 19.140403561325773 C-42.63437520610139 19.038642475836262, -43.08021965252602 18.936881390346752, -43.407201886235384 18.862249829261074 C-43.744467194987756 18.762151255965104, -44.08173250374012 18.662052682669135, -44.60554775146059 18.506587066708043 C-44.952091574870536 18.379055736277195, -45.29863539828049 18.251524405846347, -45.7786440951478 18.074876768247425 C-46.02285067383077 17.966773759995245, -46.26705725251374 17.85867075174307, -46.92167041279238 17.568892924097174 C-47.16559373941759 17.44163828083715, -47.409517066042795 17.314383637577127, -48.02992976407678 16.990714730406097 C-48.41397201534308 16.75790606080569, -48.798014266609364 16.525097391205286, -49.098868073605686 16.3427180453909 C-49.35066599004985 16.16707471903558, -49.602463906494 15.991431392680257, -50.12409284457871 15.627565626425156 C-50.393929324816746 15.412378214085631, -50.66376580505478 15.197190801746107, -51.101391208501866 14.848196188198125 C-51.321977222428806 14.647865806735783, -51.54256323635575 14.44753542527344, -52.026747236767974 14.007812326905697 C-52.32733291048088 13.697432940254354, -52.627918584193786 13.387053553603009, -52.896358442968655 13.109867360095677 C-53.12961662884808 12.835869022194919, -53.36287481472752 12.56187068429416, -53.706651408126575 12.158051136245307 C-54.00040277150666 11.764451070615735, -54.29415413488674 11.37085100498616, -54.454296464640635 11.156274872382316 C-54.60216439300376 10.929110026318126, -54.750032321366895 10.701945180253938, -55.13622137860425 10.108655082055249 C-55.33357343705718 9.758236518209145, -55.53092549551012 9.407817954363043, -55.749623974273504 9.019496659696289 C-55.95443493759985 8.594202312096533, -56.1592459009262 8.168907964496778, -56.29198364880834 7.893275190886686 C-56.40087818891204 7.624303571497846, -56.50977272901574 7.355331952109005, -56.761071729970325 6.73461856121551 C-56.918284979775294 6.261117301332641, -57.07549822958026 5.787616041449773, -57.15496063421488 5.5482879393051325 C-57.2639289480727 5.132744531399295, -57.372897261930525 4.7172011234934565, -57.47203178754556 4.339158212148136 C-57.562503335228556 3.8746059359643414, -57.65297488291154 3.410053659780547, -57.710982276581774 3.112197953150904 C-57.753755461477645 2.7804575776192326, -57.796528646373524 2.4487172020875616, -57.87083020250937 1.872449005199809 C-57.89279032534938 1.5304023660744495, -57.9147504481894 1.18835572694909, -57.95091871591342 0.6250057626472781 C-57.95091871591342 0.2057214014743292, -57.95091871591342 -0.21356295969861971, -57.95091871591342 -0.6250057626472687 C-57.921965575268565 -1.0759742987453662, -57.89301243462371 -1.526942834843464, -57.87083020250937 -1.8724490051997822 C-57.83182769483409 -2.1749447528129506, -57.79282518715881 -2.477440500426119, -57.710982276581774 -3.112197953150895 C-57.61721221649792 -3.593687393372295, -57.523442156414056 -4.075176833593694, -57.47203178754556 -4.339158212148126 C-57.39591403318656 -4.629428199162439, -57.319796278827546 -4.919698186176753, -57.15496063421489 -5.548287939305123 C-57.041840394738735 -5.888988077344745, -56.92872015526258 -6.229688215384368, -56.76107172997033 -6.734618561215485 C-56.66490777405395 -6.972145391532559, -56.56874381813756 -7.209672221849632, -56.29198364880834 -7.893275190886676 C-56.138541384575845 -8.211901335703967, -55.98509912034334 -8.53052748052126, -55.749623974273504 -9.019496659696282 C-55.58237879931415 -9.316457403247, -55.41513362435479 -9.613418146797716, -55.13622137860425 -10.108655082055243 C-54.88150136856364 -10.49997341937748, -54.62678135852303 -10.891291756699717, -54.45429646464064 -11.156274872382308 C-54.24904810801193 -11.431288971754839, -54.043799751383204 -11.706303071127369, -53.70665140812659 -12.158051136245302 C-53.496203465392895 -12.405255264607467, -53.28575552265921 -12.652459392969632, -52.89635844296866 -13.10986736009567 C-52.59070517378311 -13.425479455129853, -52.28505190459755 -13.741091550164036, -52.026747236767996 -14.007812326905677 C-51.761783959813165 -14.24844496449191, -51.49682068285834 -14.489077602078142, -51.10139120850189 -14.848196188198107 C-50.85831427089963 -15.042043577386933, -50.61523733329739 -15.235890966575756, -50.12409284457872 -15.627565626425149 C-49.862013907779115 -15.81038054752223, -49.59993497097952 -15.993195468619312, -49.098868073605715 -16.342718045390885 C-48.873954956631174 -16.479061698637036, -48.64904183965663 -16.61540535188319, -48.02992976407679 -16.99071473040609 C-47.78564271676265 -17.118159126516552, -47.54135566944852 -17.245603522627015, -46.92167041279239 -17.56889292409717 C-46.673233369447 -17.678868633563127, -46.424796326101614 -17.78884434302908, -45.778644095147804 -18.07487676824742 C-45.46634472151952 -18.189805824606392, -45.15404534789124 -18.304734880965363, -44.60554775146062 -18.506587066708033 C-44.210547999805435 -18.623820919603286, -43.81554824815024 -18.741054772498536, -43.40720188623541 -18.862249829261067 C-43.10532357465364 -18.931151583939524, -42.803445263071865 -19.00005333861798, -42.188530759676766 -19.140403561325773 C-41.819141517426864 -19.20012354935638, -41.449752275176955 -19.25984353738699, -40.95454215284788 -19.3399052695533 C-40.64762088588641 -19.369513595050243, -40.34069961892494 -19.399121920547188, -39.7103067896239 -19.45993515863156 C-39.365575747979506 -19.47099001215883, -39.02084470633512 -19.482044865686095, -38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-38.4609375 -19.5 C-17.87287790088003 -19.5, 2.715181698239938 -19.5, 38.4609375 -19.5 M-38.4609375 -19.5 C-12.59316029561829 -19.5, 13.27461690876342 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.4609375 -19.5, 38.4609375 -19.5, 38.4609375 -19.5 M38.4609375 -19.5 C38.91566766876143 -19.4854176885664, 39.37039783752286 -19.4708353771328, 39.7103067896239 -19.45993515863156 M38.4609375 -19.5 C38.91403123476266 -19.485470165819613, 39.36712496952533 -19.47094033163923, 39.7103067896239 -19.45993515863156 M39.7103067896239 -19.45993515863156 C40.03140556763081 -19.428959145695014, 40.35250434563772 -19.397983132758466, 40.954542152847864 -19.3399052695533 M39.7103067896239 -19.45993515863156 C40.00521185121843 -19.431486022014763, 40.30011691281295 -19.403036885397967, 40.954542152847864 -19.3399052695533 M40.954542152847864 -19.3399052695533 C41.24824759474822 -19.292421251426568, 41.54195303664858 -19.24493723329984, 42.18853075967676 -19.140403561325776 M40.954542152847864 -19.3399052695533 C41.42792033763517 -19.26337315573954, 41.90129852242248 -19.18684104192578, 42.18853075967676 -19.140403561325776 M42.18853075967676 -19.140403561325776 C42.59979287349022 -19.046535667583953, 43.01105498730369 -18.95266777384213, 43.40720188623539 -18.862249829261074 M42.18853075967676 -19.140403561325776 C42.441246241998165 -19.082722901608555, 42.69396172431957 -19.025042241891335, 43.40720188623539 -18.862249829261074 M43.40720188623539 -18.862249829261074 C43.658966669343656 -18.787527363174856, 43.91073145245193 -18.712804897088635, 44.605547751460605 -18.50658706670804 M43.40720188623539 -18.862249829261074 C43.665393244365696 -18.785619989442097, 43.923584602496 -18.708990149623116, 44.605547751460605 -18.50658706670804 M44.605547751460605 -18.50658706670804 C45.06633903741087 -18.33701161397039, 45.52713032336113 -18.167436161232736, 45.7786440951478 -18.074876768247425 M44.605547751460605 -18.50658706670804 C44.976752315790606 -18.369980355657223, 45.347956880120606 -18.233373644606402, 45.7786440951478 -18.074876768247425 M45.7786440951478 -18.074876768247425 C46.11517935079613 -17.925902593535568, 46.451714606444476 -17.77692841882371, 46.92167041279238 -17.568892924097174 M45.7786440951478 -18.074876768247425 C46.15360064297937 -17.90889462721319, 46.528557190810936 -17.742912486178955, 46.92167041279238 -17.568892924097174 M46.92167041279238 -17.568892924097174 C47.22491536687256 -17.41069022579121, 47.52816032095273 -17.252487527485247, 48.02992976407678 -16.990714730406097 M46.92167041279238 -17.568892924097174 C47.16903040970618 -17.439845372148884, 47.416390406619975 -17.310797820200598, 48.02992976407678 -16.990714730406097 M48.02992976407678 -16.990714730406097 C48.24743325904148 -16.858862833566086, 48.464936754006175 -16.727010936726074, 49.0988680736057 -16.342718045390892 M48.02992976407678 -16.990714730406097 C48.37890047897605 -16.779166632254608, 48.727871193875316 -16.56761853410312, 49.0988680736057 -16.342718045390892 M49.0988680736057 -16.342718045390892 C49.458819957956486 -16.09163119293372, 49.81877184230728 -15.840544340476542, 50.12409284457871 -15.627565626425154 M49.0988680736057 -16.342718045390892 C49.457535763787824 -16.092526991193907, 49.81620345396995 -15.842335936996925, 50.12409284457871 -15.627565626425154 M50.12409284457871 -15.627565626425154 C50.43999643666748 -15.375640918282, 50.755900028756244 -15.123716210138845, 51.101391208501866 -14.848196188198123 M50.12409284457871 -15.627565626425154 C50.423450729373165 -15.388835679549452, 50.72280861416762 -15.150105732673747, 51.101391208501866 -14.848196188198123 M51.101391208501866 -14.848196188198123 C51.37400325809024 -14.60061713768154, 51.646615307678616 -14.353038087164958, 52.02674723676799 -14.007812326905688 M51.101391208501866 -14.848196188198123 C51.40792071544927 -14.569814200314816, 51.71445022239667 -14.29143221243151, 52.02674723676799 -14.007812326905688 M52.02674723676799 -14.007812326905688 C52.36733572475369 -13.65612675022555, 52.707924212739385 -13.304441173545412, 52.89635844296865 -13.10986736009568 M52.02674723676799 -14.007812326905688 C52.30747630250082 -13.717936518251605, 52.588205368233645 -13.428060709597522, 52.89635844296865 -13.10986736009568 M52.89635844296865 -13.10986736009568 C53.11156842599118 -12.857069468242472, 53.32677840901371 -12.604271576389264, 53.70665140812658 -12.158051136245305 M52.89635844296865 -13.10986736009568 C53.144738765807176 -12.818105699648802, 53.3931190886457 -12.526344039201925, 53.70665140812658 -12.158051136245305 M53.70665140812658 -12.158051136245305 C53.99883680979998 -11.766549316640635, 54.29102221147338 -11.375047497035965, 54.454296464640635 -11.156274872382312 M53.70665140812658 -12.158051136245305 C53.9143373337447 -11.879770916494087, 54.12202325936281 -11.601490696742868, 54.454296464640635 -11.156274872382312 M54.454296464640635 -11.156274872382312 C54.68425141421558 -10.803002318285202, 54.91420636379053 -10.44972976418809, 55.13622137860425 -10.108655082055241 M54.454296464640635 -11.156274872382312 C54.64687440025354 -10.86042344886448, 54.83945233586644 -10.56457202534665, 55.13622137860425 -10.108655082055241 M55.13622137860425 -10.108655082055241 C55.296345593186935 -9.824338324728737, 55.456469807769615 -9.540021567402233, 55.749623974273504 -9.019496659696287 M55.13622137860425 -10.108655082055241 C55.353366982387534 -9.7230910741613, 55.57051258617082 -9.337527066267356, 55.749623974273504 -9.019496659696287 M55.749623974273504 -9.019496659696287 C55.92071294713727 -8.6642267468271, 56.091801920001025 -8.308956833957915, 56.29198364880834 -7.893275190886684 M55.749623974273504 -9.019496659696287 C55.877163794033265 -8.754657495050163, 56.004703613793026 -8.489818330404038, 56.29198364880834 -7.893275190886684 M56.29198364880834 -7.893275190886684 C56.390952957688015 -7.648819084512471, 56.48992226656769 -7.404362978138259, 56.761071729970325 -6.734618561215508 M56.29198364880834 -7.893275190886684 C56.43192871781233 -7.547608164792973, 56.57187378681633 -7.2019411386992624, 56.761071729970325 -6.734618561215508 M56.761071729970325 -6.734618561215508 C56.84534045518472 -6.480814587267776, 56.92960918039911 -6.227010613320044, 57.15496063421488 -5.548287939305138 M56.761071729970325 -6.734618561215508 C56.854631921780495 -6.452830170275467, 56.94819211359066 -6.171041779335426, 57.15496063421488 -5.548287939305138 M57.15496063421488 -5.548287939305138 C57.273765084622255 -5.095235079727298, 57.39256953502963 -4.642182220149459, 57.47203178754556 -4.339158212148133 M57.15496063421488 -5.548287939305138 C57.23238693734013 -5.253027888716505, 57.30981324046539 -4.957767838127872, 57.47203178754556 -4.339158212148133 M57.47203178754556 -4.339158212148133 C57.55546439704827 -3.9107493958400004, 57.63889700655097 -3.4823405795318676, 57.710982276581774 -3.1121979531509023 M57.47203178754556 -4.339158212148133 C57.53856255451705 -3.9975367850320964, 57.605093321488546 -3.6559153579160593, 57.710982276581774 -3.1121979531509023 M57.710982276581774 -3.1121979531509023 C57.772817589565236 -2.63261547641484, 57.834652902548704 -2.1530329996787776, 57.87083020250937 -1.872449005199798 M57.710982276581774 -3.1121979531509023 C57.77409846152241 -2.6226812864517997, 57.837214646463046 -2.1331646197526966, 57.87083020250937 -1.872449005199798 M57.87083020250937 -1.872449005199798 C57.8895534200481 -1.5808197789248206, 57.90827663758684 -1.2891905526498433, 57.95091871591342 -0.6250057626472757 M57.87083020250937 -1.872449005199798 C57.88880365893936 -1.5924979133897743, 57.90677711536935 -1.3125468215797507, 57.95091871591342 -0.6250057626472757 M57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.3656252643558881, 57.95091871591342 -0.1062447660645005, 57.95091871591342 0.625005762647271 M57.95091871591342 -0.6250057626472757 C57.95091871591342 -0.33212177176051, 57.95091871591342 -0.0392377808737443, 57.95091871591342 0.625005762647271 M57.95091871591342 0.625005762647271 C57.92724229920304 0.9937850641710619, 57.90356588249265 1.3625643656948527, 57.87083020250937 1.8724490051997846 M57.95091871591342 0.625005762647271 C57.92261238970151 1.0658996418529998, 57.8943060634896 1.5067935210587287, 57.87083020250937 1.8724490051997846 M57.87083020250937 1.8724490051997846 C57.814942271386386 2.3059047626693236, 57.759054340263404 2.7393605201388627, 57.710982276581774 3.1121979531508885 M57.87083020250937 1.8724490051997846 C57.83848865080874 2.1232836936280837, 57.80614709910812 2.3741183820563827, 57.710982276581774 3.1121979531508885 M57.710982276581774 3.1121979531508885 C57.652052738965466 3.414788674048433, 57.593123201349165 3.717379394945977, 57.47203178754556 4.339158212148129 M57.710982276581774 3.1121979531508885 C57.653434255977785 3.407694876173896, 57.595886235373804 3.7031917991969032, 57.47203178754556 4.339158212148129 M57.47203178754556 4.339158212148129 C57.400188684734395 4.6131271001648315, 57.32834558192323 4.887095988181534, 57.15496063421489 5.548287939305125 M57.47203178754556 4.339158212148129 C57.373844464594946 4.713589029213774, 57.27565714164434 5.08801984627942, 57.15496063421489 5.548287939305125 M57.15496063421489 5.548287939305125 C57.002737657337995 6.006759292220629, 56.8505146804611 6.465230645136132, 56.761071729970325 6.734618561215495 M57.15496063421489 5.548287939305125 C57.00637281885529 5.995810764914874, 56.85778500349569 6.443333590524623, 56.761071729970325 6.734618561215495 M56.761071729970325 6.734618561215495 C56.593923584587586 7.147477711900418, 56.42677543920484 7.560336862585341, 56.29198364880834 7.893275190886679 M56.761071729970325 6.734618561215495 C56.66144483457619 6.980698918994003, 56.56181793918205 7.226779276772511, 56.29198364880834 7.893275190886679 M56.29198364880834 7.893275190886679 C56.12221964407087 8.245793779091855, 55.952455639333394 8.598312367297032, 55.749623974273504 9.019496659696284 M56.29198364880834 7.893275190886679 C56.102035426748046 8.287706738235753, 55.91208720468775 8.682138285584829, 55.749623974273504 9.019496659696284 M55.749623974273504 9.019496659696284 C55.61659955613579 9.255694984282792, 55.483575137998066 9.491893308869303, 55.13622137860425 10.108655082055236 M55.749623974273504 9.019496659696284 C55.601012135171615 9.28337202860221, 55.452400296069726 9.547247397508135, 55.13622137860425 10.108655082055236 M55.13622137860425 10.108655082055236 C54.874012341966555 10.511478575315818, 54.61180330532886 10.9143020685764, 54.45429646464064 11.156274872382301 M55.13622137860425 10.108655082055236 C54.948612724560974 10.396872354643175, 54.7610040705177 10.685089627231115, 54.45429646464064 11.156274872382301 M54.45429646464064 11.156274872382301 C54.19076831891288 11.50937857974954, 53.92724017318511 11.862482287116778, 53.70665140812658 12.158051136245302 M54.45429646464064 11.156274872382301 C54.15886980757099 11.552119678933506, 53.86344315050134 11.94796448548471, 53.70665140812658 12.158051136245302 M53.70665140812658 12.158051136245302 C53.49598477256483 12.405512153647283, 53.28531813700308 12.652973171049265, 52.89635844296866 13.10986736009567 M53.70665140812658 12.158051136245302 C53.461572768744915 12.445934451432642, 53.216494129363255 12.733817766619984, 52.89635844296866 13.10986736009567 M52.89635844296866 13.10986736009567 C52.72236991919975 13.289524795610532, 52.54838139543084 13.469182231125396, 52.02674723676799 14.007812326905684 M52.89635844296866 13.10986736009567 C52.68646251640573 13.326602137047947, 52.47656658984281 13.543336914000225, 52.02674723676799 14.007812326905684 M52.02674723676799 14.007812326905684 C51.76080757145485 14.249331694565118, 51.49486790614171 14.490851062224554, 51.10139120850189 14.848196188198111 M52.02674723676799 14.007812326905684 C51.79168238453512 14.221292006228401, 51.556617532302255 14.434771685551118, 51.10139120850189 14.848196188198111 M51.10139120850189 14.848196188198111 C50.88594100501175 15.020011992110796, 50.67049080152161 15.19182779602348, 50.12409284457871 15.627565626425152 M51.10139120850189 14.848196188198111 C50.86700781239292 15.035110709390892, 50.63262441628396 15.222025230583675, 50.12409284457871 15.627565626425152 M50.12409284457871 15.627565626425152 C49.71902643352872 15.910122419731312, 49.31396002247872 16.192679213037472, 49.09886807360571 16.34271804539089 M50.12409284457871 15.627565626425152 C49.80423447764416 15.850684976753158, 49.48437611070961 16.073804327081163, 49.09886807360571 16.34271804539089 M49.09886807360571 16.34271804539089 C48.8765892764067 16.477464758508134, 48.65431047920768 16.61221147162538, 48.02992976407678 16.990714730406093 M49.09886807360571 16.34271804539089 C48.85146832796279 16.492693225081908, 48.604068582319876 16.642668404772927, 48.02992976407678 16.990714730406093 M48.02992976407678 16.990714730406093 C47.80020591729869 17.110561514125077, 47.5704820705206 17.23040829784406, 46.92167041279239 17.56889292409717 M48.02992976407678 16.990714730406093 C47.74693169595384 17.13835464127692, 47.4639336278309 17.285994552147745, 46.92167041279239 17.56889292409717 M46.92167041279239 17.56889292409717 C46.56346941619988 17.72745787963364, 46.20526841960737 17.88602283517011, 45.778644095147804 18.07487676824742 M46.92167041279239 17.56889292409717 C46.5535751783967 17.731837765206972, 46.18547994400101 17.894782606316774, 45.778644095147804 18.07487676824742 M45.778644095147804 18.07487676824742 C45.425035950835465 18.205007834072216, 45.07142780652312 18.335138899897014, 44.60554775146062 18.506587066708033 M45.778644095147804 18.07487676824742 C45.358684785507066 18.229425676256515, 44.938725475866335 18.38397458426561, 44.60554775146062 18.506587066708033 M44.60554775146062 18.506587066708033 C44.23329883349785 18.617068591584943, 43.86104991553508 18.72755011646185, 43.40720188623541 18.86224982926107 M44.60554775146062 18.506587066708033 C44.25286975632946 18.61126004441839, 43.9001917611983 18.715933022128745, 43.40720188623541 18.86224982926107 M43.40720188623541 18.86224982926107 C43.09189749324114 18.93421599940856, 42.77659310024686 19.00618216955605, 42.188530759676766 19.140403561325773 M43.40720188623541 18.86224982926107 C43.06722585189802 18.93984714054762, 42.72724981756063 19.01744445183417, 42.188530759676766 19.140403561325773 M42.188530759676766 19.140403561325773 C41.81288353483183 19.201135291450964, 41.43723630998689 19.26186702157616, 40.95454215284788 19.3399052695533 M42.188530759676766 19.140403561325773 C41.90910632887434 19.185578736329084, 41.62968189807191 19.230753911332396, 40.95454215284788 19.3399052695533 M40.95454215284788 19.3399052695533 C40.46017223355971 19.387596541100212, 39.96580231427155 19.435287812647125, 39.7103067896239 19.45993515863156 M40.95454215284788 19.3399052695533 C40.546721249129845 19.37924726165858, 40.138900345411805 19.418589253763866, 39.7103067896239 19.45993515863156 M39.7103067896239 19.45993515863156 C39.40606265281624 19.469691675923695, 39.10181851600858 19.479448193215827, 38.46093750000001 19.5 M39.7103067896239 19.45993515863156 C39.31520587380817 19.472605275984492, 38.92010495799243 19.48527539333742, 38.46093750000001 19.5 M38.46093750000001 19.5 C38.46093750000001 19.5, 38.46093750000001 19.5, 38.4609375 19.5 M38.46093750000001 19.5 C38.46093750000001 19.5, 38.4609375 19.5, 38.4609375 19.5 M38.4609375 19.5 C10.858431710904231 19.5, -16.744074078191538 19.5, -38.46093749999999 19.5 M38.4609375 19.5 C15.009404517226116 19.5, -8.442128465547768 19.5, -38.46093749999999 19.5 M-38.46093749999999 19.5 C-38.86361723166732 19.487086844773977, -39.26629696333465 19.474173689547957, -39.71030678962389 19.45993515863156 M-38.46093749999999 19.5 C-38.8180828553192 19.488547043596174, -39.175228210638394 19.477094087192352, -39.71030678962389 19.45993515863156 M-39.71030678962389 19.45993515863156 C-40.15478222529676 19.417057147912118, -40.59925766096963 19.374179137192677, -40.95454215284787 19.3399052695533 M-39.71030678962389 19.45993515863156 C-40.2037434642885 19.41233391607109, -40.69718013895311 19.36473267351062, -40.95454215284787 19.3399052695533 M-40.95454215284787 19.3399052695533 C-41.44001685534087 19.261417484566778, -41.92549155783388 19.182929699580253, -42.18853075967676 19.140403561325773 M-40.95454215284787 19.3399052695533 C-41.338696878167774 19.277798112727965, -41.72285160348767 19.215690955902634, -42.18853075967676 19.140403561325773 M-42.18853075967676 19.140403561325773 C-42.489662650760124 19.07167217225523, -42.79079454184349 19.002940783184684, -43.407201886235384 18.862249829261074 M-42.18853075967676 19.140403561325773 C-42.478616898575225 19.07419329311116, -42.7687030374737 19.007983024896554, -43.407201886235384 18.862249829261074 M-43.407201886235384 18.862249829261074 C-43.785498205642895 18.749973467378826, -44.163794525050406 18.63769710549658, -44.60554775146059 18.506587066708043 M-43.407201886235384 18.862249829261074 C-43.71041361543292 18.772258179626093, -44.01362534463045 18.68226652999111, -44.60554775146059 18.506587066708043 M-44.60554775146059 18.506587066708043 C-44.92864773103424 18.38768328752147, -45.25174771060789 18.268779508334898, -45.7786440951478 18.074876768247425 M-44.60554775146059 18.506587066708043 C-44.97579813660935 18.37033150241626, -45.3460485217581 18.234075938124477, -45.7786440951478 18.074876768247425 M-45.7786440951478 18.074876768247425 C-46.19498053204865 17.890576977813012, -46.61131696894951 17.706277187378603, -46.92167041279238 17.568892924097174 M-45.7786440951478 18.074876768247425 C-46.03209372954641 17.962682133415438, -46.285543363945024 17.850487498583448, -46.92167041279238 17.568892924097174 M-46.92167041279238 17.568892924097174 C-47.21134603052191 17.417769339873765, -47.501021648251445 17.26664575565036, -48.02992976407678 16.990714730406097 M-46.92167041279238 17.568892924097174 C-47.22968221152755 17.408203365988008, -47.537694010262726 17.247513807878843, -48.02992976407678 16.990714730406097 M-48.02992976407678 16.990714730406097 C-48.41295030745003 16.758525426134675, -48.79597085082328 16.526336121863256, -49.098868073605686 16.3427180453909 M-48.02992976407678 16.990714730406097 C-48.294903706689055 16.83008596923481, -48.55987764930132 16.669457208063523, -49.098868073605686 16.3427180453909 M-49.098868073605686 16.3427180453909 C-49.39496792375036 16.1361716078859, -49.691067773895035 15.929625170380898, -50.12409284457871 15.627565626425156 M-49.098868073605686 16.3427180453909 C-49.36612264361895 16.15629282661352, -49.633377213632215 15.969867607836138, -50.12409284457871 15.627565626425156 M-50.12409284457871 15.627565626425156 C-50.33583226945871 15.458709069706089, -50.547571694338714 15.28985251298702, -51.101391208501866 14.848196188198125 M-50.12409284457871 15.627565626425156 C-50.45596416717938 15.362907078117914, -50.78783548978005 15.098248529810672, -51.101391208501866 14.848196188198125 M-51.101391208501866 14.848196188198125 C-51.44941043415877 14.532134335540649, -51.79742965981568 14.216072482883174, -52.026747236767974 14.007812326905697 M-51.101391208501866 14.848196188198125 C-51.34257834983264 14.629156407903583, -51.58376549116341 14.410116627609042, -52.026747236767974 14.007812326905697 M-52.026747236767974 14.007812326905697 C-52.2205925149626 13.807651162176432, -52.41443779315722 13.607489997447168, -52.896358442968655 13.109867360095677 M-52.026747236767974 14.007812326905697 C-52.242573451391394 13.784954040645257, -52.45839966601481 13.562095754384819, -52.896358442968655 13.109867360095677 M-52.896358442968655 13.109867360095677 C-53.13270821780337 12.832237465891648, -53.36905799263808 12.554607571687617, -53.706651408126575 12.158051136245307 M-52.896358442968655 13.109867360095677 C-53.19354963214209 12.76076967863484, -53.49074082131552 12.411671997174006, -53.706651408126575 12.158051136245307 M-53.706651408126575 12.158051136245307 C-53.919110794643544 11.873374913760864, -54.13157018116051 11.58869869127642, -54.454296464640635 11.156274872382316 M-53.706651408126575 12.158051136245307 C-53.89132976684282 11.910598960110129, -54.07600812555907 11.66314678397495, -54.454296464640635 11.156274872382316 M-54.454296464640635 11.156274872382316 C-54.70097506789097 10.777310295310008, -54.9476536711413 10.398345718237701, -55.13622137860425 10.108655082055249 M-54.454296464640635 11.156274872382316 C-54.682932914313156 10.805027888202133, -54.91156936398567 10.45378090402195, -55.13622137860425 10.108655082055249 M-55.13622137860425 10.108655082055249 C-55.36421746091931 9.703824950798035, -55.59221354323438 9.298994819540823, -55.749623974273504 9.019496659696289 M-55.13622137860425 10.108655082055249 C-55.378221501774775 9.678959358196254, -55.62022162494531 9.24926363433726, -55.749623974273504 9.019496659696289 M-55.749623974273504 9.019496659696289 C-55.964502265165976 8.573297290999175, -56.17938055605845 8.127097922302063, -56.29198364880834 7.893275190886686 M-55.749623974273504 9.019496659696289 C-55.87870697229473 8.751453052371508, -56.007789970315955 8.483409445046727, -56.29198364880834 7.893275190886686 M-56.29198364880834 7.893275190886686 C-56.458854491011444 7.481100984416769, -56.62572533321455 7.068926777946851, -56.761071729970325 6.73461856121551 M-56.29198364880834 7.893275190886686 C-56.45173697344857 7.498681390404906, -56.611490298088796 7.104087589923125, -56.761071729970325 6.73461856121551 M-56.761071729970325 6.73461856121551 C-56.86997439764366 6.406621077467163, -56.978877065317 6.078623593718816, -57.15496063421488 5.5482879393051325 M-56.761071729970325 6.73461856121551 C-56.83985046598232 6.49734956003441, -56.918629201994314 6.26008055885331, -57.15496063421488 5.5482879393051325 M-57.15496063421488 5.5482879393051325 C-57.26277861415091 5.137131253200966, -57.37059659408694 4.7259745670968, -57.47203178754556 4.339158212148136 M-57.15496063421488 5.5482879393051325 C-57.23061668378198 5.259778632766482, -57.30627273334908 4.97126932622783, -57.47203178754556 4.339158212148136 M-57.47203178754556 4.339158212148136 C-57.56609264870615 3.856175569858515, -57.66015350986675 3.373192927568894, -57.710982276581774 3.112197953150904 M-57.47203178754556 4.339158212148136 C-57.539159363125464 3.994472298963439, -57.606286938705374 3.649786385778742, -57.710982276581774 3.112197953150904 M-57.710982276581774 3.112197953150904 C-57.774736158326554 2.6177354359663525, -57.83849004007133 2.123272918781801, -57.87083020250937 1.872449005199809 M-57.710982276581774 3.112197953150904 C-57.768496919909815 2.666125737049607, -57.82601156323785 2.2200535209483103, -57.87083020250937 1.872449005199809 M-57.87083020250937 1.872449005199809 C-57.887022697457375 1.6202378260379038, -57.90321519240538 1.3680266468759985, -57.95091871591342 0.6250057626472781 M-57.87083020250937 1.872449005199809 C-57.892275996526394 1.5384134526512323, -57.91372179054343 1.2043779001026556, -57.95091871591342 0.6250057626472781 M-57.95091871591342 0.6250057626472781 C-57.95091871591342 0.35268882614652747, -57.95091871591342 0.0803718896457768, -57.95091871591342 -0.6250057626472687 M-57.95091871591342 0.6250057626472781 C-57.95091871591342 0.19435850319620712, -57.95091871591342 -0.2362887562548639, -57.95091871591342 -0.6250057626472687 M-57.95091871591342 -0.6250057626472687 C-57.92291038303496 -1.0612581551485767, -57.89490205015651 -1.4975105476498847, -57.87083020250937 -1.8724490051997822 M-57.95091871591342 -0.6250057626472687 C-57.924264571999274 -1.0401655689477547, -57.89761042808513 -1.4553253752482405, -57.87083020250937 -1.8724490051997822 M-57.87083020250937 -1.8724490051997822 C-57.838793145799244 -2.1209220906110655, -57.80675608908913 -2.369395176022349, -57.710982276581774 -3.112197953150895 M-57.87083020250937 -1.8724490051997822 C-57.810535243732446 -2.340084798887218, -57.75024028495553 -2.807720592574654, -57.710982276581774 -3.112197953150895 M-57.710982276581774 -3.112197953150895 C-57.63145844150381 -3.5205360389077534, -57.551934606425846 -3.928874124664612, -57.47203178754556 -4.339158212148126 M-57.710982276581774 -3.112197953150895 C-57.62326553503674 -3.5626048820447953, -57.53554879349169 -4.013011810938695, -57.47203178754556 -4.339158212148126 M-57.47203178754556 -4.339158212148126 C-57.3885444934474 -4.657531448166582, -57.30505719934923 -4.975904684185037, -57.15496063421489 -5.548287939305123 M-57.47203178754556 -4.339158212148126 C-57.40583327595375 -4.591601827464102, -57.339634764361946 -4.844045442780079, -57.15496063421489 -5.548287939305123 M-57.15496063421489 -5.548287939305123 C-57.03048508836645 -5.923188450915687, -56.906009542518014 -6.2980889625262515, -56.76107172997033 -6.734618561215485 M-57.15496063421489 -5.548287939305123 C-57.04112813288758 -5.891133296556897, -56.92729563156028 -6.233978653808672, -56.76107172997033 -6.734618561215485 M-56.76107172997033 -6.734618561215485 C-56.61915120037397 -7.085165013165275, -56.47723067077761 -7.435711465115065, -56.29198364880834 -7.893275190886676 M-56.76107172997033 -6.734618561215485 C-56.65678406572366 -6.992211108169576, -56.552496401477 -7.2498036551236655, -56.29198364880834 -7.893275190886676 M-56.29198364880834 -7.893275190886676 C-56.106988990219996 -8.277420557696974, -55.92199433163165 -8.66156592450727, -55.749623974273504 -9.019496659696282 M-56.29198364880834 -7.893275190886676 C-56.156815525211776 -8.173954691669485, -56.021647401615205 -8.454634192452291, -55.749623974273504 -9.019496659696282 M-55.749623974273504 -9.019496659696282 C-55.511402724529425 -9.442482611134185, -55.273181474785346 -9.86546856257209, -55.13622137860425 -10.108655082055243 M-55.749623974273504 -9.019496659696282 C-55.56987179378454 -9.338664858036447, -55.39011961329559 -9.657833056376612, -55.13622137860425 -10.108655082055243 M-55.13622137860425 -10.108655082055243 C-54.904489516157206 -10.464657451491814, -54.67275765371016 -10.820659820928384, -54.45429646464064 -11.156274872382308 M-55.13622137860425 -10.108655082055243 C-54.93831893975688 -10.412686372370521, -54.74041650090952 -10.7167176626858, -54.45429646464064 -11.156274872382308 M-54.45429646464064 -11.156274872382308 C-54.179036013892805 -11.52509879964147, -53.90377556314497 -11.893922726900628, -53.70665140812659 -12.158051136245302 M-54.45429646464064 -11.156274872382308 C-54.20228068066029 -11.493953063805753, -53.95026489667993 -11.831631255229198, -53.70665140812659 -12.158051136245302 M-53.70665140812659 -12.158051136245302 C-53.500260276285466 -12.400489903693977, -53.29386914444434 -12.642928671142652, -52.89635844296866 -13.10986736009567 M-53.70665140812659 -12.158051136245302 C-53.526213542280445 -12.37000372067361, -53.34577567643429 -12.581956305101917, -52.89635844296866 -13.10986736009567 M-52.89635844296866 -13.10986736009567 C-52.71221136431748 -13.300014337559338, -52.52806428566631 -13.490161315023006, -52.026747236767996 -14.007812326905677 M-52.89635844296866 -13.10986736009567 C-52.67297250538209 -13.340531680980366, -52.449586567795514 -13.57119600186506, -52.026747236767996 -14.007812326905677 M-52.026747236767996 -14.007812326905677 C-51.783370601018774 -14.228840548100207, -51.53999396526955 -14.449868769294737, -51.10139120850189 -14.848196188198107 M-52.026747236767996 -14.007812326905677 C-51.708653681271656 -14.296696477713175, -51.39056012577531 -14.585580628520672, -51.10139120850189 -14.848196188198107 M-51.10139120850189 -14.848196188198107 C-50.90488607053839 -15.004903806502666, -50.70838093257488 -15.161611424807225, -50.12409284457872 -15.627565626425149 M-51.10139120850189 -14.848196188198107 C-50.88632606610855 -15.019704916132998, -50.67126092371522 -15.19121364406789, -50.12409284457872 -15.627565626425149 M-50.12409284457872 -15.627565626425149 C-49.902471713755475 -15.78215893346332, -49.68085058293222 -15.93675224050149, -49.098868073605715 -16.342718045390885 M-50.12409284457872 -15.627565626425149 C-49.76669513886688 -15.876870794432408, -49.40929743315503 -16.126175962439667, -49.098868073605715 -16.342718045390885 M-49.098868073605715 -16.342718045390885 C-48.81104385505541 -16.517198778118935, -48.5232196365051 -16.69167951084699, -48.02992976407679 -16.99071473040609 M-49.098868073605715 -16.342718045390885 C-48.80082513434958 -16.52339342666268, -48.50278219509344 -16.704068807934473, -48.02992976407679 -16.99071473040609 M-48.02992976407679 -16.99071473040609 C-47.63762128697662 -17.19538181162368, -47.24531280987644 -17.40004889284127, -46.92167041279239 -17.56889292409717 M-48.02992976407679 -16.99071473040609 C-47.76977858525406 -17.126435433763127, -47.50962740643133 -17.26215613712016, -46.92167041279239 -17.56889292409717 M-46.92167041279239 -17.56889292409717 C-46.59023602368427 -17.7156090965035, -46.25880163457615 -17.862325268909828, -45.778644095147804 -18.07487676824742 M-46.92167041279239 -17.56889292409717 C-46.53737527426587 -17.739008982212606, -46.15308013573935 -17.909125040328046, -45.778644095147804 -18.07487676824742 M-45.778644095147804 -18.07487676824742 C-45.43270840726134 -18.202184299184083, -45.08677271937488 -18.329491830120748, -44.60554775146062 -18.506587066708033 M-45.778644095147804 -18.07487676824742 C-45.51790212683793 -18.170832222857786, -45.257160158528066 -18.26678767746815, -44.60554775146062 -18.506587066708033 M-44.60554775146062 -18.506587066708033 C-44.26545057791477 -18.607526122609947, -43.92535340436892 -18.70846517851186, -43.40720188623541 -18.862249829261067 M-44.60554775146062 -18.506587066708033 C-44.147964315172494 -18.642395428693877, -43.69038087888437 -18.778203790679722, -43.40720188623541 -18.862249829261067 M-43.40720188623541 -18.862249829261067 C-42.955106508355385 -18.965437649064132, -42.50301113047536 -19.0686254688672, -42.188530759676766 -19.140403561325773 M-43.40720188623541 -18.862249829261067 C-42.9280059894731 -18.971623165651604, -42.44881009271079 -19.080996502042137, -42.188530759676766 -19.140403561325773 M-42.188530759676766 -19.140403561325773 C-41.87268710477884 -19.191466714045543, -41.556843449880915 -19.242529866765317, -40.95454215284788 -19.3399052695533 M-42.188530759676766 -19.140403561325773 C-41.847756332184964 -19.195497328017492, -41.506981904693156 -19.250591094709215, -40.95454215284788 -19.3399052695533 M-40.95454215284788 -19.3399052695533 C-40.55041811417898 -19.378890629533423, -40.146294075510085 -19.417875989513547, -39.7103067896239 -19.45993515863156 M-40.95454215284788 -19.3399052695533 C-40.49781250488158 -19.38396542939484, -40.04108285691529 -19.428025589236384, -39.7103067896239 -19.45993515863156 M-39.7103067896239 -19.45993515863156 C-39.36097022593838 -19.471137702286583, -39.011633662252855 -19.482340245941604, -38.46093750000001 -19.5 M-39.7103067896239 -19.45993515863156 C-39.29153690681703 -19.473364293687048, -38.87276702401016 -19.486793428742534, -38.46093750000001 -19.5 M-38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5 M-38.46093750000001 -19.5 C-38.46093750000001 -19.5, -38.4609375 -19.5, -38.4609375 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-45.5859375, -12)\"><rect></rect><foreignObject width=\"91.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Your system</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-flowchart-Customer-1\" data-look=\"classic\" transform=\"translate(65.95092010498047, 48)\"><g class=\"basic label-container outer-path\"><path d=\"M-29.5 -19.5 C-12.844422339917902 -19.5, 3.811155320164197 -19.5, 29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 C29.938294175566057 -19.485944758877455, 30.376588351132114 -19.47188951775491, 30.7493692896239 -19.45993515863156 C31.036572728252366 -19.432228988319743, 31.32377616688083 -19.404522818007923, 31.993604652847864 -19.3399052695533 C32.4185197944313 -19.271208284728228, 32.84343493601473 -19.202511299903158, 33.22759325967676 -19.140403561325776 C33.714241277196464 -19.029329327002, 34.20088929471617 -18.918255092678223, 34.44626438623539 -18.862249829261074 C34.794752202836094 -18.758820474543864, 35.14324001943679 -18.655391119826657, 35.644610251460605 -18.50658706670804 C35.925180353618835 -18.403334675552216, 36.205750455777064 -18.300082284396396, 36.8177065951478 -18.074876768247425 C37.27136682552917 -17.87405484161018, 37.72502705591055 -17.673232914972942, 37.96073291279238 -17.568892924097174 C38.364349589316355 -17.35832636248344, 38.76796626584033 -17.1477598008697, 39.06899226407678 -16.990714730406097 C39.44242840706201 -16.764335545974085, 39.81586455004723 -16.537956361542076, 40.1379305736057 -16.342718045390892 C40.49336876602362 -16.09477974903151, 40.84880695844155 -15.846841452672125, 41.16315534457871 -15.627565626425154 C41.468638747087724 -15.383950742178964, 41.774122149596735 -15.140335857932776, 42.140453708501866 -14.848196188198123 C42.3351429969806 -14.671384527598036, 42.529832285459335 -14.494572866997949, 43.06580973676799 -14.007812326905688 C43.334079968292144 -13.73080128746137, 43.6023501998163 -13.45379024801705, 43.93542094296865 -13.10986736009568 C44.175875209205664 -12.827416096738338, 44.41632947544267 -12.544964833380995, 44.74571390812658 -12.158051136245305 C44.895770300319676 -11.956989241125118, 45.04582669251276 -11.755927346004931, 45.493358964640635 -11.156274872382312 C45.65244860158031 -10.911870468493868, 45.81153823851999 -10.667466064605426, 46.17528387860425 -10.108655082055241 C46.37461633890165 -9.754720114196855, 46.57394879919905 -9.40078514633847, 46.788686474273504 -9.019496659696287 C46.98462246658115 -8.612631379310828, 47.1805584588888 -8.20576609892537, 47.33104614880834 -7.893275190886684 C47.478618883212775 -7.528767683783016, 47.6261916176172 -7.164260176679348, 47.800134229970325 -6.734618561215508 C47.95022305032189 -6.282574947722609, 48.10031187067346 -5.830531334229711, 48.19402313421488 -5.548287939305138 C48.28860410228675 -5.187609716396239, 48.38318507035862 -4.826931493487341, 48.51109428754556 -4.339158212148133 C48.58502366877897 -3.959546464494804, 48.658953050012386 -3.5799347168414752, 48.750044776581774 -3.1121979531509023 C48.81068577877124 -2.6418783150897616, 48.8713267809607 -2.1715586770286213, 48.90989270250937 -1.872449005199798 C48.93322848996582 -1.5089752792569762, 48.95656427742227 -1.1455015533141546, 48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.20089334827185013, 48.98998121591342 0.22321906610357545, 48.98998121591342 0.625005762647271 C48.97045889682192 0.929081640629766, 48.95093657773041 1.2331575186122608, 48.90989270250937 1.8724490051997846 C48.849941279713256 2.337420401658908, 48.78998985691715 2.802391798118032, 48.750044776581774 3.1121979531508885 C48.700298961954196 3.3676321974818704, 48.65055314732661 3.623066441812852, 48.51109428754556 4.339158212148129 C48.39816797501174 4.769795184413044, 48.285241662477915 5.2004321566779605, 48.19402313421489 5.548287939305125 C48.09990135029979 5.831767756187661, 48.00577956638469 6.115247573070197, 47.800134229970325 6.734618561215495 C47.62640775471189 7.163726313876732, 47.45268127945346 7.59283406653797, 47.33104614880834 7.893275190886679 C47.16701995352512 8.233879094990643, 47.0029937582419 8.574482999094606, 46.788686474273504 9.019496659696284 C46.64204687542127 9.279870116327963, 46.49540727656904 9.54024357295964, 46.17528387860425 10.108655082055236 C46.00437247991057 10.371220886585336, 45.833461081216896 10.633786691115436, 45.49335896464064 11.156274872382301 C45.301164900393935 11.413797409233432, 45.108970836147236 11.671319946084564, 44.74571390812658 12.158051136245302 C44.53573975691477 12.404698722126366, 44.32576560570296 12.651346308007431, 43.93542094296866 13.10986736009567 C43.65694201719704 13.397419714499879, 43.37846309142542 13.684972068904088, 43.06580973676799 14.007812326905684 C42.7220515542699 14.320004412907348, 42.37829337177181 14.632196498909014, 42.14045370850189 14.848196188198111 C41.82393195974955 15.100613859830622, 41.507410210997215 15.353031531463133, 41.16315534457871 15.627565626425152 C40.920916713319734 15.79654080925008, 40.678678082060756 15.965515992075009, 40.13793057360571 16.34271804539089 C39.775262727587624 16.562569424919882, 39.41259488156953 16.78242080444888, 39.06899226407678 16.990714730406093 C38.689529353927064 17.188680287573607, 38.310066443777345 17.386645844741125, 37.96073291279239 17.56889292409717 C37.731789233899356 17.67023949937018, 37.502845555006324 17.77158607464319, 36.817706595147804 18.07487676824742 C36.5526863446118 18.172406670265012, 36.287666094075796 18.269936572282603, 35.64461025146062 18.506587066708033 C35.23831262937591 18.627174068243036, 34.83201500729121 18.747761069778036, 34.44626438623541 18.86224982926107 C34.200689776860614 18.91830063132678, 33.955115167485815 18.974351433392485, 33.227593259676766 19.140403561325773 C32.738810943943705 19.219426095570025, 32.25002862821064 19.298448629814274, 31.99360465284788 19.3399052695533 C31.608784587790367 19.377028398415558, 31.223964522732853 19.414151527277816, 30.7493692896239 19.45993515863156 C30.392290715356452 19.471385973497036, 30.035212141089005 19.482836788362512, 29.500000000000004 19.5 C29.500000000000004 19.5, 29.5 19.5, 29.5 19.5 C12.345605856460352 19.5, -4.808788287079295 19.5, -29.499999999999996 19.5 C-29.89987328832889 19.48717684194943, -30.29974657665779 19.474353683898862, -30.749369289623893 19.45993515863156 C-31.097130477026365 19.426387055126863, -31.444891664428837 19.392838951622164, -31.99360465284787 19.3399052695533 C-32.28658715458147 19.292538130786244, -32.579569656315066 19.24517099201919, -33.22759325967676 19.140403561325773 C-33.58910182207487 19.05789159102224, -33.95061038447299 18.975379620718705, -34.446264386235384 18.862249829261074 C-34.82039908706245 18.75120861392872, -35.19453378788951 18.640167398596372, -35.64461025146059 18.506587066708043 C-36.081237823952854 18.345904083889856, -36.51786539644512 18.185221101071665, -36.8177065951478 18.074876768247425 C-37.057610021438336 17.968678637910894, -37.297513447728875 17.862480507574364, -37.96073291279238 17.568892924097174 C-38.35071304078716 17.36544054111649, -38.74069316878194 17.16198815813581, -39.06899226407678 16.990714730406097 C-39.47811743094481 16.742700649964345, -39.88724259781284 16.49468656952259, -40.137930573605686 16.3427180453909 C-40.44674772917434 16.127300566145408, -40.755564884742995 15.911883086899918, -41.16315534457871 15.627565626425156 C-41.445340792719335 15.40253024080315, -41.727526240859966 15.177494855181145, -42.140453708501866 14.848196188198125 C-42.43936766221609 14.57673044426469, -42.73828161593032 14.305264700331254, -43.065809736767974 14.007812326905697 C-43.3115353783526 13.754080427519204, -43.55726101993722 13.500348528132713, -43.935420942968655 13.109867360095677 C-44.15213055684153 12.855307916514244, -44.3688401707144 12.600748472932812, -44.745713908126575 12.158051136245307 C-44.99076289915417 11.829707812690668, -45.23581189018177 11.501364489136026, -45.493358964640635 11.156274872382316 C-45.702947920341934 10.834289953910215, -45.91253687604324 10.512305035438116, -46.17528387860425 10.108655082055249 C-46.33998813868065 9.816205990174751, -46.50469239875705 9.523756898294254, -46.788686474273504 9.019496659696289 C-46.907839905760035 8.77207200973949, -47.026993337246566 8.52464735978269, -47.33104614880834 7.893275190886686 C-47.42965403045562 7.6497118167642055, -47.528261912102906 7.406148442641725, -47.800134229970325 6.73461856121551 C-47.88811318540005 6.469639965004099, -47.97609214082978 6.204661368792687, -48.19402313421488 5.5482879393051325 C-48.28192972853353 5.213061996209146, -48.36983632285218 4.8778360531131595, -48.51109428754556 4.339158212148136 C-48.58753877705233 3.9466319150794407, -48.6639832665591 3.5541056180107455, -48.750044776581774 3.112197953150904 C-48.80975868894608 2.6490686406990918, -48.86947260131039 2.18593932824728, -48.90989270250937 1.872449005199809 C-48.936851299825165 1.4525470914181657, -48.96380989714096 1.0326451776365224, -48.98998121591342 0.6250057626472781 C-48.98998121591342 0.19457592185053957, -48.98998121591342 -0.235853918946199, -48.98998121591342 -0.6250057626472687 C-48.96743004468582 -0.9762584574948983, -48.94487887345822 -1.3275111523425278, -48.90989270250937 -1.8724490051997822 C-48.853898475313024 -2.3067291740238014, -48.79790424811668 -2.7410093428478204, -48.750044776581774 -3.112197953150895 C-48.662210767009526 -3.563207028579912, -48.57437675743727 -4.014216104008929, -48.51109428754556 -4.339158212148126 C-48.42279805275164 -4.675870023247587, -48.334501817957715 -5.012581834347047, -48.19402313421489 -5.548287939305123 C-48.066833462817726 -5.931362964631266, -47.939643791420565 -6.31443798995741, -47.80013422997033 -6.734618561215485 C-47.64634311918097 -7.114485578214069, -47.4925520083916 -7.4943525952126535, -47.33104614880834 -7.893275190886676 C-47.17715973734099 -8.212823616940357, -47.023273325873646 -8.532372042994039, -46.788686474273504 -9.019496659696282 C-46.563929457610776 -9.418575501896806, -46.33917244094805 -9.81765434409733, -46.17528387860425 -10.108655082055243 C-45.9788428842505 -10.410441201175539, -45.78240188989674 -10.712227320295836, -45.49335896464064 -11.156274872382308 C-45.23153771743631 -11.507091491229803, -44.96971647023198 -11.857908110077295, -44.74571390812659 -12.158051136245302 C-44.557268763064386 -12.37940952646788, -44.36882361800219 -12.600767916690458, -43.93542094296866 -13.10986736009567 C-43.62500688537812 -13.430395360025997, -43.31459282778758 -13.750923359956326, -43.065809736767996 -14.007812326905677 C-42.78527704252255 -14.26258469733104, -42.50474434827711 -14.517357067756402, -42.14045370850189 -14.848196188198107 C-41.82930234476415 -15.096331120693424, -41.51815098102641 -15.344466053188741, -41.16315534457872 -15.627565626425149 C-40.935585403050766 -15.786308566291058, -40.70801546152281 -15.945051506156968, -40.137930573605715 -16.342718045390885 C-39.784747044660975 -16.556819976173983, -39.431563515716235 -16.77092190695708, -39.06899226407679 -16.99071473040609 C-38.738080768004274 -17.163351045948193, -38.40716927193176 -17.335987361490297, -37.96073291279239 -17.56889292409717 C-37.569380476737635 -17.742133038481064, -37.17802804068288 -17.91537315286496, -36.817706595147804 -18.07487676824742 C-36.491396361264435 -18.194961950695237, -36.165086127381066 -18.315047133143054, -35.64461025146062 -18.506587066708033 C-35.224826755281214 -18.631176604885543, -34.80504325910181 -18.755766143063056, -34.44626438623541 -18.862249829261067 C-34.09992246032341 -18.9413001137582, -33.75358053441141 -19.020350398255328, -33.227593259676766 -19.140403561325773 C-32.79885452301651 -19.209718715350444, -32.37011578635625 -19.279033869375112, -31.993604652847882 -19.3399052695533 C-31.593801591504096 -19.378473790047604, -31.193998530160307 -19.41704231054191, -30.749369289623903 -19.45993515863156 C-30.43643746321566 -19.469970273219623, -30.12350563680742 -19.480005387807687, -29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.5 -19.5, -29.5 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-29.5 -19.5 C-12.35492850803497 -19.5, 4.79014298393006 -19.5, 29.5 -19.5 M-29.5 -19.5 C-13.071553179328603 -19.5, 3.3568936413427934 -19.5, 29.5 -19.5 M29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 M29.5 -19.5 C29.5 -19.5, 29.5 -19.5, 29.5 -19.5 M29.5 -19.5 C29.868478686708876 -19.4881836057175, 30.23695737341775 -19.476367211435, 30.7493692896239 -19.45993515863156 M29.5 -19.5 C29.87269684334218 -19.488048337644415, 30.245393686684363 -19.47609667528883, 30.7493692896239 -19.45993515863156 M30.7493692896239 -19.45993515863156 C31.011080778518977 -19.434688166051966, 31.27279226741405 -19.409441173472374, 31.993604652847864 -19.3399052695533 M30.7493692896239 -19.45993515863156 C30.99949842970544 -19.435805501312196, 31.249627569786977 -19.411675843992832, 31.993604652847864 -19.3399052695533 M31.993604652847864 -19.3399052695533 C32.47317391054836 -19.262372231083422, 32.952743168248865 -19.184839192613545, 33.22759325967676 -19.140403561325776 M31.993604652847864 -19.3399052695533 C32.48532365172102 -19.260407955153276, 32.97704265059417 -19.180910640753254, 33.22759325967676 -19.140403561325776 M33.22759325967676 -19.140403561325776 C33.68467446214167 -19.036077759596758, 34.141755664606585 -18.931751957867736, 34.44626438623539 -18.862249829261074 M33.22759325967676 -19.140403561325776 C33.706369025787126 -19.03112611701494, 34.185144791897486 -18.921848672704105, 34.44626438623539 -18.862249829261074 M34.44626438623539 -18.862249829261074 C34.8519322339355 -18.74184974145767, 35.2576000816356 -18.621449653654263, 35.644610251460605 -18.50658706670804 M34.44626438623539 -18.862249829261074 C34.76225412873977 -18.76846573234978, 35.07824387124414 -18.67468163543849, 35.644610251460605 -18.50658706670804 M35.644610251460605 -18.50658706670804 C36.09575590650007 -18.3405612953088, 36.54690156153953 -18.174535523909558, 36.8177065951478 -18.074876768247425 M35.644610251460605 -18.50658706670804 C36.089181165652626 -18.342980860716892, 36.53375207984465 -18.17937465472575, 36.8177065951478 -18.074876768247425 M36.8177065951478 -18.074876768247425 C37.16478396334172 -17.921235913032294, 37.51186133153564 -17.767595057817168, 37.96073291279238 -17.568892924097174 M36.8177065951478 -18.074876768247425 C37.160044048397175 -17.923334132773665, 37.50238150164655 -17.771791497299905, 37.96073291279238 -17.568892924097174 M37.96073291279238 -17.568892924097174 C38.28262215063346 -17.40096351489538, 38.604511388474535 -17.233034105693587, 39.06899226407678 -16.990714730406097 M37.96073291279238 -17.568892924097174 C38.20759494487224 -17.44010516008379, 38.4544569769521 -17.311317396070404, 39.06899226407678 -16.990714730406097 M39.06899226407678 -16.990714730406097 C39.464910509115306 -16.75070676358988, 39.86082875415383 -16.51069879677366, 40.1379305736057 -16.342718045390892 M39.06899226407678 -16.990714730406097 C39.33008754566916 -16.832437236338613, 39.59118282726153 -16.67415974227113, 40.1379305736057 -16.342718045390892 M40.1379305736057 -16.342718045390892 C40.34848513990744 -16.195844294699068, 40.559039706209184 -16.048970544007243, 41.16315534457871 -15.627565626425154 M40.1379305736057 -16.342718045390892 C40.366212614346836 -16.183478375940144, 40.59449465508798 -16.0242387064894, 41.16315534457871 -15.627565626425154 M41.16315534457871 -15.627565626425154 C41.39806167935275 -15.440234075562957, 41.63296801412679 -15.25290252470076, 42.140453708501866 -14.848196188198123 M41.16315534457871 -15.627565626425154 C41.521520971631745 -15.341778575360204, 41.87988659868478 -15.055991524295255, 42.140453708501866 -14.848196188198123 M42.140453708501866 -14.848196188198123 C42.432973891923275 -14.582537097274736, 42.725494075344685 -14.316878006351347, 43.06580973676799 -14.007812326905688 M42.140453708501866 -14.848196188198123 C42.44107862232601 -14.575176595562388, 42.741703536150155 -14.302157002926652, 43.06580973676799 -14.007812326905688 M43.06580973676799 -14.007812326905688 C43.33571329902716 -13.729114739378513, 43.60561686128634 -13.45041715185134, 43.93542094296865 -13.10986736009568 M43.06580973676799 -14.007812326905688 C43.40935663099514 -13.653071952891576, 43.7529035252223 -13.298331578877466, 43.93542094296865 -13.10986736009568 M43.93542094296865 -13.10986736009568 C44.222449506054275 -12.772707277507392, 44.509478069139895 -12.435547194919105, 44.74571390812658 -12.158051136245305 M43.93542094296865 -13.10986736009568 C44.25045721384902 -12.73980783024796, 44.565493484729394 -12.36974830040024, 44.74571390812658 -12.158051136245305 M44.74571390812658 -12.158051136245305 C44.970298926354005 -11.857127671936624, 45.19488394458143 -11.55620420762794, 45.493358964640635 -11.156274872382312 M44.74571390812658 -12.158051136245305 C44.90705378391528 -11.941870401053505, 45.06839365970398 -11.725689665861704, 45.493358964640635 -11.156274872382312 M45.493358964640635 -11.156274872382312 C45.736694714074524 -10.782445816453999, 45.98003046350841 -10.408616760525685, 46.17528387860425 -10.108655082055241 M45.493358964640635 -11.156274872382312 C45.69766459088512 -10.84240656672849, 45.9019702171296 -10.52853826107467, 46.17528387860425 -10.108655082055241 M46.17528387860425 -10.108655082055241 C46.359219409812766 -9.78205892090231, 46.54315494102128 -9.455462759749377, 46.788686474273504 -9.019496659696287 M46.17528387860425 -10.108655082055241 C46.34575509384303 -9.8059661773164, 46.51622630908182 -9.503277272577556, 46.788686474273504 -9.019496659696287 M46.788686474273504 -9.019496659696287 C47.00270040934311 -8.575092144359605, 47.216714344412715 -8.13068762902292, 47.33104614880834 -7.893275190886684 M46.788686474273504 -9.019496659696287 C46.99522399503989 -8.590617078629881, 47.201761515806275 -8.161737497563475, 47.33104614880834 -7.893275190886684 M47.33104614880834 -7.893275190886684 C47.47269757158958 -7.5433934379730845, 47.61434899437081 -7.193511685059485, 47.800134229970325 -6.734618561215508 M47.33104614880834 -7.893275190886684 C47.45357306756 -7.590631332673272, 47.576099986311654 -7.287987474459859, 47.800134229970325 -6.734618561215508 M47.800134229970325 -6.734618561215508 C47.88124110678582 -6.4903375708731215, 47.96234798360132 -6.246056580530736, 48.19402313421488 -5.548287939305138 M47.800134229970325 -6.734618561215508 C47.906957956727446 -6.412882516272552, 48.01378168348457 -6.091146471329594, 48.19402313421488 -5.548287939305138 M48.19402313421488 -5.548287939305138 C48.299417193217195 -5.14637471425519, 48.40481125221952 -4.744461489205243, 48.51109428754556 -4.339158212148133 M48.19402313421488 -5.548287939305138 C48.31330975193796 -5.09339636677989, 48.432596369661034 -4.638504794254642, 48.51109428754556 -4.339158212148133 M48.51109428754556 -4.339158212148133 C48.5677525681891 -4.048229915775421, 48.62441084883263 -3.7573016194027096, 48.750044776581774 -3.1121979531509023 M48.51109428754556 -4.339158212148133 C48.596443362692796 -3.9009087498005077, 48.68179243784002 -3.462659287452882, 48.750044776581774 -3.1121979531509023 M48.750044776581774 -3.1121979531509023 C48.78888046971506 -2.8109959861841753, 48.82771616284835 -2.509794019217448, 48.90989270250937 -1.872449005199798 M48.750044776581774 -3.1121979531509023 C48.79827748211997 -2.738114613621648, 48.846510187658176 -2.364031274092394, 48.90989270250937 -1.872449005199798 M48.90989270250937 -1.872449005199798 C48.93275763085567 -1.5163092899681772, 48.95562255920197 -1.1601695747365564, 48.98998121591342 -0.6250057626472757 M48.90989270250937 -1.872449005199798 C48.93130614677869 -1.5389173260840372, 48.95271959104801 -1.2053856469682764, 48.98998121591342 -0.6250057626472757 M48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.3744241692893393, 48.98998121591342 -0.12384257593140291, 48.98998121591342 0.625005762647271 M48.98998121591342 -0.6250057626472757 C48.98998121591342 -0.21844237993935756, 48.98998121591342 0.18812100276856059, 48.98998121591342 0.625005762647271 M48.98998121591342 0.625005762647271 C48.959329168350386 1.1024361453289733, 48.92867712078735 1.5798665280106756, 48.90989270250937 1.8724490051997846 M48.98998121591342 0.625005762647271 C48.96172588250538 1.0651053877721193, 48.933470549097336 1.5052050128969676, 48.90989270250937 1.8724490051997846 M48.90989270250937 1.8724490051997846 C48.84657363328402 2.363539202347088, 48.78325456405867 2.8546293994943905, 48.750044776581774 3.1121979531508885 M48.90989270250937 1.8724490051997846 C48.86586963231338 2.2138832443014027, 48.82184656211738 2.5553174834030212, 48.750044776581774 3.1121979531508885 M48.750044776581774 3.1121979531508885 C48.69156082134855 3.412500702685179, 48.63307686611533 3.71280345221947, 48.51109428754556 4.339158212148129 M48.750044776581774 3.1121979531508885 C48.66349463658239 3.5566146296691485, 48.57694449658301 4.001031306187409, 48.51109428754556 4.339158212148129 M48.51109428754556 4.339158212148129 C48.439668934471534 4.6115340393632485, 48.3682435813975 4.883909866578368, 48.19402313421489 5.548287939305125 M48.51109428754556 4.339158212148129 C48.437274879891646 4.620663607066162, 48.36345547223773 4.902169001984197, 48.19402313421489 5.548287939305125 M48.19402313421489 5.548287939305125 C48.03811631769347 6.01785443028979, 47.88220950117206 6.487420921274456, 47.800134229970325 6.734618561215495 M48.19402313421489 5.548287939305125 C48.11050886530763 5.799819611062041, 48.02699459640038 6.051351282818957, 47.800134229970325 6.734618561215495 M47.800134229970325 6.734618561215495 C47.697132318378245 6.989035274254428, 47.59413040678616 7.243451987293362, 47.33104614880834 7.893275190886679 M47.800134229970325 6.734618561215495 C47.67773970936001 7.0369353934600465, 47.5553451887497 7.339252225704598, 47.33104614880834 7.893275190886679 M47.33104614880834 7.893275190886679 C47.12528526000121 8.320542079072428, 46.91952437119408 8.747808967258178, 46.788686474273504 9.019496659696284 M47.33104614880834 7.893275190886679 C47.20141494719229 8.162457154705793, 47.07178374557624 8.431639118524908, 46.788686474273504 9.019496659696284 M46.788686474273504 9.019496659696284 C46.643770734632646 9.276809229738488, 46.49885499499179 9.534121799780694, 46.17528387860425 10.108655082055236 M46.788686474273504 9.019496659696284 C46.56721761477298 9.412737045893303, 46.345748755272446 9.805977432090323, 46.17528387860425 10.108655082055236 M46.17528387860425 10.108655082055236 C45.96956994604257 10.424686924395466, 45.76385601348089 10.740718766735696, 45.49335896464064 11.156274872382301 M46.17528387860425 10.108655082055236 C46.01188685445959 10.359676789385944, 45.84848983031494 10.61069849671665, 45.49335896464064 11.156274872382301 M45.49335896464064 11.156274872382301 C45.198321429729134 11.551598290691354, 44.90328389481762 11.946921709000407, 44.74571390812658 12.158051136245302 M45.49335896464064 11.156274872382301 C45.236488133315795 11.500458384943446, 44.979617301990956 11.84464189750459, 44.74571390812658 12.158051136245302 M44.74571390812658 12.158051136245302 C44.487244668845825 12.461663812020833, 44.228775429565076 12.765276487796363, 43.93542094296866 13.10986736009567 M44.74571390812658 12.158051136245302 C44.52431777491948 12.418115632107225, 44.30292164171237 12.67818012796915, 43.93542094296866 13.10986736009567 M43.93542094296866 13.10986736009567 C43.666426606696426 13.387626097142482, 43.3974322704242 13.665384834189293, 43.06580973676799 14.007812326905684 M43.93542094296866 13.10986736009567 C43.611572348867185 13.444267621969496, 43.28772375476571 13.778667883843323, 43.06580973676799 14.007812326905684 M43.06580973676799 14.007812326905684 C42.76910670258337 14.277270172220055, 42.472403668398755 14.546728017534425, 42.14045370850189 14.848196188198111 M43.06580973676799 14.007812326905684 C42.83437857358523 14.217991985975237, 42.60294741040247 14.428171645044792, 42.14045370850189 14.848196188198111 M42.14045370850189 14.848196188198111 C41.890272681443136 15.047708899680735, 41.64009165438438 15.247221611163361, 41.16315534457871 15.627565626425152 M42.14045370850189 14.848196188198111 C41.93235268337326 15.014151217937338, 41.72425165824464 15.180106247676564, 41.16315534457871 15.627565626425152 M41.16315534457871 15.627565626425152 C40.92869961236415 15.791111795792967, 40.694243880149585 15.954657965160779, 40.13793057360571 16.34271804539089 M41.16315534457871 15.627565626425152 C40.83720497145569 15.854934496551534, 40.51125459833268 16.082303366677916, 40.13793057360571 16.34271804539089 M40.13793057360571 16.34271804539089 C39.751215165811345 16.57714719818782, 39.36449975801699 16.811576350984748, 39.06899226407678 16.990714730406093 M40.13793057360571 16.34271804539089 C39.87208053307206 16.503877902270638, 39.606230492538415 16.665037759150387, 39.06899226407678 16.990714730406093 M39.06899226407678 16.990714730406093 C38.67737867913325 17.195019286830664, 38.285765094189706 17.399323843255235, 37.96073291279239 17.56889292409717 M39.06899226407678 16.990714730406093 C38.62603484445996 17.221805332492423, 38.183077424843134 17.452895934578752, 37.96073291279239 17.56889292409717 M37.96073291279239 17.56889292409717 C37.56846870284034 17.742536653738586, 37.176204492888296 17.91618038338, 36.817706595147804 18.07487676824742 M37.96073291279239 17.56889292409717 C37.520294741049156 17.76386183759374, 37.07985656930592 17.95883075109031, 36.817706595147804 18.07487676824742 M36.817706595147804 18.07487676824742 C36.38647127538848 18.23357535221445, 35.955235955629156 18.39227393618148, 35.64461025146062 18.506587066708033 M36.817706595147804 18.07487676824742 C36.51783465992878 18.185232412393805, 36.21796272470976 18.295588056540186, 35.64461025146062 18.506587066708033 M35.64461025146062 18.506587066708033 C35.28092215710455 18.614527784075154, 34.91723406274847 18.722468501442272, 34.44626438623541 18.86224982926107 M35.64461025146062 18.506587066708033 C35.30431263512626 18.607585612977434, 34.9640150187919 18.708584159246833, 34.44626438623541 18.86224982926107 M34.44626438623541 18.86224982926107 C34.05776151041185 18.950923075449605, 33.669258634588296 19.03959632163814, 33.227593259676766 19.140403561325773 M34.44626438623541 18.86224982926107 C34.14879628602495 18.930144981973346, 33.851328185814474 18.99804013468562, 33.227593259676766 19.140403561325773 M33.227593259676766 19.140403561325773 C32.742275266628674 19.21886601074454, 32.25695727358058 19.29732846016331, 31.99360465284788 19.3399052695533 M33.227593259676766 19.140403561325773 C32.94102886335773 19.18673307058255, 32.65446446703869 19.23306257983933, 31.99360465284788 19.3399052695533 M31.99360465284788 19.3399052695533 C31.530646189769037 19.3845663156975, 31.067687726690195 19.429227361841704, 30.7493692896239 19.45993515863156 M31.99360465284788 19.3399052695533 C31.66520890485887 19.371585212408128, 31.33681315686986 19.403265155262957, 30.7493692896239 19.45993515863156 M30.7493692896239 19.45993515863156 C30.370032785320774 19.472099741990846, 29.990696281017648 19.484264325350136, 29.500000000000004 19.5 M30.7493692896239 19.45993515863156 C30.250799847095074 19.47592331024691, 29.752230404566248 19.49191146186226, 29.500000000000004 19.5 M29.500000000000004 19.5 C29.500000000000004 19.5, 29.5 19.5, 29.5 19.5 M29.500000000000004 19.5 C29.500000000000004 19.5, 29.5 19.5, 29.5 19.5 M29.5 19.5 C11.719019422319274 19.5, -6.061961155361452 19.5, -29.499999999999996 19.5 M29.5 19.5 C8.24062014037321 19.5, -13.01875971925358 19.5, -29.499999999999996 19.5 M-29.499999999999996 19.5 C-29.987344763626886 19.48437180198952, -30.474689527253776 19.468743603979046, -30.749369289623893 19.45993515863156 M-29.499999999999996 19.5 C-29.774504891627377 19.491197162416867, -30.04900978325476 19.482394324833738, -30.749369289623893 19.45993515863156 M-30.749369289623893 19.45993515863156 C-31.08272434333876 19.427776797517794, -31.416079397053633 19.39561843640403, -31.99360465284787 19.3399052695533 M-30.749369289623893 19.45993515863156 C-31.049400378348437 19.43099152034248, -31.349431467072986 19.4020478820534, -31.99360465284787 19.3399052695533 M-31.99360465284787 19.3399052695533 C-32.3469753334857 19.282775038338333, -32.700346014123525 19.225644807123363, -33.22759325967676 19.140403561325773 M-31.99360465284787 19.3399052695533 C-32.25239429810006 19.298066166652596, -32.51118394335224 19.256227063751897, -33.22759325967676 19.140403561325773 M-33.22759325967676 19.140403561325773 C-33.52780953783162 19.071881154931226, -33.828025815986486 19.00335874853668, -34.446264386235384 18.862249829261074 M-33.22759325967676 19.140403561325773 C-33.66928963780995 19.039589245355106, -34.110986015943155 18.93877492938444, -34.446264386235384 18.862249829261074 M-34.446264386235384 18.862249829261074 C-34.812659769572974 18.753505602735093, -35.179055152910564 18.64476137620911, -35.64461025146059 18.506587066708043 M-34.446264386235384 18.862249829261074 C-34.710066457049386 18.783954759368807, -34.97386852786339 18.705659689476537, -35.64461025146059 18.506587066708043 M-35.64461025146059 18.506587066708043 C-36.05608483130033 18.3551606176977, -36.46755941114008 18.20373416868735, -36.8177065951478 18.074876768247425 M-35.64461025146059 18.506587066708043 C-35.95858503129237 18.3910414453789, -36.27255981112415 18.275495824049756, -36.8177065951478 18.074876768247425 M-36.8177065951478 18.074876768247425 C-37.23027429561555 17.892245285636353, -37.642841996083305 17.709613803025285, -37.96073291279238 17.568892924097174 M-36.8177065951478 18.074876768247425 C-37.26324705854579 17.8776492215894, -37.70878752194377 17.680421674931374, -37.96073291279238 17.568892924097174 M-37.96073291279238 17.568892924097174 C-38.26372618808325 17.410821526454388, -38.566719463374106 17.2527501288116, -39.06899226407678 16.990714730406097 M-37.96073291279238 17.568892924097174 C-38.269424194404486 17.40784888020634, -38.5781154760166 17.24680483631551, -39.06899226407678 16.990714730406097 M-39.06899226407678 16.990714730406097 C-39.42980810346531 16.77198604817954, -39.79062394285384 16.553257365952977, -40.137930573605686 16.3427180453909 M-39.06899226407678 16.990714730406097 C-39.309285487263104 16.845047566390825, -39.549578710449424 16.699380402375557, -40.137930573605686 16.3427180453909 M-40.137930573605686 16.3427180453909 C-40.46001167289439 16.118048213193173, -40.78209277218309 15.893378380995447, -41.16315534457871 15.627565626425156 M-40.137930573605686 16.3427180453909 C-40.35294172424181 16.19273557438984, -40.56795287487793 16.04275310338878, -41.16315534457871 15.627565626425156 M-41.16315534457871 15.627565626425156 C-41.40270365117527 15.436532226562552, -41.64225195777184 15.245498826699949, -42.140453708501866 14.848196188198125 M-41.16315534457871 15.627565626425156 C-41.4592741703511 15.391418742924571, -41.75539299612348 15.155271859423987, -42.140453708501866 14.848196188198125 M-42.140453708501866 14.848196188198125 C-42.37766750338748 14.632764896016093, -42.61488129827309 14.417333603834063, -43.065809736767974 14.007812326905697 M-42.140453708501866 14.848196188198125 C-42.411020210065374 14.60247485027549, -42.68158671162888 14.356753512352855, -43.065809736767974 14.007812326905697 M-43.065809736767974 14.007812326905697 C-43.39844593048516 13.664338146953302, -43.73108212420235 13.320863967000909, -43.935420942968655 13.109867360095677 M-43.065809736767974 14.007812326905697 C-43.35428605540695 13.709936843564728, -43.64276237404592 13.412061360223758, -43.935420942968655 13.109867360095677 M-43.935420942968655 13.109867360095677 C-44.23019876618409 12.763604555613522, -44.524976589399515 12.417341751131366, -44.745713908126575 12.158051136245307 M-43.935420942968655 13.109867360095677 C-44.14962299208533 12.858253444761353, -44.363825041202006 12.606639529427028, -44.745713908126575 12.158051136245307 M-44.745713908126575 12.158051136245307 C-44.92360819720914 11.919688995377802, -45.101502486291714 11.681326854510296, -45.493358964640635 11.156274872382316 M-44.745713908126575 12.158051136245307 C-45.03956657388525 11.764315334657258, -45.33341923964392 11.37057953306921, -45.493358964640635 11.156274872382316 M-45.493358964640635 11.156274872382316 C-45.69542851334254 10.845841782304786, -45.89749806204445 10.535408692227255, -46.17528387860425 10.108655082055249 M-45.493358964640635 11.156274872382316 C-45.6665651513518 10.890183657220494, -45.83977133806296 10.624092442058672, -46.17528387860425 10.108655082055249 M-46.17528387860425 10.108655082055249 C-46.34416719468733 9.80878565305958, -46.51305051077041 9.50891622406391, -46.788686474273504 9.019496659696289 M-46.17528387860425 10.108655082055249 C-46.3689244925935 9.764826563678922, -46.56256510658275 9.420998045302593, -46.788686474273504 9.019496659696289 M-46.788686474273504 9.019496659696289 C-46.92172985331202 8.743229236450516, -47.05477323235055 8.466961813204744, -47.33104614880834 7.893275190886686 M-46.788686474273504 9.019496659696289 C-46.94128184026779 8.702629117191359, -47.09387720626208 8.38576157468643, -47.33104614880834 7.893275190886686 M-47.33104614880834 7.893275190886686 C-47.502150528490716 7.470644064993092, -47.673254908173085 7.048012939099498, -47.800134229970325 6.73461856121551 M-47.33104614880834 7.893275190886686 C-47.465951102160844 7.560057347896158, -47.600856055513354 7.22683950490563, -47.800134229970325 6.73461856121551 M-47.800134229970325 6.73461856121551 C-47.90299033245155 6.4248323684364665, -48.00584643493278 6.115046175657424, -48.19402313421488 5.5482879393051325 M-47.800134229970325 6.73461856121551 C-47.925034816155836 6.358437895830646, -48.049935402341355 5.982257230445782, -48.19402313421488 5.5482879393051325 M-48.19402313421488 5.5482879393051325 C-48.258451613730074 5.302594223434049, -48.32288009324527 5.056900507562965, -48.51109428754556 4.339158212148136 M-48.19402313421488 5.5482879393051325 C-48.272422916859426 5.249315589400756, -48.350822699503965 4.9503432394963784, -48.51109428754556 4.339158212148136 M-48.51109428754556 4.339158212148136 C-48.588419239748376 3.9421109252211126, -48.66574419195119 3.54506363829409, -48.750044776581774 3.112197953150904 M-48.51109428754556 4.339158212148136 C-48.57780840332575 3.9965953276502333, -48.644522519105934 3.6540324431523303, -48.750044776581774 3.112197953150904 M-48.750044776581774 3.112197953150904 C-48.80131810188433 2.714532167167602, -48.85259142718689 2.3168663811843, -48.90989270250937 1.872449005199809 M-48.750044776581774 3.112197953150904 C-48.81377734924382 2.6179007050040504, -48.87750992190587 2.123603456857197, -48.90989270250937 1.872449005199809 M-48.90989270250937 1.872449005199809 C-48.9326089055798 1.5186258061887403, -48.95532510865023 1.1648026071776716, -48.98998121591342 0.6250057626472781 M-48.90989270250937 1.872449005199809 C-48.937625633827 1.4404862143084898, -48.965358565144626 1.0085234234171705, -48.98998121591342 0.6250057626472781 M-48.98998121591342 0.6250057626472781 C-48.98998121591342 0.25286920603346313, -48.98998121591342 -0.11926735058035187, -48.98998121591342 -0.6250057626472687 M-48.98998121591342 0.6250057626472781 C-48.98998121591342 0.3542868517879471, -48.98998121591342 0.08356794092861608, -48.98998121591342 -0.6250057626472687 M-48.98998121591342 -0.6250057626472687 C-48.959081354850994 -1.10629604061337, -48.92818149378858 -1.5875863185794712, -48.90989270250937 -1.8724490051997822 M-48.98998121591342 -0.6250057626472687 C-48.966665420778966 -0.988168092037431, -48.943349625644515 -1.3513304214275932, -48.90989270250937 -1.8724490051997822 M-48.90989270250937 -1.8724490051997822 C-48.87500054736471 -2.1430656702664113, -48.84010839222004 -2.41368233533304, -48.750044776581774 -3.112197953150895 M-48.90989270250937 -1.8724490051997822 C-48.873285326432416 -2.1563685851085346, -48.83667795035547 -2.4402881650172867, -48.750044776581774 -3.112197953150895 M-48.750044776581774 -3.112197953150895 C-48.694395614975356 -3.397944636545386, -48.63874645336894 -3.6836913199398773, -48.51109428754556 -4.339158212148126 M-48.750044776581774 -3.112197953150895 C-48.654841466149705 -3.6010468309927823, -48.55963815571764 -4.0898957088346695, -48.51109428754556 -4.339158212148126 M-48.51109428754556 -4.339158212148126 C-48.406709469466236 -4.737222764150921, -48.30232465138692 -5.1352873161537165, -48.19402313421489 -5.548287939305123 M-48.51109428754556 -4.339158212148126 C-48.395945090820916 -4.778272005236747, -48.28079589409627 -5.2173857983253695, -48.19402313421489 -5.548287939305123 M-48.19402313421489 -5.548287939305123 C-48.03662680833132 -6.0223405951675195, -47.87923048244775 -6.496393251029916, -47.80013422997033 -6.734618561215485 M-48.19402313421489 -5.548287939305123 C-48.06832207964005 -5.9268794879413145, -47.94262102506521 -6.305471036577506, -47.80013422997033 -6.734618561215485 M-47.80013422997033 -6.734618561215485 C-47.6915694934848 -7.002775559291132, -47.58300475699927 -7.27093255736678, -47.33104614880834 -7.893275190886676 M-47.80013422997033 -6.734618561215485 C-47.69386800381525 -6.9970981943362665, -47.587601777660154 -7.259577827457048, -47.33104614880834 -7.893275190886676 M-47.33104614880834 -7.893275190886676 C-47.153515434740555 -8.261921517197205, -46.97598472067277 -8.630567843507732, -46.788686474273504 -9.019496659696282 M-47.33104614880834 -7.893275190886676 C-47.16625478976337 -8.235467973913787, -47.00146343071841 -8.577660756940897, -46.788686474273504 -9.019496659696282 M-46.788686474273504 -9.019496659696282 C-46.568388055116465 -9.410658810543506, -46.34808963595942 -9.80182096139073, -46.17528387860425 -10.108655082055243 M-46.788686474273504 -9.019496659696282 C-46.5752239459563 -9.398520994148356, -46.36176141763911 -9.777545328600429, -46.17528387860425 -10.108655082055243 M-46.17528387860425 -10.108655082055243 C-45.985940940870805 -10.399536680111664, -45.79659800313736 -10.690418278168085, -45.49335896464064 -11.156274872382308 M-46.17528387860425 -10.108655082055243 C-46.00845826758904 -10.3649440195236, -45.841632656573836 -10.621232956991957, -45.49335896464064 -11.156274872382308 M-45.49335896464064 -11.156274872382308 C-45.25524118582401 -11.47533100302068, -45.017123407007375 -11.79438713365905, -44.74571390812659 -12.158051136245302 M-45.49335896464064 -11.156274872382308 C-45.32135675359165 -11.386742165464174, -45.14935454254266 -11.617209458546041, -44.74571390812659 -12.158051136245302 M-44.74571390812659 -12.158051136245302 C-44.426303413245655 -12.533248878504482, -44.106892918364714 -12.908446620763662, -43.93542094296866 -13.10986736009567 M-44.74571390812659 -12.158051136245302 C-44.57380158833406 -12.35998912916172, -44.401889268541524 -12.56192712207814, -43.93542094296866 -13.10986736009567 M-43.93542094296866 -13.10986736009567 C-43.73058359546522 -13.321378738851962, -43.525746247961784 -13.532890117608256, -43.065809736767996 -14.007812326905677 M-43.93542094296866 -13.10986736009567 C-43.67232678634688 -13.38153367723963, -43.409232629725096 -13.653199994383591, -43.065809736767996 -14.007812326905677 M-43.065809736767996 -14.007812326905677 C-42.784481323831976 -14.26330734799226, -42.50315291089595 -14.518802369078841, -42.14045370850189 -14.848196188198107 M-43.065809736767996 -14.007812326905677 C-42.82257278084441 -14.22871369457829, -42.57933582492082 -14.449615062250905, -42.14045370850189 -14.848196188198107 M-42.14045370850189 -14.848196188198107 C-41.761229311882595 -15.150617552916978, -41.38200491526331 -15.45303891763585, -41.16315534457872 -15.627565626425149 M-42.14045370850189 -14.848196188198107 C-41.76698911669212 -15.146024261856226, -41.39352452488236 -15.443852335514343, -41.16315534457872 -15.627565626425149 M-41.16315534457872 -15.627565626425149 C-40.895313559425496 -15.81440046106403, -40.62747177427228 -16.001235295702912, -40.137930573605715 -16.342718045390885 M-41.16315534457872 -15.627565626425149 C-40.840073330146566 -15.852933653698031, -40.51699131571441 -16.078301680970913, -40.137930573605715 -16.342718045390885 M-40.137930573605715 -16.342718045390885 C-39.73362036007612 -16.587813272823073, -39.32931014654652 -16.832908500255257, -39.06899226407679 -16.99071473040609 M-40.137930573605715 -16.342718045390885 C-39.73361790581404 -16.587814760611167, -39.329305238022364 -16.832911475831445, -39.06899226407679 -16.99071473040609 M-39.06899226407679 -16.99071473040609 C-38.779882044700884 -17.141543346670566, -38.49077182532498 -17.292371962935047, -37.96073291279239 -17.56889292409717 M-39.06899226407679 -16.99071473040609 C-38.65915132411401 -17.20452848626902, -38.24931038415124 -17.41834224213195, -37.96073291279239 -17.56889292409717 M-37.96073291279239 -17.56889292409717 C-37.55643508170887 -17.7478635808488, -37.152137250625344 -17.92683423760043, -36.817706595147804 -18.07487676824742 M-37.96073291279239 -17.56889292409717 C-37.532413118613 -17.758497391325122, -37.10409332443362 -17.948101858553073, -36.817706595147804 -18.07487676824742 M-36.817706595147804 -18.07487676824742 C-36.4685454100747 -18.203371311964936, -36.119384225001596 -18.33186585568245, -35.64461025146062 -18.506587066708033 M-36.817706595147804 -18.07487676824742 C-36.47912410918099 -18.1994782529054, -36.140541623214176 -18.324079737563377, -35.64461025146062 -18.506587066708033 M-35.64461025146062 -18.506587066708033 C-35.232738509018674 -18.62882843790591, -34.820866766576735 -18.751069809103782, -34.44626438623541 -18.862249829261067 M-35.64461025146062 -18.506587066708033 C-35.22143827882152 -18.632182286912304, -34.798266306182434 -18.757777507116575, -34.44626438623541 -18.862249829261067 M-34.44626438623541 -18.862249829261067 C-33.99752118624919 -18.964672536334877, -33.548777986262955 -19.06709524340869, -33.227593259676766 -19.140403561325773 M-34.44626438623541 -18.862249829261067 C-33.97570456979846 -18.96965203667303, -33.505144753361506 -19.07705424408499, -33.227593259676766 -19.140403561325773 M-33.227593259676766 -19.140403561325773 C-32.811007440791435 -19.20775392585188, -32.39442162190611 -19.275104290377982, -31.993604652847882 -19.3399052695533 M-33.227593259676766 -19.140403561325773 C-32.94915942316839 -19.185418584725795, -32.67072558666002 -19.230433608125818, -31.993604652847882 -19.3399052695533 M-31.993604652847882 -19.3399052695533 C-31.50801388138338 -19.386749627268134, -31.02242310991888 -19.433593984982966, -30.749369289623903 -19.45993515863156 M-31.993604652847882 -19.3399052695533 C-31.531597053636833 -19.38447458700376, -31.069589454425785 -19.429043904454215, -30.749369289623903 -19.45993515863156 M-30.749369289623903 -19.45993515863156 C-30.4386907541701 -19.469898014564478, -30.128012218716293 -19.479860870497397, -29.500000000000007 -19.5 M-30.749369289623903 -19.45993515863156 C-30.296314176000863 -19.47446375430717, -29.84325906237782 -19.488992349982777, -29.500000000000007 -19.5 M-29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.500000000000004 -19.5, -29.5 -19.5 M-29.500000000000007 -19.5 C-29.500000000000004 -19.5, -29.500000000000004 -19.5, -29.5 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-36.625, -12)\"><rect></rect><foreignObject width=\"73.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-flowchart-API-2\" data-look=\"classic\" transform=\"translate(469.56590270996094, 87.75)\"><rect class=\"basic label-container\" style=\"\" x=\"-70.6640625\" y=\"-27\" width=\"141.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-40.6640625, -12)\"><rect></rect><foreignObject width=\"81.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>API Service</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-flowchart-Chat-3\" data-look=\"classic\" transform=\"translate(666.0112152099609, 196.75)\"><rect class=\"basic label-container\" style=\"\" x=\"-75.78125\" y=\"-27\" width=\"151.5625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-45.78125, -12)\"><rect></rect><foreignObject width=\"91.5625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Chat Service</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-flowchart-Bot-4\" data-look=\"classic\" transform=\"translate(901.1284027099609, 196.75)\"><polygon points=\"15.75,0 202.921875,0 218.671875,-31.5 202.921875,-63 15.75,-63 0,-31.5\" class=\"label-container\" transform=\"translate(-109.3359375,31.5)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-86.0859375, -24)\"><rect></rect><foreignObject width=\"172.171875\" 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>Create Chat Participant<br>or Bot reply</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-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-0d409ba0337b214ec57bc576c734d5619fc0c0c4e632761fa30858cab521e555-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 LR\n    Your([\"Your system\"])\n    Customer([\"Customer\"])\n\n    subgraph eComm[\"eCommunicate platform\"]\n        direction LR\n        API[\"API Service\"]\n        Chat[\"Chat Service\"]\n        Bot{{\"Create Chat Participant<br/>or Bot reply\"}}\n        API <--> Chat\n        Chat --> Bot\n    end\n\n    Customer <-->|\"messages\"| API\n    Your -->|\"Notification/Chat\"| API\n    Your -->|\"Agent replies\"| Chat\n    API -. \"incoming / status / session / event webhooks\" .-> Your\n    Chat -. \"chatbot webhook\" .-> Your\n"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Message path"},"children":["Message path"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Endpoint"},"children":["Endpoint"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Reaches customer?"},"children":["Reaches customer?"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Visible in live chat?"},"children":["Visible in live chat?"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notification / chat send"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /whatsapp-api-service/v2/channels/whatsapp"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌ No"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Agent reply"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /pl4chat-service/api/v2/messages"]}," (with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["channel: WHATSAPP"]},")"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ Yes"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Inbound customer message"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["(customer → API Service → Chat Service)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["n/a"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅ Yes — creates a participant or routes to the chatbot"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Notifications don't appear in live chat"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Anything you send through the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["notifications endpoint"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/whatsapp-api-service/v2/channels/whatsapp"]},") is delivered directly to the customer through the API Service — it does ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," flow through the chat service, so it will not show up on agent screens or in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/pl4chat-service/api/v2/messages"]}," responses."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you need an outbound message to be visible to your live-chat agents, send it through the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["agent reply endpoint"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/pl4chat-service/api/v2/messages"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["channel: WHATSAPP"]},") instead. See the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/live-chat"},"children":["Live Chat guide"]}," for the full request shape. (The legacy ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Message/sendMessageWhatsapp"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Message/sendMessageWithAttachment"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Message/getMessagesByChatParticipant"]}," endpoints are deprecated — see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/migrations#live-chat-v2"},"children":["Migrations"]},".)"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-1-get-your-api-key","__idx":3},"children":["Step 1: Get your API key"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every request to the eCommunicate API requires a Developer Key in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Authorization"]}," header."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Retrieve your API key using your account credentials (no existing key required):"]}]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"cURL","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST \\\n  \"https://api.payless4messaging.com/payless4messaging-service/WhatsApp/authenticate/retrieveApiKey\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"user@example.com\", \"password\": \"your-password\", \"clientRef\": \"CLIENT001\"}'\n","lang":"bash"},"children":[]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"Node.js","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"const response = await fetch(\n  'https://api.payless4messaging.com/payless4messaging-service/WhatsApp/authenticate/retrieveApiKey',\n  {\n    method: 'POST',\n    headers: { 'Content-Type': 'application/json' },\n    body: JSON.stringify({\n      email: 'user@example.com',\n      password: 'your-password',\n      clientRef: 'CLIENT001',\n    }),\n  }\n);\nconst { apiKey } = await response.json();\nconsole.log('Your API key:', apiKey);\n","lang":"javascript"},"children":[]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"Python","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"python","header":{"controls":{"copy":{}}},"source":"import requests\n\nresponse = requests.post(\n    \"https://api.payless4messaging.com/payless4messaging-service/WhatsApp/authenticate/retrieveApiKey\",\n    json={\n        \"email\": \"user@example.com\",\n        \"password\": \"your-password\",\n        \"clientRef\": \"CLIENT001\",\n    },\n)\nprint(\"Your API key:\", response.json()[\"apiKey\"])\n","lang":"python"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Generate a new key:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST \\\n  \"https://api.payless4messaging.com/payless4messaging-service/WhatsApp/SystemUsers/generateAPIKey\" \\\n  -H \"Authorization: YOUR_CURRENT_KEY\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Key regeneration"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generating a new key ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["immediately invalidates"]}," the previous one. All integrations using the old key will stop working. Update all your services before or immediately after regeneration."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-2-choose-your-channel","__idx":4},"children":["Step 2: Choose your channel"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"WhatsApp Cloud","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["WhatsApp Cloud uses Meta's official Cloud API. Messages route through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.payless4messaging.com"]},"."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Characteristic"},"children":["Characteristic"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Detail"},"children":["Detail"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Template messages"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required for outbound — must be pre-approved by Meta"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Session messages"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Free-form text/media within the 24-hour customer service window"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["SMS fallback"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Automatic fallback when recipient is not on WhatsApp"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rate limiting"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Managed by Meta based on your quality rating"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"WhatsApp Lite","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["WhatsApp Lite connects directly via QR code or pairing code. Messages route through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.payless4messaging.com"]},"."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Characteristic"},"children":["Characteristic"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Detail"},"children":["Detail"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No template restrictions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Send any message at any time"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Connection"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["QR code or pairing code"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Group management"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create, manage, and message WhatsApp groups"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Contact sync"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Retrieve synced contacts from the connected device"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Throttling"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Configurable message throttling and batch delays"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"SMS","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Direct SMS messaging via the unified endpoint or dedicated SMS channel."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Characteristic"},"children":["Characteristic"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Detail"},"children":["Detail"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GSM 7-bit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["160 chars/part (153 multipart) — best for English text"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Unicode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["70 chars/part (67 multipart) — for non-Latin characters or emoji"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Fallback"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Also available as automatic fallback for WhatsApp messages"]}]}]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-3-send-your-first-message","__idx":5},"children":["Step 3: Send your first message"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the unified endpoint to send a WhatsApp notification message:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"cURL","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST \\\n  \"https://api.payless4messaging.com/whatsapp-api-service/v2/messages\" \\\n  -H \"Authorization: $ECOMM_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"channel\": \"WHATSAPP\",\n    \"payload\": {\n      \"sender\": \"+27123456789\",\n      \"templateName\": \"seasonal_promo_text\",\n      \"templateId\": \"your-template-uuid\",\n      \"messageType\": \"NOTIFICATION\",\n      \"messages\": [\n        {\n          \"recipients\": [{ \"to\": \"+27987654321\", \"customerUserId\": \"ZA.1021033720668862\" }],\n          \"components\": [\n            { \"type\": \"body\", \"parameters\": [\"John\"] }\n          ]\n        }\n      ]\n    }\n  }'\n","lang":"bash"},"children":[]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"Node.js","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"javascript","header":{"controls":{"copy":{}}},"source":"const API_KEY = process.env.ECOMM_API_KEY;\nconst BASE_URL = 'https://api.payless4messaging.com';\n\nconst response = await fetch(`${BASE_URL}/whatsapp-api-service/v2/messages`, {\n  method: 'POST',\n  headers: {\n    'Authorization': API_KEY,\n    'Content-Type': 'application/json',\n  },\n  body: JSON.stringify({\n    channel: 'WHATSAPP',\n    payload: {\n      sender: '+27123456789',\n      templateName: 'seasonal_promo_text',\n      templateId: 'your-template-uuid',\n      messageType: 'NOTIFICATION',\n      messages: [\n        {\n          recipients: [{ to: '+27987654321' }],\n          components: [{ type: 'body', parameters: ['John'] }],\n        },\n      ],\n    },\n  }),\n});\n\nconst data = await response.json();\nconsole.log(data);\n// { status: \"ACCEPTED\", requestId: \"c3a1f8e2-...\", channel: \"WHATSAPP\" }\n","lang":"javascript"},"children":[]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"Python","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"python","header":{"controls":{"copy":{}}},"source":"import os\nimport requests\n\nAPI_KEY = os.environ[\"ECOMM_API_KEY\"]\nBASE_URL = \"https://api.payless4messaging.com\"\n\nresponse = requests.post(\n    f\"{BASE_URL}/whatsapp-api-service/v2/messages\",\n    headers={\n        \"Authorization\": API_KEY,\n        \"Content-Type\": \"application/json\",\n    },\n    json={\n        \"channel\": \"WHATSAPP\",\n        \"payload\": {\n            \"sender\": \"+27123456789\",\n            \"templateName\": \"seasonal_promo_text\",\n            \"templateId\": \"your-template-uuid\",\n            \"messageType\": \"NOTIFICATION\",\n            \"messages\": [\n                {\n                    \"recipients\": [{\"to\": \"+27987654321\"}],\n                    \"components\": [{\"type\": \"body\", \"parameters\": [\"John\"]}],\n                }\n            ],\n        },\n    },\n)\n\nprint(response.json())\n","lang":"python"},"children":[]}]},{"$$mdtype":"Tag","name":"TabItemFragment","attributes":{"label":"Java","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"java","header":{"controls":{"copy":{}}},"source":"import java.net.URI;\nimport java.net.http.*;\nimport java.net.http.HttpResponse.BodyHandlers;\n\nString API_KEY = System.getenv(\"ECOMM_API_KEY\");\nString BASE_URL = \"https://api.payless4messaging.com\";\nHttpClient client = HttpClient.newHttpClient();\n\nString json = \"\"\"\n    {\n      \"channel\": \"WHATSAPP\",\n      \"payload\": {\n        \"sender\": \"+27123456789\",\n        \"templateName\": \"seasonal_promo_text\",\n        \"templateId\": \"your-template-uuid\",\n        \"messageType\": \"NOTIFICATION\",\n        \"messages\": [\n          {\n            \"recipients\": [{ \"to\": \"+27987654321\" }],\n            \"components\": [\n              { \"type\": \"body\", \"parameters\": [\"John\"] }\n            ]\n          }\n        ]\n      }\n    }\n    \"\"\";\n\nHttpRequest request = HttpRequest.newBuilder()\n    .uri(URI.create(BASE_URL + \"/whatsapp-api-service/v2/messages\"))\n    .header(\"Authorization\", API_KEY)\n    .header(\"Content-Type\", \"application/json\")\n    .POST(HttpRequest.BodyPublishers.ofString(json))\n    .build();\n\nHttpResponse<String> response = client.send(request, BodyHandlers.ofString());\nSystem.out.println(response.body());\n","lang":"java"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Addressing a recipient — phone or BSUID"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every customer has a durable, business-scoped user id (",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["BSUID"]},", alpha usernames — e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ZA.1021033720668862"]},") that stays stable for your business even if the customer changes their phone number. Address a recipient by phone (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["to"]},"), by BSUID (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customerUserId"]},"), or both — supply at least one. When both are present, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["to"]}," takes precedence and the BSUID rides along as a durable fallback. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["The phone number remains the primary identifier today"]}," — store the BSUID now and rely on it as phone numbers become optional."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response (202 Accepted):"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"status\": \"ACCEPTED\",\n  \"message\": \"Request accepted\",\n  \"requestId\": \"c3a1f8e2-4b6d-11ee-be56-0242ac120002\",\n  \"channel\": \"WHATSAPP\",\n  \"timestamp\": \"2026-01-15T10:30:00Z\",\n  \"response\": \"Request Accepted for Processing\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Asynchronous processing"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["202 Accepted"]}," response means the message is queued for delivery. Use ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/webhooks"},"children":["Webhooks"]}," or the Message Reports API to track the actual delivery status."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"step-4-set-up-webhooks","__idx":6},"children":["Step 4: Set up webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Configure webhooks to receive delivery receipts and incoming messages in real time:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST \\\n  \"https://api.payless4messaging.com/payless4messaging-service/WhatsApp/WhatsAppClientWebHook\" \\\n  -H \"Authorization: $ECOMM_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"incomingMessageURL\": \"https://yourserver.com/webhooks/incoming\",\n    \"statusUpdateURL\": \"https://yourserver.com/webhooks/status\"\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/webhooks"},"children":["Webhooks guide"]}," for full setup instructions, payload schemas, and handler examples."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":7},"children":["Next steps"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Now that you've sent your first message, explore these guides to build out your integration:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Guide"},"children":["Guide"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"What you'll learn"},"children":["What you'll learn"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/authentication"},"children":["Authentication"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["API key management and security best practices"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/whatsapp-messaging"},"children":["WhatsApp Messaging"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Templates, media, buttons, carousels, and SMS fallback"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/sms-messaging"},"children":["SMS Messaging"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Direct SMS, encoding, and character limits"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/webhooks"},"children":["Webhooks"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Real-time delivery receipts and incoming messages"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/conversations"},"children":["Conversations"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Persistent conversations beyond the 24-hour window"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/error-handling"},"children":["Error Handling"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Status codes, error format, and troubleshooting"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/rate-limits"},"children":["Rate Limits"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Throughput limits, pagination, and best practices"]}]}]}]}]}]},"headings":[{"value":"Getting Started","id":"getting-started","depth":1},{"value":"Server URLs","id":"server-urls","depth":2},{"value":"How the system fits together","id":"how-the-system-fits-together","depth":2},{"value":"Step 1: Get your API key","id":"step-1-get-your-api-key","depth":2},{"value":"Step 2: Choose your channel","id":"step-2-choose-your-channel","depth":2},{"value":"Step 3: Send your first message","id":"step-3-send-your-first-message","depth":2},{"value":"Step 4: Set up webhooks","id":"step-4-set-up-webhooks","depth":2},{"value":"Next steps","id":"next-steps","depth":2}],"frontmatter":{"title":"Getting Started","description":"Set up your eCommunicate integration and send your first message in under 5 minutes.","seo":{"title":"Getting Started"}},"lastModified":"2026-07-16T09:46:36.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/getting-started","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}