The previous parser was written against synthetic fixtures shaped to match the code. It invented a table layout DoorDash does not send, generated order_reference from Math.random(), read the order date from a 'Date:' string present in no real message, and detected [Family] by searching the body for the substring 'family'. Its tests passed because the fixtures were built to satisfy it. Against 36 real DoorDash and 29 real Uber Eats receipts it does not work. Rebuilt from the real corpus. 63 of 65 now parse and validate; the 2 rejected are correctly rejected — one is an order-adjustment notice and one a refund, neither of which is a receipt. Corrects an inherited diagnosis: the Mad Mex 'Discounts -$24.09' was recorded as an HTML-flattening artefact masking a 'true discount of $9.45'. Parsing the table cells structurally returns the same figures and no $9.45 exists anywhere in the message — DoorDash genuinely prints a Discounts line that equals subtotal plus service fee, and the components fail to reconcile on 32 of 36 receipts. So the breakdown is stored as provenance and never gated on; validation instead cross-checks the two independently stated totals and the payment line, which is the number that becomes money. Real-world cases the corpus forced, none of which were in the spec: [Family] orders are LKR purchases for family in Sri Lanka (reading them as dollars inflates ~200x), Swiss orders arrive in CHF, grocery 'Final receipt' mails carry no Total Charged row, and a declined payment is printed alongside the successful retry and must be skipped or it records money that never moved. order_reference now comes from the Uber order UUID embedded in the body, or the provider message id where DoorDash supplies no order id at all — never random, so re-ingestion is genuinely idempotent.
254 lines
67 KiB
HTML
254 lines
67 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="color-scheme" content="light dark"><meta name="supported-color-schemes" content="light dark only"><style type="text/css">
|
|
<!--
|
|
body
|
|
{margin:0;
|
|
padding:0}
|
|
table, td
|
|
{border-collapse:collapse}
|
|
*
|
|
{font-family:ubermovetextregular,Arial,sans-serif}
|
|
nobr
|
|
{display:inline;
|
|
color:inherit;
|
|
white-space:nowrap}
|
|
-->
|
|
</style><style type="text/css">
|
|
<!--
|
|
.notification
|
|
{background:#eff4fe;
|
|
background-color:#eff4fe}
|
|
.notification a
|
|
{color:#000}
|
|
.notification.info
|
|
{background:#eff4fe;
|
|
background-color:#eff4fe}
|
|
.notification.positive
|
|
{background:#eaf6ed;
|
|
background-color:#eaf6ed}
|
|
.notification.warning
|
|
{background:#fdf2dc;
|
|
background-color:#fdf2dc}
|
|
.notification.negative
|
|
{background:#fff0ee;
|
|
background-color:#fff0ee}
|
|
.body-root
|
|
{background:#fff;
|
|
background-color:#fff;
|
|
color:#000}
|
|
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
|
|
{color:#de1135}
|
|
.img-dark
|
|
{display:none}
|
|
.disclaimer-text a
|
|
{color:#000!important;
|
|
font-weight:700!important}
|
|
.disclaimer-action
|
|
{text-align:right}
|
|
.disclaimer-action a
|
|
{color:#000!important;
|
|
font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:14px!important;
|
|
font-size:.875rem!important;
|
|
line-height:20px!important;
|
|
line-height:1.25rem!important}
|
|
.additional-info-value a
|
|
{color:#000!important;
|
|
font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:16px!important;
|
|
font-size:1rem!important;
|
|
line-height:20px!important;
|
|
line-height:1.25rem!important}
|
|
.footer .mobile-content a
|
|
{text-decoration:none}
|
|
.footer, .footer a
|
|
{color:#fff!important}
|
|
.footer a
|
|
{font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:14px!important;
|
|
line-height:20px!important;
|
|
font-size:.875rem!important;
|
|
line-height:1.25rem!important}
|
|
.action-panel .action-panel-button, .action-panel .action-panel-button a
|
|
{color:#000!important}
|
|
.mobile-content .hidden
|
|
{display:none!important}
|
|
.benefit-box
|
|
{padding-bottom:16px}
|
|
.action-panel-title
|
|
{vertical-align:top}
|
|
.sc_item_title
|
|
{padding-right:8px}
|
|
.sc_item_quantity
|
|
{background-color:#e8e8e8;
|
|
color:#000}
|
|
.sc_item_title, .sc_item_price
|
|
{color:#000}
|
|
.sc_item_sub_text
|
|
{color:#707070!important}
|
|
.ad-container
|
|
{margin-bottom:14px;
|
|
height:100%}
|
|
.header-charge-summary, .header-charge-summary-table-row
|
|
{background:#000!important;
|
|
background-color:#000!important}
|
|
-->
|
|
</style><style type="text/css" data-style-type="dark">
|
|
<!--
|
|
@media(prefers-color-scheme:dark){
|
|
.img-dark
|
|
{display:block!important}
|
|
.img-light
|
|
{display:none!important}
|
|
.header, .header-table-row
|
|
{background:#292929!important;
|
|
background-color:#292929!important;
|
|
color:#fff!important}
|
|
.header-charge-summary, .header-charge-summary-table-row
|
|
{background:#000!important;
|
|
background-color:#000!important}
|
|
.header .date
|
|
{color:#ddd!important}
|
|
.body-root
|
|
{background:#161616!important;
|
|
background-color:#161616!important;
|
|
color:#fff!important}
|
|
.notification
|
|
{color:#fff!important;
|
|
background:#eff4fe!important;
|
|
background-color:#eff4fe!important}
|
|
.notification a
|
|
{color:#fff!important}
|
|
.notification.info
|
|
{background:#182946!important;
|
|
background-color:#182946!important}
|
|
.notification.positive
|
|
{background:#162f1e!important;
|
|
background-color:#162f1e!important}
|
|
.notification.warning
|
|
{background:#39240a!important;
|
|
background-color:#39240a!important}
|
|
.notification.negative
|
|
{background:#4a1216!important;
|
|
background-color:#4a1216!important}
|
|
.notification-button
|
|
{background:#22375c!important;
|
|
background-color:#22375c!important;
|
|
color:#dedede!important}
|
|
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
|
|
{color:#de5b5d!important}
|
|
.divider-wrapper .divider-line
|
|
{background-color:#292929!important;
|
|
background:#292929!important}
|
|
.footer .divider-line
|
|
{background-color:#383838!important;
|
|
background:#383838!important}
|
|
.footer, .footer a
|
|
{color:#d1d1d1!important}
|
|
.payment-item .payment-meta-text
|
|
{color:#ababab!important}
|
|
.disclaimer-action a, .additional-info-value a
|
|
{color:#fff!important;
|
|
white-space:nowrap}
|
|
.action-panel
|
|
{border-color:#292929!important}
|
|
.action-panel .action-panel-button
|
|
{background:#383838!important;
|
|
background-color:#383838!important;
|
|
color:#dedede!important}
|
|
.action-panel .action-panel-button a
|
|
{color:#dedede!important}
|
|
.pickup-icon-2
|
|
{background:#dedede!important}
|
|
.dropoff-icon-2
|
|
{background-color:initial!important}
|
|
.vehicle-detail-col
|
|
{border-bottom:1px solid #292929!important}
|
|
.vehicle-detail-label, .address-point-label, .disclaimer-heading, .benefit-text
|
|
{color:#dedede!important}
|
|
.vehicle-detail-desc, .disclaimer-text, .disclaimer-text a
|
|
{color:#ababab!important}
|
|
.address-point-desc
|
|
{color:#8c8c8c!important}
|
|
.benefit-box-table
|
|
{background:#292929!important;
|
|
background-color:#292929!important;
|
|
border-color:#292929!important}
|
|
.sc_item_quantity
|
|
{background-color:#383838!important;
|
|
color:#fff!important}
|
|
.sc_item_title, .sc_item_price
|
|
{color:#fff!important}
|
|
.sc_item_sub_text
|
|
{color:#c4c4c4!important}
|
|
|
|
}
|
|
-->
|
|
</style><style type="text/css">
|
|
<!--
|
|
@media only screen and (max-width:699px){
|
|
.header-table-cell
|
|
{padding-right:5px!important;
|
|
padding-left:5px!important}
|
|
.header-table-cell-with-text
|
|
{padding-right:20px!important;
|
|
padding-left:20px!important}
|
|
.desktop-content
|
|
{display:none!important}
|
|
.mobile-content
|
|
{display:block!important}
|
|
.mobile-content .hidden
|
|
{display:table-cell!important}
|
|
.mobile-table
|
|
{display:table!important}
|
|
.mobile-column
|
|
{width:100%!important}
|
|
.body-content
|
|
{padding-top:24px!important;
|
|
padding-right:24px!important;
|
|
padding-bottom:32px!important;
|
|
padding-left:24px!important}
|
|
.footer-table-cell
|
|
{padding-right:24px!important;
|
|
padding-left:24px!important}
|
|
.footer .entity-info
|
|
{width:75%!important}
|
|
.footer a
|
|
{font-size:16px!important;
|
|
line-height:20px!important;
|
|
font-size:1rem!important;
|
|
line-height:1.25rem!important}
|
|
.mobile-content .address-point-desc
|
|
{padding-bottom:24px}
|
|
.benefit-container, .benefit-box
|
|
{display:block;
|
|
width:100%}
|
|
.benefit-spacer
|
|
{height:0!important}
|
|
.membershipLogo-container
|
|
{padding-left:11px!important}
|
|
.notification-button
|
|
{width:auto!important}
|
|
.ad-text-container
|
|
{width:100%;
|
|
padding:12px!important}
|
|
|
|
}
|
|
-->
|
|
</style></head><body style="background-color:#d6d6d5"><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td></td><td align="center" width="700"><table class="receipt" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; max-width:700px; font-size:16px"><tbody><tr><td><div><div class="header mj-outlook-group-fix" dir="ltr" style="background:#e8e8e8; background-color:#e8e8e8; color:#000"><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell" class="mobile-column" style="width:70%; vertical-align:middle; padding-left:48px; padding-right:0; padding-bottom:32px; padding-top:32px"><table border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/eats-logo.png" width="169" height="44"></td></tr></tbody></table></td><td class="desktop-content header-table-cell-with-text" align="right" style="width:30%; padding-left:0; padding-right:63px; padding-bottom:0; padding-top:32px; font-family:UberMoveTextMedium,Arial,sans-serif; font-size:12px; line-height:16px; font-size:.75rem; line-height:1rem; text-align:right; font-weight:500; vertical-align:top; color:#4b4b4b"><div class="date" style="color:#4b4b4b">7 Apr, 2026</div><div class="date" style="color:#4b4b4b">8:53 pm</div></td></tr></tbody></table><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell-with-text" style="padding-top:8px; padding-left:63px"></td></tr><tr><td class="membershipLogo-container" style="padding-top:8px; padding-bottom:8px; padding-left:63px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/UO_logo.png" width="93" height="32"></td></tr><tr class="mobile-content" style="display:none"><td class="mobile-column header-table-cell-with-text" style="width:65%; padding-left:48px; padding-right:0; padding-bottom:16px; padding-top:0; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; font-family:UberMoveTextMedium,Arial,sans-serif; padding-left:15px; padding-top:10px; font-weight:500"><div class="date" style="color:#4b4b4b">7 Apr, 2026 , 8:53 pm</div></td></tr><tr><td><table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td class="header-table-cell-with-text" class="mobile-column" style="width:70%; padding-left:63px; padding-right:16px; padding-bottom:32px"><div class="headerMessage" style="font-size:44px; font-size:2.75rem; line-height:52px; line-height:3.25rem; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; word-wrap:break-word">Thanks for ordering, Siddharth</div><br><div style="font-size:18px; font-size:1.125rem; line-height:28px; line-height:1.75rem; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400">Here's your receipt for KFC (Ebikon).</div></td><td class="desktop-content header-table-cell" align="right" style="width:30%; text-align:right; padding-left:0; padding-right:48px; padding-bottom:32px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/eats-bowl.png" height="162" style="height:160px; height:10rem"></td></tr></tbody></table></td></tr></tbody></table></div><div class="body-wrapper mj-outlook-group-fix"><table class="body-root" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#fff; background-color:#fff; width:100%"><tbody><tr><td class="body-content" style="width:100%; vertical-align:middle; padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><div class="total-fare-wrapper mj-outlook-group-fix"><table dir="ltr" class="total-fare-content received" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td data-testid="total_fare_title" class="total-fare-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">Total</td><td data-testid="total_fare_amount" class="total-fare-amount" style="font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">CHF 51.23</td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:24px; padding-bottom:0"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div><div class="notification-wrapper mj-outlook-group-fix"><table class="notification info" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; border:2px solid transparent; border-radius:8px; font-family:UberMoveTextMedium,Arial,sans-serif; margin-bottom:16px"><tbody><tr><td class="notification-content" dir="ltr" style="width:100%; vertical-align:middle; padding-top:16px; padding-right:16px; padding-bottom:16px; padding-left:16px"><table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td width="40" height="40"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td style="padding-right:16px; line-height:0"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/notification-info.png" width="40" height="40"></td></tr></tbody></table></td><td style="padding-right:10px"><table border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td style="font-family:UberMoveTextRegular,Arial,sans-serif; font-size:16px; line-height:20px; font-size:1rem; line-height:1.5rem; font-weight:400"><div data-testid="notification_0_text">To view your full receipt go to <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUks2u1SAUhZ8GZpyUfxgwMMY-gC_QbGDXg7alAjW5b2961Tsy5jqF5FvfWtlpK3iM5bpKDnz1XDgwzGspmNJxYm6ywABkNF5xn6WnOUjvtEkUA7dWG2GNdHRtdV9wh7KFozY8txeipitie6S602dIMQltIyD4pKSQxouYkufGWsk5KFqC82bSwmTG_WSY5lwyAAtMZIjGR7WmZIma7ozHG_lrjb_cMUvJpcjM3witUTPPcWUWkjExGsGNo1t4jnF2Ij8QMRMx3xiE0W8UEXNtGVsnYnbKW7vazCREx1TUiXkvLXM8OxQJVqcUEXPDhOUcdIdyfMZUznvKQOTHXnJ-QhvPR6wdiZrqNbZav73myE90x97hCy7j5cQwGhwd0ij1gO3t67XUeyahLfwrjv6WXAbu5wYDW0h1PzccmJc_Bcbf3upydWz_cRnXUb5fuLzX-0cQPwMAAP__XejHig&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432120573%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=t2I7ZQNAlNEJI%2BGz9BvBHvaWnPTm8z2ITOolxQ7cjuc%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUks2u1SAUhZ8GZpyUfxgwMMY-gC_QbGDXg7alAjW5b2961Tsy5jqF5FvfWtlpK3iM5bpKDnz1XDgwzGspmNJxYm6ywABkNF5xn6WnOUjvtEkUA7dWG2GNdHRtdV9wh7KFozY8txeipitie6S602dIMQltIyD4pKSQxouYkufGWsk5KFqC82bSwmTG_WSY5lwyAAtMZIjGR7WmZIma7ozHG_lrjb_cMUvJpcjM3witUTPPcWUWkjExGsGNo1t4jnF2Ij8QMRMx3xiE0W8UEXNtGVsnYnbKW7vazCREx1TUiXkvLXM8OxQJVqcUEXPDhOUcdIdyfMZUznvKQOTHXnJ-QhvPR6wdiZrqNbZav73myE90x97hCy7j5cQwGhwd0ij1gO3t67XUeyahLfwrjv6WXAbu5wYDW0h1PzccmJc_Bcbf3upydWz_cRnXUb5fuLzX-0cQPwMAAP__XejHig">Uber Eats</a>, or <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUksGu1SwUhZ8GZpwUKLQMGPz5rx0b47zZwK4HpVCBas7bm15v7siY45SVfOtjZfsUMff1PGOwfDNczKCZUVKwUbmBzcMEDEA6bUZugjQ0WGlmpT1Fy6dJaTFpOdOtln3FHWKyuVQ80oOMw-mw3nzZ6d1yHMM2aznKMHicvfGTN9qDDGZTfJhptLPRgxI6MG4GzRTnkgFMwEQAp40bN-8nMg5Xx-2d_LW43-4YpORSBGYuhFKomOG4sQm81s5pwfVMk733fjQi_yNiIWK5MAi9XSgillID1kbE8gyMiCWUnzkVCKyix3h0IhdfcsfcPz8OJPLl48tCd4j5E_p4XDtbIv9vMYQ71H6_udKQjEM5eyrl26uE_EB3bA2-4NofB9peITfwPZYM6T16_fEze9Fq_1ZH38TXjvuRoGO1vuxHwo5hfcto_9NbWc-G9R_O5szx-4nrs94_rPgVAAD__6As0e8&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432135958%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=sbmcWfyGGn365OVhJ4JDa6DUw9wzcojTyVbUqg%2Fv1%2Fk%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUksGu1SwUhZ8GZpwUKLQMGPz5rx0b47zZwK4HpVCBas7bm15v7siY45SVfOtjZfsUMff1PGOwfDNczKCZUVKwUbmBzcMEDEA6bUZugjQ0WGlmpT1Fy6dJaTFpOdOtln3FHWKyuVQ80oOMw-mw3nzZ6d1yHMM2aznKMHicvfGTN9qDDGZTfJhptLPRgxI6MG4GzRTnkgFMwEQAp40bN-8nMg5Xx-2d_LW43-4YpORSBGYuhFKomOG4sQm81s5pwfVMk733fjQi_yNiIWK5MAi9XSgillID1kbE8gyMiCWUnzkVCKyix3h0IhdfcsfcPz8OJPLl48tCd4j5E_p4XDtbIv9vMYQ71H6_udKQjEM5eyrl26uE_EB3bA2-4NofB9peITfwPZYM6T16_fEze9Fq_1ZH38TXjvuRoGO1vuxHwo5hfcto_9NbWc-G9R_O5szx-4nrs94_rPgVAAD__6As0e8">download this PDF</a></div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div><div class="fare-info-wrapper"></div><div class="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:8px">Payments</td></tr><tr><td class="panel-content" style="width:100%"><div class="payments-wrapper mj-outlook-group-fix"><table class="payments-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td dir="ltr" class="payment-item" style="padding:12px 0"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td width="55" style="text-align:left"><img src="https://tb-static.uber.com/prod/wallet/icons/mastercard_3x.png" width="35" height="32" border="0" style="display:inline-block; padding-right:18px; vertical-align:middle; width:32px; height:32px; max-width:100%"></td><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_Card.String" align="left" style="text-align:left; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem">Mastercard ••••3893 (CBA Ultimate)</td><td align="right" style="text-align:right; vertical-align:middle"><font style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; font-size:1rem; text-align:right; direction:ltr; vertical-align:middle; white-space:nowrap">CHF 51.23</font></td></tr></tbody></table></td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_date_time" class="payment-meta-text" align="left" style="text-align:left; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b">8/4/26 7:53 am</td><td data-testid="payments_0_Info" class="payment-meta-text" align="right" style="text-align:right; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:0; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="disclaimers-wrapper mj-outlook-group-fix"><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width=" 80% " style="width:80%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Want to switch your payment method?</td><td class="disclaimer-button" width=" 20% " align="center" style="width:20%; background:#f3f3f3; background-color:#f3f3f3; border-radius:9999px; border-collapse:separate; padding:10px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJzMlM9unDAQxp8Gbl75P_jAIeoWqVJPkXpGY8-QdQOYGpN2-_QVmyhqpapK1UtP4Plm5vsxYhymSEsZ9j1iJ0YnZAuWOaMk08Zz1vIGGIDy1mnhULkaO-VaY0NNnWgaY2VjVVuPOc0DzRCnbkmZ1ulaab57yqeQ5vrSeR48ckNCoBNm5Fy13DvQo4KmcY2uY9c6y420yITjlhkhFANogEkEb53XYwhNpfnhcXrt_Dn5Z3ZCpYSSyNzRwhgyzAkaWQPBWu-tFLatp-5SyrpV6q6SfSV7grKdtuXhNMXlsZL9nXNPx_P6dfpeqX6IaRtwqtT58DuSK2mOWnNUG9lv-7qmXIY9T4fSh7QU-lY-4HE6hxFHr6lh3CEw3baSQYsNs9JJNQbnW3EkSnuhaf10__FW9Az4q82hv37yLfITj-whlxgmur2HCywPxFa4zrQUNlO5pBtNvySkFzCtgxLqmDSiZloJYF5rYIHAj4YEiVFV0g6wYE4R_2UELVgkScxytEwrDaw1kjN0jUOBLYzu_x7BNpfrSpU6305jyoGGTBgzhVKps6hniMs9hbgea9RV6t0WES-Qy-Xk00aV5mkvU0qPN3D1vp5p2-CBhqNvVzIsG4QS0wLTq3T7od-yDnXu_mRXZwoU1zIUmtcJCuUupHmdqBAOL1pdfhdLw75R_otbYV_il52Gt3I_dfJHAAAA__8HMGOh&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432144843%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=IcmATw111UsIeHPSztfywHvsKE6G4YYM6L6GJfkvE4U%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJzMlM9unDAQxp8Gbl75P_jAIeoWqVJPkXpGY8-QdQOYGpN2-_QVmyhqpapK1UtP4Plm5vsxYhymSEsZ9j1iJ0YnZAuWOaMk08Zz1vIGGIDy1mnhULkaO-VaY0NNnWgaY2VjVVuPOc0DzRCnbkmZ1ulaab57yqeQ5vrSeR48ckNCoBNm5Fy13DvQo4KmcY2uY9c6y420yITjlhkhFANogEkEb53XYwhNpfnhcXrt_Dn5Z3ZCpYSSyNzRwhgyzAkaWQPBWu-tFLatp-5SyrpV6q6SfSV7grKdtuXhNMXlsZL9nXNPx_P6dfpeqX6IaRtwqtT58DuSK2mOWnNUG9lv-7qmXIY9T4fSh7QU-lY-4HE6hxFHr6lh3CEw3baSQYsNs9JJNQbnW3EkSnuhaf10__FW9Az4q82hv37yLfITj-whlxgmur2HCywPxFa4zrQUNlO5pBtNvySkFzCtgxLqmDSiZloJYF5rYIHAj4YEiVFV0g6wYE4R_2UELVgkScxytEwrDaw1kjN0jUOBLYzu_x7BNpfrSpU6305jyoGGTBgzhVKps6hniMs9hbgea9RV6t0WES-Qy-Xk00aV5mkvU0qPN3D1vp5p2-CBhqNvVzIsG4QS0wLTq3T7od-yDnXu_mRXZwoU1zIUmtcJCuUupHmdqBAOL1pdfhdLw75R_otbYV_il52Gt3I_dfJHAAAA__8HMGOh" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td height="24" width="24"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Switch.png" height="24" width="24" style="border:none; clear:both; display:inline-block; height:24px; outline:none; text-decoration:none; width:24px; vertical-align:middle"></td><td class="disclaimer-buttonText" align="center" valign="middle" style="padding-left:8px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; color:#000">Switch</td></tr></tbody></table></a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:12px; padding-bottom:12px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div></div><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table"><tbody><tr><td style="font-family:ubermovebold,Arial,sans-serif; font-size:1.5rem; font-weight:700; line-height:2rem; padding:20px 0 8px">Order details</td></tr><tr><td><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td width="56" valign="top" style="text-align:left; padding-right:16px; line-height:0"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/eats-bowl.png" width="56" height="56" style="clear:both; vertical-align:middle; display:inline-block; width:56px; height:56px; outline:none; text-decoration:none; display:inline-block; padding:0; max-width:100%"></td><td class="vehicle-detail-col" valign="top" height="54px" style="border-bottom:1px solid #f3f3f3; padding-top:12px"><table border="0" cellpadding="0" cellspacing="0" width="initial" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto"><tbody><tr><td class="vehicle-detail-label" data-testid="vehicle_type" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-size:1rem; line-height:1.25rem">Uber Delivery</td></tr><tr><td class="vehicle-detail-desc" data-testid="distance_duration" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem"></td></tr></tbody></table></td></tr><tr><td style="padding-top:16px"></td></tr></tbody></table></td></tr><tr><td><table class="desktop-content" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table; padding-bottom:16px"><tbody><tr><td class="desktop-content" valign="top" style="border-right:16px solid transparent; padding-right:16px; width:50%"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:58 pm - Pick-up</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Bahnhofstrasse 19, 6030 Ebikon, Switzerland</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">9:10 pm - Delivery</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Alpenstrasse 3, 6004 Luzern, Switzerland</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td><td class="desktop-content" valign="top" style="width:50%"><img width="312" height="auto" src="https://tb-static.uber.com/prod/image-proc/processed_images/329bb9680d6505dc6d93c4308efa23f9/c67d558c633281f9c71fc6a90ef470ae.jpeg" style="border-radius:12px; clear:both; display:block; height:auto; max-height:358px; max-width:312px; outline:none; text-decoration:none; width:100%"></td></tr></tbody></table><table class="mobile-content" border="0" cellpadding="0" cellspacing="16" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:none; padding-top:12px"><tbody><tr><td class="mobile-content" style="width:100%; display:none"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:58 pm - Pick-up</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Bahnhofstrasse 19, 6030 Ebikon, Switzerland</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">9:10 pm - Delivery</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Alpenstrasse 3, 6004 Luzern, Switzerland</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td></tr><tr><td class="mobile-content" style="width:100%; display:none"><img height="auto" width="100%" border="0" src="https://tb-static.uber.com/prod/image-proc/processed_images/329bb9680d6505dc6d93c4308efa23f9/c67d558c633281f9c71fc6a90ef470ae.jpeg" style="clear:both; display:block; height:auto; max-width:100%; outline:none; text-decoration:none; width:100%; border-radius:12px"></td></tr></tbody></table></td></tr></tbody></table><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="driverInfo_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Delivered by Rehman</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Say thanks with a rating or tip for the delivery person or restaurant.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkr1u3DoQhZ-G6miI_2TB4l5vFkgXGHAtjMiRl7EkKhQVZ98-kLIwXCwCpxrMHPA7A54JY8K5dtuWomeDY9yCpk4JTqXqW2pbAxRA9NpJ5qJwTfTCWaVDg54ZozQ3WthmKHnqcII0-jkXXMYrke3WY3kIeWouPlglkYUIFgajkVkdWqkwAg7GtiCa5K3TreI6UuZaTRVjggIYoDxCr10vhxAMke3u8fBO_p77P7tjFIIJHqnbEUqhoo7hQA0Erftec6ZtM_pLrctKxH-Enwk_7xiEuu4ows-5RCwrEecpRyJOR_sENc0vhOspx1B_EXEiXHFl_j8K5-XQz2N-uw2Oshsc3VpzwY8Kf7x1b7m8DmN-e37-err71EpnzGAiFdBbKnsVqHPCUMuiRR5gsFLeJeNcy_VbTnO9yz1S6sY0v36UzamZIM1PGNKyX4Qn4nFNMV6g1MtDn1ckss1bHXN-Pb5LfGkmXFd4wa5eF_S1wLxCqCnPML5LRzafSbYp_m92TcGAaaldxWkZoWLxIU_LiBVjd9Oaem-Wu23F8g8Hvs3px4bdZ_f-6fnvAAAA___aQfv1&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432153351%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=vaH7TSh1PWTwimhufZMcJbPXkga0zmhaBf01Dadk13Q%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkr1u3DoQhZ-G6miI_2TB4l5vFkgXGHAtjMiRl7EkKhQVZ98-kLIwXCwCpxrMHPA7A54JY8K5dtuWomeDY9yCpk4JTqXqW2pbAxRA9NpJ5qJwTfTCWaVDg54ZozQ3WthmKHnqcII0-jkXXMYrke3WY3kIeWouPlglkYUIFgajkVkdWqkwAg7GtiCa5K3TreI6UuZaTRVjggIYoDxCr10vhxAMke3u8fBO_p77P7tjFIIJHqnbEUqhoo7hQA0Erftec6ZtM_pLrctKxH-Enwk_7xiEuu4ows-5RCwrEecpRyJOR_sENc0vhOspx1B_EXEiXHFl_j8K5-XQz2N-uw2Oshsc3VpzwY8Kf7x1b7m8DmN-e37-err71EpnzGAiFdBbKnsVqHPCUMuiRR5gsFLeJeNcy_VbTnO9yz1S6sY0v36UzamZIM1PGNKyX4Qn4nFNMV6g1MtDn1ckss1bHXN-Pb5LfGkmXFd4wa5eF_S1wLxCqCnPML5LRzafSbYp_m92TcGAaaldxWkZoWLxIU_LiBVjd9Oaem-Wu23F8g8Hvs3px4bdZ_f-6fnvAAAA___aQfv1" data-testid="driverInfo_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/tip-logo-email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Rate your order</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div><div class="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:16px"></td></tr><tr><td class="panel-content" style="width:100%"><div class="additional-info-wrapper mj-outlook-group-fix" dir="ltr"><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:40%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Order completed</td><td class="additional-info-value" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right">7 Apr, 2026 at 9:10 pm</td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Want to review your order history?</td><td class="additional-info-value" style="width:40%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkc2u2yAQhZ_G7Ij4MWOzYFFVzQP0BawBxg0tNi7gRvftq6TVXVVV7pYjvvPNTMiJ9r6cZ4pOrlaqGYFboxUfjRd8FhNyRO3BjtJGbVl02s4GAiMnp8mAmkDPbK1lW2jDlN1eKh35bRjF6aleQtnYzSkLXsRZxBFIGzQkxDpPK2gtwSpNLLnZgjAKIpdWADdSao44IVcRPVg_riFMwygeHZd38vfi_7hT1FpqFbl9IIwhw62klU8YALwHJWFm2d16P9qgPw3qOqjr_X5_ogh7e-AGdS01Um1sw7R_pZCOx3bcoD-3FOMNa79dfGk0jKKcPZfy4_lNf2EbtYbfaOlvB7lecW8Yeio75vfo6fnKlKy6_9WxSoHS0ZdO25GxU3WhbEemTnH5m7H-r7eynI3qB4597unnScur3r-c-h0AAP__V_i7Dw&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432161667%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=cY8EdeiZ6PqtfqM5E7fXNj%2B%2BWgIdq%2FaJv86H15mO%2BK0%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkc2u2yAQhZ_G7Ij4MWOzYFFVzQP0BawBxg0tNi7gRvftq6TVXVVV7pYjvvPNTMiJ9r6cZ4pOrlaqGYFboxUfjRd8FhNyRO3BjtJGbVl02s4GAiMnp8mAmkDPbK1lW2jDlN1eKh35bRjF6aleQtnYzSkLXsRZxBFIGzQkxDpPK2gtwSpNLLnZgjAKIpdWADdSao44IVcRPVg_riFMwygeHZd38vfi_7hT1FpqFbl9IIwhw62klU8YALwHJWFm2d16P9qgPw3qOqjr_X5_ogh7e-AGdS01Um1sw7R_pZCOx3bcoD-3FOMNa79dfGk0jKKcPZfy4_lNf2EbtYbfaOlvB7lecW8Yeio75vfo6fnKlKy6_9WxSoHS0ZdO25GxU3WhbEemTnH5m7H-r7eynI3qB4597unnScur3r-c-h0AAP__V_i7Dw">My orders</a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div></div></td></tr></tbody></table></div><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Need help?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Our support team is happy to help with any concern you might have.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkU2O3CAQhU9jdrT4MYVZsIii9AFyAauAckyCjYNxpLl91JOoV1HUs-WJ731VFUumvc_XlZOXi5NqQuDOaMVHEwSfhEWOqAO4UbqkHUteu8lAZOSltQaUBT2xpdVtpg1z8XttdJS3YRRXoHaLdWOrx4A2CjAW1GKMmII1zpE1I9oIASeW_eRAGAWJSyeAGyk1R7TIVcIALoxLjHYYxaPj9iR_r-GPOyWtpVaJuwfCGDLcSVq4xQgQAigJEyt-7f0Y9KdB3Qd1X6kcT9Sg7oSd2sk2zPtXivl4bMYP-vOZU1qx9fUW6knDKOrVS60_3r_pL2yj88RvNPe3g3xvuJ8Ye647lmf07vjKhKz5_9WxRpHy0edO21Eevj7W7SjUKc1_M9b_9Vbn66T2gUNfe_550fyq9y-vfgcAAP__d2W5kw&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432170111%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=a68mbfXWnQ49X059QMTnQOL0ui99KVh%2FHAt2KJGB5oc%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkU2O3CAQhU9jdrT4MYVZsIii9AFyAauAckyCjYNxpLl91JOoV1HUs-WJ731VFUumvc_XlZOXi5NqQuDOaMVHEwSfhEWOqAO4UbqkHUteu8lAZOSltQaUBT2xpdVtpg1z8XttdJS3YRRXoHaLdWOrx4A2CjAW1GKMmII1zpE1I9oIASeW_eRAGAWJSyeAGyk1R7TIVcIALoxLjHYYxaPj9iR_r-GPOyWtpVaJuwfCGDLcSVq4xQgQAigJEyt-7f0Y9KdB3Qd1X6kcT9Sg7oSd2sk2zPtXivl4bMYP-vOZU1qx9fUW6knDKOrVS60_3r_pL2yj88RvNPe3g3xvuJ8Ye647lmf07vjKhKz5_9WxRpHy0edO21Eevj7W7SjUKc1_M9b_9Vbn66T2gUNfe_550fyq9y-vfgcAAP__d2W5kw" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_support_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Contact Support</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div><style>
|
|
<!--
|
|
.trip_reference
|
|
{line-height:1px;
|
|
font-size:1px;
|
|
color:#fff;
|
|
display:none}
|
|
.zd_receipt_identifier
|
|
{line-height:1px;
|
|
font-size:1px;
|
|
color:#fff;
|
|
display:none}
|
|
-->
|
|
</style><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-spacing:0; border-collapse:collapse; width:100%; border:none"><tbody><tr><td class="tripReference" style="line-height:1px; font-size:1px; color:#fff; display:none">xided33132d-926d-55e5-91ef-7ac66bb62168</td></tr><tr><td class="zdReceiptIdentifier" style="line-height:1px; font-size:1px; color:#fff; display:none">pGvlI2ANUbXFfyEOgxta1RMV082993</td></tr></tbody></table></td></tr></tbody></table></div><div class="footer mj-outlook-group-fix" style="background:#000; background-color:#000"><table class="footer-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#000; background-color:#000; width:100%"><tbody><tr><td dir="ltr" class="footer-table-cell"><table class="mobile-table" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; display:none"><tbody><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:32px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkU2u1TAMhVfTzHLV_LnNIAOEeAtgA5XjuNxA25Q0QXq7R_eBLhOEHtNz5HM-27RlPtrSe05BrV7pGUF6Z7S0Lo5yHieUiCaCt8on40UKxs8OSHBQ0-RAT2BmsdayL7xj3sJRKp_b62DHHrneqOziHmawq_ZggEciTSo5XC1Ea5Emno0ROcweRqchSeVHkE4pIxEnlDphBB_tSjQNdnx03J7JX0v8xc7JGGV0kv4R4Rw76RWvckICiBG0glls4d7aeQ3mw6BfBv2CRKUf7Rn3RxI75uMzUz4f5wmD-XjllO5Y2_0Wy8WDHUtvWynf3ubMJ7HzdeEXXtrryaFVPC6klsuB29N6A33PmqKGf9WJysT5bEvj_dywcQ1U9nPjxmn57Yn2N60s_eL6H9_uR_7eeXkv94-gfwYAAP__8RG71w&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432178244%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=YJ8N0fDy94lNnqsMABuCfCi7aKyNOBa157VdYNgdt1w%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkU2u1TAMhVfTzHLV_LnNIAOEeAtgA5XjuNxA25Q0QXq7R_eBLhOEHtNz5HM-27RlPtrSe05BrV7pGUF6Z7S0Lo5yHieUiCaCt8on40UKxs8OSHBQ0-RAT2BmsdayL7xj3sJRKp_b62DHHrneqOziHmawq_ZggEciTSo5XC1Ea5Emno0ROcweRqchSeVHkE4pIxEnlDphBB_tSjQNdnx03J7JX0v8xc7JGGV0kv4R4Rw76RWvckICiBG0glls4d7aeQ3mw6BfBv2CRKUf7Rn3RxI75uMzUz4f5wmD-XjllO5Y2_0Wy8WDHUtvWynf3ubMJ7HzdeEXXtrryaFVPC6klsuB29N6A33PmqKGf9WJysT5bEvj_dywcQ1U9nPjxmn57Yn2N60s_eL6H9_uR_7eeXkv94-gfwYAAP__8RG71w" style="color:#fff; text-decoration:none">My account</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkU2u2yAUhVcDMyJ-DIYBg6qqF9ANWBe4fqHFxsX4Rdl9ldcqo6rKm3Kk73yHG0vGrc_nmZMXixPSgmFOK8kGHTizfAQGoIJxg3BJOZq8clabSNGLcdRGjkZZurS6zrhCLn6rDfdyJwM_A7ZLrCu9-kVqNxge06A0xwWlBZssl0I6ZUdQNHvrDNfSJCYcN0wLoRjACEwmCMaFYYlxJAN_dFye5B81_HHHpJRQMjH3QGiNmjmBCxshGhOCkcJYWvy19_0g6guRE5HT7XZ7ooicCr5BIXLaW36HeCdyOg9sB5ETXSFv3zHm_fFbnqivR07pCq1fL6EeSAZez15q_fmBUt_oiscBbzj3-46-N9gOiD3XDcoz-vB-ZTVt_n91tGHEvPe547oX6Nh8rOtesGOa_2a0_-utzo-Bnzj-ueVfJ86ver97-TsAAP__evK_3w&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432186238%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=99qUKhqzj2x1sTpngvsB0d%2BxOg1f73uIk%2BCJsxp8U%2Fg%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkU2u2yAUhVcDMyJ-DIYBg6qqF9ANWBe4fqHFxsX4Rdl9ldcqo6rKm3Kk73yHG0vGrc_nmZMXixPSgmFOK8kGHTizfAQGoIJxg3BJOZq8clabSNGLcdRGjkZZurS6zrhCLn6rDfdyJwM_A7ZLrCu9-kVqNxge06A0xwWlBZssl0I6ZUdQNHvrDNfSJCYcN0wLoRjACEwmCMaFYYlxJAN_dFye5B81_HHHpJRQMjH3QGiNmjmBCxshGhOCkcJYWvy19_0g6guRE5HT7XZ7ooicCr5BIXLaW36HeCdyOg9sB5ETXSFv3zHm_fFbnqivR07pCq1fL6EeSAZez15q_fmBUt_oiscBbzj3-46-N9gOiD3XDcoz-vB-ZTVt_n91tGHEvPe547oX6Nh8rOtesGOa_2a0_-utzo-Bnzj-ueVfJ86ver97-TsAAP__evK_3w" style="color:#fff; text-decoration:none">Privacy Policy</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkc2u2yAQhZ8GdkT8mLFZsKiq5gH6AtYAk2tabFyMG923r3JbZVVV6ZYjvvPNTCyZtj6fZ05e3ZzSE4Jw1mgx2CDFJEcUiCaAG5RLxvHkjZssRE5ejaMFPYKZ-K3VdaYVc_FbbbSXdzbIM1C7xLryxUfCEKKEyWFyzoAGqxwoFYeoQBnDs58cSKshCeUkCKuUEYgjCp0wgAvDLcaRDfLRcXmSv9Xw252SMcroJNwDYS1Z4RTdxIgRIATQCiZe_NL7fjDziekr09f7_f5EMX0t9IaF6StfMW9fKeb9sRvPzOcjp7Rg68sl1IPYIOvZS63fPz6aL3yl48A3mvv7Tr433A6MPdcNyzP6sHxlRt78v-p4o0h573OndS_YqflY171QpzT_yXj_21udz4Paf5z63PKPk-ZXvX96_SsAAP__DdK5nQ&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432194496%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=j6JYU0cFU9DgONAbTD5DktGuGQLaczaU0l82CyHYaIQ%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkc2u2yAQhZ8GdkT8mLFZsKiq5gH6AtYAk2tabFyMG923r3JbZVVV6ZYjvvPNTCyZtj6fZ05e3ZzSE4Jw1mgx2CDFJEcUiCaAG5RLxvHkjZssRE5ejaMFPYKZ-K3VdaYVc_FbbbSXdzbIM1C7xLryxUfCEKKEyWFyzoAGqxwoFYeoQBnDs58cSKshCeUkCKuUEYgjCp0wgAvDLcaRDfLRcXmSv9Xw252SMcroJNwDYS1Z4RTdxIgRIATQCiZe_NL7fjDziekr09f7_f5EMX0t9IaF6StfMW9fKeb9sRvPzOcjp7Rg68sl1IPYIOvZS63fPz6aL3yl48A3mvv7Tr433A6MPdcNyzP6sHxlRt78v-p4o0h573OndS_YqflY171QpzT_yXj_21udz4Paf5z63PKPk-ZXvX96_SsAAP__DdK5nQ" style="color:#fff; text-decoration:none">Terms and Conditions</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><table class="mobile-table" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation" style="display:none"><tbody><tr><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkUuO3CAQhk8DO1qmeBgWLKIofYBcwCqgnCaxjYNxWnP7yHnMKopmtvzi-7-qSkuhrU_nWXKQs5fg0ApvFAht4iDcMKJAVNF6LX1WnuegvDM2cQpyHI2F0SrH51bXiVYsS9hqo315YXo4I7Vbqit_BKszOkhWOrIyavROapAaDGYH4wy8BOftYMBmIf1ghZFSCcQRBWSM1kc9pzQyPVwdt1fy1xp_u1NWSirIwl8IY8gIL2kWIyZrY7QgreNLePS-H0x9YHBncH8-n7cZE8Vav104BveLzODOVyzbZ0plv9YTmPp4lJwf2PrjFutBTA_17Mvff-oTX-k48AtN_WWn0BtuB6Ze6obLa_RL9C1j8hb-V8cbJSp7nzqt-4KdWkh13RfqlKc_Ge__eqvTeVB7x7XPrXw_aXqr948APwMAAP__HxO6pA&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432202977%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=bDDc0HxD0Wk5ZNp5NXfMLKYXpFuZMruKlRjdNk9OLbU%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkUuO3CAQhk8DO1qmeBgWLKIofYBcwCqgnCaxjYNxWnP7yHnMKopmtvzi-7-qSkuhrU_nWXKQs5fg0ApvFAht4iDcMKJAVNF6LX1WnuegvDM2cQpyHI2F0SrH51bXiVYsS9hqo315YXo4I7Vbqit_BKszOkhWOrIyavROapAaDGYH4wy8BOftYMBmIf1ghZFSCcQRBWSM1kc9pzQyPVwdt1fy1xp_u1NWSirIwl8IY8gIL2kWIyZrY7QgreNLePS-H0x9YHBncH8-n7cZE8Vav104BveLzODOVyzbZ0plv9YTmPp4lJwf2PrjFutBTA_17Mvff-oTX-k48AtN_WWn0BtuB6Ze6obLa_RL9C1j8hb-V8cbJSp7nzqt-4KdWkh13RfqlKc_Ge__eqvTeVB7x7XPrXw_aXqr948APwMAAP__HxO6pA" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_facebook.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkUGO3CAQRU8DO1oGTGEWLKIofYBcwCqgmCaxjYNxWnP7yJNoVlE02fLF-6-q4lJo6_N5luRldlJNCMIZrcRowiCmwaJA1AHcKF3Sjiev3WQgcvLSWgPKgp54bnWdacWy-K022pdXNg5noHaLdeUPn7XJU1KQgswymwg2y4mSJiCbXCRe_ORgMAqSkG4AYaTUAtGiUAkDuDDmGC0bh6vj9k7-VsNvd0paS62ScBfCGDLCScrCYgQIAZSEiS_-0ft-MP2JqTtT9-fzeSvb0fGl4XrxmLpfaKbufMWyfaVY9ms_nunPR0npga0_bqEexMahnn2p9fvbP_2Fr3Qc-EJzf93J94bbgbGXuuHyHr2ZfmRO3vy_6nijSGXvc6d1X7BT87Gu-0Kd0vwn4_1vb3U-D2r_ce5zKz9Omj_q_dOrXwEAAP__uIu8mA&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432211867%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=PBa4QiEkSgKJwUnUf7sHyblMCW%2BqlQAHKYteyOcigzQ%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkUGO3CAQRU8DO1oGTGEWLKIofYBcwCqgmCaxjYNxWnP7yJNoVlE02fLF-6-q4lJo6_N5luRldlJNCMIZrcRowiCmwaJA1AHcKF3Sjiev3WQgcvLSWgPKgp54bnWdacWy-K022pdXNg5noHaLdeUPn7XJU1KQgswymwg2y4mSJiCbXCRe_ORgMAqSkG4AYaTUAtGiUAkDuDDmGC0bh6vj9k7-VsNvd0paS62ScBfCGDLCScrCYgQIAZSEiS_-0ft-MP2JqTtT9-fzeSvb0fGl4XrxmLpfaKbufMWyfaVY9ms_nunPR0npga0_bqEexMahnn2p9fvbP_2Fr3Qc-EJzf93J94bbgbGXuuHyHr2ZfmRO3vy_6nijSGXvc6d1X7BT87Gu-0Kd0vwn4_1vb3U-D2r_ce5zKz9Omj_q_dOrXwEAAP__uIu8mA" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_instagram.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkc2O1DAQhJ8mvnkU_7Xjgw8IsQ-AxDlq2x3GkMTBsRnN26MsaE8ILdcqddXX3XHNtLe595y8WJyQEwJ3RkmuTRj5NFrkiCqA08Il5Vjyyk0GIiMvrDUgLaiJLbVsM22YV7-XSsf6HPTYA9VbLBu7-xgX5SBpCTYascRl0loqLRMEB3q0LPvJwWgkJC7cCNwIoTiiRS4TBnBBLzHaQY9Xx-0t-VsJv9kpKSWUTNxdEcaQ4U7Qwi1GgBBACpjY6u-tHeegPgzyZZAvj8fj9iy99UBX2iXq8UugyjbM-2eK-biu4wf18cwp3bG2-y2UkwY9lt7WUr6_zqlPbKPzxK80t-dBvlXcT4wtlx3XN-uV8z1bsur_VccqRcpHmxttx4qNqo9lO1ZqlOY_Hmt_08rcT6r_8ey-5x-d5vdy__TyVwAAAP__zxi6gQ&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432220538%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=03g1vavktRB%2BFHjng4KIx3EB7IFHmcNqw9yW0lrs8U4%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkc2O1DAQhJ8mvnkU_7Xjgw8IsQ-AxDlq2x3GkMTBsRnN26MsaE8ILdcqddXX3XHNtLe595y8WJyQEwJ3RkmuTRj5NFrkiCqA08Il5Vjyyk0GIiMvrDUgLaiJLbVsM22YV7-XSsf6HPTYA9VbLBu7-xgX5SBpCTYascRl0loqLRMEB3q0LPvJwWgkJC7cCNwIoTiiRS4TBnBBLzHaQY9Xx-0t-VsJv9kpKSWUTNxdEcaQ4U7Qwi1GgBBACpjY6u-tHeegPgzyZZAvj8fj9iy99UBX2iXq8UugyjbM-2eK-biu4wf18cwp3bG2-y2UkwY9lt7WUr6_zqlPbKPzxK80t-dBvlXcT4wtlx3XN-uV8z1bsur_VccqRcpHmxttx4qNqo9lO1ZqlOY_Hmt_08rcT6r_8ey-5x-d5vdy__TyVwAAAP__zxi6gQ" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_youtube.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td dir="ltr" class="footer-table-cell" style="padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td valign="top" align="left" style="white-space:nowrap; text-align:left"><span data-testid="company_name_address" class="entity-info" style="font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; width:200px; white-space:initial; display:inline-block; color:#a6a6a6">Uber Eats Switzerland GmbH<br>Stockerstrasse 33<br>8002 Zürich</span></td><td valign="top" align="right" style="text-align:right; white-space:nowrap"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkU2u1TAMhVfTzHLV_LnNIAOEeAtgA5XjuNxA25Q0QXq7R_eBLhOEHtNz5HM-27RlPtrSe05BrV7pGUF6Z7S0Lo5yHieUiCaCt8on40UKxs8OSHBQ0-RAT2BmsdayL7xj3sJRKp_b62DHHrneqOziHmawq_ZggEciTSo5XC1Ea5Emno0ROcweRqchSeVHkE4pIxEnlDphBB_tSjQNdnx03J7JX0v8xc7JGGV0kv4R4Rw76RWvckICiBG0glls4d7aeQ3mw6BfBv2CRKUf7Rn3RxI75uMzUz4f5wmD-XjllO5Y2_0Wy8WDHUtvWynf3ubMJ7HzdeEXXtrryaFVPC6klsuB29N6A33PmqKGf9WJysT5bEvj_dywcQ1U9nPjxmn57Yn2N60s_eL6H9_uR_7eeXkv94-gfwYAAP__8RG71w&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432229986%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Bff47wEU914GEQx%2BRiuplKzMQK%2B4jT5Q2icLRouipJw%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkU2u1TAMhVfTzHLV_LnNIAOEeAtgA5XjuNxA25Q0QXq7R_eBLhOEHtNz5HM-27RlPtrSe05BrV7pGUF6Z7S0Lo5yHieUiCaCt8on40UKxs8OSHBQ0-RAT2BmsdayL7xj3sJRKp_b62DHHrneqOziHmawq_ZggEciTSo5XC1Ea5Emno0ROcweRqchSeVHkE4pIxEnlDphBB_tSjQNdnx03J7JX0v8xc7JGGV0kv4R4Rw76RWvckICiBG0glls4d7aeQ3mw6BfBv2CRKUf7Rn3RxI75uMzUz4f5wmD-XjllO5Y2_0Wy8WDHUtvWynf3ubMJ7HzdeEXXtrryaFVPC6klsuB29N6A33PmqKGf9WJysT5bEvj_dywcQ1U9nPjxmn57Yn2N60s_eL6H9_uR_7eeXkv94-gfwYAAP__8RG71w" style="color:#fff; text-decoration:underline">My account</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkU2u2yAUhVcDMyJ-DIYBg6qqF9ANWBe4fqHFxsX4Rdl9ldcqo6rKm3Kk73yHG0vGrc_nmZMXixPSgmFOK8kGHTizfAQGoIJxg3BJOZq8clabSNGLcdRGjkZZurS6zrhCLn6rDfdyJwM_A7ZLrCu9-kVqNxge06A0xwWlBZssl0I6ZUdQNHvrDNfSJCYcN0wLoRjACEwmCMaFYYlxJAN_dFye5B81_HHHpJRQMjH3QGiNmjmBCxshGhOCkcJYWvy19_0g6guRE5HT7XZ7ooicCr5BIXLaW36HeCdyOg9sB5ETXSFv3zHm_fFbnqivR07pCq1fL6EeSAZez15q_fmBUt_oiscBbzj3-46-N9gOiD3XDcoz-vB-ZTVt_n91tGHEvPe547oX6Nh8rOtesGOa_2a0_-utzo-Bnzj-ueVfJ86ver97-TsAAP__evK_3w&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432239231%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=4LnyziIkR%2ByUd3fgM0iJYXbKb%2FYc1zsPAL5bOO3UFok%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkU2u2yAUhVcDMyJ-DIYBg6qqF9ANWBe4fqHFxsX4Rdl9ldcqo6rKm3Kk73yHG0vGrc_nmZMXixPSgmFOK8kGHTizfAQGoIJxg3BJOZq8clabSNGLcdRGjkZZurS6zrhCLn6rDfdyJwM_A7ZLrCu9-kVqNxge06A0xwWlBZssl0I6ZUdQNHvrDNfSJCYcN0wLoRjACEwmCMaFYYlxJAN_dFye5B81_HHHpJRQMjH3QGiNmjmBCxshGhOCkcJYWvy19_0g6guRE5HT7XZ7ooicCr5BIXLaW36HeCdyOg9sB5ETXSFv3zHm_fFbnqivR07pCq1fL6EeSAZez15q_fmBUt_oiscBbzj3-46-N9gOiD3XDcoz-vB-ZTVt_n91tGHEvPe547oX6Nh8rOtesGOa_2a0_-utzo-Bnzj-ueVfJ86ver97-TsAAP__evK_3w" style="color:#fff; text-decoration:underline">Privacy Policy</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkc2u2yAQhZ8GdkT8mLFZsKiq5gH6AtYAk2tabFyMG923r3JbZVVV6ZYjvvPNTCyZtj6fZ05e3ZzSE4Jw1mgx2CDFJEcUiCaAG5RLxvHkjZssRE5ejaMFPYKZ-K3VdaYVc_FbbbSXdzbIM1C7xLryxUfCEKKEyWFyzoAGqxwoFYeoQBnDs58cSKshCeUkCKuUEYgjCp0wgAvDLcaRDfLRcXmSv9Xw252SMcroJNwDYS1Z4RTdxIgRIATQCiZe_NL7fjDziekr09f7_f5EMX0t9IaF6StfMW9fKeb9sRvPzOcjp7Rg68sl1IPYIOvZS63fPz6aL3yl48A3mvv7Tr433A6MPdcNyzP6sHxlRt78v-p4o0h573OndS_YqflY171QpzT_yXj_21udz4Paf5z63PKPk-ZXvX96_SsAAP__DdK5nQ&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432248279%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=LI6gLGFJv8iY7CjJc6OPJ355WY19y1QXtOPFYOtuTHw%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkc2u2yAQhZ8GdkT8mLFZsKiq5gH6AtYAk2tabFyMG923r3JbZVVV6ZYjvvPNTCyZtj6fZ05e3ZzSE4Jw1mgx2CDFJEcUiCaAG5RLxvHkjZssRE5ejaMFPYKZ-K3VdaYVc_FbbbSXdzbIM1C7xLryxUfCEKKEyWFyzoAGqxwoFYeoQBnDs58cSKshCeUkCKuUEYgjCp0wgAvDLcaRDfLRcXmSv9Xw252SMcroJNwDYS1Z4RTdxIgRIATQCiZe_NL7fjDziekr09f7_f5EMX0t9IaF6StfMW9fKeb9sRvPzOcjp7Rg68sl1IPYIOvZS63fPz6aL3yl48A3mvv7Tr433A6MPdcNyzP6sHxlRt78v-p4o0h573OndS_YqflY171QpzT_yXj_21udz4Paf5z63PKPk-ZXvX96_SsAAP__DdK5nQ" style="color:#fff; text-decoration:underline">Terms and Conditions</a></td></tr></tbody></table></td></tr><tr><td valign="top" align="left" style="text-align:left; white-space:nowrap; padding-top:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_footer_icon.png" width="74" height="44"></td><td valign="bottom" align="right" style="text-align:right; white-space:nowrap"><table align="right" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkUuO3CAQhk8DO1qmeBgWLKIofYBcwCqgnCaxjYNxWnP7yHnMKopmtvzi-7-qSkuhrU_nWXKQs5fg0ApvFAht4iDcMKJAVNF6LX1WnuegvDM2cQpyHI2F0SrH51bXiVYsS9hqo315YXo4I7Vbqit_BKszOkhWOrIyavROapAaDGYH4wy8BOftYMBmIf1ghZFSCcQRBWSM1kc9pzQyPVwdt1fy1xp_u1NWSirIwl8IY8gIL2kWIyZrY7QgreNLePS-H0x9YHBncH8-n7cZE8Vav104BveLzODOVyzbZ0plv9YTmPp4lJwf2PrjFutBTA_17Mvff-oTX-k48AtN_WWn0BtuB6Ze6obLa_RL9C1j8hb-V8cbJSp7nzqt-4KdWkh13RfqlKc_Ge__eqvTeVB7x7XPrXw_aXqr948APwMAAP__HxO6pA&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432257300%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=BSWcqeQBs5hdm8ZCSjJhfBMhNa7ueli3krPAE5aTYQU%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkUuO3CAQhk8DO1qmeBgWLKIofYBcwCqgnCaxjYNxWnP7yHnMKopmtvzi-7-qSkuhrU_nWXKQs5fg0ApvFAht4iDcMKJAVNF6LX1WnuegvDM2cQpyHI2F0SrH51bXiVYsS9hqo315YXo4I7Vbqit_BKszOkhWOrIyavROapAaDGYH4wy8BOftYMBmIf1ghZFSCcQRBWSM1kc9pzQyPVwdt1fy1xp_u1NWSirIwl8IY8gIL2kWIyZrY7QgreNLePS-H0x9YHBncH8-n7cZE8Vav104BveLzODOVyzbZ0plv9YTmPp4lJwf2PrjFutBTA_17Mvff-oTX-k48AtN_WWn0BtuB6Ze6obLa_RL9C1j8hb-V8cbJSp7nzqt-4KdWkh13RfqlKc_Ge__eqvTeVB7x7XPrXw_aXqr948APwMAAP__HxO6pA" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_facebook.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkUGO3CAQRU8DO1oGTGEWLKIofYBcwCqgmCaxjYNxWnP7yJNoVlE02fLF-6-q4lJo6_N5luRldlJNCMIZrcRowiCmwaJA1AHcKF3Sjiev3WQgcvLSWgPKgp54bnWdacWy-K022pdXNg5noHaLdeUPn7XJU1KQgswymwg2y4mSJiCbXCRe_ORgMAqSkG4AYaTUAtGiUAkDuDDmGC0bh6vj9k7-VsNvd0paS62ScBfCGDLCScrCYgQIAZSEiS_-0ft-MP2JqTtT9-fzeSvb0fGl4XrxmLpfaKbufMWyfaVY9ms_nunPR0npga0_bqEexMahnn2p9fvbP_2Fr3Qc-EJzf93J94bbgbGXuuHyHr2ZfmRO3vy_6nijSGXvc6d1X7BT87Gu-0Kd0vwn4_1vb3U-D2r_ce5zKz9Omj_q_dOrXwEAAP__uIu8mA&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432270707%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=jvGafXdvAU8A2m5gz7RA0kwaLw5Xd5THICr83AZuq04%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkUGO3CAQRU8DO1oGTGEWLKIofYBcwCqgmCaxjYNxWnP7yJNoVlE02fLF-6-q4lJo6_N5luRldlJNCMIZrcRowiCmwaJA1AHcKF3Sjiev3WQgcvLSWgPKgp54bnWdacWy-K022pdXNg5noHaLdeUPn7XJU1KQgswymwg2y4mSJiCbXCRe_ORgMAqSkG4AYaTUAtGiUAkDuDDmGC0bh6vj9k7-VsNvd0paS62ScBfCGDLCScrCYgQIAZSEiS_-0ft-MP2JqTtT9-fzeSvb0fGl4XrxmLpfaKbufMWyfaVY9ms_nunPR0npga0_bqEexMahnn2p9fvbP_2Fr3Qc-EJzf93J94bbgbGXuuHyHr2ZfmRO3vy_6nijSGXvc6d1X7BT87Gu-0Kd0vwn4_1vb3U-D2r_ce5zKz9Omj_q_dOrXwEAAP__uIu8mA" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_instagram.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.mgt.uber.com%2Fc%2FeJyUkc2O1DAQhJ8mvnkU_7Xjgw8IsQ-AxDlq2x3GkMTBsRnN26MsaE8ILdcqddXX3XHNtLe595y8WJyQEwJ3RkmuTRj5NFrkiCqA08Il5Vjyyk0GIiMvrDUgLaiJLbVsM22YV7-XSsf6HPTYA9VbLBu7-xgX5SBpCTYascRl0loqLRMEB3q0LPvJwWgkJC7cCNwIoTiiRS4TBnBBLzHaQY9Xx-0t-VsJv9kpKSWUTNxdEcaQ4U7Qwi1GgBBACpjY6u-tHeegPgzyZZAvj8fj9iy99UBX2iXq8UugyjbM-2eK-biu4wf18cwp3bG2-y2UkwY9lt7WUr6_zqlPbKPzxK80t-dBvlXcT4wtlx3XN-uV8z1bsur_VccqRcpHmxttx4qNqo9lO1ZqlOY_Hmt_08rcT6r_8ey-5x-d5vdy__TyVwAAAP__zxi6gQ&data=05%7C02%7C%7Cb9d35f0e2c884562f72408de95333a80%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639112244432285538%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=k3kFvIgRUuZXymzW5luRNGwyVeMWdH2%2Fc8TAXNLnrk0%3D&reserved=0" originalsrc="https://email.mgt.uber.com/c/eJyUkc2O1DAQhJ8mvnkU_7Xjgw8IsQ-AxDlq2x3GkMTBsRnN26MsaE8ILdcqddXX3XHNtLe595y8WJyQEwJ3RkmuTRj5NFrkiCqA08Il5Vjyyk0GIiMvrDUgLaiJLbVsM22YV7-XSsf6HPTYA9VbLBu7-xgX5SBpCTYascRl0loqLRMEB3q0LPvJwWgkJC7cCNwIoTiiRS4TBnBBLzHaQY9Xx-0t-VsJv9kpKSWUTNxdEcaQ4U7Qwi1GgBBACpjY6u-tHeegPgzyZZAvj8fj9iy99UBX2iXq8UugyjbM-2eK-biu4wf18cwp3bG2-y2UkwY9lt7WUr6_zqlPbKPzxK80t-dBvlXcT4wtlx3XN-uV8z1bsur_VccqRcpHmxttx4qNqo9lO1ZqlOY_Hmt_08rcT6r_8ey-5x-d5vdy__TyVwAAAP__zxi6gQ" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_youtube.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div></div></td></tr></tbody></table></td><td></td></tr></tbody></table><img width="1" height="1" alt="" src="https://email.mgt.uber.com/o/eJyUkU1u7CAQBk9jdoz4xyxYPb0L5AJWA-0MiW0cDJHm9pGTaFZRNNnySVWFOi4Ztzb1npPns-NiBEOdloIqHRgdmQUKIINxirskHUleulGbSNBza7UR1siRzLWsE66QF7-VivtyGxTrAesllpVcPZrgeLIs2hm5EEoxEKi5ViMmiWBJ9qMzTAuTKHfMUM25pAAWqEgQjAtqjtEOip2Oy538UsJXOyYpuRSJuhOhNWrqOM7UQjQmBCO4GckKeXvCmPfzz36Q_46c0hVqu15COXBQrPS2lPJ6sgf5n6x4HPCMU7vt6FuF7YDYctlguU-f9kfaSfW_6UjFiHlvU8N1X6Bh9bGs-4IN0_S9kfbTW5n6gfUPJ-xbfus4Pdr97sVHAAAA__9oOa05"> </body></html> |