<!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 live on January 6 to see the latest breakthroughs in AI</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/MTgzLVdDVC02MjAAAAGe6zlfvYV55sRSXslSOZtdyCx9FP8wgp-Mgwevnp6b_v3NXFY7ng8SEXWOiQDzblJoVAOT0uo="
>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-Email2Header.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:25px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000;">
<!--<![endif]--> <p style="margin:0; font-size:16px;color:#000000;"> On <strong>January 6 at 5:00 p.m. PST</strong>, Lenovo Tech World @ CES takes over Sphere with a world-class lineup of speakers, new announcements, and unforgettable experiences. </p> <p style="margin-top:15px;margin-bottom:0; font-size:16px;color:#000000;"> This year’s showcase will spotlight the breakthroughs shaping the AI-powered future. </p> </td>
</tr>
<!-- 1 Column Text : END -->
<!-- 1 Column Text with WHITE BACKGROUND : BEGIN -->
<tr>
<!--[if mso]>
<td bgcolor="#F1E1ED" style="background-color:#F1E1ED; padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:25px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#4D144A;">
<![endif]-->
<!--[if !mso]><!-->
<td bgcolor="#F1E1ED" style="background-color:#F1E1ED; padding-left:30px; padding-top:20px; padding-right:30px; padding-bottom:25px; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#4D144A;">
<!--<![endif]--> <p style="margin:0 0 5px 0;font-size:20px;color: #4D144A;"><strong>Attend from Wherever You Are </strong></p> <p style="margin:0; font-size:16px;"> Experience the entire event live, from product launches to demos, to speaker sessions and exciting announcements, from wherever you are. </p> <p style="margin-bottom:25px;margin-top:15px; font-size:16px;"> Visit the Tech World @ CES website for updates, agenda details, and announcements. <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe6zlfveVWdTeCcZrs4YzKBZq1z7LvCUwWVE0wrEfbz0_tYq2n3x5_t3tOimpFE_WX9usfoxQ=" style="color:#294E95; 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: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/MTgzLVdDVC02MjAAAAGe6zlfveVWdTeCcZrs4YzKBZq1z7LvCUwWVE0wrEfbz0_tYq2n3x5_t3tOimpFE_WX9usfoxQ=" 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;"
> Learn more </a> </td>
</tr>
</tbody>
</table><p></p>
<!-- END BUTTON --> </td>
</tr>
<!-- 1 Column Text : END -->
<!-- 1 Column Text : 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 5px 0;font-size:20px;color: #4D144A;"><strong>What to Expect</strong></p> <p style="margin:0; font-size:16px;"> This year’s Tech World transforms Sphere into a living demonstration of Smarter AI for all, showcasing how intelligence adapts, senses, and scales across every Lenovo device, every workload, and every moment of the day. </p> </td>
</tr>
<!-- 1 Column Text : 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;"> <img src="https://assets.swoogo.com/uploads/full/6170500-69381d44150f6.jpg" 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;"> </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:15px; 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 5px 0;font-size:20px;color: #4D144A;"><strong>World-Class Speakers </strong></p> <p style="margin:0; font-size:16px; line-height:22px; color:#000000;"> We’ve added even more global leaders and innovators to the program, and the list below is only a glimpse of what’s ahead. Explore these speakers and more below. </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://assets.swoogo.com/uploads/full/6180937-693b1bac0a0ac.jpg" 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;"> </p> </td>
</tr>
<!-- Hero Image, Flush : END -->
<!-- 1 Column Text : BEGIN -->
<tr>
<!--[if mso]>
<td style="padding-left:30px; padding-top:15px; padding-right:30px; padding-bottom:25px; 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:15px; padding-right:30px; padding-bottom:25px; text-align:left; font-family:sans-serif; font-size:16px; mso-height-rule:exactly; line-height:22px; color:#000000; background:#ffffff;">
<!--<![endif]-->
<!-- v13 BUTTON -->
<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/MTgzLVdDVC02MjAAAAGe6zlfvbQV2s63JWyw80-1Dc7Rlc05TsTo9RrycQJ23OWR3Y-9EsYnhgzz3EiVTioBmEJviCY=" 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;"
> See the full lineup </a> </td>
</tr>
</tbody>
</table>
<!-- END BUTTON --> <p style="margin-bottom:0px;margin-top:30px;text-align:center; font-size:14px;font-weight:700; line-height:22px; color:#4D144A;">#LenovoTechWorld</p> </td>
</tr>
<tr>
<td style="padding: 25px 30px 5px 30px; text-align: left; background:#1E0013;"> <img src="https://pages.lenovo.com/rs/183-WCT-620/images/TW-IntelLogo.png" width="85" alt="Lenovo" border="0" style="width: 85px; max-width: 85px; 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=/MTgzLVdDVC02MjAAAAGe6zlfvUn3cWvpLmezhMYiGRUwLMBFyZXdcI5v3zAaPYxCbNR13UqG5BC5tmmluvfKeS6fGtU=" target="_blank" style="text-decoration: none; outline: none; color: #46c8e1;"
><b>Unsubscribe</b></a> | <a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe6zlfvdO1QwqlMhpN78BQaZ_SFT4tCLFU1dVvOjNy--JtnwLbqUwYCstnXt2NCc3t0YmyUnQ=" 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==/MTgzLVdDVC02MjAAAAGe6zlfvUn3cWvpLmezhMYiGRUwLMBFyZXdcI5v3zAaPYxCbNR13UqG5BC5tmmluvfKeS6fGtU=" 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/MTgzLVdDVC02MjAAAAGe6zlfvd_PFofLbQjFoQkm11h1Nnnz9U-GWyOi3YQDDLslbUmi5piH6t321CVlrRWu8oSTcbc=" 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/MTgzLVdDVC02MjAAAAGe6zlfvSX6_6h20Jivh6u_U2yrRtgmv52tjaHXMTWaJ073f-xWzc69qtc1zsnIWhFwJcBMwts=" style="text-decoration: none;"
>.</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>
</center></td>
</tr>
</tbody>
</table>
<!-- Email Body : END -->
<a href=
"https://go2.lenovo.com/MTgzLVdDVC02MjAAAAGe6zlfvQ4QTtof-1OPzla-IlYKbX02-sqdUyWBLk-Ts8ScmH7FFs0L9cTe7vVlP3XfiWeuj30="
></a>
<img src="https://go2.lenovo.com/trk?t=1&mid=MTgzLVdDVC02MjAAAAGe6zlfvWBhka8F4RboB6iglI3mznyKuXnle2keZmiN6M4uGFHc9iQCg6pUwnaGraYXOIpA3fYhngRdLbE4o6DYIoa5LnouiTJe4kAHtlS3Bu-F6E7FeTpEVYGmA0ojUv0PcwLwXLYfyDUHdZPqLxeL6Ftc8u5OOA" width="1" height="1" style="display:none !important;" alt="" />
<!-- Controlled by template -->
</body>
</html>