<!doctype html>
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8">
<!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Use the latest (edge) version of IE rendering engine -->
<title>Lenovo Tech World @ CES</title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients -->
<!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered -->
<!-- CSS Reset -->
<style type="text/css">
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html, body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table, td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. */
a[x-apple-data-detectors] {
color: inherit !important;
}
/* Ensure the container td aligns content to the left */
td.button-container {
text-align: left !important;
}
/* Align the inner table (button) to the left */
table.button-table {
margin: 0;
float: left;
}
</style>
<!-- Progressive Enhancements -->
<style type="text/css">
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #11184F !important;
border-color: #11184F !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
td {
vertical-align:top;
display:table-cell;
}
.stack-column-center {
display: block;
width: 100% !important;
max-width: 100% !important;
padding-right: 0 !important;
padding-left: 0 !important;
padding-top: 10px !important;
}
.stack-column-center table {
display: block !important;
}
.stack-column-center img {
max-width: 100% !important;
}
table{border-collapse:collapse;border-spacing:0}
img{display:block;border:0;line-height:0;font-size:0;vertical-align:top}
table[width="250"] {
width: 100% !important;
max-width: 100% !important;
}
.stack-column-center td.special-padding {
padding-bottom: 15px !important;
height: 100px !important;
}
.stack-column-center td.special-padding2 {
padding-bottom: 15px !important;
height: 100px !important;
}
.stack {
padding-bottom: 0px !important;
}
table {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
td {
mso-line-height-rule: exactly;
}
img {
mso-line-height-rule: exactly;
}
.email-container {
width: 100% !important;
}
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
.stack-column-center table {
width: 100% !important;
}
.stack-column-center.asha {
padding-bottom:25px;
}
/* Remove all padding from speaker rows */
td[align="center"][style*="background:#F1E1ED"] {
padding-top: 0 !important;
padding-bottom: 30px !important;
}
/* Remove margin from tables inside speaker rows */
td[align="center"][style*="background:#F1E1ED"] > table {
margin-bottom: 0 !important;
}
/* Specific rule for the last row */
td.speaker-row-padding[align="center"][style*="background:#F1E1ED"] {
padding-top: 0 !important;
padding-bottom: 25px !important;
}
/* Ensure the thumbnail and text remain side by side */
.custom-thumbnail-layout .stack-column-center {
display: table-cell !important;
width: auto !important;
max-width: none !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.custom-thumbnail-layout .stack-column-center table {
width: auto !important;
}
/* Adjust width to make the text take 80% and the thumbnail 20% */
.custom-thumbnail-layout .stack-column-center:nth-child(1) {
width: 20% !important;
}
.custom-thumbnail-layout .stack-column-center:nth-child(2) {
width: 80% !important;
padding-top: 0 !important; /* Set padding-top to 0 */
}
/* New additions to ensure icon-text layout */
.custom-thumbnail-layout {
display: table !important;
width: 100% !important;
}
.custom-thumbnail-layout > tr {
display: table-row !important;
}
.custom-thumbnail-layout > tr > td {
display: table-cell !important;
width: auto !important;
}
/* Adjust icon width on mobile if needed */
.custom-thumbnail-layout > tr > td:first-child {
width: 20% !important;
}
/* Adjust text width on mobile if needed */
.custom-thumbnail-layout > tr > td:last-child {
width: 80% !important;
}
/* Remove extra padding between rows on mobile */
.stack-column-center + .stack-column-center {
padding-top: 15px !important;
}
.speaker-info.tolga, .speaker-info.laura, .speaker-info.luca, .speaker-info.asha {
height: 35px !important;
min-height: 60px;
}
.speaker-info.bottom {
height: 35px !important;
padding-bottom: 20px !important;
}
/* Add these new styles for the live session section */
.custom-thumbnail-column,
.custom-text-column {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
.custom-thumbnail-column table,
.custom-text-column table {
width: 100% !important;
}
.custom-thumbnail-image {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.custom-text-content {
text-align: left !important;
}
.custom-thumbnail-section td {
padding-left: 0 !important;
padding-right: 0 !important;
}
.mobile-layout .custom-thumbnail-section .custom-text-column {
padding-bottom: 20px !important;
}
/* New style for 30px padding on mobile */
td[dir="ltr"][align="center"][valign="top"][width="100%"][style*="background:#ffffff"] {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
.mso-button-link {
background: #7A126B !important;
color: #ffffff !important;
padding: 12px 24px !important;
display: inline-block !important;
text-decoration: none !important;
font-weight: bold !important;
font-family: Arial, sans-serif !important;
font-size: 16px !important;
border: 2px solid #7A126B !important;
mso-padding-alt: 12px 24px !important;
mso-text-raise: 0 !important;
}
</style>
<![endif]-->
</head>
<body bgcolor="#e0e0e0" width="100%" style="margin: 0;" yahoo="yahoo"><style type="text/css">div#emailPreHeader{ display: none !important; }</style><div id="emailPreHeader" style="mso-hide:all; visibility:hidden; opacity:0; color:transparent; mso-line-height-rule:exactly; line-height:0; font-size:0px; overflow:hidden; border-width:0; display:none !important;">Join us in Las Vegas to experience Smarter AI for All—registration now open.</div>
<div style="text-align: center"><font face="Verdana" size="1">To view this email as a web page, <a href=
"https://go2.lenovo.com/v/MTgzLVdDVC02MjAAAAGeHiYTcZW557ujv_YgAdhEF-zsTfg06D5tiFOgKNpA4pFi9SLrX7ltaCjD2AC8AP_HiCwMR_k="
>click here</a><br /><br /></font></div>
<table bgcolor="#e0e0e0" cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" style="border-collapse:collapse;">
<tbody>
<tr>
<td>
<center style="width: 100%;">
<!-- Visually Hidden Preheader Text : BEGIN -->
<div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;">
Youre Invited!
</div>
<!-- Visually Hidden Preheader Text : END -->
<!-- Email Body : BEGIN -->
<table cellspacing="0" cellpadding="0" border="0" align="center" width="600" class="email-container" style="margin:0; padding:0; border-collapse:collapse; border-spacing:0;
mso-table-lspace:0pt; mso-table-rspace:0pt;">
<!-- gap killer (absorbs any top phantom space) -->
<tbody>
<tr>
<td height="0" style="height:0; line-height:0; font-size:0; padding:0; margin:0; mso-line-height-rule:exactly;"> </td>
</tr>
<!-- HERO (zero-gap) : BEGIN -->
<tr>
<td align="center" valign="top" style="padding:0; margin:0;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_HEADER.png" width="600" alt="Lenovo Tech World @ CES" border="0" style="display:block; margin:0; padding:0; border:0; outline:none;
font-size:0; line-height:0; vertical-align:top; -ms-interpolation-mode:bicubic;"> </p> </td>
</tr>
<!-- HERO : END -->
<!-- 1 Column Text : BEGIN -->
<tr>
<td style="padding-left:30px; padding-top:25px; padding-right:30px; padding-bottom:10px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:24px; color:#F1E1ED; background:#F1E1ED;">
<!-- v13 BUTTON -->
<table border="0" cellspacing="0" cellpadding="0" align="center" style="margin:0 auto;">
<tbody>
<tr>
<td bgcolor="#7A126B" height="40" style="background-color:#7A126B; padding:0 24px; height:40px; text-align:center; mso-line-height-rule:exactly;"> <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcQqslaV_tvVwjnDMZacvAyhCAcmfp1JruL8jdWy2zUIkbm61Vc7izifoofM8v0kbFLk=" target="_blank" style="color:#ffffff; font-size:16px; font-family:Arial,sans-serif; font-weight:bold; text-decoration:none; display:block; line-height:40px; mso-line-height-rule:exactly;"
> Register Now </a> </td>
</tr>
</tbody>
</table> <p style="margin-top:10px; font-size:14px; color:#4D144A; text-align:center;"> Your registration code: <strong><span style="color:#4D144A;">NATWCES26B</span></strong> </p>
<!-- END BUTTON -->
<!-- 1 Column Text : END --> </td>
</tr>
<!-- 1 Column Text with WHITE BACKGROUND : BEGIN -->
<tr>
<td bgcolor="#ffffff" style="background-color:#ffffff; padding-left:30px; padding-top:25px; padding-right:30px; padding-bottom:25px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000;"> <p style="margin:0 0 16px 0; font-size:18px;color:#4D144A;"> <strong>We're excited to invite you to Lenovo Tech World @ CES, taking place in Las Vegas at Sphere. Join us as we bring Lenovo’s vision of Smarter AI for All to life. </strong> </p> <p style="margin:0 0 16px 0; font-size:16px;">
<!-- MSO (Outlook desktop) version -->
<!--[if mso]><p style="margin:0 0 16px 0; font-size:16px;">
This year's Tech World will transform the world's most cutting-edge venue into a living, breathing showcase of AI innovation at scale. We'll unveil a new <br>generation of technologies that redefine how intelligence connects across devices, infrastructure, and services and solutions.</p>
<![endif]-->
<!--[if !mso]><!--> This year's Tech World will transform the world's most cutting-edge venue into a living, breathing showcase of AI innovation at scale. We'll unveil a new generation of technologies that redefine how intelligence connects across devices, infrastructure, and services and solutions. </p>
<!--<![endif]-->
<!-- Badges: fixed-height pills (New/Classic Outlook-safe) -->
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="center" style="border-collapse:separate; border-spacing:0; margin:8px 0 0 0;">
<tbody>
<tr>
<!-- DATE -->
<td style="padding:0;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:separate; border-spacing:0; background:#f5f5f5; border-radius:6px;">
<tbody>
<tr>
<td height="32" valign="middle" style="height:32px; padding:0 14px; mso-padding-alt:0 14px 0 14px;
font-family:Arial, sans-serif; font-size:12px; line-height:18px; font-weight:600;
color:#3f3e3e; white-space:nowrap;"> Date: January 6, 2026 </td>
</tr>
</tbody>
</table> </td>
<!-- gap -->
<td width="8" style="font-size:0; line-height:0;"> </td>
<!-- TIME -->
<td style="padding:0;">
<table role="presentation" cellpadding="0" cellspacing="0" border="0" style="border-collapse:separate; border-spacing:0; background:#f5f5f5; border-radius:6px;">
<tbody>
<tr>
<td height="32" valign="middle" style="height:32px; padding:0 14px; mso-padding-alt:0 14px 0 14px;
font-family:Arial, sans-serif; font-size:12px; line-height:18px; font-weight:600;
color:#3f3e3e; white-space:nowrap;"> Time: 5 pm PST (Doors at 3:30 pm PST) </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
<!-- /Badges --> </td>
</tr>
<!-- 1 Column Text : END -->
<!-- Icon List Section : BEGIN -->
<tr>
<td style="padding-left: 30px; padding-top: 20px; padding-right:30px; padding-bottom: 5px;text-align: left; font-family: sans-serif; font-size: 14px; mso-height-rule: exactly; line-height: 20px; color: #4D144A;background:#F1E1ED;">
<!-- MSO (Outlook desktop) version -->
<!--[if mso]>
<p style="margin-top: 0;margin-bottom: 5px;font-size:18px;color: #4D144A;"><strong>Throughout the evening, you'll see Lenovo's vision of Smarter AI for All in action, from new product launches across our <br>portfolio to breakthrough innovations shaping an AI-powered future, including:</strong></p>
<![endif]-->
<!--[if !mso]><!--><p style="margin-top: 0;margin-bottom: 5px;font-size:18px;color: #4D144A;"><strong>Throughout the evening, you'll see Lenovo's vision of Smarter AI for All in action, from new product launches across our portfolio to breakthrough innovations shaping an AI-powered future, including:</strong></p>
<!--<![endif]--> </td>
</tr>
<tr>
<td dir="ltr" align="center" valign="top" width="100%" style="padding: 0px 30px 20px 30px;background:#F1E1ED;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<!-- First Item -->
<tbody>
<tr>
<td width="38" height="60" align="left" valign="middle" style="height:60px; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_ICON_1.png" width="38" alt="Engaging Discussions" style="display: block; margin:0;"> </td>
<td height="60" align="left" valign="middle" style="padding-left: 10px; height:60px; mso-line-height-rule:exactly;">
<!-- MSO (Outlook desktop) version -->
<!--[if mso]>
<p style="margin: 0; font-family: sans-serif; font-size: 16px; line-height: 20px; color: #4D144A; mso-line-height-rule:exactly;"><strong>Enterprise AI solutions built for scale, </strong> showcasing secure, high-<br>performance compute and AI inferencing from datacenter to device.</p>
<![endif]-->
<!--[if !mso]><!--> <p style="margin: 0; font-family: sans-serif; font-size: 16px; line-height: 20px; color: #4D144A; mso-line-height-rule:exactly;"><strong>Enterprise AI solutions built for scale, </strong> showcasing secure, high-performance compute and AI inferencing from datacenter to device.</p>
<!--<![endif]--> </td>
</tr>
<!-- Second Item -->
<tr>
<td width="38" height="60" align="left" valign="middle" style="height:65px; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_ICON_2.png" width="38" alt="Networking Opportunities" style="display: block; margin:0;"> </td>
<td height="60" align="left" valign="middle" style="padding-left: 10px; height:65px; mso-line-height-rule:exactly;"> <p style="margin: 0; font-family: sans-serif; font-size: 16px; line-height: 20px; color: #4D144A; mso-line-height-rule:exactly;"><strong>AI PCs, smartphones, new, wearable form factors, </strong> and edge devices like you’ve never seen them before. These tools sense context, learn from usage, and adapt in real time to the way you work and live.</p> </td>
</tr>
<!-- Third Item -->
<tr>
<td width="38" height="60" align="left" valign="middle" style="height:60px; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_ICON_3.png" width="38" alt="Lenovo Technology Showcase" style="display: block; margin:0;"> </td>
<td height="60" align="left" valign="middle" style="padding-left: 10px; height:80px; mso-line-height-rule:exactly;"> <p style="margin: 0; font-family: sans-serif; font-size: 16px; line-height: 20px; color: #4D144A; mso-line-height-rule:exactly;"><strong>Real-world examples of Lenovo’s technology</strong> driving data and maximizing performance on the world's biggest stages, from Formula 1 races, to FIFA World Cup 2026<sup>™</sup>, to Sphere itself.</p> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- Icon List Section : END -->
<!-- Featured Speakers : BEGIN -->
<tr>
<td style="padding-left: 30px; background:#ffffff;padding-top: 20px; padding-right:30px; padding-bottom: 20px; text-align: left; font-family: sans-serif; font-size: 16px; mso-height-rule: exactly; background:#ffff; line-height: 22px; color: #4D144A;"> <p style="margin:0;"><span style="font-size: 18px; color: #4d144a;"><strong>A one-of-a-kind line-up of global leaders and AI innovators, with more to be announced!</strong></span></p> </td>
</tr>
<!-- Two Speakers : BEGIN (MSO-safe image wrapper) -->
<tr>
<td align="center" style="padding:0 25px 15px 25px; background:#ffffff;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
<tbody>
<tr>
<!-- Speaker 1 (add mb-gap-16 for mobile spacing) -->
<td class="stack-column-center mb-gap-16" valign="top" style="width:50%; padding:0 5px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0; margin:0; mso-line-height-rule:exactly; vertical-align:top;">
<!-- MSO gets lh:1 | everyone else lh:0 -->
<!--[if mso]><p style="margin:0; padding:0; font-size:0; line-height:1; mso-line-height-rule:exactly;"><![endif]-->
<!--[if !mso]><!--><p style="margin:0; padding:0; font-size:0; line-height:0;">
<!--<![endif]--> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_YY.png" width="265" style="display:block; width:100%; max-width:265px; height:auto; margin:0; padding:0; border:0; outline:none; line-height:0; border-radius:6px; vertical-align:top; -ms-interpolation-mode:bicubic;" alt="Yuanqing Yang">
<!--[if !mso]><!--></p>
<!--<![endif]-->
<!--[if mso]></p><![endif]-->
<div style="padding:8px 2px 0; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#000000; text-align:left; mso-margin-top-alt:6pt;">
<strong>Yuanqing Yang</strong>
<br>
<span style="font-size:14px; line-height:14px;">Chairman & CEO, Lenovo</span>
</div> </td>
</tr>
</tbody>
</table> </td>
<!-- Speaker 2 -->
<td class="stack-column-center" valign="top" style="width:50%; padding:0 5px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0; margin:0; mso-line-height-rule:exactly; vertical-align:top;">
<!-- MSO gets lh:1 | everyone else lh:0 -->
<!--[if mso]><p style="margin:0; padding:0; font-size:0; line-height:1; mso-line-height-rule:exactly;"><![endif]-->
<!--[if !mso]><!--><p style="margin:0; padding:0; font-size:0; line-height:0;">
<!--<![endif]--> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_LIP.png" width="265" style="display:block; width:100%; max-width:265px; height:auto; margin:0; padding:0; border:0; outline:none; line-height:0; border-radius:6px; vertical-align:top; -ms-interpolation-mode:bicubic;" alt="Lip-Bu Tan">
<!--[if !mso]><!--></p>
<!--<![endif]-->
<!--[if mso]></p><![endif]-->
<div style="padding:8px 2px 0; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#000000; text-align:left; mso-margin-top-alt:6pt;">
<strong>Lip-Bu Tan</strong>
<br>
<span style="font-size:14px; line-height:14px;">CEO, Intel</span>
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- Two Speakers : END -->
<!-- Two Speakers : BEGIN (MSO-safe image wrapper) -->
<tr>
<td align="center" style="padding:0 25px 25px 25px; background:#ffffff;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
<tbody>
<tr>
<!-- Speaker 1 (add mb-gap-16 for mobile spacing) -->
<td class="stack-column-center mb-gap-16" valign="top" style="width:50%; padding:0 5px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0; margin:0; mso-line-height-rule:exactly; vertical-align:top;">
<!-- MSO gets lh:1 | everyone else lh:0 -->
<!--[if mso]><p style="margin:0; padding:0; font-size:0; line-height:1; mso-line-height-rule:exactly;"><![endif]-->
<!--[if !mso]><!--><p style="margin:0; padding:0; font-size:0; line-height:0;">
<!--<![endif]--> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_LISA.png" width="265" style="display:block; width:100%; max-width:265px; height:auto; margin:0; padding:0; border:0; outline:none; line-height:0; border-radius:6px; vertical-align:top; -ms-interpolation-mode:bicubic;" alt="Yuanqing Yang">
<!--[if !mso]><!--></p>
<!--<![endif]-->
<!--[if mso]></p><![endif]-->
<div style="padding:8px 2px 0; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#000000; text-align:left; mso-margin-top-alt:6pt;">
<strong>Dr. Lisa Su</strong>
<br>
<span style="font-size:14px; line-height:14px;">Chair & CEO, AMD</span>
</div> </td>
</tr>
</tbody>
</table> </td>
<!-- Speaker 2 -->
<td class="stack-column-center" valign="top" style="width:50%; padding:0 5px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse:collapse;">
<tbody>
<tr>
<td valign="top" style="padding:0; margin:0; mso-line-height-rule:exactly; vertical-align:top;">
<!-- MSO gets lh:1 | everyone else lh:0 -->
<!--[if mso]><p style="margin:0; padding:0; font-size:0; line-height:1; mso-line-height-rule:exactly;"><![endif]-->
<!--[if !mso]><!--><p style="margin:0; padding:0; font-size:0; line-height:0;">
<!--<![endif]--> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW_CRISTIANO.png" width="265" style="display:block; width:100%; max-width:265px; height:auto; margin:0; padding:0; border:0; outline:none; line-height:0; border-radius:6px; vertical-align:top; -ms-interpolation-mode:bicubic;" alt="Cristiano Amon">
<!--[if !mso]><!--></p>
<!--<![endif]-->
<!--[if mso]></p><![endif]-->
<div style="padding:8px 2px 0; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#000000; text-align:left; mso-margin-top-alt:6pt;">
<strong>Cristiano Amon</strong>
<br>
<span style="font-size:14px; line-height:14px;">President & CEO, Qualcomm</span>
</div> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- Two Speakers : END -->
<!-- 1 Column Text : BEGIN -->
<tr>
<td style="padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:15px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:24px; color:#000000; background:#F1E1ED;">
<!-- MSO (Outlook desktop) version -->
<!--[if mso]>
<p style="margin-top: 0;margin-bottom: 5px;font-size:18px;color: #4D144A;"><strong>Please confirm your attendance and use your exclusive <br>registration code when registering.</strong></p>
<![endif]-->
<!--[if !mso]><!--> <p style="margin-top: 0;margin-bottom: 5px;font-size:18px;color: #4D144A;"><strong>Please confirm your attendance and use your exclusive registration code when registering.</strong></p>
<!--<![endif]--> <p style="margin:0 0 30px 0; font-size:16px; line-height:24px; color:#4D144A;"> We look forward to welcoming you to this once-in-a-lifetime event! If you'd like to learn more, please visit <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcVq_0PWqskAKSoBSOLUhIgwfHXFxQHgY-XQU213zD04tFcq7wOUfgFLb2IfFNdAS2hQ=" style="color:#4D144A; text-decoration:underline;"
>www.lenovo.com/CES</a>. </p>
<!-- v13 BUTTON --> <p></p>
<table border="0" cellspacing="0" cellpadding="0" align="center" style="margin:0 auto;margin-top:20px;">
<tbody>
<tr>
<td bgcolor="#7A126B" height="40" style="background-color:#7A126B; padding:0 24px; height:40px; text-align:center; mso-line-height-rule:exactly;"> <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcQqslaV_tvVwjnDMZacvAyhCAcmfp1JruL8jdWy2zUIkbm61Vc7izifoofM8v0kbFLk=" target="_blank" style="color:#ffffff; font-size:16px; font-family:Arial,sans-serif; font-weight:bold; text-decoration:none; display:block; line-height:40px; mso-line-height-rule:exactly;"
> Register Now </a> </td>
</tr>
</tbody>
</table><p></p>
<!-- END BUTTON --> <p style="margin-top:10px; font-size:14px; color:#4D144A; text-align:center;"> Your registration code: <strong><span style="color:#4D144A;">NATWCES26B</span></strong> </p>
<!-- 1 Column Text : END --> </td>
</tr>
<tr>
<td align="center" valign="top" style="padding:0; margin:0;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <img class="fluid" src="https://pages.lenovo.com/rs/183-WCT-620/images/TW25_FOOTER.jpg" width="600" alt="Lenovo Tech World @ CES" border="0" style="display:block; margin:0; padding:0; border:0; outline:none;
font-size:0; line-height:0; vertical-align:top; -ms-interpolation-mode:bicubic;"> </p> </td>
</tr>
<!-- 1 Column Text : BEGIN -->
<tr>
<td style="padding-left: 30px; padding-top: 10px; padding-right:30px; padding-bottom: 20px;text-align: left; font-family: sans-serif; font-size: 14px; mso-height-rule: exactly;background:#1E0013; line-height: 18px; color: #ffffff;"> <p><a href=
"https://go2.lenovo.com/dc/h3I0GGrR0dBqX7pAPQ31CaRAzmQLdFdHUXjaapQnRUuJ3z8reTmzl01jrd65f5oQNpeo1SwjEeOBGXbu0AAayhHK0PYqGUn_2LtN4K1tB7ZHWbhxHLgK2fvwgHDCnhXA_XVrt6knsqVH4fTh1X3_3RQPjNpHy34kt883Ypg2NrALlPQFBhQkP0tIrDjY_aHx0-cfomii7AA-DTDtMuESlrCi5po-pXcIGR4BXCs5gRE=/MTgzLVdDVC02MjAAAAGeHiYTcdVEUXmLqsmpW3IJ7bxl2kREjpAzuTWWzbIW-mFfBKHV1PVWZ6aNPPLZavahOe7Fl6s=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Unsubscribe</b></a> | <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcVqjF5pmFhnWJnm8Uyh9JgKGgMAoi9O2gbTA_CvuLU_A_iB_-VLYvm60OPHm881KzZE=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Preference Center</b></a> | <a href=
"https://go2.lenovo.com/dc/Z4J7qXdfAd7PBS9QpLpILgeVxY8osEmGrewi16tq4xLsiAPVA0CCrLpqd4xqkUGHGuB86G7qp69Xr2T-NbyBDVY2n_jKvz3AsHgpFSEwNlOAYkCTkAZkANCREskY9OjaFH0Wz1s0tfeq6KXktkwH6sPKYKQo7VYFRwdFDWGSMDeyBc7EMp2bUx44rgwQW-lA1f17XFseg5bfgMaYkM_TNQ==/MTgzLVdDVC02MjAAAAGeHiYTcdVEUXmLqsmpW3IJ7bxl2kREjpAzuTWWzbIW-mFfBKHV1PVWZ6aNPPLZavahOe7Fl6s=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Privacy Policy</b></a></p> <p>You are subscribed as <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcbCPAzQAciYRspbVUgU0HlbAeqJenZ7h0tq8eHUsz9TndBHd5ta_D3b4LRDh9pAwbxU=" style="color: #46c8e1; text-decoration: none; outline: none;" target="_blank"
><b>maria@packages.debian.org</b></a>. To ensure delivery of Lenovo email offers to your inbox, please add <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcSNvv101WSaOWkhKr8tWzkXrZLsZ-oQ_ezG2DRGBL9vJ6g0NRzATkhsjzc6ISwb8MSw=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>b2b@marketing.lenovo.com</b></a> to your address book.</p> <p>Lenovo reserves the rights to alter product offerings or specifications at any time without notice. Models pictured are for illustration purposes only. Lenovo is not responsible for typographic and photographic errors. Information advertised has no contractual effect. Lenovo may not offer the products, services or features discussed in this document in all countries. Promotions are for business customers only and are subject to availability. Promotions may be withdrawn or changed without prior notice.</p>
<!-- MSO (Outlook desktop) version -->
<!--[if mso]>
<p>Lenovo and the Lenovo logo are trademarks of Lenovo. All other trademarks are the <br>property of their respective owners<a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcQY74GBy9Zxyx-KkEWNO_sNM5rRfwv6RC6nnmAar1K1umRMjciDkWXReG7XjFbv39bA=" style="text-decoration: none;"
>.</a></p>
<![endif]-->
<!--[if !mso]><!--> <p>Lenovo and the Lenovo logo are trademarks of Lenovo. All other trademarks are the property of their respective owners<a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcQY74GBy9Zxyx-KkEWNO_sNM5rRfwv6RC6nnmAar1K1umRMjciDkWXReG7XjFbv39bA=" style="text-decoration: none;"
>.</a></p>
<!--<![endif]--> <p>Lenovo<br>8001 Development Drive<br> Morrisville, NC 27560<br><br>© Lenovo 2025. All rights reserved.</p> </td>
</tr>
</tbody>
</table>
<!-- Email Body : END -->
</center></td>
</tr>
</tbody>
</table>
<a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGeHiYTcVKukGKiZaYQnac32G84AgrkbmOnJoh_zeI2u1f7kDua_TEA7arWCqHqdkzkPgvkDzc="
></a>
<img src="https://go2.lenovo.com/trk?t=1&mid=MTgzLVdDVC02MjAAAAGeHiYTcX6MuCH36z7u3il0a3Mq4gvVqao9JvZFXGxskt4tw-3ryuruDObQiT4EuCckuRtNbou50L3q2luY138Q3sLneIdxIIDpnvPkm1xVMlQc0U6ERZri8QT3uQKX4ujXEucSfQqC7Wy6ce1HEsguD0hjgXDRLA" width="1" height="1" style="display:none !important;" alt="" />
<!-- Controlled by template -->
</body>
</html>