<!DOCTYPE html>
<html lang="en" style="opacity: 1;" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta charset="utf-8" /><!-- utf-8 works for most cases -->
<meta content="width=device-width" name="viewport" /><!-- Forcing initial-scale shouldn't be necessary -->
<meta content="IE=edge" http-equiv="X-UA-Compatible" /><!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting" /><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title>
<!-- The title tag shows in email notifications, like Android 4.4. --><!-- Web Font / @font-face : BEGIN --><!-- Desktop Outlook fallback font. --><!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. --><!--[if !mso]><!--><!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> --><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
<style type="text/css">/* 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 auto !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: 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: Stops Outlook from changing the color of the lintk when you click on it. */
span.MsoHyperlink {
mso-style-priority: 99;
color: inherit;
}
span.MsoHyperlinkFollowed {
mso-style-priority: 99;
color: inherit;
}
/* 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: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],
/* iOS */
.x-gmail-data-detectors,
/* Gmail */
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10 */
.button-link {
text-decoration: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
.email-container {
min-width: 320px !important;
}
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
.email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
.email-container {
min-width: 414px !important;
}
}
</style>
<!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
<style type="text/css">/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
/* ADJUST BUTTONS ON MOBILE */
.mobile-button-container {
margin: 0 auto;
width: 100% !important;
}
.mobile-button {
padding: 15px !important;
border: 0 !important;
font-size: 16px !important;
display: block !important;
}
.mobile-button-small {
padding: 6px !important;
border: 0 !important;
font-size: 11px !important;
display: block !important;
}
.button-td:hover,
.button-a:hover {
background: #003d50 !important;
border-color: #003d50 !important;
}
.button-blue-td:hover,
.button-blue-a:hover {
background: #d81939 !important;
border-color: #d81939 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
margin: auto !important;
}
/* Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/*Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* 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;
}
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
}
}
</style>
<!-- Progressive Enhancements : END --><!-- What it does: Makes background images in 72ppi Outlook render at correct size. --><!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
</head>
<body id="body" bgcolor="#003d50" style="margin: 0px;" width="100%"><table cellpadding="0" cellspacing="0" style="border: 0px; padding: 0px; margin: 0px; position: absolute; display: none; float: left">
<tr>
<td height="1" style="font-size: 1px; line-height: 1px; padding: 0px;">
<img src="https://email.norwegianreward.com/pub/as?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXHkMX%3Dw&_ei_=EolaGGF4SNMvxFF7KucKuWMhnHpEBanbGUJBORFcd3saGYriMpizRi-V7tlOzhK4USvD9V2brgMaREKt."></img>
</td>
</tr>
</table>
<center style="width: 100%; background: #003d50; text-align: left;"><!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#003d50">
<tr>
<td>
<![endif]--><!-- 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;">See an overview of your Reward membership and get exclusive member offers
</div>
<!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text --><!-- Preview Text Spacing Hack : 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;">
</div>
<!-- Preview Text Spacing Hack : END --><!-- Full Bleed Logo Section : BEGIN -->
<table align="center" bgcolor="#d81939" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="1-Logo" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#d81939"><img align="center" alt="EN_NorwegianReward_Logo" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/_shared/Norwegian_Reward_Logo_Redbg_1200x160.gif" style="width: 100%; max-width: 600px; height: auto; background: #d81939; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" />
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Logo Section : END --><!-- Full Bleed Header Section : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2a-Header" valign="top">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td align="center" style="padding: 20px 10px 20px 10px; font-size: 12px; line-height: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="100%">
<h1 style="font-size: 20px; line-height: 30px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;">Hi, Anna!
</h1>
<h2 style="font-size: 18px; line-height: 28px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; padding-bottom: 10px;">Here's your monthly overview:
</h2>
<a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBBTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=vj0c7ih26sma51l0n6t6o9f23rbsu5t4fpcvghp4b1erp1n3fq9g"><img alt="EN_header-user-icon_female" height="100" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/user-female.gif" width="100" /></a>
<p style="padding: 0px 0px 20px 0px; font-size: 16px; line-height: 20px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 0px; margin-bottom: 0;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBBTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=vj0c7ih26sma51l0n6t6o9f23rbsu5t4fpcvghp4b1erp1n3fq9g" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 16px; text-decoration: none;" target="_blank"><span style="color: #ffffff; text-decoration: none;"><br />
Reward Number:<br />
<strong>79378455</strong></span></a>
</p>
<hr /></td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Header Section : END --><!-- Full Bleed Section : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2b-Header" valign="top"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 18px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 10px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="padding: 0;" valign="top"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBCRT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=g2qrtqld2vs7nfcibns9tumdjlqjcctffu413b7089k7d003gnsg" style="color: #ffffff;" target="_blank"><img alt="EN_header-cp-icon_flightsnull" border="0" height="50" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/cp.gif" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px;" width="50" /> </a>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 140%; color: #ffffff; text-align: left;" valign="top">
<p style="padding: 0; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 5px; margin-bottom: 0;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBCRT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=g2qrtqld2vs7nfcibns9tumdjlqjcctffu413b7089k7d003gnsg" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none;" target="_blank"><span style="color: #ffffff; text-decoration: none;"><strong>Current balance:</strong>
<br />
845 CashPoints </span> </a>
<br />
<span style="font-size:12px;">(EUR ≈ 81.7)</span>
</p>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 18px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 10px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="padding: 0;" valign="top"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBBCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=t6v6lg09oe10s0a3ev7khidl37ug3jj7qq1394qjh5ln9c26s1sg" target="_blank"><img alt="EN_header-flights-icon_flightsnull" border="0" height="50" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/FlightDeparture_GreyBg_175x175.png" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px;" width="50" /> </a>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 140%; color: #ffffff; text-align: left;" valign="top">
<p style="padding: 0; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 5px; margin-bottom: 0;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUBBCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=t6v6lg09oe10s0a3ev7khidl37ug3jj7qq1394qjh5ln9c26s1sg" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none;" target="_blank"><span style="color: #ffffff; text-decoration: none;"><strong>0 registered flights </strong> </span>
<br />
<span style="color: #ffffff; text-decoration: underline;">Claim missing CashPoints</span></a>
</p>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Header Section : END --><!-- Full Bleed Section : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2c-Header" valign="top">
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Header Section : END --><!-- Full Bleed Section : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2d-Header" valign="top">
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Header Section : END --><!-- Full Bleed Section Rewards : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2e-Header" valign="top"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td style="padding: 40px 10px 10px 10px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;" width="100%">
<h2 style="font-size: 20px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; margin: 0;">Rewards
</h2>
<hr style="margin: 0;" /></td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 18px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 10px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="padding: 0;" valign="top"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=qekkmo7i5kn8kco62lhi42o70e3f7d1enab26kvmjlo28jgdnlag" style="color: #ffffff;" target="_blank"><img alt="EN_header-activerewards-icon_hasnotrewards" border="0" height="50" src="http://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/new-balance/rewards-active.png" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px;" width="50" /> </a></td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 140%; color: #ffffff; text-align: left;" valign="top">
<p style="padding: 0; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 5px; margin-bottom: 0;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=qekkmo7i5kn8kco62lhi42o70e3f7d1enab26kvmjlo28jgdnlag" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none;" target="_blank"><span style="color: #ffffff; text-decoration: none;">You do not have any active Rewards</span></a>
</p>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 18px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 10px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="padding: 0;" valign="top"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRWT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=b4nh1oqkbnv1t1o0gpufq7kerab26aalm4ln99g2dd1cd27cemf0" target="_blank"><img alt="EN_header-whatarerewards-icon_hasnotrewards" border="0" height="50" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/rewards.gif" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px;" width="50" /> </a></td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 140%; color: #ffffff; text-align: left;" valign="top">
<p style="padding: 0; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 5px; margin-bottom: 0;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRWT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=b4nh1oqkbnv1t1o0gpufq7kerab26aalm4ln99g2dd1cd27cemf0" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none;" target="_blank"><span style="color: #ffffff; text-decoration: none;">What are Rewards?</span><br />
<span style="color: #ffffff; text-decoration: underline;">Read more</span></a>
</p>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Section Rewards : END --><!-- Full Bleed Section Transactions : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2f-Header" valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td style="padding: 40px 10px 10px 10px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;" width="100%">
<h2 style="font-size: 20px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; margin: 0;">Your recent transactions
</h2>
<hr style="margin: 0;" />
</td>
</tr>
<tr>
<td align="center" style="padding: 10px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top">
<div>
</div>
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto; max-width: 500px;" width="100%">
<tbody>
<tr>
<td align="left" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 13px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="60%">
<p style="margin: 0; font-size: 13px !important;"><strong><u>Partner</u></strong>
</p>
</td>
<td align="right" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 13px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="40%">
<p style="margin: 0; font-size: 13px !important;"><strong><u>CashPoints</u></strong>
</p>
</td>
</tr>
<!-- Dynamic Content Rule Start-->
<tr>
<td align="left" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="60%">
<p style="margin: 0; font-size: 12px !important;">Norwegian
</p>
</td>
<td align="right" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="40%">
<p style="margin: 0; font-size: 12px !important;">432
</p>
</td>
</tr>
<!-- Dynamic Content Rule End -->
<!-- Dynamic Content Rule Start-->
<tr>
<td align="left" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="60%">
<p style="margin: 0; font-size: 12px !important;">Norwegian
</p>
</td>
<td align="right" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="40%">
<p style="margin: 0; font-size: 12px !important;">1,035
</p>
</td>
</tr>
<!-- Dynamic Content Rule End -->
<!-- Dynamic Content Rule Start-->
<tr>
<td align="left" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="60%">
<p style="margin: 0; font-size: 12px !important;">Norwegian
</p>
</td>
<td align="right" style="background-color: #194f60; border: 1px solid #446f7d; padding: 7px; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="40%">
<p style="margin: 0; font-size: 12px !important;">68
</p>
</td>
</tr>
<!-- Dynamic Content Rule End -->
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding: 20px 20px 0px 20px;"><!-- Button : BEGIN -->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
<tbody>
<tr>
<td class="button-blue-td" style="border-radius: 0px; background: #d81939; text-align: center;"><a class="button-blue-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRAT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=rcv0jcno7cl748h3h87vtsnj32dtfqrpuorm925ijegd6k6b37k0" style="background: #d81939; border: 0px solid #d81939; font-family: sans-serif; font-size: 14px; line-height: 15px; text-align: center; text-decoration: none; padding: 13px 17px; display: block; border-radius: 0px; font-weight: normal;"><span class="button-link" style="color:#ffffff;">View all transaction details</span> </a>
</td>
</tr>
</tbody>
</table>
<!-- Button : END --></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Section Transactions : END --><!-- Full Bleed Section Family Account : BEGIN -->
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2h-Header" valign="top">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td style="padding: 40px 10px 10px 10px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;" width="100%">
<h2 style="font-size: 20px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; margin: 0;">Family Account
</h2>
<hr style="margin: 0;" />
</td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<tr>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 18px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 10px 10px 70px 10px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="padding: 0;" valign="top"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=465sclcdrqnrgio0oc6fv79e9r9g9mcujtb9850bjovi0lp85f50" style="color: #ffffff;" target="_blank"><img alt="EN_header-family-icon_yes" border="0" height="50" src="http://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/user-icons/new-balance/family.png" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px;" width="50" /> </a>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 140%; color: #ffffff; text-align: left;" valign="top">
<p style="padding: 0; font-size: 14px; line-height: 18px; font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; margin-top: 5px; margin-bottom: 0;"><span color:="" courier="" font-size:="" style="font-family: " text-decoration:=""><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCRCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=465sclcdrqnrgio0oc6fv79e9r9g9mcujtb9850bjovi0lp85f50" style="font-family: Arial, Helvetica, Arial, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none;" target="_blank">✓ Active</a></span>
</p>
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
<td align="center" class="stack-column" style="padding: 0px; font-size: 14px; line-height: 1px; font-family: Courier New, Helvetica, Arial, sans-serif; color: #ffffff;" valign="top" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody><!-- Thumbnail Left, Text Right : BEGIN -->
<tr>
<td align="center" bgcolor="#003d50" dir="ltr" style="padding: 0px;" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr><!-- Column : BEGIN -->
<td width="60">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
</tr>
</tbody>
</table>
</td>
<!-- Column : END --><!-- Column : BEGIN -->
<td width="250">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 100%; color: #ffffff; text-align: left;" valign="top">
</td>
</tr>
</tbody>
</table>
</td>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Thumbnail Left, Text Right : END -->
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Section Family Account : END --><!-- Full Bleed News Section : BEGIN -->
<table align="center" bgcolor="#e1e1e1" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2h-News" valign="top"><div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 30px 15px 0px 15px;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSRT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=vl6dhvort01hjln144tqidpce9r80cmudc1lbc50ts7c0ic064fg" target="_blank"><img align="center" alt="Freddie Awards" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/partner-offers/reward/2019-10-STATEMENT-freddie-awards-1200x600.gif" style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" /></a>
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="font-size: 18px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding: 15px 15px 10px 15px; text-decoration: none; font-weight: bold;">We need your help!
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #333333;">The Freddie Awards recognises the best programmes in the travel loyalty industry. If you like the work we do, please give us your vote!
</td>
</tr>
<tr>
<td bgcolor="#e1e1e1" class="padding" style="border-radius: 0px; padding: 15px 0px 10px 0px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="button-a">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" class="button-td"><a class="button-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSRT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=vl6dhvort01hjln144tqidpce9r80cmudc1lbc50ts7c0ic064fg" style="padding: 12px; background: #d81939; border: 1px solid #d81939; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; display: block; border-radius: 0px;"><span class="button-link" style="color:#ffffff;">Vote for us</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#e1e1e1" style="padding: 0 0 20px 0;">
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed News Section : END --><!-- Full Bleed News Section : BEGIN -->
<table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2h-News1" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#ffffff" style="padding: 30px 15px 0px 15px;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=e8lk9ofemeg58kodfehmiv6oh0bh1ip5cqebfgdnkml05arjge40" target="_blank"><img align="center" alt="Breathtaking places" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/partner-offers/reward/2020-10-Statements-breathtaking-places-europe-1200x600.jpg" style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" /></a>
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="font-size: 18px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding: 15px 15px 10px 15px; text-decoration: none; font-weight: bold;">13 breathtaking places in Europe
</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="padding: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #333333;">Looking for travel inspiration? Check out these spectacular places, from pink lakes and lavender fields to white waterfalls and fairy tale villages.
</td>
</tr>
<tr>
<td bgcolor="#ffffff" class="padding" style="border-radius: 0px; padding: 15px 0px 10px 0px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="button-a">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" class="button-td"><a class="button-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSTT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=e8lk9ofemeg58kodfehmiv6oh0bh1ip5cqebfgdnkml05arjge40" style="padding: 12px; background: #d81939; border: 1px solid #d81939; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; display: block; border-radius: 0px;"><span class="button-link" style="color:#ffffff;">Take me there</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" style="padding: 0 0 20px 0;">
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed News Section : END --><!-- Full Bleed News Section : BEGIN -->
<table align="center" bgcolor="#e1e1e1" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="2h-News2" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 30px 15px 0px 15px;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSWT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=57gadugc56jr9bfc1fb014oddohcvscejq0tn6e87df028edhvm0" target="_blank"><img align="center" alt="USA road trips" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/partner-offers/reward/2020-10-Statements-USA-road-trips-1200x600.jpg" style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" /></a>
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="font-size: 18px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding: 15px 15px 10px 15px; text-decoration: none; font-weight: bold;">NOT Route 66: 3 USA road trips
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #333333;">There's more to great American road trips than Route 66. See the US by car with these top routes, from beach trails in Florida to natural wonders in Texas.
</td>
</tr>
<tr>
<td bgcolor="#e1e1e1" class="padding" style="border-radius: 0px; padding: 15px 0px 10px 0px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="button-a">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" class="button-td"><a class="button-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSWT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=57gadugc56jr9bfc1fb014oddohcvscejq0tn6e87df028edhvm0" style="padding: 12px; background: #d81939; border: 1px solid #d81939; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; display: block; border-radius: 0px;"><span class="button-link" style="color:#ffffff;">Let's go</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#e1e1e1" style="padding: 0 0 20px 0;">
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed News Section : END -->
<!-- Full Bleed News Section : BEGIN -->
<table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="4a-Promo1" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#ffffff" style="padding: 30px 15px 0px 15px;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSAT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=0koo972u3ragakolh9qav3ufcp8pre4onlncmqv70fgtb0qmqh00" target="_blank"><img align="center" alt="The Economist" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/partner-offers/theeconomist/2020-10-STATEMENT-The-Economist-1200x600.jpg" style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" /></a></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="font-size: 18px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding: 15px 15px 10px 15px; text-decoration: none; font-weight: bold;">Get triple CashPoints with The Economist</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="padding: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #333333;">With a range of viewpoints, The Economist offers balanced and fair-minded insights you can trust. Subscribe today and get up to <strong>3,300 CashPoints</strong> - that's three times the usual CashPoints earn! Offer ends 30 April.</td>
</tr>
<tr>
<td class="padding" style="border-radius: 0px; padding: 15px 0px 10px 0px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="button-a">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" class="button-td"><a class="button-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSAT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=0koo972u3ragakolh9qav3ufcp8pre4onlncmqv70fgtb0qmqh00" style="padding: 12px; background: #d81939; border: 1px solid #d81939; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; display: block; border-radius: 0px;"><span class="button-link" style="color:#ffffff;">Order your copy</span></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 0 20px 0;"></td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed News Section : END --><!-- Full Bleed News Section : BEGIN -->
<table align="center" bgcolor="#e1e1e1" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="4a-Promo2" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 30px 15px 0px 15px;"><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=litrmed17gskvet416gron54a67vuiqfaqomkefs95edij72kql0" target="_blank"><img align="center" alt="GYG" border="0" class="g-img" src="https://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/partner-offers/getyourguide/2020-10-STATEMENT-GetYourGuide-1200x600.jpg" style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;" width="600" /></a>
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="font-size: 18px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding: 15px 15px 10px 15px; text-decoration: none; font-weight: bold;">Get 15% off experiences you'll want to tell the world about
</td>
</tr>
<tr>
<td align="center" bgcolor="#e1e1e1" style="padding: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #333333;">Discover the best of your destination with GetYourGuide. Whether it’s guided walking tours with local experts or skip-the-line tickets to top sights, easily book incredible tours, activities, and attractions online. Reward members <strong>save 15%</strong> and earn <strong>5% CashPoints</strong>.
</td>
</tr>
<tr>
<td class="padding" style="border-radius: 0px; padding: 15px 0px 10px 0px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="button-a">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" class="button-td"><a class="button-a" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCSCT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=litrmed17gskvet416gron54a67vuiqfaqomkefs95edij72kql0" style="padding: 12px; background: #d81939; border: 1px solid #d81939; font-family: Helvetica, Arial, sans-serif; font-size: 15px; line-height: 120%; text-align: center; text-decoration: none; display: block; border-radius: 0px;"><span class="button-link" style="color:#ffffff;">Book now</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 0 20px 0;">
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed News Section : END --><!-- Email Body : BEGIN -->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<tbody>
<!-- Clear Spacer : END --><!-- Full Bleed Background Section : BEGIN -->
</tbody>
</table>
<table align="center" bgcolor="#003d50" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" valign="top">
<div class="email-container" style="max-width: 600px; margin: auto;"><!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td align="center" data-content-region-name="Footer-NPS" style="padding: 20px 20px 20px 20px;" valign="top" width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td><!-- COPY -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" style="padding: 20px 5px 5px 5px; font-size: 15px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;font-weight: bold;">Would you recommend Norwegian Reward to a friend or colleague?
</td>
</tr>
<tr>
<td align="center" style="padding-bottom:12px; font-size: 11px; line-height: 10px; font-family: Helvetica, Arial, sans-serif; color: #ffffff;font-weight: normal;">1 = Not at all likely 10 = Extremely likely
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="max-width: 450px;" width="100%">
<tbody>
<tr>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=Ej7nqPqdTz-wiNj97CQfiNUds1U0T8_FFlvZKmI_RlNUl_ZMds9EKF2ApWm_7v6To6eY8Y35Kr3mfFcgQyBjCq0DTrqeKEFJSrhw2UB3_SIiSKzBLjNul-8vDoMqXXhXuqLKFaevjjcBW0aJLopa5w.&_di_=jbslr3l6jugcvcapee9a2qp3drothijf7h108qvf5l7bujj118f0" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;"><span style="color: #ffffff; text-decoration: none;">1</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EmXZ_10VOGhh8zJ7_ObZ8m9DelfLpOFTP85GZ71-X2plxdhAWsKkzLsjjqV7nrPN5lxWLlRaAApvCABoF3AVetANYeK2lfJfbBE4Y_93lAU6Ii9WYMui_tsWq_TJJGLe4Sbqm-AQ14CirZOzW28V00.&_di_=bsbuct5o0v8q5uitduf2m5ke4v50b3rcpri906hmg3u2a71k16m0" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">2</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=ErdmUIUgLA2aPW6xw9M-d3GDWcv0kX2v5rkK1Wyq3h9AKWCy0-orcloazVKoCtx8sj1r7_CS7YWLwqQMBoONLpy7DP-TlERhGTmXw6AGcv0U1tAA7-C71KXCSmJ_fDwAC0cI30V2MQIwUJYn991KP0.&_di_=j1c7c9jc7s4lq9u0vj262arck57lqch5h1l3q39296kpahrnhid0" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;"><span style="color: #ffffff; text-decoration: none;">3</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EslM5nRMpTIhtwawj3qVZvolruCUU2168mkj2HEvxBaVKKpOQrQVjc2qp6CxXJF5a9_NI_mOT6-PkOjrwtAE78yr7Ru5F81WUIRAP5Qs3YJySo8aU21TRXk6huiFP_A-NMyEGVWsVCXfDjlEka4GWg.&_di_=md5oegk8c6sc6tf0bq543iojnjgv3nvq6k611on4le154hbfpen0" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;"><span style="color: #ffffff; text-decoration: none;">4</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=Ej9EPStN6l79apApSGVsdYMMOPWTzvaTiViJ1KYJAlT2Z5I2z6KiAP4dtnzN_JOeJD9_z-A4ueZNHPLozsSOO9d0I2Gabfw13psQx8BNDuVDz-opjt-fXykTjrQEXezeC3TnE4QCSOp40l1YHVWzAg.&_di_=3fr352vigfn3die79ach2b20kj7crasti2171oalfao1ehhe8gkg" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;"><span style="color: #ffffff; text-decoration: none;">5</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EvP5z8wMZ-x3PVf2EjgCgw6v1YCpIrisMUNlWz2ozwL3u2FeXbinMOrw1HTjxELqf-N7W_T-Pk_i5cGWxR-IqUP9cIRHE5lI8minvRxQit-3W0l9ILpTFpNeQNyM9KbOAvGDkvaRBnBWScBPZuxcVw.&_di_=joomjrrrim8m20v7r6gokb1gm66777nniqqntcmrd1jpfldb5psg" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">6</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EnpgvQoMDZWvOWnvtonKyvZ8RzKq2KbdYXSmEonRGg4C3DkXm5KG-wIaJODtjX2pztlA1kH-LH0-xjMPppgNi6CxK7v9v_zAf7sKJiOl_7riTa377trMe8RW_-9JVzqmqxSliY-C5ATKDJtbMvpTUg.&_di_=9muschlkhl0356i0d8naka4k2d456n5c29mjmkqbqf6rjpeo13c0" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">7</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EilHvlR-cbwgoEuVc2aHcPpxcdLgF-H16Pq-k_8xIWZhmeZTRa4QH4HSgdqKoQT8jtQ32VnSIn4B4nFFOIujJqpoZmZeVwSatRd-nLPMrmJr-Q4SvES51fnXWju1xg-fswaFNpxJ_vd_1HHkjosGnw.&_di_=u3dl6qpuf45029066373kvvd4obofio49h4cchvd0l2p8blv1eeg" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">8</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EhCBhpyYRsn-6llMS3zlQRWRiqsip-WuXcCBpbeJQVQoonfTMpvay0ICWytOyr7U7MCLcSaOzZXdb9d6fuc1cZ0EQI9yJlBh80GyVfcFXAx69OpslMscR1J-Gx0AF11L7w3CwOwRjnSA8JMxbsN8Fw.&_di_=pio32nqecnd4ga8enq8h1acc9clcc15c387h710jgiselgfp3r7g" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">9</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td align="center" style="width: 10%; padding: 2px">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" class="mobile-button-container">
<tbody>
<tr>
<td align="center" bgcolor="#d81939" style="border-radius: 3px;"><a class="mobile-button-small" href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTTT&_ei_=EiS9fS8JqCW1jW4ceOMeYPRQVM3j1pFKaQk1FhLhJPUnEjEApLxAPJBZ7aYqIRyFl9iFT5biQbt6j-3gNgiCa951g7gpJx9CbhU4TtbKnaF5RunpzSs-K4RARyBkWA7W9hCDflV9oX0e_c_myaCelt4.&_di_=g9vup1s820a55n4e1amhfbt7uf75nhg3me8q3ssgqs97q8kv7keg" style="font-size: 15px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 5px 8px; border: 0px solid #d81939; display: inline-block;" target="_blank"><span style="color: #ffffff; text-decoration: none;">10</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" data-content-region-name="Footer-Terms-a" style="padding: 20px 20px 20px 20px;" valign="top" width="100%">
<p class="footer" style="margin: 0; font-size: 10px; margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; color: #FFFFFF;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;"><strong>TERMS:</strong></span>
</p>
<p class="footer" style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; padding: 20px 0px 0px 0px; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">THE ECONOMIST</span>
</p>
<p style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">To receive the triple CashPoints offer, you must subscribe to The Economist (print, digital or print + digital) by 30 April 2020. Offers available for new subscribers only. You may cancel your subscription at any time. If you are a resident in the EU, you may cancel your subscription within the first 14 days and get a refund for any part of your subscription that has not already been delivered for the print element or published for any digital element before you cancelled. If you cancel your subscription after the first 14 days as an EU resident, or if you are not a resident in the EU, once CashPoints have been awarded to your account, you will not be refunded for any unused portion of your subscription upon cancellation.</span>
</p>
</td>
</tr>
<tr>
<td align="center" data-content-region-name="Footer-Terms-b" style="padding: 20px 20px 20px 20px;" valign="top" width="100%">
<p class="footer" style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; padding: 20px 0px 0px 0px; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">GETYOURGUIDE</span>
</p>
<p style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">15% discount applies to all bookings made by 23:59 CEST on 20 April 2020, travel anytime.</span>
</p>
</td>
</tr>
<tr>
<td align="center" data-content-region-name="Footer-OptOut" style="padding: 20px 20px 20px 20px;" valign="top" width="100%">
<p class="footer" style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px; line-height: 20px; margin: 0;"><img alt="greetings" border="0" height="30" src="http://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/_shared/mail.gif" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px; padding: 20px 0px 10px 0px;" width="30" />
</p>
<p class="footer" style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">You are receiving this email at <span style="color: #ffffff; font-size: 10px; text-decoration: none;">family@heinrich.co.uk,</span><span style="color: #ffffff; font-size: 10px; text-decoration: none;">because you are a member of Norwegian Reward. You can manage all your email communication settings and subscriptions to our newsletters </span><a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTRT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1OnDw3xxZpW5ZTQY21_tRgIfF_ZEdyd-HnMnQEuKGXRg_8G8.&_di_=3eariu0mskf45hej501mn0fnamp80glr0hir1b4i2ne55v3fo6kg" style="color: #ffffff;" target="_blank"><span style="color: #ffffff; font-size: 10px; text-decoration: none;"><strong><u>here</u></strong></span></a>.</span>
</p>
<p style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 10px; line-height: 20px; margin: 0;"><span style="color: #ffffff; font-size: 10px; text-decoration: none;">Alternatively, you can choose to unsubscribe only from newsletters with your monthly membership overview <a href="https://email.norwegianreward.com/pub/cc?_ri_=X0Gzc2X%3DYQpglLjHJlTQGtDjHO0medHmAzbKY8F5XzdspWEKTtXbEdro0k2YckHm8E6GMSoUFGPujuVXtpKX%3DAADUCTWT&_ei_=Eq2tf9zs59idfPO1Sc_9Bbll51vKCEskZL0pVcdE19i1BG__F1pGX_AD7AutbcHfjvAfiEuNpWBlGVn5JnGqdBbifBWYnwh-QFms7AcZlm7JUY2f0LEx2gLyq3jJGM.&_di_=qrpeaplcnlm7nfl7h3rur5cenl45irov5fqreecje2an4fd0f6bg" style="color: #ffffff;"><span style="color: #ffffff; text-decoration: none;"><strong><u>here</u></strong></span></a>.</span>
</p>
</td>
</tr>
<tr>
<td align="center" data-content-region-name="Footer-Greetings" style="padding: 20px 20px 20px 20px;" valign="top" width="100%">
<p class="footer" style="font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px; line-height: 20px; margin: 0;"><img alt="greetings" border="0" height="46" src="http://static.cdn.responsys.net/i2/responsysimages/nrewards/contentlibrary/images/_shared/greetings/logo-reward_uk_bl-450-138.jpg" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 12px; padding: 20px 0px 0px 0px;" width="150" />
</p>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Full Bleed Background Section : END --><!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]--></center>
</body>
</html>