<!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;
}
.stack-column {
display: block !important;
width: 100% !important;
max-width: 100% !important;
}
.stack-column img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.stack-column-copy {
display: block !important;
width: 100% !important;
max-width: 100% !important;
order: 2;
}
.stack-column-image {
display: block !important;
width: 100% !important;
max-width: 100% !important;
order: 1;
}
/* FORCE ROW 2 TO STACK IMAGE ABOVE TEXT */
.row2-reorder td.stack-column:nth-child(1) {
display: table-footer-group !important; /* TEXT goes last */
}
.row2-reorder td.stack-column:nth-child(2) {
display: table-header-group !important; /* IMAGE goes first */
}
}
</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;">Global leaders, industry visionaries, and a special musical guest await.</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/MTgzLVdDVC02MjAAAAGe0cg8dnQR6QOAUI8yXqiCuSOv1oRzEmgrvmC22cgaJ6_5bltJK40JY3-U2XL5eG1x3wadCHg="
>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-3-HeaderBanner.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 with WHITE BACKGROUND : BEGIN -->
<tr>
<!--[if mso]>
<td bgcolor="#ffffff" style="background-color:#ffffff; padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:20px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000;">
<![endif]-->
<!--[if !mso]><!-->
<td bgcolor="#ffffff" style="background-color:#ffffff; padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:20px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000;">
<!--<![endif]--> <p style="margin:0 0 15px 0; font-size:16px;"> You are invited to join Lenovo for our most ambitious Tech World event yet, live in Las Vegas at Sphere. This year’s experience brings together a world-class lineup of global leaders, industry visionaries, and a special musical guest culminating in an unforgettable evening. </p> <p style="margin:0 0 20px 0; font-size:16px;"> In addition to these headline moments, Lenovo is unveiling the next generation of AI innovation across devices, infrastructure, and solutions, advancing our vision of Smarter AI for all. </p>
<!-- v13 BUTTON --> <p></p>
<table border="0" cellspacing="0" cellpadding="0" align="center" style="margin:0 auto;margin-top:10px;">
<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/MTgzLVdDVC02MjAAAAGe0cg8dniin7X3dPteIJ83K0X4qNO9YCPXtcZrGfzBmNWCgJeCyYkkVCeTGbosIlhIEebOU4c=" 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:#000000; text-align:center;"> Your registration code: <strong><span style="color:#4D144A;">NATWCES26B</span></strong><br> <strong> <span style="color:#4D144A;font-size:12px;">January 6, 2026 | 5:00 p.m. PT (Doors open at 3:30 p.m. PT)</span></strong> </p> <p style="margin-top:10px; font-size:10px; color:#000000; text-align:left;line-height:12px"><i>This invitation code is non-transferable and has limited availability. Please note that all flights, hotel accommodations, transportation, and any additional expenses will be your responsibility. All attendees must be registered for CES 2026. Lenovo Tech World registrants are eligible for a complimentary Exhibits Plus Pass while supplies last--details available upon successful registration.</i></p> </td>
</tr>
<!-- 1 Column Text : END -->
<!-- 1 Column Text : BEGIN -->
<tr>
<!--[if mso]>
<td style="padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:5px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000; background:#F1E1ED;">
<![endif]-->
<!--[if !mso]><!-->
<td style="padding-left:30px; padding-top:0px; padding-right:30px; padding-bottom:5px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000; background:#F1E1ED;">
<!--<![endif]--> <p style="margin-bottom: 5px;font-size:20px;color: #4D144A;"><strong>An Evening of AI-Powered Innovation </strong></p> <p style="margin:0 0 10px 0; font-size:16px; line-height:22px; color:#4D144A;"> Step into the world’s most advanced immersive venue as Lenovo unveils breakthroughs across cloud, client, and edge—engineered for the AI era. Experience new AI-driven product launches, first-look demos, and real-world applications powering global stages from Formula 1 to FIFA World Cup 2026<sup style="line-height: 0px">™</sup>. </p>
<!-- 1 Column Text : END -->
<!-- Hero Image, Flush : BEGIN --> </td>
</tr>
<tr>
<td class="full-width-image" align="center" style="padding:0; margin:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/Invite3_Speakers.jpg" width="600" alt="A Lineup of World-Class Speakers" border="0" style="display:block; width:100%; max-width:600px; height:auto; margin:0; padding:0;
border:0; outline:none; line-height:0; font-size:0; vertical-align:top; -ms-interpolation-mode:bicubic;"> </p> </td>
</tr>
<!-- Hero Image, Flush : END -->
<!-- Hero Image, Flush : BEGIN -->
<tr>
<td class="full-width-image" align="center" style="padding:0; margin:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe0cg8du9nNExNcqqzdz_1XtY-hNq3K7d6AhcwyFXc0hymB8LZ5MwbM9bXCFEZ-cCbvLDhOkQ=" target="_blank" style="text-decoration:none;"
> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/Invite3_Button.jpg?version=0" width="600" alt="Lenovo Tech World @ CES" border="0" style="display:block; width:100%; max-width:600px; height:auto; margin:0; padding:0;
border:0; outline:none; line-height:0; font-size:0; vertical-align:top; -ms-interpolation-mode:bicubic;"> </a> </p> </td>
</tr>
<!-- Hero Image, Flush : END -->
<!-- Alternating Split Section (images + copy same height) : BEGIN -->
<!-- Row 1: Image Left / Copy Right -->
<tr>
<td align="center" style="padding:0; background:#ffffff;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="max-width:600px; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
<tbody>
<tr>
<!-- IMAGE LEFT -->
<td width="50%" valign="top" class="stack-column" style="width:50%; padding:0; margin:0; font-size:0; line-height:0; mso-line-height-rule:exactly;">
<!--[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 src="https://pages.lenovo.com/rs/183-WCT-620/images/Invite-Gwen.jpg" width="300" height="300" alt="" border="0" style="display:block; width:100%; max-width:300px; height:300px; line-height:0; font-size:0; -ms-interpolation-mode:bicubic;">
<!--[if !mso]><!--></p>
<!--<![endif]-->
<!--[if mso]></p><![endif]--> </td>
<!-- COPY RIGHT (exact same height as image) -->
<td width="50%" valign="middle" class="stack-column" style="width:50%; padding:0; margin:0; background:#ffffff;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
<tbody>
<tr>
<td style="padding:30px;padding-top:15px; text-align:left; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; color:#ffffff; mso-line-height-rule:exactly; font-size:16px; line-height:20px;"> <p style="margin:0 0 5px 0; font-size:20px;font-weight:700;color:#4D144A;"> A Headlining Performance to Elevate the Night </p> <p style="margin:0; font-size:15px;color:black;"> The evening concludes with an exclusive performance from global singer, <span style="color:#7A126B;"><strong>Gwen Stefani</strong></span>. Known for her unique vocal style, musical genre-blending, and magnetic stage presence—you won't want to miss this. </p> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- Row 2: Copy Left / Image Right -->
<tr class="row2-reorder">
<td align="center" style="padding:0; background:#ffffff;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="max-width:600px; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
<tbody>
<tr>
<!-- COPY LEFT (becomes 2nd on mobile) -->
<td width="50%" valign="middle" class="stack-column" style="width:50%; padding:0; margin:0; background:#ffffff;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
<tbody>
<tr>
<td style="padding:30px;padding-top:15px; text-align:left; font-family:Arial, Helvetica Neue, Helvetica, sans-serif; color:#ffffff; mso-line-height-rule:exactly; font-size:16px; line-height:20px;"> <p style="margin:0 0 5px 0; font-size:20px;font-weight:700;color:#4D144A;"> Your Chance to Win Big at Tech World </p> <p style="margin:0; font-size:15px;color:black;"> Tech World is your opportunity to win once-in-a-lifetime prizes, exclusive to attendees through our on-site giveaway, including a grand prize of two hospitality tickets to a FIFA World Cup 2026™ match. Other prizes include powerful AI PCs, next-generation mobile devices, and a Sphere experience. More details to follow. </p> </td>
</tr>
</tbody>
</table> </td>
<!-- IMAGE RIGHT (becomes 1st on mobile) -->
<td width="50%" valign="top" class="stack-column" style="width:50%; padding:0; margin:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/Invite-WC26.jpg" width="300" height="300" alt="FIFA" border="0" style="display:block; width:100%; max-width:300px; height:300px; line-height:0; font-size:0;"> </p> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- Hero Image, Flush : BEGIN -->
<tr>
<td class="full-width-image" align="center" style="padding:0; margin:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <p style="margin:0; padding:0; font-size:0; line-height:0; mso-line-height-rule:exactly;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/Invite3_Keynote.jpg" width="600" alt="Keynote Highlights" border="0" style="display:block; width:100%; max-width:600px; height:auto; margin:0; padding:0;
border:0; outline:none; line-height:0; font-size:0; vertical-align:top; -ms-interpolation-mode:bicubic;"> </p> </td>
</tr>
<!-- Hero Image, Flush : END -->
<!-- 1 Column Text : BEGIN -->
<tr>
<!--[if mso]>
<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:22px; color:#000000; background:#Ffffff;">
<![endif]-->
<!--[if !mso]><!-->
<td style="padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:5px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000; background:#Ffffff;">
<!--<![endif]--> <p style="margin:0 0 20px 0; font-size:16px; line-height:22px; color:#000000;">Use this exclusive code to reserve your seat at this can’t-miss event before online registration closes on December 30, 2025!</p> <p style="margin:0 0 20px 0; font-size:16px; line-height:22px; color:#000000;"> We look forward to welcoming you for an evening of innovation, performance, and immersive storytelling! </p> <p style="margin:0 0 20px 0; font-size:14px;font-weight:700; line-height:22px; color:#4D144A;">#LenovoTechWorld</p>
<!-- 1 Column Text : END -->
<!-- 1 Column Text : BEGIN --> </td>
</tr>
<tr>
<td style="background:#1E0013;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/TW-3-Footer-Intel.jpg?version=0" width="100%" alt="Lenovo" border="0" style="width: 600px; max-width: 600px; height: auto; display: block;"> </td>
</tr>
<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=/MTgzLVdDVC02MjAAAAGe0cg8dhVdEcjJ3ARcOzIcmT6LgQvSe_F5OSVj5y_u4csVcOyTMWeTV6RVkPMPVhONEpKN9R4=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Unsubscribe</b></a> | <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe0cg8drsjnvXKVhGcceLhvTQnX9m9inU2e9pom1iK47hk4GLELEYQ9W3wG-7ywMQL9V11bw8=" 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==/MTgzLVdDVC02MjAAAAGe0cg8dhVdEcjJ3ARcOzIcmT6LgQvSe_F5OSVj5y_u4csVcOyTMWeTV6RVkPMPVhONEpKN9R4=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Privacy Policy</b></a></p> <p>To ensure delivery of Lenovo email offers to your inbox, please add <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe0cg8dpUNd7ZtohbLAKM0VkZMRqgjyFJRqi8oj4QEQJGPsY4tzAF4-J-GbzY3exW6G8IhXUA=" 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> <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/MTgzLVdDVC02MjAAAAGe0cg8dpzCaTvFY4IjI-0VzP-Mrp0I5BZUO861X8tSlTep4qUi7fFIUw4aBQU1e5i3YAXtdTo=" style="text-decoration: none;color:#ffffff"
>.</a></p> <p>Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries.</p> <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/MTgzLVdDVC02MjAAAAGe0cg8dtR6GHsMmKKI3sNA0wRX9ckyf4ZElJyuu1eAj8ixO7JdyGgtAT_0e2Sqt874v4nv8Mo="
></a>
<img src="https://go2.lenovo.com/trk?t=1&mid=MTgzLVdDVC02MjAAAAGe0cg8dlEku4codPKTxJHAqNsAPFTrsoc-nsPdIzyzQl94yF0Iu7KdI4hOX2Idxm0_Oymsnt-1QkgVApfP6VnFngFAQSsjafG8Wc1BphmbMD_c_JY5nyCChnDdySTbnLcB5XTK3rkQfH32sTwIhvsYeLfpts-3YQ" width="1" height="1" style="display:none !important;" alt="" />
<!-- Controlled by template -->
</body>
</html>