File size: 78,097 Bytes
c1d0415 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: ProcessFlowDiagram Pages: 1 -->
<svg width="1343pt" height="4303pt"
viewBox="0.00 0.00 1343.36 4303.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(36 4267)">
<title>ProcessFlowDiagram</title>
<polygon fill="white" stroke="transparent" points="-36,36 -36,-4267 1307.36,-4267 1307.36,36 -36,36"/>
<!-- Open Empty Fridge -->
<g id="node1" class="node">
<title>Open Empty Fridge</title>
<ellipse fill="#2196f3" stroke="black" cx="621.87" cy="-4213" rx="102.88" ry="18"/>
<text text-anchor="middle" x="621.87" y="-4209.3" font-family="Times,serif" font-size="14.00" fill="white">Open Empty Fridge</text>
</g>
<!-- fridge_horror_assessment -->
<g id="node2" class="node">
<title>fridge_horror_assessment</title>
<path fill="#19191a" stroke="black" d="M814.92,-4124.9C814.92,-4124.9 644.1,-4109.1 644.1,-4109.1 638.13,-4108.55 638.13,-4107.45 644.1,-4106.9 644.1,-4106.9 814.92,-4091.1 814.92,-4091.1 820.9,-4090.55 832.85,-4090.55 838.82,-4091.1 838.82,-4091.1 1009.65,-4106.9 1009.65,-4106.9 1015.62,-4107.45 1015.62,-4108.55 1009.65,-4109.1 1009.65,-4109.1 838.82,-4124.9 838.82,-4124.9 832.85,-4125.45 820.9,-4125.45 814.92,-4124.9"/>
<text text-anchor="middle" x="826.87" y="-4104.3" font-family="Times,serif" font-size="14.00" fill="white">Assess Fridge Horror Level</text>
</g>
<!-- denial_phase -->
<g id="node3" class="node">
<title>denial_phase</title>
<path fill="#19191a" stroke="black" d="M1249.37,-4021C1249.37,-4021 942.37,-4021 942.37,-4021 936.37,-4021 930.37,-4015 930.37,-4009 930.37,-4009 930.37,-3997 930.37,-3997 930.37,-3991 936.37,-3985 942.37,-3985 942.37,-3985 1249.37,-3985 1249.37,-3985 1255.37,-3985 1261.37,-3991 1261.37,-3997 1261.37,-3997 1261.37,-4009 1261.37,-4009 1261.37,-4015 1255.37,-4021 1249.37,-4021"/>
<text text-anchor="middle" x="1095.87" y="-3999.3" font-family="Times,serif" font-size="14.00" fill="white">Enter Denial Phase (Maybe Takeout Again?)</text>
</g>
<!-- fridge_horror_assessment->denial_phase -->
<g id="edge2" class="edge">
<title>fridge_horror_assessment->denial_phase</title>
<path fill="none" stroke="#4a4a4a" d="M976.05,-4103.49C976.05,-4103.49 976.05,-4031.41 976.05,-4031.41"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="979.55,-4031.41 976.05,-4021.41 972.55,-4031.41 979.55,-4031.41"/>
<text text-anchor="middle" x="1021.37" y="-4053" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Just Condiments</text>
</g>
<!-- acceptance_phase -->
<g id="node4" class="node">
<title>acceptance_phase</title>
<path fill="#19191a" stroke="black" d="M909.37,-3916C909.37,-3916 708.37,-3916 708.37,-3916 702.37,-3916 696.37,-3910 696.37,-3904 696.37,-3904 696.37,-3892 696.37,-3892 696.37,-3886 702.37,-3880 708.37,-3880 708.37,-3880 909.37,-3880 909.37,-3880 915.37,-3880 921.37,-3886 921.37,-3892 921.37,-3892 921.37,-3904 921.37,-3904 921.37,-3910 915.37,-3916 909.37,-3916"/>
<text text-anchor="middle" x="808.87" y="-3894.3" font-family="Times,serif" font-size="14.00" fill="white">Accept Adult Responsibilities</text>
</g>
<!-- fridge_horror_assessment->acceptance_phase -->
<g id="edge3" class="edge">
<title>fridge_horror_assessment->acceptance_phase</title>
<path fill="none" stroke="#4a4a4a" d="M808.87,-4091.52C808.87,-4091.52 808.87,-3926.18 808.87,-3926.18"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="812.37,-3926.18 808.87,-3916.18 805.37,-3926.18 812.37,-3926.18"/>
<text text-anchor="middle" x="839.37" y="-4000.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Completely Empty</text>
</g>
<!-- denial_phase->acceptance_phase -->
<g id="edge5" class="edge">
<title>denial_phase->acceptance_phase</title>
<path fill="none" stroke="#4a4a4a" d="M972.11,-3984.71C972.11,-3954.63 972.11,-3898 972.11,-3898 972.11,-3898 931.8,-3898 931.8,-3898"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="931.8,-3894.5 921.8,-3898 931.8,-3901.5 931.8,-3894.5"/>
<text text-anchor="middle" x="965.37" y="-3948" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Guilt Wins</text>
</g>
<!-- emergency_grocery_delivery -->
<g id="node60" class="node">
<title>emergency_grocery_delivery</title>
<ellipse fill="#f44336" stroke="black" cx="1095.87" cy="-2928" rx="175.47" ry="18"/>
<text text-anchor="middle" x="1095.87" y="-2924.3" font-family="Times,serif" font-size="14.00" fill="white">Order Emergency Grocery Delivery</text>
</g>
<!-- denial_phase->emergency_grocery_delivery -->
<g id="edge4" class="edge">
<title>denial_phase->emergency_grocery_delivery</title>
<path fill="none" stroke="#4a4a4a" d="M1137.61,-3984.79C1137.61,-3984.79 1137.61,-2955.55 1137.61,-2955.55"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="1141.11,-2955.55 1137.61,-2945.55 1134.11,-2955.55 1141.11,-2955.55"/>
<text text-anchor="middle" x="1116.87" y="-3475.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Give Up</text>
</g>
<!-- budget_check -->
<g id="node5" class="node">
<title>budget_check</title>
<path fill="#19191a" stroke="black" d="M796.92,-3809.95C796.92,-3809.95 615.88,-3794.05 615.88,-3794.05 609.91,-3793.52 609.91,-3792.48 615.88,-3791.95 615.88,-3791.95 796.92,-3776.05 796.92,-3776.05 802.9,-3775.52 814.85,-3775.52 820.83,-3776.05 820.83,-3776.05 1001.86,-3791.95 1001.86,-3791.95 1007.84,-3792.48 1007.84,-3793.52 1001.86,-3794.05 1001.86,-3794.05 820.83,-3809.95 820.83,-3809.95 814.85,-3810.48 802.9,-3810.48 796.92,-3809.95"/>
<text text-anchor="middle" x="808.87" y="-3789.3" font-family="Times,serif" font-size="14.00" fill="white">Check Bank Account Balance</text>
</g>
<!-- acceptance_phase->budget_check -->
<g id="edge6" class="edge">
<title>acceptance_phase->budget_check</title>
<path fill="none" stroke="#4a4a4a" d="M808.87,-3879.71C808.87,-3879.71 808.87,-3821.08 808.87,-3821.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="812.37,-3821.08 808.87,-3811.08 805.37,-3821.08 812.37,-3821.08"/>
<text text-anchor="middle" x="852.87" y="-3843" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Check Resources</text>
</g>
<!-- financial_panic -->
<g id="node6" class="node">
<title>financial_panic</title>
<path fill="#19191a" stroke="black" d="M917.37,-3706C917.37,-3706 732.37,-3706 732.37,-3706 726.37,-3706 720.37,-3700 720.37,-3694 720.37,-3694 720.37,-3682 720.37,-3682 720.37,-3676 726.37,-3670 732.37,-3670 732.37,-3670 917.37,-3670 917.37,-3670 923.37,-3670 929.37,-3676 929.37,-3682 929.37,-3682 929.37,-3694 929.37,-3694 929.37,-3700 923.37,-3706 917.37,-3706"/>
<text text-anchor="middle" x="824.87" y="-3684.3" font-family="Times,serif" font-size="14.00" fill="white">PANIC: Broke Until Payday</text>
</g>
<!-- budget_check->financial_panic -->
<g id="edge7" class="edge">
<title>budget_check->financial_panic</title>
<path fill="none" stroke="#4a4a4a" d="M824.87,-3776.13C824.87,-3776.13 824.87,-3716.24 824.87,-3716.24"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="828.37,-3716.24 824.87,-3706.24 821.37,-3716.24 828.37,-3716.24"/>
<text text-anchor="middle" x="859.37" y="-3738" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Balance < $20</text>
</g>
<!-- list_creation_decision -->
<g id="node8" class="node">
<title>list_creation_decision</title>
<path fill="#19191a" stroke="black" d="M441.91,-3705.04C441.91,-3705.04 242.62,-3688.96 242.62,-3688.96 236.64,-3688.48 236.64,-3687.52 242.62,-3687.04 242.62,-3687.04 441.91,-3670.96 441.91,-3670.96 447.89,-3670.48 459.85,-3670.48 465.83,-3670.96 465.83,-3670.96 665.12,-3687.04 665.12,-3687.04 671.1,-3687.52 671.1,-3688.48 665.12,-3688.96 665.12,-3688.96 465.83,-3705.04 465.83,-3705.04 459.85,-3705.52 447.89,-3705.52 441.91,-3705.04"/>
<text text-anchor="middle" x="453.87" y="-3684.3" font-family="Times,serif" font-size="14.00" fill="white">Make Shopping List or Wing It?</text>
</g>
<!-- budget_check->list_creation_decision -->
<g id="edge8" class="edge">
<title>budget_check->list_creation_decision</title>
<path fill="none" stroke="#4a4a4a" d="M640.57,-3789.51C640.57,-3789.51 640.57,-3701.19 640.57,-3701.19"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="644.07,-3701.19 640.57,-3691.19 637.07,-3701.19 644.07,-3701.19"/>
<text text-anchor="middle" x="607.87" y="-3738" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Funds Available</text>
</g>
<!-- ramen_acceptance -->
<g id="node7" class="node">
<title>ramen_acceptance</title>
<ellipse fill="#f44336" stroke="black" cx="768.87" cy="-3583" rx="140.28" ry="18"/>
<text text-anchor="middle" x="768.87" y="-3579.3" font-family="Times,serif" font-size="14.00" fill="white">Accept Ramen Week Reality</text>
</g>
<!-- financial_panic->ramen_acceptance -->
<g id="edge9" class="edge">
<title>financial_panic->ramen_acceptance</title>
<path fill="none" stroke="#4a4a4a" d="M814.82,-3669.71C814.82,-3669.71 814.82,-3610.04 814.82,-3610.04"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="818.32,-3610.04 814.82,-3600.04 811.32,-3610.04 818.32,-3610.04"/>
<text text-anchor="middle" x="812.87" y="-3633" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Embrace Poverty</text>
</g>
<!-- convenience_store_desperation -->
<g id="node14" class="node">
<title>convenience_store_desperation</title>
<path fill="#19191a" stroke="black" d="M971.87,-3391C971.87,-3391 739.87,-3391 739.87,-3391 733.87,-3391 727.87,-3385 727.87,-3379 727.87,-3379 727.87,-3367 727.87,-3367 727.87,-3361 733.87,-3355 739.87,-3355 739.87,-3355 971.87,-3355 971.87,-3355 977.87,-3355 983.87,-3361 983.87,-3367 983.87,-3367 983.87,-3379 983.87,-3379 983.87,-3385 977.87,-3391 971.87,-3391"/>
<text text-anchor="middle" x="855.87" y="-3369.3" font-family="Times,serif" font-size="14.00" fill="white">Corner Store (Desperation Mode)</text>
</g>
<!-- financial_panic->convenience_store_desperation -->
<g id="edge10" class="edge">
<title>financial_panic->convenience_store_desperation</title>
<path fill="none" stroke="#4a4a4a" d="M919.32,-3669.7C919.32,-3669.7 919.32,-3401.35 919.32,-3401.35"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="922.82,-3401.35 919.32,-3391.35 915.82,-3401.35 922.82,-3401.35"/>
<text text-anchor="middle" x="1019.37" y="-3528" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Emergency Mode</text>
</g>
<!-- organized_list_making -->
<g id="node9" class="node">
<title>organized_list_making</title>
<path fill="#19191a" stroke="black" d="M573.87,-3601C573.87,-3601 351.87,-3601 351.87,-3601 345.87,-3601 339.87,-3595 339.87,-3589 339.87,-3589 339.87,-3577 339.87,-3577 339.87,-3571 345.87,-3565 351.87,-3565 351.87,-3565 573.87,-3565 573.87,-3565 579.87,-3565 585.87,-3571 585.87,-3577 585.87,-3577 585.87,-3589 585.87,-3589 585.87,-3595 579.87,-3601 573.87,-3601"/>
<text text-anchor="middle" x="462.87" y="-3579.3" font-family="Times,serif" font-size="14.00" fill="white">Create Organized Shopping List</text>
</g>
<!-- list_creation_decision->organized_list_making -->
<g id="edge11" class="edge">
<title>list_creation_decision->organized_list_making</title>
<path fill="none" stroke="#4a4a4a" d="M462.87,-3670.66C462.87,-3670.66 462.87,-3611.07 462.87,-3611.07"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="466.37,-3611.07 462.87,-3601.07 459.37,-3611.07 466.37,-3611.07"/>
<text text-anchor="middle" x="495.37" y="-3633" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Be Responsible</text>
</g>
<!-- chaos_mode_activated -->
<g id="node10" class="node">
<title>chaos_mode_activated</title>
<path fill="#19191a" stroke="black" d="M284.87,-3601C284.87,-3601 74.87,-3601 74.87,-3601 68.87,-3601 62.87,-3595 62.87,-3589 62.87,-3589 62.87,-3577 62.87,-3577 62.87,-3571 68.87,-3565 74.87,-3565 74.87,-3565 284.87,-3565 284.87,-3565 290.87,-3565 296.87,-3571 296.87,-3577 296.87,-3577 296.87,-3589 296.87,-3589 296.87,-3595 290.87,-3601 284.87,-3601"/>
<text text-anchor="middle" x="179.87" y="-3579.3" font-family="Times,serif" font-size="14.00" fill="white">Activate Chaos Mode (No List)</text>
</g>
<!-- list_creation_decision->chaos_mode_activated -->
<g id="edge12" class="edge">
<title>list_creation_decision->chaos_mode_activated</title>
<path fill="none" stroke="#4a4a4a" d="M263.7,-3684.97C263.7,-3684.97 263.7,-3611.42 263.7,-3611.42"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="267.2,-3611.42 263.7,-3601.42 260.2,-3611.42 267.2,-3611.42"/>
<text text-anchor="middle" x="294.37" y="-3633" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Live Dangerously</text>
</g>
<!-- store_selection -->
<g id="node11" class="node">
<title>store_selection</title>
<path fill="#19191a" stroke="black" d="M450.92,-3494.92C450.92,-3494.92 275.41,-3479.08 275.41,-3479.08 269.44,-3478.54 269.44,-3477.46 275.41,-3476.92 275.41,-3476.92 450.92,-3461.08 450.92,-3461.08 456.9,-3460.54 468.85,-3460.54 474.82,-3461.08 474.82,-3461.08 650.34,-3476.92 650.34,-3476.92 656.31,-3477.46 656.31,-3478.54 650.34,-3479.08 650.34,-3479.08 474.82,-3494.92 474.82,-3494.92 468.85,-3495.46 456.9,-3495.46 450.92,-3494.92"/>
<text text-anchor="middle" x="462.87" y="-3474.3" font-family="Times,serif" font-size="14.00" fill="white">Choose Your Fighter (Store)</text>
</g>
<!-- organized_list_making->store_selection -->
<g id="edge13" class="edge">
<title>organized_list_making->store_selection</title>
<path fill="none" stroke="#4a4a4a" d="M462.87,-3564.71C462.87,-3564.71 462.87,-3506.08 462.87,-3506.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="466.37,-3506.08 462.87,-3496.08 459.37,-3506.08 466.37,-3506.08"/>
<text text-anchor="middle" x="490.37" y="-3528" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">List Ready</text>
</g>
<!-- chaos_mode_activated->store_selection -->
<g id="edge14" class="edge">
<title>chaos_mode_activated->store_selection</title>
<path fill="none" stroke="#4a4a4a" d="M280.15,-3564.71C280.15,-3564.71 280.15,-3489.92 280.15,-3489.92"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="283.65,-3489.92 280.15,-3479.92 276.65,-3489.92 283.65,-3489.92"/>
<text text-anchor="middle" x="297.87" y="-3528" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Trust Instincts</text>
</g>
<!-- fancy_store -->
<g id="node12" class="node">
<title>fancy_store</title>
<path fill="#19191a" stroke="black" d="M324.37,-3391C324.37,-3391 31.37,-3391 31.37,-3391 25.37,-3391 19.37,-3385 19.37,-3379 19.37,-3379 19.37,-3367 19.37,-3367 19.37,-3361 25.37,-3355 31.37,-3355 31.37,-3355 324.37,-3355 324.37,-3355 330.37,-3355 336.37,-3361 336.37,-3367 336.37,-3367 336.37,-3379 336.37,-3379 336.37,-3385 330.37,-3391 324.37,-3391"/>
<text text-anchor="middle" x="177.87" y="-3369.3" font-family="Times,serif" font-size="14.00" fill="white">Whole Foods (Prepare Wallet for Damage)</text>
</g>
<!-- store_selection->fancy_store -->
<g id="edge15" class="edge">
<title>store_selection->fancy_store</title>
<path fill="none" stroke="#4a4a4a" d="M299.9,-3474.51C299.9,-3474.51 299.9,-3401.14 299.9,-3401.14"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="303.4,-3401.14 299.9,-3391.14 296.4,-3401.14 303.4,-3401.14"/>
<text text-anchor="middle" x="308.37" y="-3423" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Quality > Budget</text>
</g>
<!-- budget_store -->
<g id="node13" class="node">
<title>budget_store</title>
<path fill="#19191a" stroke="black" d="M654.37,-3391C654.37,-3391 391.37,-3391 391.37,-3391 385.37,-3391 379.37,-3385 379.37,-3379 379.37,-3379 379.37,-3367 379.37,-3367 379.37,-3361 385.37,-3355 391.37,-3355 391.37,-3355 654.37,-3355 654.37,-3355 660.37,-3355 666.37,-3361 666.37,-3367 666.37,-3367 666.37,-3379 666.37,-3379 666.37,-3385 660.37,-3391 654.37,-3391"/>
<text text-anchor="middle" x="522.87" y="-3369.3" font-family="Times,serif" font-size="14.00" fill="white">Budget Store (Prepare for Adventure)</text>
</g>
<!-- store_selection->budget_store -->
<g id="edge16" class="edge">
<title>store_selection->budget_store</title>
<path fill="none" stroke="#4a4a4a" d="M520.85,-3465.12C520.85,-3465.12 520.85,-3401.27 520.85,-3401.27"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="524.35,-3401.27 520.85,-3391.27 517.35,-3401.27 524.35,-3401.27"/>
<text text-anchor="middle" x="528.37" y="-3423" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Budget > Sanity</text>
</g>
<!-- store_selection->convenience_store_desperation -->
<g id="edge17" class="edge">
<title>store_selection->convenience_store_desperation</title>
<path fill="none" stroke="#4a4a4a" d="M662.3,-3478C743.48,-3478 818.57,-3478 818.57,-3478 818.57,-3478 818.57,-3401.29 818.57,-3401.29"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="822.07,-3401.29 818.57,-3391.29 815.07,-3401.29 822.07,-3401.29"/>
<text text-anchor="middle" x="769.37" y="-3423" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Desperation</text>
</g>
<!-- parking_battlefield -->
<g id="node15" class="node">
<title>parking_battlefield</title>
<path fill="#19191a" stroke="black" d="M419.92,-3284.95C419.92,-3284.95 238.88,-3269.05 238.88,-3269.05 232.91,-3268.52 232.91,-3267.48 238.88,-3266.95 238.88,-3266.95 419.92,-3251.05 419.92,-3251.05 425.9,-3250.52 437.85,-3250.52 443.83,-3251.05 443.83,-3251.05 624.86,-3266.95 624.86,-3266.95 630.84,-3267.48 630.84,-3268.52 624.86,-3269.05 624.86,-3269.05 443.83,-3284.95 443.83,-3284.95 437.85,-3285.48 425.9,-3285.48 419.92,-3284.95"/>
<text text-anchor="middle" x="431.87" y="-3264.3" font-family="Times,serif" font-size="14.00" fill="white">Enter Parking Lot Battlefield</text>
</g>
<!-- fancy_store->parking_battlefield -->
<g id="edge18" class="edge">
<title>fancy_store->parking_battlefield</title>
<path fill="none" stroke="#4a4a4a" d="M281.64,-3354.71C281.64,-3354.71 281.64,-3283 281.64,-3283"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="285.14,-3283 281.64,-3273 278.14,-3283 285.14,-3283"/>
<text text-anchor="middle" x="304.87" y="-3318" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Prepare Wallet</text>
</g>
<!-- budget_store->parking_battlefield -->
<g id="edge19" class="edge">
<title>budget_store->parking_battlefield</title>
<path fill="none" stroke="#4a4a4a" d="M508.11,-3354.71C508.11,-3354.71 508.11,-3289.59 508.11,-3289.59"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="511.61,-3289.59 508.11,-3279.59 504.61,-3289.59 511.61,-3289.59"/>
<text text-anchor="middle" x="525.37" y="-3318" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Adventure Begins</text>
</g>
<!-- produce_section_trial -->
<g id="node24" class="node">
<title>produce_section_trial</title>
<path fill="#19191a" stroke="black" d="M636.87,-2631C636.87,-2631 458.87,-2631 458.87,-2631 452.87,-2631 446.87,-2625 446.87,-2619 446.87,-2619 446.87,-2607 446.87,-2607 446.87,-2601 452.87,-2595 458.87,-2595 458.87,-2595 636.87,-2595 636.87,-2595 642.87,-2595 648.87,-2601 648.87,-2607 648.87,-2607 648.87,-2619 648.87,-2619 648.87,-2625 642.87,-2631 636.87,-2631"/>
<text text-anchor="middle" x="547.87" y="-2609.3" font-family="Times,serif" font-size="14.00" fill="white">Navigate Produce Section</text>
</g>
<!-- convenience_store_desperation->produce_section_trial -->
<g id="edge20" class="edge">
<title>convenience_store_desperation->produce_section_trial</title>
<path fill="none" stroke="#4a4a4a" d="M843.12,-3354.96C843.12,-3239.87 843.12,-2613 843.12,-2613 843.12,-2613 659.07,-2613 659.07,-2613"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="659.07,-2609.5 649.07,-2613 659.07,-2616.5 659.07,-2609.5"/>
<text text-anchor="middle" x="900.37" y="-2978" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Skip Parking Hell</text>
</g>
<!-- parking_chaos -->
<g id="node16" class="node">
<title>parking_chaos</title>
<path fill="#19191a" stroke="black" d="M652.87,-3181C652.87,-3181 498.87,-3181 498.87,-3181 492.87,-3181 486.87,-3175 486.87,-3169 486.87,-3169 486.87,-3157 486.87,-3157 486.87,-3151 492.87,-3145 498.87,-3145 498.87,-3145 652.87,-3145 652.87,-3145 658.87,-3145 664.87,-3151 664.87,-3157 664.87,-3157 664.87,-3169 664.87,-3169 664.87,-3175 658.87,-3181 652.87,-3181"/>
<text text-anchor="middle" x="575.87" y="-3159.3" font-family="Times,serif" font-size="14.00" fill="white">Circle Lot Like Vulture</text>
</g>
<!-- parking_battlefield->parking_chaos -->
<g id="edge21" class="edge">
<title>parking_battlefield->parking_chaos</title>
<path fill="none" stroke="#4a4a4a" d="M561.86,-3261.11C561.86,-3261.11 561.86,-3191.05 561.86,-3191.05"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="565.36,-3191.05 561.86,-3181.05 558.36,-3191.05 565.36,-3191.05"/>
<text text-anchor="middle" x="576.37" y="-3213" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">No Spots</text>
</g>
<!-- parking_victory -->
<g id="node18" class="node">
<title>parking_victory</title>
<path fill="#19191a" stroke="black" d="M431.37,-3116C431.37,-3116 292.37,-3116 292.37,-3116 286.37,-3116 280.37,-3110 280.37,-3104 280.37,-3104 280.37,-3092 280.37,-3092 280.37,-3086 286.37,-3080 292.37,-3080 292.37,-3080 431.37,-3080 431.37,-3080 437.37,-3080 443.37,-3086 443.37,-3092 443.37,-3092 443.37,-3104 443.37,-3104 443.37,-3110 437.37,-3116 431.37,-3116"/>
<text text-anchor="middle" x="361.87" y="-3094.3" font-family="Times,serif" font-size="14.00" fill="white">Secure Parking Spot</text>
</g>
<!-- parking_battlefield->parking_victory -->
<g id="edge22" class="edge">
<title>parking_battlefield->parking_victory</title>
<path fill="none" stroke="#4a4a4a" d="M361.87,-3256.05C361.87,-3256.05 361.87,-3126.16 361.87,-3126.16"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="365.37,-3126.16 361.87,-3116.16 358.37,-3126.16 365.37,-3126.16"/>
<text text-anchor="middle" x="439.87" y="-3213" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Spot Found</text>
</g>
<!-- parking_rage_mode -->
<g id="node17" class="node">
<title>parking_rage_mode</title>
<path fill="#19191a" stroke="black" d="M593.93,-3049.83C593.93,-3049.83 433.32,-3034.17 433.32,-3034.17 427.34,-3033.58 427.34,-3032.42 433.32,-3031.83 433.32,-3031.83 593.93,-3016.17 593.93,-3016.17 599.9,-3015.58 611.85,-3015.58 617.82,-3016.17 617.82,-3016.17 778.43,-3031.83 778.43,-3031.83 784.4,-3032.42 784.4,-3033.58 778.43,-3034.17 778.43,-3034.17 617.82,-3049.83 617.82,-3049.83 611.85,-3050.42 599.9,-3050.42 593.93,-3049.83"/>
<text text-anchor="middle" x="605.87" y="-3029.3" font-family="Times,serif" font-size="14.00" fill="white">Enter Parking Rage Mode</text>
</g>
<!-- parking_chaos->parking_rage_mode -->
<g id="edge23" class="edge">
<title>parking_chaos->parking_rage_mode</title>
<path fill="none" stroke="#4a4a4a" d="M575.87,-3144.92C575.87,-3144.92 575.87,-3058.1 575.87,-3058.1"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="579.37,-3058.1 575.87,-3048.1 572.37,-3058.1 579.37,-3058.1"/>
<text text-anchor="middle" x="632.37" y="-3095.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Patience Exhausted</text>
</g>
<!-- walk_from_mars -->
<g id="node19" class="node">
<title>walk_from_mars</title>
<path fill="#19191a" stroke="black" d="M649.37,-2946C649.37,-2946 452.37,-2946 452.37,-2946 446.37,-2946 440.37,-2940 440.37,-2934 440.37,-2934 440.37,-2922 440.37,-2922 440.37,-2916 446.37,-2910 452.37,-2910 452.37,-2910 649.37,-2910 649.37,-2910 655.37,-2910 661.37,-2916 661.37,-2922 661.37,-2922 661.37,-2934 661.37,-2934 661.37,-2940 655.37,-2946 649.37,-2946"/>
<text text-anchor="middle" x="550.87" y="-2924.3" font-family="Times,serif" font-size="14.00" fill="white">Park on Mars, Walk 10 Miles</text>
</g>
<!-- parking_rage_mode->walk_from_mars -->
<g id="edge24" class="edge">
<title>parking_rage_mode->walk_from_mars</title>
<path fill="none" stroke="#4a4a4a" d="M550.87,-3020.12C550.87,-3020.12 550.87,-2956.27 550.87,-2956.27"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="554.37,-2956.27 550.87,-2946.27 547.37,-2956.27 554.37,-2956.27"/>
<text text-anchor="middle" x="605.87" y="-2978" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Take Any Spot</text>
</g>
<!-- parking_rage_mode->emergency_grocery_delivery -->
<g id="edge25" class="edge">
<title>parking_rage_mode->emergency_grocery_delivery</title>
<path fill="none" stroke="#4a4a4a" d="M790.41,-3033C873.01,-3033 952.13,-3033 952.13,-3033 952.13,-3033 952.13,-2948.45 952.13,-2948.45"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="955.63,-2948.45 952.13,-2938.45 948.63,-2948.45 955.63,-2948.45"/>
<text text-anchor="middle" x="1030.87" y="-2978" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Rage Quit</text>
</g>
<!-- cart_selection -->
<g id="node20" class="node">
<title>cart_selection</title>
<path fill="#19191a" stroke="black" d="M426.93,-2839.81C426.93,-2839.81 270.5,-2824.19 270.5,-2824.19 264.53,-2823.6 264.53,-2822.4 270.5,-2821.81 270.5,-2821.81 426.93,-2806.19 426.93,-2806.19 432.9,-2805.6 444.84,-2805.6 450.81,-2806.19 450.81,-2806.19 607.24,-2821.81 607.24,-2821.81 613.21,-2822.4 613.21,-2823.6 607.24,-2824.19 607.24,-2824.19 450.81,-2839.81 450.81,-2839.81 444.84,-2840.4 432.9,-2840.4 426.93,-2839.81"/>
<text text-anchor="middle" x="438.87" y="-2819.3" font-family="Times,serif" font-size="14.00" fill="white">Cart Selection Ceremony</text>
</g>
<!-- parking_victory->cart_selection -->
<g id="edge26" class="edge">
<title>parking_victory->cart_selection</title>
<path fill="none" stroke="#4a4a4a" d="M350.75,-3079.96C350.75,-3079.96 350.75,-2842.32 350.75,-2842.32"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="354.25,-2842.32 350.75,-2832.32 347.25,-2842.32 354.25,-2842.32"/>
<text text-anchor="middle" x="385.37" y="-2978" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Enter Store</text>
</g>
<!-- walk_from_mars->cart_selection -->
<g id="edge27" class="edge">
<title>walk_from_mars->cart_selection</title>
<path fill="none" stroke="#4a4a4a" d="M529.7,-2909.71C529.7,-2909.71 529.7,-2842.05 529.7,-2842.05"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="533.2,-2842.05 529.7,-2832.05 526.2,-2842.05 533.2,-2842.05"/>
<text text-anchor="middle" x="502.87" y="-2873" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Finally Arrive</text>
</g>
<!-- broken_cart_curse -->
<g id="node21" class="node">
<title>broken_cart_curse</title>
<path fill="#19191a" stroke="black" d="M778.87,-2736C778.87,-2736 584.87,-2736 584.87,-2736 578.87,-2736 572.87,-2730 572.87,-2724 572.87,-2724 572.87,-2712 572.87,-2712 572.87,-2706 578.87,-2700 584.87,-2700 584.87,-2700 778.87,-2700 778.87,-2700 784.87,-2700 790.87,-2706 790.87,-2712 790.87,-2712 790.87,-2724 790.87,-2724 790.87,-2730 784.87,-2736 778.87,-2736"/>
<text text-anchor="middle" x="681.87" y="-2714.3" font-family="Times,serif" font-size="14.00" fill="white">Get Cart with Broken Wheel</text>
</g>
<!-- cart_selection->broken_cart_curse -->
<g id="edge28" class="edge">
<title>cart_selection->broken_cart_curse</title>
<path fill="none" stroke="#4a4a4a" d="M595.95,-2820.4C595.95,-2820.4 595.95,-2746.27 595.95,-2746.27"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="599.45,-2746.27 595.95,-2736.27 592.45,-2746.27 599.45,-2746.27"/>
<text text-anchor="middle" x="674.87" y="-2768" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Murphy's Law</text>
</g>
<!-- cart_satisfaction -->
<g id="node22" class="node">
<title>cart_satisfaction</title>
<path fill="#19191a" stroke="black" d="M292.87,-2736C292.87,-2736 176.87,-2736 176.87,-2736 170.87,-2736 164.87,-2730 164.87,-2724 164.87,-2724 164.87,-2712 164.87,-2712 164.87,-2706 170.87,-2700 176.87,-2700 176.87,-2700 292.87,-2700 292.87,-2700 298.87,-2700 304.87,-2706 304.87,-2712 304.87,-2712 304.87,-2724 304.87,-2724 304.87,-2730 298.87,-2736 292.87,-2736"/>
<text text-anchor="middle" x="234.87" y="-2714.3" font-family="Times,serif" font-size="14.00" fill="white">Find Perfect Cart</text>
</g>
<!-- cart_selection->cart_satisfaction -->
<g id="edge29" class="edge">
<title>cart_selection->cart_satisfaction</title>
<path fill="none" stroke="#4a4a4a" d="M281.8,-2820.4C281.8,-2820.4 281.8,-2746.27 281.8,-2746.27"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="285.3,-2746.27 281.8,-2736.27 278.3,-2746.27 285.3,-2746.27"/>
<text text-anchor="middle" x="313.37" y="-2768" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Lucky Day</text>
</g>
<!-- no_cart_rebellion -->
<g id="node23" class="node">
<title>no_cart_rebellion</title>
<path fill="#19191a" stroke="black" d="M517.87,-2736C517.87,-2736 359.87,-2736 359.87,-2736 353.87,-2736 347.87,-2730 347.87,-2724 347.87,-2724 347.87,-2712 347.87,-2712 347.87,-2706 353.87,-2700 359.87,-2700 359.87,-2700 517.87,-2700 517.87,-2700 523.87,-2700 529.87,-2706 529.87,-2712 529.87,-2712 529.87,-2724 529.87,-2724 529.87,-2730 523.87,-2736 517.87,-2736"/>
<text text-anchor="middle" x="438.87" y="-2714.3" font-family="Times,serif" font-size="14.00" fill="white">Rebel: No Cart Needed</text>
</g>
<!-- cart_selection->no_cart_rebellion -->
<g id="edge30" class="edge">
<title>cart_selection->no_cart_rebellion</title>
<path fill="none" stroke="#4a4a4a" d="M438.87,-2804.71C438.87,-2804.71 438.87,-2746.08 438.87,-2746.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="442.37,-2746.08 438.87,-2736.08 435.37,-2746.08 442.37,-2746.08"/>
<text text-anchor="middle" x="492.37" y="-2768" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Minimalist Approach</text>
</g>
<!-- broken_cart_curse->produce_section_trial -->
<g id="edge31" class="edge">
<title>broken_cart_curse->produce_section_trial</title>
<path fill="none" stroke="#4a4a4a" d="M610.87,-2699.71C610.87,-2699.71 610.87,-2641.08 610.87,-2641.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="614.37,-2641.08 610.87,-2631.08 607.37,-2641.08 614.37,-2641.08"/>
<text text-anchor="middle" x="685.87" y="-2663" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Accept Fate</text>
</g>
<!-- cart_satisfaction->produce_section_trial -->
<g id="edge32" class="edge">
<title>cart_satisfaction->produce_section_trial</title>
<path fill="none" stroke="#4a4a4a" d="M279.62,-2699.71C279.62,-2669.63 279.62,-2613 279.62,-2613 279.62,-2613 436.84,-2613 436.84,-2613"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="436.84,-2616.5 446.84,-2613 436.84,-2609.5 436.84,-2616.5"/>
<text text-anchor="middle" x="301.37" y="-2663" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Optimism High</text>
</g>
<!-- no_cart_rebellion->produce_section_trial -->
<g id="edge33" class="edge">
<title>no_cart_rebellion->produce_section_trial</title>
<path fill="none" stroke="#4a4a4a" d="M488.37,-2699.71C488.37,-2699.71 488.37,-2641.08 488.37,-2641.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="491.87,-2641.08 488.37,-2631.08 484.87,-2641.08 491.87,-2641.08"/>
<text text-anchor="middle" x="524.37" y="-2663" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Hands Free</text>
</g>
<!-- avocado_evaluation -->
<g id="node25" class="node">
<title>avocado_evaluation</title>
<path fill="#19191a" stroke="black" d="M535.93,-2524.84C535.93,-2524.84 373.98,-2509.16 373.98,-2509.16 368.01,-2508.58 368.01,-2507.42 373.98,-2506.84 373.98,-2506.84 535.93,-2491.16 535.93,-2491.16 541.9,-2490.58 553.85,-2490.58 559.82,-2491.16 559.82,-2491.16 721.77,-2506.84 721.77,-2506.84 727.74,-2507.42 727.74,-2508.58 721.77,-2509.16 721.77,-2509.16 559.82,-2524.84 559.82,-2524.84 553.85,-2525.42 541.9,-2525.42 535.93,-2524.84"/>
<text text-anchor="middle" x="547.87" y="-2504.3" font-family="Times,serif" font-size="14.00" fill="white">Perform Avocado Analysis</text>
</g>
<!-- produce_section_trial->avocado_evaluation -->
<g id="edge34" class="edge">
<title>produce_section_trial->avocado_evaluation</title>
<path fill="none" stroke="#4a4a4a" d="M547.87,-2594.71C547.87,-2594.71 547.87,-2536.08 547.87,-2536.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="551.37,-2536.08 547.87,-2526.08 544.37,-2536.08 551.37,-2536.08"/>
<text text-anchor="middle" x="592.87" y="-2558" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">The Avocado Test</text>
</g>
<!-- avocado_disappointment -->
<g id="node26" class="node">
<title>avocado_disappointment</title>
<path fill="#19191a" stroke="black" d="M409.37,-2421C409.37,-2421 266.37,-2421 266.37,-2421 260.37,-2421 254.37,-2415 254.37,-2409 254.37,-2409 254.37,-2397 254.37,-2397 254.37,-2391 260.37,-2385 266.37,-2385 266.37,-2385 409.37,-2385 409.37,-2385 415.37,-2385 421.37,-2391 421.37,-2397 421.37,-2397 421.37,-2409 421.37,-2409 421.37,-2415 415.37,-2421 409.37,-2421"/>
<text text-anchor="middle" x="337.87" y="-2399.3" font-family="Times,serif" font-size="14.00" fill="white">All Avocados Terrible</text>
</g>
<!-- avocado_evaluation->avocado_disappointment -->
<g id="edge35" class="edge">
<title>avocado_evaluation->avocado_disappointment</title>
<path fill="none" stroke="#4a4a4a" d="M391.79,-2504.97C391.79,-2504.97 391.79,-2431.42 391.79,-2431.42"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="395.29,-2431.42 391.79,-2421.42 388.29,-2431.42 395.29,-2431.42"/>
<text text-anchor="middle" x="419.37" y="-2453" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">All Terrible</text>
</g>
<!-- avocado_success -->
<g id="node27" class="node">
<title>avocado_success</title>
<path fill="#19191a" stroke="black" d="M619.87,-2421C619.87,-2421 475.87,-2421 475.87,-2421 469.87,-2421 463.87,-2415 463.87,-2409 463.87,-2409 463.87,-2397 463.87,-2397 463.87,-2391 469.87,-2385 475.87,-2385 475.87,-2385 619.87,-2385 619.87,-2385 625.87,-2385 631.87,-2391 631.87,-2397 631.87,-2397 631.87,-2409 631.87,-2409 631.87,-2415 625.87,-2421 619.87,-2421"/>
<text text-anchor="middle" x="547.87" y="-2399.3" font-family="Times,serif" font-size="14.00" fill="white">Find Perfect Avocado</text>
</g>
<!-- avocado_evaluation->avocado_success -->
<g id="edge36" class="edge">
<title>avocado_evaluation->avocado_success</title>
<path fill="none" stroke="#4a4a4a" d="M547.87,-2489.71C547.87,-2489.71 547.87,-2431.08 547.87,-2431.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="551.37,-2431.08 547.87,-2421.08 544.37,-2431.08 551.37,-2431.08"/>
<text text-anchor="middle" x="591.87" y="-2453" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Miracle Happens</text>
</g>
<!-- avocado_skip -->
<g id="node28" class="node">
<title>avocado_skip</title>
<path fill="#19191a" stroke="black" d="M883.37,-2421C883.37,-2421 686.37,-2421 686.37,-2421 680.37,-2421 674.37,-2415 674.37,-2409 674.37,-2409 674.37,-2397 674.37,-2397 674.37,-2391 680.37,-2385 686.37,-2385 686.37,-2385 883.37,-2385 883.37,-2385 889.37,-2385 895.37,-2391 895.37,-2397 895.37,-2397 895.37,-2409 895.37,-2409 895.37,-2415 889.37,-2421 883.37,-2421"/>
<text text-anchor="middle" x="784.87" y="-2399.3" font-family="Times,serif" font-size="14.00" fill="white">Skip Avocados (Wise Choice)</text>
</g>
<!-- avocado_evaluation->avocado_skip -->
<g id="edge37" class="edge">
<title>avocado_evaluation->avocado_skip</title>
<path fill="none" stroke="#4a4a4a" d="M703.96,-2504.97C703.96,-2504.97 703.96,-2431.42 703.96,-2431.42"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="707.46,-2431.42 703.96,-2421.42 700.46,-2431.42 707.46,-2431.42"/>
<text text-anchor="middle" x="773.87" y="-2453" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Wise Avoidance</text>
</g>
<!-- crowded_aisle_encounter -->
<g id="node29" class="node">
<title>crowded_aisle_encounter</title>
<path fill="#19191a" stroke="black" d="M535.93,-2314.82C535.93,-2314.82 377.83,-2299.18 377.83,-2299.18 371.86,-2298.59 371.86,-2297.41 377.83,-2296.82 377.83,-2296.82 535.93,-2281.18 535.93,-2281.18 541.9,-2280.59 553.84,-2280.59 559.82,-2281.18 559.82,-2281.18 717.92,-2296.82 717.92,-2296.82 723.89,-2297.41 723.89,-2298.59 717.92,-2299.18 717.92,-2299.18 559.82,-2314.82 559.82,-2314.82 553.84,-2315.41 541.9,-2315.41 535.93,-2314.82"/>
<text text-anchor="middle" x="547.87" y="-2294.3" font-family="Times,serif" font-size="14.00" fill="white">Encounter Crowded Aisle</text>
</g>
<!-- avocado_disappointment->crowded_aisle_encounter -->
<g id="edge38" class="edge">
<title>avocado_disappointment->crowded_aisle_encounter</title>
<path fill="none" stroke="#4a4a4a" d="M393.63,-2384.71C393.63,-2384.71 393.63,-2310.8 393.63,-2310.8"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="397.13,-2310.8 393.63,-2300.8 390.13,-2310.8 397.13,-2310.8"/>
<text text-anchor="middle" x="419.37" y="-2348" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Dreams Crushed</text>
</g>
<!-- avocado_success->crowded_aisle_encounter -->
<g id="edge39" class="edge">
<title>avocado_success->crowded_aisle_encounter</title>
<path fill="none" stroke="#4a4a4a" d="M547.87,-2384.71C547.87,-2384.71 547.87,-2326.08 547.87,-2326.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="551.37,-2326.08 547.87,-2316.08 544.37,-2326.08 551.37,-2326.08"/>
<text text-anchor="middle" x="586.37" y="-2348" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Hope Restored</text>
</g>
<!-- avocado_skip->crowded_aisle_encounter -->
<g id="edge40" class="edge">
<title>avocado_skip->crowded_aisle_encounter</title>
<path fill="none" stroke="#4a4a4a" d="M702.12,-2384.71C702.12,-2384.71 702.12,-2310.8 702.12,-2310.8"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="705.62,-2310.8 702.12,-2300.8 698.62,-2310.8 705.62,-2310.8"/>
<text text-anchor="middle" x="764.87" y="-2348" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Strategic Skip</text>
</g>
<!-- aisle_patience_test -->
<g id="node30" class="node">
<title>aisle_patience_test</title>
<path fill="#19191a" stroke="black" d="M349.87,-2211C349.87,-2211 109.87,-2211 109.87,-2211 103.87,-2211 97.87,-2205 97.87,-2199 97.87,-2199 97.87,-2187 97.87,-2187 97.87,-2181 103.87,-2175 109.87,-2175 109.87,-2175 349.87,-2175 349.87,-2175 355.87,-2175 361.87,-2181 361.87,-2187 361.87,-2187 361.87,-2199 361.87,-2199 361.87,-2205 355.87,-2211 349.87,-2211"/>
<text text-anchor="middle" x="229.87" y="-2189.3" font-family="Times,serif" font-size="14.00" fill="white">Wait Patiently Behind Slow Person</text>
</g>
<!-- crowded_aisle_encounter->aisle_patience_test -->
<g id="edge41" class="edge">
<title>crowded_aisle_encounter->aisle_patience_test</title>
<path fill="none" stroke="#4a4a4a" d="M385.63,-2295.81C385.63,-2280.73 385.63,-2193 385.63,-2193 385.63,-2193 371.97,-2193 371.97,-2193"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="371.97,-2189.5 361.97,-2193 371.97,-2196.5 371.97,-2189.5"/>
<text text-anchor="middle" x="365.37" y="-2243" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Be Polite</text>
</g>
<!-- aggressive_navigation -->
<g id="node31" class="node">
<title>aggressive_navigation</title>
<path fill="#19191a" stroke="black" d="M678.37,-2211C678.37,-2211 417.37,-2211 417.37,-2211 411.37,-2211 405.37,-2205 405.37,-2199 405.37,-2199 405.37,-2187 405.37,-2187 405.37,-2181 411.37,-2175 417.37,-2175 417.37,-2175 678.37,-2175 678.37,-2175 684.37,-2175 690.37,-2181 690.37,-2187 690.37,-2187 690.37,-2199 690.37,-2199 690.37,-2205 684.37,-2211 678.37,-2211"/>
<text text-anchor="middle" x="547.87" y="-2189.3" font-family="Times,serif" font-size="14.00" fill="white">Aggressively Navigate Around People</text>
</g>
<!-- crowded_aisle_encounter->aggressive_navigation -->
<g id="edge42" class="edge">
<title>crowded_aisle_encounter->aggressive_navigation</title>
<path fill="none" stroke="#4a4a4a" d="M547.87,-2279.71C547.87,-2279.71 547.87,-2221.08 547.87,-2221.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="551.37,-2221.08 547.87,-2211.08 544.37,-2221.08 551.37,-2221.08"/>
<text text-anchor="middle" x="569.87" y="-2243" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">No Time</text>
</g>
<!-- retreat_and_return -->
<g id="node32" class="node">
<title>retreat_and_return</title>
<path fill="#19191a" stroke="black" d="M999.87,-2211C999.87,-2211 745.87,-2211 745.87,-2211 739.87,-2211 733.87,-2205 733.87,-2199 733.87,-2199 733.87,-2187 733.87,-2187 733.87,-2181 739.87,-2175 745.87,-2175 745.87,-2175 999.87,-2175 999.87,-2175 1005.87,-2175 1011.87,-2181 1011.87,-2187 1011.87,-2187 1011.87,-2199 1011.87,-2199 1011.87,-2205 1005.87,-2211 999.87,-2211"/>
<text text-anchor="middle" x="872.87" y="-2189.3" font-family="Times,serif" font-size="14.00" fill="white">Strategic Retreat (Come Back Later)</text>
</g>
<!-- crowded_aisle_encounter->retreat_and_return -->
<g id="edge43" class="edge">
<title>crowded_aisle_encounter->retreat_and_return</title>
<path fill="none" stroke="#4a4a4a" d="M710.12,-2295.81C710.12,-2280.73 710.12,-2193 710.12,-2193 710.12,-2193 723.79,-2193 723.79,-2193"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="723.79,-2196.5 733.79,-2193 723.79,-2189.5 723.79,-2196.5"/>
<text text-anchor="middle" x="799.37" y="-2243" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Strategic Retreat</text>
</g>
<!-- impulse_resistance -->
<g id="node33" class="node">
<title>impulse_resistance</title>
<path fill="#19191a" stroke="black" d="M535.92,-2104.98C535.92,-2104.98 349.36,-2089.02 349.36,-2089.02 343.38,-2088.51 343.38,-2087.49 349.36,-2086.98 349.36,-2086.98 535.92,-2071.02 535.92,-2071.02 541.9,-2070.51 553.85,-2070.51 559.83,-2071.02 559.83,-2071.02 746.39,-2086.98 746.39,-2086.98 752.37,-2087.49 752.37,-2088.51 746.39,-2089.02 746.39,-2089.02 559.83,-2104.98 559.83,-2104.98 553.85,-2105.49 541.9,-2105.49 535.92,-2104.98"/>
<text text-anchor="middle" x="547.87" y="-2084.3" font-family="Times,serif" font-size="14.00" fill="white">Face Snack Aisle Temptations</text>
</g>
<!-- aisle_patience_test->impulse_resistance -->
<g id="edge44" class="edge">
<title>aisle_patience_test->impulse_resistance</title>
<path fill="none" stroke="#4a4a4a" d="M349.63,-2174.71C349.63,-2174.71 349.63,-2099.42 349.63,-2099.42"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="353.13,-2099.42 349.63,-2089.42 346.13,-2099.42 353.13,-2099.42"/>
<text text-anchor="middle" x="364.87" y="-2138" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Finally Through</text>
</g>
<!-- aggressive_navigation->impulse_resistance -->
<g id="edge45" class="edge">
<title>aggressive_navigation->impulse_resistance</title>
<path fill="none" stroke="#4a4a4a" d="M547.87,-2174.71C547.87,-2174.71 547.87,-2116.08 547.87,-2116.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="551.37,-2116.08 547.87,-2106.08 544.37,-2116.08 551.37,-2116.08"/>
<text text-anchor="middle" x="580.87" y="-2138" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Path Cleared</text>
</g>
<!-- retreat_and_return->impulse_resistance -->
<g id="edge46" class="edge">
<title>retreat_and_return->impulse_resistance</title>
<path fill="none" stroke="#4a4a4a" d="M746.12,-2174.71C746.12,-2174.71 746.12,-2099.42 746.12,-2099.42"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="749.62,-2099.42 746.12,-2089.42 742.62,-2099.42 749.62,-2099.42"/>
<text text-anchor="middle" x="799.87" y="-2138" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Return Later</text>
</g>
<!-- impulse_surrender -->
<g id="node34" class="node">
<title>impulse_surrender</title>
<path fill="#19191a" stroke="black" d="M756.87,-2001C756.87,-2001 574.87,-2001 574.87,-2001 568.87,-2001 562.87,-1995 562.87,-1989 562.87,-1989 562.87,-1977 562.87,-1977 562.87,-1971 568.87,-1965 574.87,-1965 574.87,-1965 756.87,-1965 756.87,-1965 762.87,-1965 768.87,-1971 768.87,-1977 768.87,-1977 768.87,-1989 768.87,-1989 768.87,-1995 762.87,-2001 756.87,-2001"/>
<text text-anchor="middle" x="665.87" y="-1979.3" font-family="Times,serif" font-size="14.00" fill="white">Surrender to Snack Attack</text>
</g>
<!-- impulse_resistance->impulse_surrender -->
<g id="edge47" class="edge">
<title>impulse_resistance->impulse_surrender</title>
<path fill="none" stroke="#4a4a4a" d="M660.62,-2079.41C660.62,-2079.41 660.62,-2011.09 660.62,-2011.09"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="664.12,-2011.09 660.62,-2001.09 657.12,-2011.09 664.12,-2011.09"/>
<text text-anchor="middle" x="672.37" y="-2033" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Willpower Fails</text>
</g>
<!-- discipline_maintained -->
<g id="node35" class="node">
<title>discipline_maintained</title>
<path fill="#19191a" stroke="black" d="M562.37,-1936C562.37,-1936 397.37,-1936 397.37,-1936 391.37,-1936 385.37,-1930 385.37,-1924 385.37,-1924 385.37,-1912 385.37,-1912 385.37,-1906 391.37,-1900 397.37,-1900 397.37,-1900 562.37,-1900 562.37,-1900 568.37,-1900 574.37,-1906 574.37,-1912 574.37,-1912 574.37,-1924 574.37,-1924 574.37,-1930 568.37,-1936 562.37,-1936"/>
<text text-anchor="middle" x="479.87" y="-1914.3" font-family="Times,serif" font-size="14.00" fill="white">Maintain Iron Discipline</text>
</g>
<!-- impulse_resistance->discipline_maintained -->
<g id="edge48" class="edge">
<title>impulse_resistance->discipline_maintained</title>
<path fill="none" stroke="#4a4a4a" d="M474.12,-2076.05C474.12,-2076.05 474.12,-1946.16 474.12,-1946.16"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="477.62,-1946.16 474.12,-1936.16 470.62,-1946.16 477.62,-1946.16"/>
<text text-anchor="middle" x="524.37" y="-2033" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Stay Strong</text>
</g>
<!-- cart_overflow_crisis -->
<g id="node36" class="node">
<title>cart_overflow_crisis</title>
<path fill="#19191a" stroke="black" d="M757.37,-1871C757.37,-1871 582.37,-1871 582.37,-1871 576.37,-1871 570.37,-1865 570.37,-1859 570.37,-1859 570.37,-1847 570.37,-1847 570.37,-1841 576.37,-1835 582.37,-1835 582.37,-1835 757.37,-1835 757.37,-1835 763.37,-1835 769.37,-1841 769.37,-1847 769.37,-1847 769.37,-1859 769.37,-1859 769.37,-1865 763.37,-1871 757.37,-1871"/>
<text text-anchor="middle" x="669.87" y="-1849.3" font-family="Times,serif" font-size="14.00" fill="white">CRISIS: Cart Overflowing</text>
</g>
<!-- impulse_surrender->cart_overflow_crisis -->
<g id="edge49" class="edge">
<title>impulse_surrender->cart_overflow_crisis</title>
<path fill="none" stroke="#4a4a4a" d="M671.62,-1964.92C671.62,-1964.92 671.62,-1881.34 671.62,-1881.34"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="675.12,-1881.34 671.62,-1871.34 668.12,-1881.34 675.12,-1881.34"/>
<text text-anchor="middle" x="690.37" y="-1915.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Cart Full</text>
</g>
<!-- forgotten_item_realization -->
<g id="node37" class="node">
<title>forgotten_item_realization</title>
<path fill="#19191a" stroke="black" d="M495.9,-1765.14C495.9,-1765.14 270.66,-1748.86 270.66,-1748.86 264.67,-1748.43 264.67,-1747.57 270.66,-1747.14 270.66,-1747.14 495.9,-1730.86 495.9,-1730.86 501.89,-1730.43 513.86,-1730.43 519.84,-1730.86 519.84,-1730.86 745.09,-1747.14 745.09,-1747.14 751.07,-1747.57 751.07,-1748.43 745.09,-1748.86 745.09,-1748.86 519.84,-1765.14 519.84,-1765.14 513.86,-1765.57 501.89,-1765.57 495.9,-1765.14"/>
<text text-anchor="middle" x="507.87" y="-1744.3" font-family="Times,serif" font-size="14.00" fill="white">Remember: Forgot Main Ingredient</text>
</g>
<!-- discipline_maintained->forgotten_item_realization -->
<g id="edge50" class="edge">
<title>discipline_maintained->forgotten_item_realization</title>
<path fill="none" stroke="#4a4a4a" d="M477.87,-1899.81C477.87,-1899.81 477.87,-1774.06 477.87,-1774.06"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="481.37,-1774.06 477.87,-1764.06 474.37,-1774.06 481.37,-1774.06"/>
<text text-anchor="middle" x="499.87" y="-1850.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Check List</text>
</g>
<!-- cart_overflow_crisis->forgotten_item_realization -->
<g id="edge51" class="edge">
<title>cart_overflow_crisis->forgotten_item_realization</title>
<path fill="none" stroke="#4a4a4a" d="M663.67,-1834.71C663.67,-1834.71 663.67,-1764.78 663.67,-1764.78"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="667.17,-1764.78 663.67,-1754.78 660.17,-1764.78 667.17,-1764.78"/>
<text text-anchor="middle" x="644.87" y="-1798" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Too Much Stuff</text>
</g>
<!-- epic_backtrack -->
<g id="node38" class="node">
<title>epic_backtrack</title>
<path fill="#19191a" stroke="black" d="M461.37,-1661C461.37,-1661 318.37,-1661 318.37,-1661 312.37,-1661 306.37,-1655 306.37,-1649 306.37,-1649 306.37,-1637 306.37,-1637 306.37,-1631 312.37,-1625 318.37,-1625 318.37,-1625 461.37,-1625 461.37,-1625 467.37,-1625 473.37,-1631 473.37,-1637 473.37,-1637 473.37,-1649 473.37,-1649 473.37,-1655 467.37,-1661 461.37,-1661"/>
<text text-anchor="middle" x="389.87" y="-1639.3" font-family="Times,serif" font-size="14.00" fill="white">Epic Store Backtrack</text>
</g>
<!-- forgotten_item_realization->epic_backtrack -->
<g id="edge52" class="edge">
<title>forgotten_item_realization->epic_backtrack</title>
<path fill="none" stroke="#4a4a4a" d="M389.87,-1738.31C389.87,-1738.31 389.87,-1671.02 389.87,-1671.02"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="393.37,-1671.02 389.87,-1661.02 386.37,-1671.02 393.37,-1671.02"/>
<text text-anchor="middle" x="484.37" y="-1693" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Must Have It</text>
</g>
<!-- improvisation_mode -->
<g id="node39" class="node">
<title>improvisation_mode</title>
<path fill="#19191a" stroke="black" d="M725.87,-1661C725.87,-1661 527.87,-1661 527.87,-1661 521.87,-1661 515.87,-1655 515.87,-1649 515.87,-1649 515.87,-1637 515.87,-1637 515.87,-1631 521.87,-1625 527.87,-1625 527.87,-1625 725.87,-1625 725.87,-1625 731.87,-1625 737.87,-1631 737.87,-1637 737.87,-1637 737.87,-1649 737.87,-1649 737.87,-1655 731.87,-1661 725.87,-1661"/>
<text text-anchor="middle" x="626.87" y="-1639.3" font-family="Times,serif" font-size="14.00" fill="white">Cooking Improvisation Mode</text>
</g>
<!-- forgotten_item_realization->improvisation_mode -->
<g id="edge53" class="edge">
<title>forgotten_item_realization->improvisation_mode</title>
<path fill="none" stroke="#4a4a4a" d="M626.87,-1738.31C626.87,-1738.31 626.87,-1671.02 626.87,-1671.02"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="630.37,-1671.02 626.87,-1661.02 623.37,-1671.02 630.37,-1671.02"/>
<text text-anchor="middle" x="630.37" y="-1693" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Adapt Recipe</text>
</g>
<!-- checkout_strategy -->
<g id="node40" class="node">
<title>checkout_strategy</title>
<path fill="#19191a" stroke="black" d="M495.93,-1554.86C495.93,-1554.86 330.63,-1539.14 330.63,-1539.14 324.65,-1538.57 324.65,-1537.43 330.63,-1536.86 330.63,-1536.86 495.93,-1521.14 495.93,-1521.14 501.9,-1520.57 513.85,-1520.57 519.82,-1521.14 519.82,-1521.14 685.12,-1536.86 685.12,-1536.86 691.09,-1537.43 691.09,-1538.57 685.12,-1539.14 685.12,-1539.14 519.82,-1554.86 519.82,-1554.86 513.85,-1555.43 501.9,-1555.43 495.93,-1554.86"/>
<text text-anchor="middle" x="507.87" y="-1534.3" font-family="Times,serif" font-size="14.00" fill="white">Choose Checkout Strategy</text>
</g>
<!-- epic_backtrack->checkout_strategy -->
<g id="edge54" class="edge">
<title>epic_backtrack->checkout_strategy</title>
<path fill="none" stroke="#4a4a4a" d="M395.95,-1624.71C395.95,-1624.71 395.95,-1555.5 395.95,-1555.5"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="399.45,-1555.5 395.95,-1545.5 392.45,-1555.5 399.45,-1555.5"/>
<text text-anchor="middle" x="483.87" y="-1588" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Item Found</text>
</g>
<!-- improvisation_mode->checkout_strategy -->
<g id="edge55" class="edge">
<title>improvisation_mode->checkout_strategy</title>
<path fill="none" stroke="#4a4a4a" d="M606.55,-1624.71C606.55,-1624.71 606.55,-1556.78 606.55,-1556.78"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="610.05,-1556.78 606.55,-1546.78 603.05,-1556.78 610.05,-1556.78"/>
<text text-anchor="middle" x="627.87" y="-1588" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Plan B Active</text>
</g>
<!-- express_lane_gamble -->
<g id="node41" class="node">
<title>express_lane_gamble</title>
<path fill="#19191a" stroke="black" d="M495.9,-1450.2C495.9,-1450.2 250.72,-1433.8 250.72,-1433.8 244.73,-1433.4 244.73,-1432.6 250.72,-1432.2 250.72,-1432.2 495.9,-1415.8 495.9,-1415.8 501.89,-1415.4 513.86,-1415.4 519.85,-1415.8 519.85,-1415.8 765.03,-1432.2 765.03,-1432.2 771.01,-1432.6 771.01,-1433.4 765.03,-1433.8 765.03,-1433.8 519.85,-1450.2 519.85,-1450.2 513.86,-1450.6 501.89,-1450.6 495.9,-1450.2"/>
<text text-anchor="middle" x="507.87" y="-1429.3" font-family="Times,serif" font-size="14.00" fill="white">Express Lane (Count Items Nervously)</text>
</g>
<!-- checkout_strategy->express_lane_gamble -->
<g id="edge56" class="edge">
<title>checkout_strategy->express_lane_gamble</title>
<path fill="none" stroke="#4a4a4a" d="M507.87,-1519.71C507.87,-1519.71 507.87,-1461.08 507.87,-1461.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="511.37,-1461.08 507.87,-1451.08 504.37,-1461.08 511.37,-1461.08"/>
<text text-anchor="middle" x="535.87" y="-1483" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Feel Lucky</text>
</g>
<!-- regular_checkout_line -->
<g id="node43" class="node">
<title>regular_checkout_line</title>
<path fill="#19191a" stroke="black" d="M893.37,-1241C893.37,-1241 706.37,-1241 706.37,-1241 700.37,-1241 694.37,-1235 694.37,-1229 694.37,-1229 694.37,-1217 694.37,-1217 694.37,-1211 700.37,-1205 706.37,-1205 706.37,-1205 893.37,-1205 893.37,-1205 899.37,-1205 905.37,-1211 905.37,-1217 905.37,-1217 905.37,-1229 905.37,-1229 905.37,-1235 899.37,-1241 893.37,-1241"/>
<text text-anchor="middle" x="799.87" y="-1219.3" font-family="Times,serif" font-size="14.00" fill="white">Join Regular Checkout Line</text>
</g>
<!-- checkout_strategy->regular_checkout_line -->
<g id="edge58" class="edge">
<title>checkout_strategy->regular_checkout_line</title>
<path fill="none" stroke="#4a4a4a" d="M697.47,-1538C772.53,-1538 841.28,-1538 841.28,-1538 841.28,-1538 841.28,-1251.3 841.28,-1251.3"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="844.78,-1251.3 841.28,-1241.3 837.78,-1251.3 844.78,-1251.3"/>
<text text-anchor="middle" x="865.87" y="-1378" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Play Safe</text>
</g>
<!-- self_checkout_gamble -->
<g id="node44" class="node">
<title>self_checkout_gamble</title>
<path fill="#19191a" stroke="black" d="M125.97,-1344.45C125.97,-1344.45 12.03,-1329.55 12.03,-1329.55 6.08,-1328.78 6.08,-1327.22 12.03,-1326.45 12.03,-1326.45 125.97,-1311.55 125.97,-1311.55 131.92,-1310.78 143.82,-1310.78 149.77,-1311.55 149.77,-1311.55 263.72,-1326.45 263.72,-1326.45 269.67,-1327.22 269.67,-1328.78 263.72,-1329.55 263.72,-1329.55 149.77,-1344.45 149.77,-1344.45 143.82,-1345.22 131.92,-1345.22 125.97,-1344.45"/>
<text text-anchor="middle" x="137.87" y="-1324.3" font-family="Times,serif" font-size="14.00" fill="white">Risk Self-Checkout</text>
</g>
<!-- checkout_strategy->self_checkout_gamble -->
<g id="edge57" class="edge">
<title>checkout_strategy->self_checkout_gamble</title>
<path fill="none" stroke="#4a4a4a" d="M318.68,-1538C240.69,-1538 168.22,-1538 168.22,-1538 168.22,-1538 168.22,-1352.1 168.22,-1352.1"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="171.72,-1352.1 168.22,-1342.1 164.72,-1352.1 171.72,-1352.1"/>
<text text-anchor="middle" x="166.87" y="-1430.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Tech Savvy</text>
</g>
<!-- express_lane_shame -->
<g id="node42" class="node">
<title>express_lane_shame</title>
<path fill="#19191a" stroke="black" d="M756.87,-1346C756.87,-1346 592.87,-1346 592.87,-1346 586.87,-1346 580.87,-1340 580.87,-1334 580.87,-1334 580.87,-1322 580.87,-1322 580.87,-1316 586.87,-1310 592.87,-1310 592.87,-1310 756.87,-1310 756.87,-1310 762.87,-1310 768.87,-1316 768.87,-1322 768.87,-1322 768.87,-1334 768.87,-1334 768.87,-1340 762.87,-1346 756.87,-1346"/>
<text text-anchor="middle" x="674.87" y="-1324.3" font-family="Times,serif" font-size="14.00" fill="white">Shame: Too Many Items</text>
</g>
<!-- express_lane_gamble->express_lane_shame -->
<g id="edge59" class="edge">
<title>express_lane_gamble->express_lane_shame</title>
<path fill="none" stroke="#4a4a4a" d="M674.87,-1426.11C674.87,-1426.11 674.87,-1356.05 674.87,-1356.05"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="678.37,-1356.05 674.87,-1346.05 671.37,-1356.05 678.37,-1356.05"/>
<text text-anchor="middle" x="666.87" y="-1378" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Too Many Items</text>
</g>
<!-- successful_payment -->
<g id="node51" class="node">
<title>successful_payment</title>
<path fill="#19191a" stroke="black" d="M629.37,-796C629.37,-796 494.37,-796 494.37,-796 488.37,-796 482.37,-790 482.37,-784 482.37,-784 482.37,-772 482.37,-772 482.37,-766 488.37,-760 494.37,-760 494.37,-760 629.37,-760 629.37,-760 635.37,-760 641.37,-766 641.37,-772 641.37,-772 641.37,-784 641.37,-784 641.37,-790 635.37,-796 629.37,-796"/>
<text text-anchor="middle" x="561.87" y="-774.3" font-family="Times,serif" font-size="14.00" fill="white">Payment Successful</text>
</g>
<!-- express_lane_gamble->successful_payment -->
<g id="edge60" class="edge">
<title>express_lane_gamble->successful_payment</title>
<path fill="none" stroke="#4a4a4a" d="M542.62,-1417.13C542.62,-1417.13 542.62,-806.07 542.62,-806.07"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="546.12,-806.07 542.62,-796.07 539.12,-806.07 546.12,-806.07"/>
<text text-anchor="middle" x="543.87" y="-1090.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Count Correct</text>
</g>
<!-- express_lane_shame->regular_checkout_line -->
<g id="edge61" class="edge">
<title>express_lane_shame->regular_checkout_line</title>
<path fill="none" stroke="#4a4a4a" d="M731.62,-1309.71C731.62,-1309.71 731.62,-1251.08 731.62,-1251.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="735.12,-1251.08 731.62,-1241.08 728.12,-1251.08 735.12,-1251.08"/>
<text text-anchor="middle" x="744.87" y="-1273" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Walk of Shame</text>
</g>
<!-- line_switching_dance -->
<g id="node48" class="node">
<title>line_switching_dance</title>
<path fill="#19191a" stroke="black" d="M993.87,-1111C993.87,-1111 845.87,-1111 845.87,-1111 839.87,-1111 833.87,-1105 833.87,-1099 833.87,-1099 833.87,-1087 833.87,-1087 833.87,-1081 839.87,-1075 845.87,-1075 845.87,-1075 993.87,-1075 993.87,-1075 999.87,-1075 1005.87,-1081 1005.87,-1087 1005.87,-1087 1005.87,-1099 1005.87,-1099 1005.87,-1105 999.87,-1111 993.87,-1111"/>
<text text-anchor="middle" x="919.87" y="-1089.3" font-family="Times,serif" font-size="14.00" fill="white">Line-Switching Dance</text>
</g>
<!-- regular_checkout_line->line_switching_dance -->
<g id="edge65" class="edge">
<title>regular_checkout_line->line_switching_dance</title>
<path fill="none" stroke="#4a4a4a" d="M869.62,-1204.92C869.62,-1204.92 869.62,-1121.34 869.62,-1121.34"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="873.12,-1121.34 869.62,-1111.34 866.12,-1121.34 873.12,-1121.34"/>
<text text-anchor="middle" x="874.37" y="-1155.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Line Too Slow</text>
</g>
<!-- payment_method_crisis -->
<g id="node49" class="node">
<title>payment_method_crisis</title>
<path fill="#19191a" stroke="black" d="M729.94,-1004.73C729.94,-1004.73 584.56,-989.27 584.56,-989.27 578.59,-988.63 578.59,-987.37 584.56,-986.73 584.56,-986.73 729.94,-971.27 729.94,-971.27 735.91,-970.63 747.84,-970.63 753.81,-971.27 753.81,-971.27 899.19,-986.73 899.19,-986.73 905.16,-987.37 905.16,-988.63 899.19,-989.27 899.19,-989.27 753.81,-1004.73 753.81,-1004.73 747.84,-1005.37 735.91,-1005.37 729.94,-1004.73"/>
<text text-anchor="middle" x="741.87" y="-984.3" font-family="Times,serif" font-size="14.00" fill="white">Payment Method Crisis</text>
</g>
<!-- regular_checkout_line->payment_method_crisis -->
<g id="edge66" class="edge">
<title>regular_checkout_line->payment_method_crisis</title>
<path fill="none" stroke="#4a4a4a" d="M764.12,-1204.95C764.12,-1204.95 764.12,-1013.91 764.12,-1013.91"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="767.62,-1013.91 764.12,-1003.91 760.62,-1013.91 767.62,-1013.91"/>
<text text-anchor="middle" x="758.87" y="-1090.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Finally Here</text>
</g>
<!-- self_checkout_success -->
<g id="node45" class="node">
<title>self_checkout_success</title>
<path fill="#19191a" stroke="black" d="M214.87,-1176C214.87,-1176 68.87,-1176 68.87,-1176 62.87,-1176 56.87,-1170 56.87,-1164 56.87,-1164 56.87,-1152 56.87,-1152 56.87,-1146 62.87,-1140 68.87,-1140 68.87,-1140 214.87,-1140 214.87,-1140 220.87,-1140 226.87,-1146 226.87,-1152 226.87,-1152 226.87,-1164 226.87,-1164 226.87,-1170 220.87,-1176 214.87,-1176"/>
<text text-anchor="middle" x="141.87" y="-1154.3" font-family="Times,serif" font-size="14.00" fill="white">Self-Checkout Victory</text>
</g>
<!-- self_checkout_gamble->self_checkout_success -->
<g id="edge62" class="edge">
<title>self_checkout_gamble->self_checkout_success</title>
<path fill="none" stroke="#4a4a4a" d="M112.12,-1313.21C112.12,-1313.21 112.12,-1186.17 112.12,-1186.17"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="115.62,-1186.17 112.12,-1176.17 108.62,-1186.17 115.62,-1186.17"/>
<text text-anchor="middle" x="131.37" y="-1273" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Tech Works</text>
</g>
<!-- machine_rebellion -->
<g id="node46" class="node">
<title>machine_rebellion</title>
<path fill="#19191a" stroke="black" d="M430.37,-1241C430.37,-1241 179.37,-1241 179.37,-1241 173.37,-1241 167.37,-1235 167.37,-1229 167.37,-1229 167.37,-1217 167.37,-1217 167.37,-1211 173.37,-1205 179.37,-1205 179.37,-1205 430.37,-1205 430.37,-1205 436.37,-1205 442.37,-1211 442.37,-1217 442.37,-1217 442.37,-1229 442.37,-1229 442.37,-1235 436.37,-1241 430.37,-1241"/>
<text text-anchor="middle" x="304.87" y="-1219.3" font-family="Times,serif" font-size="14.00" fill="white">Machine Rebels: 'Unexpected Item!'</text>
</g>
<!-- self_checkout_gamble->machine_rebellion -->
<g id="edge63" class="edge">
<title>self_checkout_gamble->machine_rebellion</title>
<path fill="none" stroke="#4a4a4a" d="M221.56,-1320.78C221.56,-1320.78 221.56,-1251.3 221.56,-1251.3"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="225.06,-1251.3 221.56,-1241.3 218.06,-1251.3 225.06,-1251.3"/>
<text text-anchor="middle" x="282.37" y="-1273" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Tech Fails</text>
</g>
<!-- self_checkout_success->successful_payment -->
<g id="edge69" class="edge">
<title>self_checkout_success->successful_payment</title>
<path fill="none" stroke="#4a4a4a" d="M226.9,-1158C336.32,-1158 512.5,-1158 512.5,-1158 512.5,-1158 512.5,-806.07 512.5,-806.07"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="516,-806.07 512.5,-796.07 509,-806.07 516,-806.07"/>
<text text-anchor="middle" x="165.87" y="-985.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Victory</text>
</g>
<!-- staff_rescue_needed -->
<g id="node47" class="node">
<title>staff_rescue_needed</title>
<path fill="#19191a" stroke="black" d="M398.87,-1111C398.87,-1111 246.87,-1111 246.87,-1111 240.87,-1111 234.87,-1105 234.87,-1099 234.87,-1099 234.87,-1087 234.87,-1087 234.87,-1081 240.87,-1075 246.87,-1075 246.87,-1075 398.87,-1075 398.87,-1075 404.87,-1075 410.87,-1081 410.87,-1087 410.87,-1087 410.87,-1099 410.87,-1099 410.87,-1105 404.87,-1111 398.87,-1111"/>
<text text-anchor="middle" x="322.87" y="-1089.3" font-family="Times,serif" font-size="14.00" fill="white">Staff Rescue Required</text>
</g>
<!-- machine_rebellion->staff_rescue_needed -->
<g id="edge64" class="edge">
<title>machine_rebellion->staff_rescue_needed</title>
<path fill="none" stroke="#4a4a4a" d="M322.87,-1204.92C322.87,-1204.92 322.87,-1121.34 322.87,-1121.34"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="326.37,-1121.34 322.87,-1111.34 319.37,-1121.34 326.37,-1121.34"/>
<text text-anchor="middle" x="343.37" y="-1155.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Human Help</text>
</g>
<!-- staff_rescue_needed->payment_method_crisis -->
<g id="edge67" class="edge">
<title>staff_rescue_needed->payment_method_crisis</title>
<path fill="none" stroke="#4a4a4a" d="M410.98,-1093C484.32,-1093 576.81,-1093 576.81,-1093 576.81,-1093 576.81,-998.67 576.81,-998.67"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="580.31,-998.67 576.81,-988.67 573.31,-998.67 580.31,-998.67"/>
<text text-anchor="middle" x="646.37" y="-1038" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Issue Resolved</text>
</g>
<!-- line_switching_dance->payment_method_crisis -->
<g id="edge68" class="edge">
<title>line_switching_dance->payment_method_crisis</title>
<path fill="none" stroke="#4a4a4a" d="M872.44,-1074.71C872.44,-1074.71 872.44,-1002.21 872.44,-1002.21"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="875.94,-1002.21 872.44,-992.21 868.94,-1002.21 875.94,-1002.21"/>
<text text-anchor="middle" x="882.37" y="-1038" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">New Line</text>
</g>
<!-- card_declined_horror -->
<g id="node50" class="node">
<title>card_declined_horror</title>
<path fill="#19191a" stroke="black" d="M897.37,-901C897.37,-901 750.37,-901 750.37,-901 744.37,-901 738.37,-895 738.37,-889 738.37,-889 738.37,-877 738.37,-877 738.37,-871 744.37,-865 750.37,-865 750.37,-865 897.37,-865 897.37,-865 903.37,-865 909.37,-871 909.37,-877 909.37,-877 909.37,-889 909.37,-889 909.37,-895 903.37,-901 897.37,-901"/>
<text text-anchor="middle" x="823.87" y="-879.3" font-family="Times,serif" font-size="14.00" fill="white">Card Declined Horror</text>
</g>
<!-- payment_method_crisis->card_declined_horror -->
<g id="edge70" class="edge">
<title>payment_method_crisis->card_declined_horror</title>
<path fill="none" stroke="#4a4a4a" d="M823.87,-978.68C823.87,-978.68 823.87,-911.18 823.87,-911.18"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="827.37,-911.18 823.87,-901.18 820.37,-911.18 827.37,-911.18"/>
<text text-anchor="middle" x="813.37" y="-933" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Card Issues</text>
</g>
<!-- payment_method_crisis->successful_payment -->
<g id="edge71" class="edge">
<title>payment_method_crisis->successful_payment</title>
<path fill="none" stroke="#4a4a4a" d="M607.06,-983.99C607.06,-983.99 607.06,-806.16 607.06,-806.16"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="610.56,-806.16 607.06,-796.16 603.56,-806.16 610.56,-806.16"/>
<text text-anchor="middle" x="655.37" y="-880.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Payment Works</text>
</g>
<!-- card_declined_horror->successful_payment -->
<g id="edge72" class="edge">
<title>card_declined_horror->successful_payment</title>
<path fill="none" stroke="#4a4a4a" d="M762.62,-864.71C762.62,-834.63 762.62,-778 762.62,-778 762.62,-778 651.5,-778 651.5,-778"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="651.5,-774.5 641.5,-778 651.5,-781.5 651.5,-774.5"/>
<text text-anchor="middle" x="801.87" y="-828" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Try Different Card</text>
</g>
<!-- receipt_shock -->
<g id="node52" class="node">
<title>receipt_shock</title>
<path fill="#19191a" stroke="black" d="M636.37,-691C636.37,-691 487.37,-691 487.37,-691 481.37,-691 475.37,-685 475.37,-679 475.37,-679 475.37,-667 475.37,-667 475.37,-661 481.37,-655 487.37,-655 487.37,-655 636.37,-655 636.37,-655 642.37,-655 648.37,-661 648.37,-667 648.37,-667 648.37,-679 648.37,-679 648.37,-685 642.37,-691 636.37,-691"/>
<text text-anchor="middle" x="561.87" y="-669.3" font-family="Times,serif" font-size="14.00" fill="white">Receipt Sticker Shock</text>
</g>
<!-- successful_payment->receipt_shock -->
<g id="edge73" class="edge">
<title>successful_payment->receipt_shock</title>
<path fill="none" stroke="#4a4a4a" d="M561.87,-759.71C561.87,-759.71 561.87,-701.08 561.87,-701.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="565.37,-701.08 561.87,-691.08 558.37,-701.08 565.37,-701.08"/>
<text text-anchor="middle" x="607.37" y="-723" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Transaction Done</text>
</g>
<!-- bag_strategy -->
<g id="node53" class="node">
<title>bag_strategy</title>
<path fill="#19191a" stroke="black" d="M549.94,-584.7C549.94,-584.7 409.24,-569.3 409.24,-569.3 403.28,-568.65 403.28,-567.35 409.24,-566.7 409.24,-566.7 549.94,-551.3 549.94,-551.3 555.91,-550.65 567.84,-550.65 573.8,-551.3 573.8,-551.3 714.5,-566.7 714.5,-566.7 720.47,-567.35 720.47,-568.65 714.5,-569.3 714.5,-569.3 573.8,-584.7 573.8,-584.7 567.84,-585.35 555.91,-585.35 549.94,-584.7"/>
<text text-anchor="middle" x="561.87" y="-564.3" font-family="Times,serif" font-size="14.00" fill="white">Bag Carrying Strategy</text>
</g>
<!-- receipt_shock->bag_strategy -->
<g id="edge74" class="edge">
<title>receipt_shock->bag_strategy</title>
<path fill="none" stroke="#4a4a4a" d="M561.87,-654.71C561.87,-654.71 561.87,-596.08 561.87,-596.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="565.37,-596.08 561.87,-586.08 558.37,-596.08 565.37,-596.08"/>
<text text-anchor="middle" x="608.87" y="-618" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Damage Assessed</text>
</g>
<!-- one_trip_warrior -->
<g id="node54" class="node">
<title>one_trip_warrior</title>
<path fill="#19191a" stroke="black" d="M549.87,-481C549.87,-481 391.87,-481 391.87,-481 385.87,-481 379.87,-475 379.87,-469 379.87,-469 379.87,-457 379.87,-457 379.87,-451 385.87,-445 391.87,-445 391.87,-445 549.87,-445 549.87,-445 555.87,-445 561.87,-451 561.87,-457 561.87,-457 561.87,-469 561.87,-469 561.87,-475 555.87,-481 549.87,-481"/>
<text text-anchor="middle" x="470.87" y="-459.3" font-family="Times,serif" font-size="14.00" fill="white">One-Trip Warrior Mode</text>
</g>
<!-- bag_strategy->one_trip_warrior -->
<g id="edge75" class="edge">
<title>bag_strategy->one_trip_warrior</title>
<path fill="none" stroke="#4a4a4a" d="M479.61,-558.68C479.61,-558.68 479.61,-491.18 479.61,-491.18"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="483.11,-491.18 479.61,-481.18 476.11,-491.18 483.11,-491.18"/>
<text text-anchor="middle" x="537.87" y="-513" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Pride Mode</text>
</g>
<!-- multiple_trip_wisdom -->
<g id="node55" class="node">
<title>multiple_trip_wisdom</title>
<path fill="#19191a" stroke="black" d="M774.87,-416C774.87,-416 580.87,-416 580.87,-416 574.87,-416 568.87,-410 568.87,-404 568.87,-404 568.87,-392 568.87,-392 568.87,-386 574.87,-380 580.87,-380 580.87,-380 774.87,-380 774.87,-380 780.87,-380 786.87,-386 786.87,-392 786.87,-392 786.87,-404 786.87,-404 786.87,-410 780.87,-416 774.87,-416"/>
<text text-anchor="middle" x="677.87" y="-394.3" font-family="Times,serif" font-size="14.00" fill="white">Accept Multiple Trip Reality</text>
</g>
<!-- bag_strategy->multiple_trip_wisdom -->
<g id="edge76" class="edge">
<title>bag_strategy->multiple_trip_wisdom</title>
<path fill="none" stroke="#4a4a4a" d="M647.64,-559.34C647.64,-559.34 647.64,-426.06 647.64,-426.06"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="651.14,-426.06 647.64,-416.06 644.14,-426.06 651.14,-426.06"/>
<text text-anchor="middle" x="688.37" y="-513" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Wisdom Mode</text>
</g>
<!-- bag_disaster -->
<g id="node56" class="node">
<title>bag_disaster</title>
<path fill="#19191a" stroke="black" d="M592.37,-351C592.37,-351 349.37,-351 349.37,-351 343.37,-351 337.37,-345 337.37,-339 337.37,-339 337.37,-327 337.37,-327 337.37,-321 343.37,-315 349.37,-315 349.37,-315 592.37,-315 592.37,-315 598.37,-315 604.37,-321 604.37,-327 604.37,-327 604.37,-339 604.37,-339 604.37,-345 598.37,-351 592.37,-351"/>
<text text-anchor="middle" x="470.87" y="-329.3" font-family="Times,serif" font-size="14.00" fill="white">Bag Breaks, Groceries Everywhere</text>
</g>
<!-- one_trip_warrior->bag_disaster -->
<g id="edge77" class="edge">
<title>one_trip_warrior->bag_disaster</title>
<path fill="none" stroke="#4a4a4a" d="M470.87,-444.92C470.87,-444.92 470.87,-361.34 470.87,-361.34"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="474.37,-361.34 470.87,-351.34 467.37,-361.34 474.37,-361.34"/>
<text text-anchor="middle" x="511.37" y="-395.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Overconfidence</text>
</g>
<!-- home_arrival_success -->
<g id="node57" class="node">
<title>home_arrival_success</title>
<path fill="#19191a" stroke="black" d="M550.87,-246C550.87,-246 390.87,-246 390.87,-246 384.87,-246 378.87,-240 378.87,-234 378.87,-234 378.87,-222 378.87,-222 378.87,-216 384.87,-210 390.87,-210 390.87,-210 550.87,-210 550.87,-210 556.87,-210 562.87,-216 562.87,-222 562.87,-222 562.87,-234 562.87,-234 562.87,-240 556.87,-246 550.87,-246"/>
<text text-anchor="middle" x="470.87" y="-224.3" font-family="Times,serif" font-size="14.00" fill="white">Arrive Home Victorious</text>
</g>
<!-- one_trip_warrior->home_arrival_success -->
<g id="edge78" class="edge">
<title>one_trip_warrior->home_arrival_success</title>
<path fill="none" stroke="#4a4a4a" d="M379.65,-463C347.55,-463 319.31,-463 319.31,-463 319.31,-463 319.31,-228 319.31,-228 319.31,-228 368.77,-228 368.77,-228"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="368.77,-231.5 378.77,-228 368.77,-224.5 368.77,-231.5"/>
<text text-anchor="middle" x="260.37" y="-330.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Superhuman</text>
</g>
<!-- multiple_trip_wisdom->home_arrival_success -->
<g id="edge79" class="edge">
<title>multiple_trip_wisdom->home_arrival_success</title>
<path fill="none" stroke="#4a4a4a" d="M622.44,-379.81C622.44,-335.95 622.44,-228 622.44,-228 622.44,-228 572.97,-228 572.97,-228"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="572.97,-224.5 562.97,-228 572.97,-231.5 572.97,-224.5"/>
<text text-anchor="middle" x="725.37" y="-330.5" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Smart Choice</text>
</g>
<!-- bag_disaster->home_arrival_success -->
<g id="edge80" class="edge">
<title>bag_disaster->home_arrival_success</title>
<path fill="none" stroke="#4a4a4a" d="M470.87,-314.71C470.87,-314.71 470.87,-256.08 470.87,-256.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="474.37,-256.08 470.87,-246.08 467.37,-256.08 474.37,-256.08"/>
<text text-anchor="middle" x="514.87" y="-278" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Lessons Learned</text>
</g>
<!-- fridge_tetris -->
<g id="node58" class="node">
<title>fridge_tetris</title>
<path fill="#19191a" stroke="black" d="M531.37,-141C531.37,-141 410.37,-141 410.37,-141 404.37,-141 398.37,-135 398.37,-129 398.37,-129 398.37,-117 398.37,-117 398.37,-111 404.37,-105 410.37,-105 410.37,-105 531.37,-105 531.37,-105 537.37,-105 543.37,-111 543.37,-117 543.37,-117 543.37,-129 543.37,-129 543.37,-135 537.37,-141 531.37,-141"/>
<text text-anchor="middle" x="470.87" y="-119.3" font-family="Times,serif" font-size="14.00" fill="white">Play Fridge Tetris</text>
</g>
<!-- home_arrival_success->fridge_tetris -->
<g id="edge81" class="edge">
<title>home_arrival_success->fridge_tetris</title>
<path fill="none" stroke="#4a4a4a" d="M470.87,-209.71C470.87,-209.71 470.87,-151.08 470.87,-151.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="474.37,-151.08 470.87,-141.08 467.37,-151.08 474.37,-151.08"/>
<text text-anchor="middle" x="497.37" y="-173" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Final Boss</text>
</g>
<!-- shopping_mission_complete -->
<g id="node59" class="node">
<title>shopping_mission_complete</title>
<ellipse fill="#f44336" stroke="black" cx="470.87" cy="-18" rx="169.77" ry="18"/>
<text text-anchor="middle" x="470.87" y="-14.3" font-family="Times,serif" font-size="14.00" fill="white">Mission Complete: Adult Achieved</text>
</g>
<!-- fridge_tetris->shopping_mission_complete -->
<g id="edge82" class="edge">
<title>fridge_tetris->shopping_mission_complete</title>
<path fill="none" stroke="#4a4a4a" d="M470.87,-104.71C470.87,-104.71 470.87,-46.08 470.87,-46.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="474.37,-46.08 470.87,-36.08 467.37,-46.08 474.37,-46.08"/>
<text text-anchor="middle" x="504.37" y="-68" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Master Level</text>
</g>
<!-- start_node -->
<g id="node61" class="node">
<title>start_node</title>
<ellipse fill="none" stroke="black" cx="826.87" cy="-4213" rx="59.59" ry="18"/>
<text text-anchor="middle" x="826.87" y="-4209.3" font-family="Times,serif" font-size="14.00">start_node</text>
</g>
<!-- start_node->fridge_horror_assessment -->
<g id="edge1" class="edge">
<title>start_node->fridge_horror_assessment</title>
<path fill="none" stroke="#4a4a4a" d="M826.87,-4194.71C826.87,-4194.71 826.87,-4136.08 826.87,-4136.08"/>
<polygon fill="#4a4a4a" stroke="#4a4a4a" points="830.37,-4136.08 826.87,-4126.08 823.37,-4136.08 830.37,-4136.08"/>
<text text-anchor="middle" x="861.87" y="-4158" font-family="Times,serif" font-size="10.00" fill="#4a4a4a">Reality Check</text>
</g>
</g>
</svg>
|