<!DOCTYPE html>
<html lang="en" 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 name="viewport" content="width=device-width"><!-- 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 --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely --><meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"><!-- Tell iOS not to automatically link certain text strings. --><meta name="color-scheme" content="light"><meta name="supported-color-schemes" content="light">
<title>New residential apartments 23 mins from central London</title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet" /><!-- 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]--><!-- Web Font / @font-face : BEGIN --><!-- NOTE: If web fonts are not required, lines 23 - 41 can be safely removed. --><!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --><!--[if mso]>
<style>
* {
font-family: 'Oxygen', 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. More on that here: https://web.archive.org/web/20190717120616/http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --><!--[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">/* What it does: Tells the email client that only light styles are provided but the client can transform them to dark. A duplicate of meta color-scheme meta tag above. */
:root {
color-scheme: light;
supported-color-schemes: light;
}
/* 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 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: forces Samsung Android mail clients to use the entire viewport */
#MessageViewBody, #MessageWebViewDiv{
width: 100% !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. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links a,
.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 changing the text color in conversation threads. */
.im {
color: inherit !important;
}
/* What it does: Prevents Gmail from displaying a 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: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ div .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) {
u ~ div .email-container {
min-width: 375px !important;
}
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ div .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;
}
.button-td-primary:hover,
.button-a-primary:hover {
background: #555555 !important;
border-color: #555555 !important;
}
/* Media Queries */
@media screen and (max-width: 480px) {
/* What it does: 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;
}
/* 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;
}
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
}
}
</style>
<!-- Progressive Enhancements : END -->
</head>
<!--
The email background color (#f2f2f2) is defined in three places:
1. body tag: for most email clients
2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
3. mso conditional: For Windows 10 Mail
-->
<body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f2f2f2;" width="100%">
<center aria-roledescription="email" lang="en" role="article" style="width: 100%; background-color: #f2f2f2;"><!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #f2f2f2;">
<tr>
<td>
<![endif]--><!-- Visually Hidden Preheader Text : BEGIN -->
<div aria-hidden="true" style="max-height:0; overflow:hidden; mso-hide:all;">RW Invest</div>
<!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. --><!-- 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: 'Oxygen', sans-serif;">? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? </div>
<!-- Preview Text Spacing Hack : END --><!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
2. MSO tags for Desktop Windows Outlook enforce a 680px width.
Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
-->
<div class="email-container" style="max-width: 680px; margin: 0 auto;"><!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
<tr>
<td>
<![endif]--><!-- Email Body : BEGIN -->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%"><!-- Hero Image, Flush : BEGIN -->
<tbody>
<tr>
<td style="background-color: #ffffff;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/1.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td style="background-color: #ffffff; padding-top: 30px;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/2.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td style="background-color: #ffffff; padding-top: 10px;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/3.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td style="background-color: #ffffff;padding-top: 10px;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/4.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td style="background-color: #ffffff;padding-top: 10px;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/5.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td style="background-color: #ffffff;padding-top: 10px;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/6.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<!-- Hero Image, Flush : END -->
<tr>
<td align="center" bgcolor="#ffffff" style="text-align: center; background-color: #ffffff; padding: 30px 20px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:460px; margin: auto" width="100%">
<tbody>
<tr>
<td align="left">
<table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:230px; margin: 0" width="100%">
<tbody>
<tr>
<td height="10" style="border-top: 2px solid #e4e5e7"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="justify" style="text-align: justify; font-family: 'Oxygen', sans-serif; font-size: 15px; line-height: 22px; font-weight: 400; color: #000000;">Are you looking for your next investment? This new launch of residential apartments in Luton could be exactly what you're looking for. Located just 23 minutes on the train to London St Pancras and King's Cross, prices start from just £179,950 with a minimum projected rental income of £8,997.</td>
</tr>
<tr>
<td align="center" style="font-size:0;" valign="middle"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="660">
<tr>
<td valign="middle" width="230">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:230px; vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:10px 0;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td align="left">
<table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:230px; margin: 0" width="100%">
<tbody>
<tr>
<td height="10" style="border-top: 2px solid #e4e5e7"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="middle" width="230">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:230px; vertical-align:middle;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:0px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="center-on-narrow" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/7.png" style="width: 100%; max-width: 160px; height: auto;" width="160" /> </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" style="font-size:0; padding:0px; background-color: #ffffff;" valign="top"><!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:0px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px; text-align: left;" width="100%">
<tbody>
<tr>
<td><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="center-on-narrow" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/8.jpg" style="width: 100%; max-width: 340px; height: auto;" width="340" /> </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
<td valign="top" width="340">
<![endif]-->
<div class="stack-column" style="display:inline-block; margin: 0 -1px; width:100%; min-width:200px; max-width:340px; vertical-align:top;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding:0px;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 14px;text-align: left;" width="100%">
<tbody>
<tr>
<td><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="center-on-narrow" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/9.jpg" style="width: 100%; max-width: 340px; height: auto;" width="340" /> </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]--></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="text-align: center; background-color: #ffffff; padding: 30px 20px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:460px; margin: auto" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; font-family: 'Oxygen', sans-serif; font-size: 30px; line-height:36px; font-weight:700; color: #000000;">Why Invest Now?</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #ffffff;"><a href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" target="_blank"><img alt="RW Invest" border="0" class="g-img" height="" src="http://image.thatcarbrand.com/wjc/ktm-rwlut/10.jpg" style="width: 100%; max-width: 680px; height: auto;margin: auto; display: block;" width="680" /> </a></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff" style="text-align: center; background-color: #ffffff; padding: 30px 20px">
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%; max-width:560px; margin: auto" width="100%">
<tbody>
<tr>
<td align="center" style="text-align: center; font-family: 'Oxygen', sans-serif; font-size: 14px; line-height:20px; font-weight:400; color: #000000;">The developer of this project has a portfolio worth over £200 million, with extensive experience working in the UK property market. This buy to let opportunity delivers hotspot London commuter belt property at an affordable price, without compromising on quality. Full management is available for investors looking for a hands-off opportunity.</td>
</tr>
<tr>
<td style="padding:30px 0 0 0 ;"><!-- Button : BEGIN -->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
<tbody>
<tr>
<td class="button-td button-td-primary" style="border-radius: 0px; background: #000000;"><a class="button-a button-a-primary" href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/b21a691b75357a151cfd417c681bbdc9971e5f63" style="background: #000000; border: 1px solid #000000; font-family: 'Oxygen', sans-serif; font-size: 15px; line-height: 15px; font-weight: 400; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block; border-radius: 0px;">Request Brochure</a></td>
</tr>
</tbody>
</table>
<!-- Button : END --></td>
</tr>
</tbody>
</table>
<div align="center"><a data-unsubtag="_UNSUBSCRIBE_URL_" href="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-url/bt219clo6gcd5/bee2ff27c668ce0c0e6715704c48b49ee4bbd5a7" moz-do-not-send="true">Click here to unsubscribe</a></div>
</td>
</tr>
</tbody>
</table>
<!-- Email Body : END --><!--[if mso]>
</td>
</tr>
</table>
<![endif]--></div>
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]--></center>
<img width="1" height="1" src="http://thatcarbrand.com/mw/index.php/campaigns/sh891yxee6463/track-opening/bt219clo6gcd5" alt="" />
</body>
</html>