Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!--===== 03/21/2024: Added additional Body Content Blocks for transferring TRAN email content. Updated logo header and VAP links to fix rendering issues on mobile. ====-->
<!-- DRAG IN "78329_TMPL_CSS_Custom_Fonts_shared" TO ADD WHITNEY & LATO FONTS -->
<!-- ADD EMAIL-SPECIFIC SCRIPTS / CODE HERE -->
<!-- SET LOOKUP SCRIPTS -->
<html>
 <body>
  <div style="font-size:0px; line-height:1px;">
   <!-- SET VARIABLES & CONTENT BLOCKS SCRIPT -->
   <!-- DATE AUTOMATION SCRIPT -->
   <!-- OMNITURE TAGGING -->
  </div>
  <!-- END LOOKUP SCRIPTS -->
  <!DOCTYPE html>
  <!-- Delta Air Lines Email Global Master Template -->
  <!-- Version 02.21.24 -->
  <meta charset="utf-8"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta content="width=device-width, initial-scale=1, user-scalable=yes" name="viewport"/>
  <meta content="telephone=no, date=no, address=no, email=no, url=no" name="format-detection"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Enables Dark Mode in email client user agents -->
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <title>
   Delta Air Lines
  </title>
  <!--[if mso]>    <noscript>      <xml>        <o:OfficeDocumentSettings>          <o:PixelsPerInch>96</o:PixelsPerInch>        </o:OfficeDocumentSettings>      </xml>    </noscript>    <![endif]-->
  <!-- BEGIN CSS BLOCK -->
  <div style="font-size:0px; line-height:1px;">
   <style type="text/css">
    :root {
 color-scheme: light dark;
 supported-color-schemes: light dark;
}
   </style>
   <!--Dark Mode hack to keep white text white in Gmail. Uses color blends ala Remi Parmentier: https://www.hteumeuleu.com/2021/fixing-gmail-dark-mode-css-blend-modes/-->
   <!--Styles-->
   <style>
    u + .body .gmail-screen { background:#000; mix-blend-mode:screen; }
u + .body .gmail-difference { background:#000; mix-blend-mode:difference; }
   </style>
   <!--End Dark Mode hack -->
   <style type="text/css">
    ReadMsgBody {
 width: 100%;
}
.ExternalClass {
 width: 100%;
}
.ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div {
 line-height: 100%;
}
#outlook a, #outlook a:visited {
 padding: 0;
}
body {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 margin: 0 !important;
 padding: 0 !important;
 line-height: normal;
}
* {
 box-sizing: border-box;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 36px !important;
 line-height: 1.1 !important;
 color: #003366 !important;
 margin: 0px !important;
 font-weight: normal !important;
}
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px !important;
 line-height: normal !important;
 color: #003366 !important;
 margin: 0px !important;
 font-weight: bold !important;
}
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px !important;
 line-height: normal !important;
 color: #003366 !important;
 margin: 0px !important;
 font-weight: normal !important;
}
p {
 margin: 1em 0;
 font-size: 16.5px;
 line-height: 1.3;
}
table,table td {
 border-collapse: collapse;
 mso-table-lspace: 0;
 mso-table-rspace: 0;
}
img {
 outline: 0;
 display: block;
 border: 0;
 text-decoration: none;
}
a, .copy a, p a, a:visited {
 font-size: 16.5px;
 font-weight: bold;
 color: #4470C3;
 text-decoration: none;
}
#Greeting a, #Greeting a:visited {
 font-size: 14px;
 font-weight: normal;
 color: #003366 !important;
}
#Terms a, #Terms a:visited {
 font-size: 12px;
 font-weight: normal !important;
 color: #4470C3 !important;
 text-decoration: underline;
}
/* a:hover,
#Greeting a:hover,
#Terms a:hover,
.navigation_divider a:hover,
.banner-txt a:hover, a.whitelink:hover, .whitelink a:hover  {
 color: #A7A8AA !important;
 text-decoration: underline !important;
} */
a.buttonstyles {
 /* color: #ffffff; */
}
/* a.buttonstyles:hover {
 color: #666666 !important;
 text-decoration: none !important;
} */
a img {
 border: none;
}
a img:hover, .transparent:hover {
 -khtml-opacity: 0.75;
 -moz-opacity: 0.75;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75);
 filter: alpha(opacity=75);
 opacity: 0.75;
 zoom: 1
}
sup,sub {
 font-size: 0.6em !important;
 line-height: 100% !important;
}
sup {
 vertical-align: text-top !important;
}
sub {
 vertical-align: text-bottom !important;
}
ul li {
 text-align: -webkit-match-parent;
 display: list-item;
 list-style: disc !important;
}
ol li {
 text-align: -webkit-match-parent;
 display: list-item;
}
ul li ul {
 list-style: circle !important;
}
u+.body a {
 color: inherit;
 text-decoration: none;
 font-size: inherit;
 font-weight: inherit;
 line-height: inherit;
}
   </style>
   <!--[if (mso 12) | (mso 14) | (mso 15) | (mso 16)]>
<style type="text/css">
sup,sub {
 font-size: 100% !important;
}
</style>
<![endif]-->
   <!-- Browser-specific workarounds -->
   <style type="text/css">
    @-ms-viewport {
 width: device-width;
}
/* Stops email clients resizing small text. */
* {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
/* Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
 margin: 0 !important;
}
/* Prevents Email Clients & Outlook from adding extra spacing to tables. */
table,td {
 border-spacing: 0 !important;
 border-collapse: collapse !important;
 mso-table-lspace: 0pt !important;
 mso-table-rspace: 0pt !important;
}
/* Uses a better rendering method when resizing images in IE. */
img {
 -ms-interpolation-mode: bicubic;
}
/* A work-around for iOS meddling in triggered links. */
*[x-apple-data-detectors] {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
}
/* A work-around for Gmail meddling in triggered links. */
.x-gmail-data-detectors,.x-gmail-data-detectors *,.aBn {
 border-bottom: 0 !important;
 cursor: default !important;
}
/* A work-around for Samsung Mail meddling in triggered links. */
#MessageViewBody a {
 color: inherit;
 text-decoration: none;
 font-size: inherit;
 font-family: inherit;
 font-weight: inherit;
 line-height: inherit;
}
/* Hotmail symbol fix for mobile devices */
.ExternalClass img[class^=Emoji] {
 width: 10px !important;
 height: 10px !important;
 display: inline !important;
}
/* Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
 display: none !important;
 opacity: 0.01 !important;
}
/* Prevents Gmail from displaying large, open spaces when images are not loaded. */
td[class=em_hide],table[class=em_hide],span[class=em_hide],br[class=em_hide] {
 display: none !important;
}
/* Prevents underlining the button text in Windows 10 */
.button-link {
 text-decoration: none !important;
}
a, a:visited {
 color: inherit;
 mso-color-alt: windowtext;
 text-decoration: none;
}
span.MsoHyperlink {
 color: inherit !important;
 mso-style-priority: 99 !important;
}
span.MsoHyperlinkFollowed {
 color: inherit !important;
 mso-style-priority: 99 !important;
}
   </style>
   <!-- End Browser-specific workarounds -->
   <!-- DARK MODE CSS -->
   <!-- CUSTOM DARK MODE STYLES IN iOS, APPLE MAIL, OUTLOOK.COM, OUTLOOK 2019 (MacOS) AND OUTLOOK APP (iOS) -->
   <style type="text/css">
    @media (prefers-color-scheme: dark) {
 /* Shows Dark Mode-Only Content, Like Images */
 .dark-img {
  display: block !important;
  width: auto !important;
  overflow: visible !important;
  float: none !important;
  max-height: inherit !important;
  max-width: inherit !important;
  line-height: auto !important;
  margin-top: 0px !important;
  visibility: inherit !important;
 }
 /* Hides Light Mode-Only Content, Like Images */
 .light-img {
  display: none;
  display: none !important;
 }
 /* Custom Dark Mode Background Color */
 .darkmode,#Header,.stylingblock-content-wrapper,.camarker-inner,.stylingblock-content-wrapper.camarker-inner {
  background-color: #272623 !important;
 }
 /* Custom Dark Mode Font Colors */
 h1,h2,p,ul li,li,span,a,b,italic,strong,em,ol,ul,li {
  color: #fffffe !important;
  background-color: #272623 !important;
 }
 #Footer,.copy, #Greeting, #Greeting a, .SMInfo a, .fontsize_mob_12, .fontsize_mob_16, .boddy_text_container, .outlook-group-fix {
  color: #fffffe !important;
  background-color: #272623 !important;
 }
 .hidemode,span.hidemode,div.hidemode {
  background-color: #272623 !important;
  color: #272623 !important;
 }
 /* Custom Dark Mode Text Link Color */
 .link,a {
  color: #91ADD4 !important;
 }
 .dark-hide-img {
  background-image: none !important;
  background-color: #272623 !important;
  color: #fffffe !important;
 }
 .buttonblock {
  border: 2px #91ADD4 solid !important;
 }
 .whiteBg {
  background-color: #fffffe !important;
 }
 .ltBlueBg {
  background-color: #003366 !important;
  color: #fffffe !important;
 }
 .keep-white {
  color: #fffffe !important;
 }
 .keep-dark {
  color: #303030 !important;
 }
 .keep-black,
 span.keep-black {
  color: #000001 !important;
 }
 .white-border {
  border: 4px solid #fffffe !important;
 }
}
   </style>
   <!-- END CUSTOM DARK MODE STYLES IN iOS, APPLE MAIL, OUTLOOK.COM, OUTLOOK 2019 (MacOS) AND OUTLOOK APP (iOS) -->
   <!-- DARK MODE STYLES FOR SUPPORT IN OUTLOOK APP (ANDROID) -->
   <style type="text/css">
    /* [data-ogsc] .fubar {} ==> targets color attribute */
/* [data-ogsb] .fubar {} ==> targets background attribute */

[data-ogsc] .dark-img {
 display: block !important;
 width: auto !important;
 overflow: visible !important;
 float: none !important;
 max-height: inherit !important;
 max-width: inherit !important;
 line-height: auto !important;
 margin-top: 0px !important;
 visibility: inherit !important;
}
[data-ogsc] .light-img {
 display: none;
 display: none !important;
}
[data-ogsb] .darkmode,[data-ogsb] #Header,[data-ogsb] .stylingblock-content-wrapper,[data-ogsb] .camarker-inner,[data-ogsb] .stylingblock-content-wrapper.camarker-inner {
 background-color: #272623 !important;
}
[data-ogsc] h1,[data-ogsc] h2,[data-ogsc] p,[data-ogsc] span,[data-ogsc] a,[data-ogsc] b,[data-ogsc] italic,[data-ogsc] strong,[data-ogsc] em,[data-ogsc] ol,[data-ogsc] ul,[data-ogsc] li {
 color: #fffffe !important;
 background-color: #272623 !important;
}
[data-ogsc] #Footer,[data-ogsc] .copy, [data-ogsc] #Greeting, [data-ogsc] #Greeting a, [data-ogsc] .SMInfo a, [data-ogsc] .fontsize_mob_12, [data-ogsc] .fontsize_mob_16, [data-ogsc] .boddy_text_container, [data-ogsb] .outlook-group-fix {
 color: #fffffe !important;
 background-color: #272623 !important;
}
[data-ogsb] .hidemode,[data-ogsb] span.hidemode,[data-ogsb] div.hidemode {
 background-color: #272623 !important;
}
[data-ogsc] .hidemode,[data-ogsc] span.hidemode,[data-ogsc] div.hidemode {
 color: #272623 !important;
}
[data-ogsc] .link {
 color: #91ADD4 !important;
}
[data-ogsb] .dark-hide-img {
 background-image: none !important;
 background-color: #272623 !important;
}
[data-ogsc] .dark-hide-img {
 color: #fffffe !important;
}
[data-ogsc] .buttonblock {
 border: 2px #91ADD4 solid !important;
}
[data-ogsb] .whiteBg {
 background-color: #fffffe !important;
}
[data-ogsb] .ltBlueBg {
 background-color: #003366 !important;
}
[data-ogsc] .ltBlueBg {
 color: #fffffe !important;
}
[data-ogsc] .keep-white {
 color: #fffffe !important;
}
[data-ogsc] .keep-dark {
 color: #303030 !important;
}
[data-ogsc] .keep-black {
 color: #000001 !important;
}
[data-ogsc] .white-border {
 border: 4px solid #fffffe !important;
}
[data-ogsc] span.keep-dark {
 color: #393833 !important;
}
   </style>
   <!-- END DARK MODE STYLES FOR SUPPORT IN OUTLOOK APP (ANDROID) -->
   <!-- CONDITIONAL TEXT COLOR CODE FOR OUTLOOK -->
   <!--[if gte mso 16]> 
   <style> 
    .keep-white { 
     mso-style-textfill-type:gradient; 
     mso-style-textfill-fill-gradientfill-stoplist:"0 \#FFFFFF 0 100000\,100000 \#FFFFFF 0 100000"; 
     color:#000000 !important; 
     } 
     .keep-dark, .keep-black {
      mso-style-textfill-type:gradient;
      mso-style-textfill-fill-gradientfill-stoplist:"0 \#000000 1 100000\,99000 \#000000 1 100000";
      color: #ffffff !important;
      }
   </style> 
<![endif]-->
   <!-- END CONDITIONAL CODE FOR OUTLOOK -->
   <!-- END DARK MODE CSS -->
   <!-- MOBILE GLOBAL STYLES -->
   <style type="text/css">
    @media only screen and (max-width: 600px) {
 #MessageViewBody,#MessageWebViewDiv {
  width: 100% !important;
 }
 .container {
  width: 100% !important;
 }
 .mobile-hidden {
  display: none !important;
 }
 .desktop-hidden {
  display: inline !important;
 }
 .responsive-td {
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
 }
 .halfwidth {
  width: 280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
 }
.devicewidth {
  width: 100% !important;
 }
 body {
  padding: 0px !important;
  font-size: 16px !important;
 }
 h1 {
  font-size: 30px !important;
  font-weight: normal !important;
 }
 h2 {
  font-size: 18px !important;
  font-weight: bold !important;
 }
 h3 {
  font-size: 16px !important;
  font-weight: normal !important;
 }
 .buttonstyles {
  font-size: 16px !important;
  line-height: 16px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
 }
 .copy {
  font-size: 16px !important;
  line-height: normal !important;
  padding: 0 !important;
 }
 .banner-txt {
  font-size: 14px !important;
  line-height: normal !important;
 }
 .module-mobile-spacer {
  height: 30px !important;
 }
 .header_logo {
  height: 35px !important;
  width: auto !important;
  margin-top: 0px !important;
 }
 .header_jvlogo {
  height: 21px !important;
  width: auto !important;
  margin-top: 0px !important;
 }
 #Greeting a, #Greeting a:visited {
  font-size: 12px !important;
  font-weight: normal !important;
 }
 .SMInfo {
  font-size: 12px !important;
  line-height: normal !important;
  padding-top: 15px !important;
  text-align: center !important;
 }
 .footer_logo {
  padding-bottom: 20px !important;
 }
 .navigation_stack {
  width: 100% !important;
  display: block !important;
  padding: 0.5em 0 !important;
 }
 .navigation_divider {
  width: 100% !important;
  border-style: none !important;
  border-width: 0 !important;
  padding-bottom: 0px !important;
 }
 td[class=social_icons] {
  padding-top: 15px !important;
  padding-bottom: 20px !important;
 }
 .font45 {
  font-size: 45px !important;
  line-height: 48px !important;
 }
 .font40 {
  font-size: 40px !important;
  line-height: 43px !important;
 }
 .font35 {
  font-size: 35px !important;
  line-height: 38px !important;
 }
 .font30 {
  font-size: 30px !important;
  line-height: 33px !important;
 }
 .font26 {
  font-size: 26px !important;
  line-height: 30px !important;
 }
 .font25 {
  font-size: 25px !important;
  line-height: 29px !important;
 }
 .font24 {
  font-size: 24px !important;
  line-height: 28px !important;
 }
 .font23 {
  font-size: 23px !important;
  line-height: 27px !important;
 }
 .font22 {
  font-size: 22px !important;
  line-height: 26px !important;
 }
 .font21 {
  font-size: 21px !important;
  line-height: 25px !important;
 }
 .font20 {
  font-size: 20px !important;
  line-height: 24px !important;
 }
 .font19 {
  font-size: 19px !important;
  line-height: 23px !important;
 }
 .font18 {
  font-size: 18px !important;
  line-height: 22px !important;
 }
 .font17 {
  font-size: 17px !important;
  line-height: 21px !important;
 }
 .font16 {
  font-size: 16px !important;
  line-height: 20px !important;
 }
 .font15 {
  font-size: 15px !important;
  line-height: 19px !important;
 }
 .font14 {
  font-size: 14px !important;
  line-height: 18px !important;
 }
 .font13 {
  font-size: 13px !important;
  line-height: 16px !important;
 }
 .font12 {
  font-size: 12px !important;
  line-height: 15px !important;
 }
 .font11 {
  font-size: 11px !important;
  line-height: 14px !important;
 }
 .font10 {
  font-size: 10px !important;
  line-height: 13px !important;
 }
 .mLeft {
  text-align: left !important;
 }
 .mRight {
  text-align: right !important;
 }
 .mCenter {
  text-align: center !important;
 }
 .mMarginR0 {
  margin-right: 0px !important;
 }
 .mMarginR5 {
  margin-right: 5px !important;
 }
 .mMarginR10 {
  margin-right: 10px !important;
 }
 .mMarginR15 {
  margin-right: 15px !important;
 }
 .mMarginR20 {
  margin-right: 20px !important;
 }
 .mMarginR30 {
  margin-right: 30px !important;
 }
 .mMarginR40 {
  margin-right: 40px !important;
 }
 .mMarginR50 {
  margin-right: 50px !important;
 }
 .mMarginR55 {
  margin-right: 55px !important;
 }
 .mMarginR60 {
  margin-right: 60px !important;
 }
 .mMarginR65 {
  margin-right: 65px !important;
 }
 .mMarginR70 {
  margin-right: 70px !important;
 }
 .mMarginR75 {
  margin-right: 75px !important;
 }
 .mMarginR80 {
  margin-right: 80px !important;
 }
 .mMarginL0 {
  margin-left: 0px !important;
 }
 .mMarginL5 {
  margin-left: 5px !important;
 }
 .mMarginL10 {
  margin-left: 10px !important;
 }
 .mMarginL15 {
  margin-left: 15px !important;
 }
 .mMarginL20 {
  margin-left: 20px !important;
 }
 .mMarginL30 {
  margin-left: 30px !important;
 }
 .mMarginL40 {
  margin-left: 40px !important;
 }
 .mMarginL50 {
  margin-left: 50px !important;
 }
 .mMarginL55 {
  margin-left: 55px !important;
 }
 .mMarginL60 {
  margin-left: 60px !important;
 }
 .mMarginL65 {
  margin-left: 65px !important;
 }
 .mMarginL70 {
  margin-left: 70px !important;
 }
 .mMarginL75 {
  margin-left: 75px !important;
 }
 .mMarginL80 {
  margin-left: 80px !important;
 }
 .mPadR0 {
  padding-right: 0px !important;
 }
 .mPadR5 {
  padding-right: 5px !important;
 }
 .mPadR10 {
  padding-right: 10px !important;
 }
 .mPadR15 {
  padding-right: 15px !important;
 }
 .mPadR20 {
  padding-right: 20px !important;
 }
 .mPadR25 {
  padding-right: 25px !important;
 }
 .mPadR30 {
  padding-right: 30px !important;
 }
 .mPadL0 {
  padding-left: 0px !important;
 }
 .mPadL5 {
  padding-left: 5px !important;
 }
 .mPadL10 {
  padding-left: 10px !important;
 }
 .mPadL15 {
  padding-left: 15px !important;
 }
 .mPadL20 {
  padding-left: 20px !important;
 }
 .mPadL25 {
  padding-left: 25px !important;
 }
 .mPadL30 {
  padding-left: 30px !important;
 }
 .mPadLR5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
 }
 .mPadLR10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
 }
 .mPadLR15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
 }
 .mPadLR20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
 }
 .mPadT5 {
  padding-top: 5px !important;
 }
 .mPadT10 {
  padding-top: 10px !important;
 }
 .mPadT15 {
  padding-top: 15px !important;
 }
 .mPadT21 {
  padding-top: 21px !important;
 }
 .mPadB5 {
  padding-bottom: 5px !important;
 }
 .mPadB10 {
  padding-bottom: 10px !important;
 }
 .mPadB15 {
  padding-bottom: 15px !important;
 }
 .mPadB20 {
  padding-bottom: 20px !important;
 }
 .mHeight0 {
  height: 0px !important;
 }
 .mHeight5 {
  height: 5px !important;
 }
 .mHeight10 {
  height: 10px !important;
 }
 .mHeight20 {
  height: 20px !important;
 }
 .mHeight30 {
  height: 30px !important;
 }
 .mHeight40 {
  height: 40px !important;
 }
 .mHeight50 {
  height: 50px !important;
 }
 .mHeight100 {
  height: 100px !important;
 }
 .mHeight120 {
  height: 120px !important;
 }
 .mHeight150 {
  height: 150px !important;
 }
 .mWidth0 {
  width: 0px !important;
 }
 .mWidth5 {
  width: 5px !important;
 }
 .mWidth10 {
  width: 10px !important;
 }
 .mWidth12 {
  width: 12px !important;
 }
 .mWidth13 {
  width: 13px !important;
 }
 .mWidth15 {
  width: 15px !important;
 }
 .mWidth20 {
  width: 20px !important;
 }
 .mWidth25 {
  width: 25px !important;
 }
 .mWidth30 {
  width: 30px !important;
 }
 .mWidth35 {
  width: 35px !important;
 }
 .mWidth40 {
  width: 40px !important;
 }
 .mWidth45 {
  width: 45px !important;
 }
 .mWidth50 {
  width: 50px !important;
 }
 .mWidth90p {
  width: 90% !important;
 }
 .mWidth85p {
  width: 85% !important;
 }
 .mWidth80p {
  width: 80% !important;
 }
 .mWidth75p {
  width: 75% !important;
 }
 .mWidth50p {
  width: 50% !important;
 }
   </style>
   <!-- END MOBILE GLOBAL STYLES -->
   <!--[if gte mso 16]> 
   <style> 
    .keep-white { 
     mso-style-textfill-type:gradient; 
     mso-style-textfill-fill-gradientfill-stoplist:"0 \#FFFFFF 0 100000\,100000 \#FFFFFF 0 100000"; 
     color:#000000 !important; 
     } 
     .keep-black {
      mso-style-textfill-type:gradient;
      mso-style-textfill-fill-gradientfill-stoplist:"0 \#000000 1 100000\,99000 \#000000 1 100000";
      color: #ffffff !important;
      }
     .keep-dark {
      mso-style-textfill-type:gradient;
      mso-style-textfill-fill-gradientfill-stoplist:"0 \#000000 1 100000\,99000 \#000000 1 100000";
      color: #ffffff !important;
      }
   </style> 
<![endif]-->
  </div>
  <!-- END CSS CONTENT BLOCK -->
  <style type="text/css">
   div.preheader 
{ display: none !important; }
  </style>
  <div class="preheader" style="font-size: 1px; display: none !important;">
   Plus, get your first checked bag free.
  </div>
  <!-- Outlook iOS app-specific width fix -->
  <style type="text/css">
   @media only screen and (max-width: 600px) {  
         [class~="x_hideoutlookweb"] {
         display:none !important;
         }
         }
         @media screen and (max-width:480px) {
         table.oa\0 {
         width: 300px !important;
         }
         }
         @media (display-mode: standalone) {
         [class~=""x_oa""]{
         display: block !important;
         max-width: 300px !important;
         min-width: 300px !important;
         width: 300px !important;  
         }
         [class~=""x_hideoutlookweb""] {
         display:none !important;
         }
         }
         .oa\0 {
         display: block !important;
         max-width: 300px !important;
         min-width: 300px !important;
         width: 300px !important;  
         }
         .outlookhide\0 {
         display:none !important;
         }
  </style>
  <!-- END Outlook iOS app-specific width fix -->
  <div style="font-size:0px; line-height:1px;">
   <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.o.delta.com%252Fopen.aspx%253Fffcb10-fec517797665007b-fe5e1673776705747c10-fe3711727164047e771173-ff971676-fe5f1673776206757010-ff011570776300%2526d%253D10188%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzM5MTExM30:1rsUHJ:uEYL__cPowvKxHS6nK43U8EWgvSsJRNDiCFbptmLHmM" width="1"/>
  </div>
  <div aria-label="Delta Air Lines email" aria-roledescription="email" dir="ltr" lang="en" role="article" style="font-size:medium; font-size:max(16px, 1rem)">
   <!-- BEGIN OUTER TABLE WITH 100% WIDTH -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
    <tr>
     <td align="center" bgcolor="#fffffe" style="background-color:#fffffe;" width="100%">
      <!-- BEGIN CONTAINER TABLE FOR EMAIL BODY -->
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="container darkmode" role="presentation" style="margin: 0 auto; padding: 0;" width="600">
       <tr>
        <td align="center" valign="top">
         <!-- BEGIN EMAIL BODY TABLE -->
         <table cellpadding="0" cellspacing="0" class="darkmode" role="presentation" style="width:100%">
          <tbody>
           <!--====== BEGIN HEADER REGION ======-->
           <tr>
            <td align="center" style="padding-top: 10px;" valign="middle">
             <!-- BEGIN ECREDIT & VAP -->
             <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%">
              <tr>
               <td align="center" style="font-size:0;" valign="middle">
                <!--[if (gte mso 9)|(IE)]>
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="width: 100%;">
<tr>
<td class="responsive-td mCenter" valign="middle" style="width: 280px;">
<![endif]-->
                <div style="display:inline-block;">
                 <table border="0" cellpadding="0" cellspacing="0" class="responsive-td mCenter" role="presentation" style="width: 280px;">
                  <tr>
                   <td class="responsive-td mCenter mPadB10" style="text-align:left; padding: 10px 10px 10px 0px; font-size:12px; mso-line-height-rule: exactly; line-height: 14px !important; font-weight:normal;">
                   </td>
                  </tr>
                 </table>
                </div>
                <!--[if (gte mso 9)|(IE)]>
</td><td class="responsive-td mCenter" valign="middle" style="width:280px;">
<![endif]-->
                <div style="display:inline-block;">
                 <table border="0" cellpadding="0" cellspacing="0" class="responsive-td mCenter" role="presentation" style="width:280px;">
                  <tr>
                   <td class="responsive-td mCenter mPadB10" style="text-align:right; font-size:12px; font-weight:normal; padding: 10px 0px 10px 10px;">
                    <a style="font-family: Arial,Helvetica,sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#666666;" target="_blank">
                     View as a web page
                    </a>
                   </td>
                  </tr>
                 </table>
                </div>
                <!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
               </td>
              </tr>
             </table>
             <!-- END ECREDIT & VAP -->
            </td>
           </tr>
           <!-- BEGIN LOGO & CUSTOMER INFO -->
           <tr>
            <td align="center" class="darkmode" id="Header" style="background-color: #F5F7FA; padding: 0px;" valign="middle" width="100%">
             <table bgcolor="#F5F7FA" border="0" cellpadding="0" cellspacing="0" class="darkmode" role="presentation" style="width:100%; background-color: #F5F7FA;">
              <tr>
               <td align="center" class="darkmode" style="padding: 20px 10px;" valign="middle" width="100%">
                <!-- Dynamic Global Header -->
                <table border="0" cellpadding="0" cellspacing="0" class="darkmode" role="presentation">
                 <tr>
                  <td align="center" style="font-size:0;" valign="middle">
                   <!--[if (gte mso 9)|(IE)]>
<table cellpadding="0" cellspacing="0" border="0" role="presentation" style="width: 100%;">
<tr>
<td class="responsive-td mCenter" valign="middle">
<![endif]-->
                   <div class="responsive-td mCenter" style="display:inline-block;">
                    <table border="0" cellpadding="0" cellspacing="0" class="responsive-td mCenter" role="presentation" width="408">
                     <tr>
                      <td align="center" class="responsive-td mCenter mPadT10 mPadL10" style="width: 408px; padding-left: 10px; padding-bottom: 10px;" valign="middle">
                       <a data-linkto="other" style="text-decoration:none;" target="_blank" title="DELTA AIR LINES">
                        <img align="left" alt="Delta Air Lines" class="header_logo mCenter" data-assetid="83136" height="38" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Flogo_default_Delta_dm.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzM5OTg5fQ:1rsUHJ:mVtbJmDGbGZQ4SFzUs3OjqSJILSfx6KOrTp9qPGwU8o" style="display: block; height: 38px; width: 225px; margin: 12px auto 0px auto; padding: 0px; border: 0px;" width="225"/>
                       </a>
                      </td>
                     </tr>
                    </table>
                   </div>
                   <!--[if (gte mso 9)|(IE)]>
</td><td class="responsive-td mCenter" valign="middle">
<![endif]-->
                   <div class="responsive-td mCenter" style="display: inline-block;">
                    <table border="0" cellpadding="0" cellspacing="0" class="responsive-td mCenter" role="presentation" width="152">
                     <tr>
                      <td class="responsive-td mCenter mPadL10" style="width: 152px; padding-right: 10px;" valign="middle">
                       <div class="SM_Info copy mCenter" style="font-family: Arial,Helvetica,sans-serif; color: #003366; font-size:14px; font-weight:normal; margin: 0px;">
                        <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                         <tr>
                          <td class="stylingblock-content-wrapper camarker-inner">
                           <!---- 83143_TMPL_SRX_Customer_Info_shared ---->
                           <table align="center" border="0" cellpadding="0" cellspacing="0" id="Greeting" role="presentation" width="100%">
                            <tr>
                             <td class="SMInfo" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.35em; color:#003366; text-align:right;">
                              <a style="font-weight:normal; color:#003366; text-decoration:underline;" target="_blank">
                               #9129298122
                              </a>
                              <span class="mobile-hidden">
                               <br/>
                              </span>
                              <span class="desktop-hidden" style="display:none;">
                               |
                              </span>
                              <a style="font-weight:normal; text-decoration:none; color:#003366; " target="_blank">
                               SkyMiles
                               <sup style="font-size:70%">
                                ®
                               </sup>
                               Member
                              </a>
                              <span class="mobile-hidden">
                               <br/>
                              </span>
                             </td>
                            </tr>
                           </table>
                          </td>
                         </tr>
                        </table>
                       </div>
                      </td>
                     </tr>
                    </table>
                   </div>
                   <!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
                  </td>
                 </tr>
                </table>
                <!-- End Dynamic Global Header -->
               </td>
              </tr>
             </table>
            </td>
           </tr>
           <!-- END LOGO & CUSTOMER INFO -->
           <!--====== END HEADER REGION ======-->
           <!--====== BEGIN FLIGHT BAR ======-->
           <!--====== END FLIGHT BAR ======-->
           <!--====== BEGIN MAIN BODY REGION ======-->
           <tr>
            <td id="Body" valign="top" width="100%">
             <!-- DO NOT REMOVE OR CHANGE DATA-KEY! -->
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td align="center">
                   <a data-linkto="https://" title="">
                    <img alt="NEW BENEFITS + YOUR SPECIAL OFFER." data-assetid="83275" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_Header.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQwMjkyN30:1rsUHJ:73LS5gumXRAu97KX3ygCbyZL7nCBITbC2dxI4-MTUAs" style="display: block; padding: 0px; text-align: center; height: auto; width: 100%; border: 0px;" width="600"/>
                   </a>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <!-- END DO NOT REMOVE OR CHANGE DATA-KEY -->
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #DA5037; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 0px 0px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td align="center">
                   <img alt="EARN 60,000 BONUS MILES" data-assetid="83509" height="52" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold60K_EM1_Headline.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQwNDc0NH0:1rsUHJ:t9uFuOILLM7h3-7huv6ocojT-fMOGckLaogB3XxMbpo" style="display: block; padding: 0px; text-align: center; height: 52px; width: 537px; border: 0px;" width="537"/>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #DA5037; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 20px 30px; ">
                <div class="copy" style="text-align: center; padding: 0px;">
                 <p style="margin: 0px; padding: 0px; color:#ffffff; font-size:26px; font-family:arial,helvetica,sans-serif;mso-line-height-rule: exactly; line-height: 130%;">
                 </p>
                 <div style="text-align: center;">
                  <span style="color:#ffffff;font-size:20px;font-family:arial,helvetica,sans-serif;">
                   With new and enhanced benefits, elevate your next trip with the Delta SkyMiles
                   <sup>
                    ®
                   </sup>
                   Gold American Express Card.
                   <b>
                    Plus, you can earn 60,000 bonus miles with this special welcome offer.*
                    <sup>
                     1
                    </sup>
                   </b>
                  </span>
                 </div>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #DA5037; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 30px; ">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <tr>
                  <td align="center">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation">
                    <tr>
                     <td bgcolor="#A21434" class="innertd buttonblock" style=" border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; background-color: #A21434;">
                      <a class="buttonstyles" data-linkto="https://" style=" font-size: 20px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; text-decoration: none; display: block; font-weight: bold; padding-top: 16px; padding-right: 50px; padding-bottom: 16px; padding-left: 50px; background-color: #A21434; border: 0px solid #A21434; padding: 16px 50px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;" target="_blank" title="">
                       TAKE A LOOK
                      </a>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #DA5037; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 30px 30px 20px; ">
                <div class="copy" style="text-align: center; padding: 0px;">
                 <p style="margin: 0px; padding: 0px 15px; color: #ffffff; font-size: 12px; font-family: arial, helvetica, sans-serif; line-height: 100%;">
                  <span style="font-size: 12px;">
                   *After you spend $3,000 in purchases on your new Delta SkyMiles
                   <sup>
                    ®
                   </sup>
                   Gold American Express Card in the first 6 months. Offer ends June 5, 2024.
                   <sup>
                    1
                   </sup>
                   Enjoy an introductory annual fee of $0 for the first year, then $150.
                   <sup>
                    2
                   </sup>
                   <a data-linkto="https://" style="color:#ffffff;text-decoration:underline;" title="Rates &amp; Fees">
                    <span style="color: #ffffff; font-size: 12px;font-weight: normal;">
                     Rates &amp; Fees.
                    </span>
                   </a>
                  </span>
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #F5F7FA; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 10px 40px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-bottom: 3px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner" style="padding: 20px 20px 0px; ">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <img alt="MAXIMIZE YOUR MILES WITH THIS SPECIAL OFFER" data-assetid="83271" height="73" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_MileCalcHeader.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQwNjU5MX0:1rsUHJ:sbnJBLBxlOnuNUJtfV6rUHeWKr3LfFrJHB0R8wOGyjY" style="display: block; padding: 0px; text-align: center; height: 73px; width: 500px; border: 0px;" width="500"/>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-top: 3px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table align="center" cellpadding="0" cellspacing="0" class="halfwidth" width="450">
                          <tr>
                           <td style="padding: 15px 0px 15px 0px;text-align: left;">
                           </td>
                           <td style="padding: 15px 0px 15px 0px;text-align: left;" valign="middle">
                            <h2 style="margin:0; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:normal !important; font-size: 16px !important;">
                             <span style="font-weight:normal">
                              <span style="text-transform: uppercase;">
                               Your Current
                               <br/>
                               Balance
                              </span>
                              <sup>
                               †
                              </sup>
                              :
                             </span>
                            </h2>
                           </td>
                           <td style="padding: 15px 0px 15px 0px; text-align: right;" valign="middle">
                            <h2 style="margin:0; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:normal !important; font-size: 32px !important;">
                             <span style="font-weight:normal">
                              <span style="text-transform: uppercase;">
                               0
                              </span>
                             </span>
                            </h2>
                           </td>
                           <td class="mWidth0" width="20">
                           </td>
                          </tr>
                          <tr>
                           <td style="padding: 0px 20px 0px 0px;text-align: left; color:#0B1F66; line-height:110%; font-family:arial,helvetica,sans-serif; font-weight:normal; font-size: 36px;" valign="top">
                            <span class="copy">
                             +
                            </span>
                           </td>
                           <td style="padding: 0px 0px 12px 0px; text-align: left;" valign="middle">
                            <h2 style="margin:0; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:normal !important; font-size: 16px !important;">
                             <span style="font-weight:normal">
                              <span style="text-transform: uppercase;">
                               <span style="color: #9E843A;">
                                <strong>
                                 Welcome Bonus
                                 <br/>
                                 Miles Offer:
                                </strong>
                               </span>
                              </span>
                             </span>
                            </h2>
                           </td>
                           <td style="padding: 0px 0px 12px 0px;text-align: right;" valign="middle">
                            <h2 style="margin:0; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:normal !important; font-size: 32px !important;">
                             <span style="font-weight:bold">
                              <span style="text-transform: uppercase;">
                               <span style="color: #9E843A;">
                                60,000
                               </span>
                              </span>
                             </span>
                            </h2>
                           </td>
                           <td class="mWidth0" width="20">
                           </td>
                          </tr>
                          <!-- <tr>     <td> </td>     <td colspan="2" align="center" style="margin:0 auto; font-size: 16px; color: #0b1f66;"><span class="copy"><b>&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;&#95;</b></span></td>       <td class="mWidth0" width="20"> </td>    </tr> -->
                          <tr>
                           <td>
                           </td>
                           <td align="center" colspan="2" style="border-bottom: 2px solid #003366; margin:0 auto; font-size: 16px; color: #0b1f66; width: 400px;">
                           </td>
                           <td class="mWidth0" width="20">
                           </td>
                          </tr>
                          <tr>
                           <td style="padding: 15px 0 0px 0px;text-align: left;">
                           </td>
                           <td style="text-align: left;" valign="middle">
                            <h2 style="margin:0; padding: 12px 0px 0px 0px !important; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:bold;font-size: 16px !important;">
                             <span style="color:#0b1f66 !important;">
                              <span style="text-transform: uppercase;">
                               Total After Earning
                               <br/>
                               Welcome Offer:
                              </span>
                             </span>
                            </h2>
                           </td>
                           <td style="text-align: right;" valign="middle">
                            <h2 style="margin:0; padding: 12px 0px 0px 0px !important; color:#0B1F66; line-height:110% !important; font-family:arial,helvetica,sans-serif; font-weight:bold;font-size: 20px !important;">
                             <span style="color:#0b1f66 !important;">
                              <span style="font-size: 32px;">
                               60,000
                              </span>
                             </span>
                            </h2>
                           </td>
                           <td class="mWidth0" width="20">
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner" style="padding: 30px 30px 20px; ">
                         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <table border="0" cellpadding="0" cellspacing="0" role="presentation">
                             <tr>
                              <td bgcolor="#E51937" class="innertd buttonblock" style=" border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; background-color: #E51937;">
                               <a class="buttonstyles" data-linkto="https://" style=" font-size: 20px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; text-decoration: none; display: block; font-weight: bold; padding-top: 16px; padding-right: 50px; padding-bottom: 16px; padding-left: 50px; background-color: #E51937; border: 0px solid #E51937; padding: 16px 50px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;" target="_blank" title="">
                                LEARN MORE
                               </a>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <p style="margin: 0px; padding: 0px; color: rgb(11, 31, 102); font-size: 16px; font-family: arial, helvetica, sans-serif; line-height: 110%; text-align: center;">
                          <span style="font-size: 11px;">
                           <sup>
                            †
                           </sup>
                           For your current miles balance, please visit
                           <a data-linkto="//" style="text-decoration:none;" title="">
                            <span style="font-size: 11px;">
                             delta.com
                            </span>
                           </a>
                          </span>
                         </p>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 10px 30px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-bottom: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 10px; ">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <a data-linkto="https://" title="">
                             <img alt="ENJOY CARD MEMBER BENEFITS" data-assetid="84456" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252FA01D_A01E_A01F_Benefits_HL.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQwODI0NH0:1rsUHJ:jSskxiQ2jyNLgssD9SeU3NFWrBdyANzt9OpzvB46JdY" style="display: block; padding: 20px 0px; text-align: center; width: 423px; height: auto;" width="423"/>
                            </a>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <a data-linkto="https://" title="">
                             <img alt="$200 DELTA FLIGHT CREDIT" data-assetid="83277" height="310" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_BenefitModule_FlightCredit.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQwOTg1fQ:1rsUHJ:ArKolfNcqeXLvmx4HtRFN1W9bxL_vg6ewzfenHSqhMo" style="display: block; padding: 0px; text-align: center; height: 310px; width: 534px; border: 0px;" width="534"/>
                            </a>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-top: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:534px;">
                          <tr>
                           <td align="center" style="background-color:#FFFFFF;border:0px; border-radius:0px 0px 22px 22px;text-decoration:none;-webkit-text-size-adjust:none;" valign="top">
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="534">
                             <tr>
                              <td align="center" style="color:#003366;font-family: Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal;line-height:130%;text-align:center; padding: 25px 0px 0px 0px;" valign="top">
                               <b>
                                <span style="color: #E51937;">
                                 Enhanced:
                                </span>
                                Take Flight for Less
                               </b>
                              </td>
                             </tr>
                             <tr>
                              <td>
                               <table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tr>
                                 <td align="center" style="padding: 0px 40px 20px 40px;" valign="top">
                                  <div>
                                   <p style="background-color:#fffffe; color:#003366; font-family:sans-serif;font-size:16px; line-height:20px;">
                                    Get a head-start on your next adventure. After you spend $10,000 in purchases on your Card in a calendar year, you can receive a
                                    <b>
                                     $200 Delta Flight Credit
                                    </b>
                                    to inspire your next travel.
                                    <sup>
                                     3
                                    </sup>
                                   </p>
                                  </div>
                                 </td>
                                </tr>
                               </table>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 10px 30px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-bottom: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <a data-linkto="https://" title="">
                             <img alt="2X MILES AT RESTAURANTS &amp; U.S. SUPERMARKETS" data-assetid="83276" height="310" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_BenefitModule_Miles.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxMTgzMn0:1rsUHJ:KO1a-idswsTCGQ5oaB018Tv-ewQR83TtzHpQv-An01k" style="display: block; padding: 0px; text-align: center; height: 310px; width: 534px; border: 0px;" width="534"/>
                            </a>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-top: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:534px;">
                          <tr>
                           <td align="center" style="background-color:#FFFFFF;border:0px; border-radius:0px 0px 22px 22px;text-decoration:none;-webkit-text-size-adjust:none;" valign="top">
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="534">
                             <tr>
                              <td align="center" style="color:#003366;font-family: Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal;line-height:130%;text-align:center; padding: 25px 0px 0px 0px;" valign="top">
                               <b>
                                Earn More Miles on Everyday Purchases
                               </b>
                              </td>
                             </tr>
                             <tr>
                              <td>
                               <table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tr>
                                 <td align="center" style="padding: 0px 40px 20px 40px;" valign="top">
                                  <div>
                                   <p style="background-color:#fffffe; color:#003366; font-family:sans-serif;font-size:16px; line-height:20px;">
                                    Earn double miles at restaurants worldwide and at U.S. supermarkets.
                                    <sup>
                                     4
                                    </sup>
                                   </p>
                                  </div>
                                 </td>
                                </tr>
                               </table>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 10px 30px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-bottom: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <a data-linkto="https://" title="">
                             <img alt="FIRST CHECKED BAG FREE" data-assetid="83273" height="310" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_BenefitModule_FBF.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxMzYzNH0:1rsUHJ:2J6W-eftPZCE0xVZnxKPIylDCdaYWov327VBM5Kbhbw" style="display: block; padding: 0px; text-align: center; height: 310px; width: 534px; border: 0px;" width="534"/>
                            </a>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-top: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:534px;">
                          <tr>
                           <td align="center" style="background-color:#FFFFFF;border:0px; border-radius:0px 0px 22px 22px;text-decoration:none;-webkit-text-size-adjust:none;" valign="top">
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="534">
                             <tr>
                              <td align="center" style="color: rgb(0, 51, 102); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 130%; text-align: center; padding: 25px 0px 0px;" valign="top">
                               <b>
                                Travel Hands-Free
                               </b>
                              </td>
                             </tr>
                             <tr>
                              <td>
                               <table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tr>
                                 <td align="center" style="padding: 0px 40px 20px 40px;" valign="top">
                                  <div>
                                   <p style="background-color:#fffffe; color:#003366; font-family:sans-serif;font-size:16px; line-height:20px;">
                                    Get your
                                    <b>
                                     first checked bag for free.
                                    </b>
                                    That’s a savings of up to $70 on a round-trip Delta flight per person.
                                    <sup>
                                     5
                                    </sup>
                                   </p>
                                  </div>
                                 </td>
                                </tr>
                               </table>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 10px 30px; ">
                <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-bottom: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <a data-linkto="https://" title="">
                             <img alt="15% OFF AWARD TRAVEL" data-assetid="83274" height="310" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe3711727164047e771173%252Fm%252F1%252F2024_DAXAcq_SpringPulse_CPS_Gold70K_EM1_BenefitModule_TO15.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxNTI0MX0:1rsUHJ:nU1A52M3YpGdgR3uh1gZ4Il-HDdSH-ImjdQNEtnxs9c" style="display: block; padding: 0px; text-align: center; height: 310px; width: 534px; border: 0px;" width="534"/>
                            </a>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                 <tr>
                  <td>
                   <table cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;">
                    <tr>
                     <td class="responsive-td" style="width: 100%; padding-top: 0px;" valign="top">
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner">
                         <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:534px;">
                          <tr>
                           <td align="center" style="background-color:#FFFFFF;border:0px; border-radius:0px 0px 22px 22px;text-decoration:none;-webkit-text-size-adjust:none;" valign="top">
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="534">
                             <tr>
                              <td align="center" style="color:#003366;font-family: Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal;line-height:130%;text-align:center; padding: 25px 0px 0px 0px;" valign="top">
                               <b>
                                Save on Future Travels with TakeOff15
                               </b>
                              </td>
                             </tr>
                             <tr>
                              <td>
                               <table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tr>
                                 <td align="center" style="padding: 0px 40px 20px 40px;" valign="top">
                                  <div>
                                   <p style="background-color:#fffffe; color:#003366; font-family:sans-serif;font-size:16px; line-height:20px;">
                                    Take 15% off anytime you book Award Travel with miles on Delta​ flights when using
                                    <a data-linkto="https://" style="text-decoration:none;" title="delta.com">
                                     delta.com
                                    </a>
                                    and the Fly Delta app.**
                                    <sup>
                                     6
                                    </sup>
                                   </p>
                                  </div>
                                 </td>
                                </tr>
                               </table>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                      <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
                       <tr>
                        <td class="stylingblock-content-wrapper camarker-inner" style="padding: 30px 30px 0px; ">
                         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                          <tr>
                           <td align="center">
                            <table border="0" cellpadding="0" cellspacing="0" role="presentation">
                             <tr>
                              <td bgcolor="#E51937" class="innertd buttonblock" style=" border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #E51937;">
                               <a class="buttonstyles" data-linkto="https://" style=" font-size: 21px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; text-decoration: none; display: block; font-weight: bold; padding-top: 16px; padding-right: 50px; padding-bottom: 16px; padding-left: 50px; background-color: #E51937; border: 1px solid #0176D3; padding: 16px 50px 16px 60px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;" target="_blank" title="VIEW ALL BENEFITS">
                                VIEW ALL BENEFITS
                               </a>
                              </td>
                             </tr>
                            </table>
                           </td>
                          </tr>
                         </table>
                        </td>
                       </tr>
                      </table>
                     </td>
                    </tr>
                   </table>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 30px 30px; ">
                <div class="copy" style="text-align: center; padding: 0px;">
                 <p style="margin: 0px; padding: 0px 15px; color: #ffffff; font-size: 12px; font-family: arial, helvetica, sans-serif; line-height: 100%;">
                  <span style="font-size: 12px;">
                   **Discount not applicable to partner-operated flights or to taxes and fees.​
                  </span>
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: #6699CC; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 10px 0px 40px; ">
                <div class="copy" style="text-align: center; padding: 0px;">
                 <p style="margin: 0px; padding: 0px; color:#FFFFFF; font-size:18px; font-family:arial,helvetica,sans-serif;mso-line-height-rule: exactly; line-height: 110% !important;">
                  <a data-linkto="https://" style="color:#FFFFFF; text-decoration:none;" title="">
                   <span style="font-size: 20px;">
                    Apply online
                   </span>
                  </a>
                  <span style="font-size: 20px;">
                   or call
                  </span>
                  <a alias="1-800-297-2478" conversion="false" data-linkto="other" style="color:#FFFFFF;text-decoration:none;" title="">
                   <span style="font-size: 20px;">
                    1-800-297-2478
                   </span>
                  </a>
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <!-- DO NOT REMOVE OR CHANGE DATA-KEYS! -->
             <!-- END DO NOT REMOVE OR CHANGE DATA-KEYS -->
            </td>
           </tr>
           <!--====== END MAIN BODY REGION ======-->
          </tbody>
         </table>
         <!-- END EMAIL BODY TABLE -->
        </td>
       </tr>
       <tr>
        <td align="center" valign="top">
        </td>
       </tr>
       <tr>
        <td align="center" valign="top">
         <!--====== BEGIN FOOTER BODY TABLE ======-->
         <table bgcolor="#F5F7FA;" cellpadding="0" cellspacing="0" class="darkmode" role="presentation" style="width:100%; background-color: #F5F7FA;">
          <tbody>
           <tr>
            <td align="center" valign="top" width="100%">
             <!-- BEGIN FOOTER LOGOS REGION -->
             <!-- DYNAMIC FOOTER LOGO -->
             <table border="0" cellpadding="0" cellspacing="0" class="darkmode" id="Footer_Logos" width="100%">
              <tr>
               <td align="center" class="footer_logo" style="padding-top:30px; padding-bottom:30px;">
                <a data-linkto="other" style="text-decoration:none; margin: auto 0px;" target="_blank" title="DELTA AIR LINES">
                 <img alt="Delta Air Lines" data-assetid="83136" height="23" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Flogo_default_Delta_dm.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxNjcyMn0:1rsUHJ:lg0-SUaroWRFqhaO70WSq9DOGnHqKytQxLhD51TcDPI" style="color:#003366; font-size:1.25em; font-weight: bold; letter-spacing: 0.2em; display:block;" width="135"/>
                </a>
               </td>
              </tr>
             </table>
             <!-- END DYNAMIC FOOTER LOGO -->
             <!-- END FOOTER LOGOS REGION -->
            </td>
           </tr>
           <tr>
            <td align="center">
             <!-- BEGIN FOOTER BANNER -->
             <table border="0" cellpadding="0" cellspacing="0" class="darkmode" id="Footer_Banner" width="100%">
              <tr>
               <td align="center" class="darkmode" style="padding: 0px 30px 10px 30px;" valign="top">
               </td>
              </tr>
             </table>
             <!-- END FOOTER BANNER -->
            </td>
           </tr>
           <tr>
            <td align="center">
             <!-- BEGIN NAVIGATION REGION -->
             <!-- FOOTER NAV -->
             <table cellpadding="0" cellspacing="0" class="navigation_divider darkmode" role="presentation" style="border-bottom: 1px solid #d8d8d8; max-width: 540px; padding-bottom: 30px; margin-right: auto;  margin-left: auto;" width="540">
              <tr>
               <td align="center" class="navigation_divider darkmode" style="padding-bottom:30px;">
                <table align="center" border="0" cellpadding="0" cellspacing="0" class="darkmode" role="presentation" width="100%">
                 <tr>
                  <td class="navigation_stack" style="font-family:arial,helvetica,sans-serif; font-size:15px; color:#4A4A4A; text-align: center;min-width: 120px; width: 120px;" valign="middle">
                   <a style="text-decoration: none; color:#4A4A4A;font-weight:normal;" target="_blank" title="">
                    Help Center
                   </a>
                  </td>
                  <td class="mobile-hidden" style="font-family:arial,helvetica,sans-serif; font-size:30px; color:#d8d8d8; line-height:18px; vertical-align:middle;text-align: center;" valign="middle" width="20">
                   •
                  </td>
                  <td class="navigation_stack" style="font-family:arial,helvetica,sans-serif; font-size:15px; color:#4A4A4A; text-align: center; min-width: 120px; width: 120px;" valign="middle">
                   <a style="text-decoration: none; color:#4A4A4A;font-weight:normal;" target="_blank" title="">
                    Flight Deals
                   </a>
                  </td>
                  <td class="mobile-hidden" style="font-family:arial,helvetica,sans-serif; font-size:30px; color:#d8d8d8; line-height:18px; text-align: center;" valign="middle" width="20">
                   •
                  </td>
                  <td class="navigation_stack" style="font-family:arial,helvetica,sans-serif; font-size:15px; color:#4A4A4A; text-align: center;min-width: 110px; width: 110px;" valign="middle">
                   <a style="text-decoration: none; color:#4A4A4A;font-weight:normal;text-align: center;" target="_blank" title="">
                    Earn Miles
                   </a>
                  </td>
                  <td class="mobile-hidden" style="font-family:arial,helvetica,sans-serif; font-size:30px; color:#d8d8d8; line-height:18px; text-align: center;" valign="middle" width="20">
                   •
                  </td>
                  <td class="navigation_stack" style="font-family:arial,helvetica,sans-serif; font-size:15px; color:#4A4A4A; text-align: center;min-width: 120px; width: 120px;" valign="middle">
                   <a style="text-decoration: none; color:#4A4A4A; font-weight:normal;" target="_blank" title="">
                    Stays &amp; Cars
                   </a>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <!-- END FOOTER NAV -->
             <!-- END NAVIGATION REGION -->
            </td>
           </tr>
           <tr>
            <td align="center">
             <!-- BEGIN SOCIAL REGION -->
             <!-- BEGIN SOCIAL REGION -->
             <table align="center" border="0" cellpadding="10" cellspacing="0" class="darkmode" id="Social" role="presentation" style="max-width: 260px; margin: 0 auto;" width="100%">
              <tr>
               <td class="social_icons" style="padding-top:30px; padding-bottom:30px;" valign="top">
                <a style="text-decoration:none;" target="_blank" title="TikTok">
                 <img alt="TikTok" data-assetid="78078" height="44" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Ficon_logo_tiktok_ltblue.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxODI4Nn0:1rsUHJ:argZrA9XOr2wdnGtCH85LRDoHa-b7_FaSH4nAeGXaJo" style="display: block; height: 44px; width: 44px; padding: 0px; text-align: center; border: none;" width="44"/>
                </a>
               </td>
               <td class="social_icons" style="padding-top:30px; padding-bottom:30px;" valign="top">
                <a style="text-decoration:none;" target="_blank" title="X">
                 <img alt="X" data-assetid="78077" height="43" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Ficon_logo_x_ltblue.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQxOTc0M30:1rsUHJ:F18-O7Ym6Fzo_KBFy1tbdb_D4oOeMuzAwWw4VW5V-rc" style="display: block; height: 43px; width: 43px; padding: 0px; text-align: center; border: none;" width="43"/>
                </a>
               </td>
               <td class="social_icons" style="padding-top:30px; padding-bottom:30px;" valign="top">
                <a style="text-decoration:none;" target="_blank" title="">
                 <img alt="Instagram" class="social_icons" height="48" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Ficon_logo_instagram_ltblue.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQyMTM3OH0:1rsUHJ:AEOZ3-CsvIO9Ps5Qo_c1YNAihoe_1nHehz8HjH7Uw1c" style="border:none; display:block; height: 46px; width:46px;" width="48"/>
                </a>
               </td>
               <td class="social_icons" style="padding-top:30px; padding-bottom:30px;" valign="top">
                <a style="text-decoration:none;" target="_blank" title="">
                 <img alt="Facebook" class="social_icons" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.o.delta.com%252Flib%252Ffe5815707c6201787313%252Fm%252F1%252Ficon_logo_fb_ltblue.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5vLmRlbCIsInRpbWUiOjE3MTIyNjQ3NDUuMzQyMjg5N30:1rsUHJ:sZs4h2bioiu3Jkn17dp5c-o3A_AfF3RprstKYPbcjUA" style="border:none; display:block; height: 45px; width:45px;" width="45"/>
                </a>
               </td>
              </tr>
             </table>
             <!-- END SOCIAL REGION -->
             <!-- END SOCIAL REGION -->
            </td>
           </tr>
           <tr>
            <td align="center">
             <!-- BEGIN EMAIL PREFERENCES & PRIVACY POLICY REGION -->
             <!-- BEGIN EMAIL PREFERENCES & PRIVACY POLICY REGION -->
             <table border="0" cellpadding="0" cellspacing="0" class="darkmode" role="presentation" width="100%">
              <tr>
               <td align="center">
                <table align="center" cellpadding="0" cellspacing="0" class="navigation_divider darkmode" role="presentation" style="border-bottom: 1px solid #d8d8d8; padding-bottom: 30px; max-width: 540px;" width="540">
                 <tr>
                  <td class="navigation_divider" style="font-family:arial,helvetica,sans-serif; text-align: center; color:#7C828A; line-height: 1.5em; padding-bottom: 30px;">
                   <a style="font-size: 14px; font-weight: normal; text-decoration: none; color:#7C828A;" target="_blank" title="">
                    Email Preferences
                   </a>
                   <span aria-hidden="true">
                    |
                   </span>
                   <a style="font-size: 14px; font-weight: normal; text-decoration: none; color:#7C828A;" target="_blank" title="">
                    Privacy Policy
                   </a>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
             <!-- END EMAIL PREFERENCES & PRIVACY POLICY REGION -->
             <!-- END EMAIL PREFERENCES & PRIVACY POLICY REGION -->
            </td>
           </tr>
           <!-- BEGIN TERMS REGION -->
           <tr>
            <td class="darkmode" id="Terms" style="padding:0px 30px;" valign="top" width="100%">
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 30px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  <b>
                   Consumer Card POID: K77Q:9992
                  </b>
                  <br/>
                  <br/>
                  <span style="font-size: 13px;">
                   <b>
                    Terms and Conditions
                   </b>
                  </span>
                  <br/>
                  Additional
                  <a data-linkto="https://" style="text-decoration:underline;" title="">
                   Rates and Fees
                  </a>
                  Apply
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  1. You can earn 60,000 bonus miles after you make $3,000 or more (the "Threshold Amount") in eligible purchases on your Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Gold American Express Card within your first 6 months of Card Membership starting from the date that your account is opened. Miles will be credited to your account 8-12 weeks after you reach the Threshold Amount. Bonus Miles may appear on your account in more than one deposit. To receive the 60,000 bonus miles, your Card account must not be canceled or past due at the time of fulfillment. Eligible purchases can be made by the Basic Card Member and any Additional Card Members on a single Card account. Eligible purchases are purchases for goods and services minus returns and other credits. Eligible purchases to meet the spend requirement do NOT include fees or interest charges, cash
 advances, purchases of traveler's checks, purchases or reloading of prepaid cards, purchases of gift cards, person-to-person payments, or purchases of any cash equivalents. Additional Card Members on your account are not eligible for their own offer. ​
                  <br/>
                  <br/>
                  In rare instances, your period to spend $3,000 may be shorter than 6 months if there is a delay in receiving your Card. Also, purchases may fall outside of the 6 month period in some cases, such as a delay in merchants submitting transactions to us or if the purchase date differs from the date you made the transaction. (For example, if you buy goods online, the purchase date may be the date the goods are shipped). ​
                  <br/>
                  <br/>
                  If we in our sole discretion determine that you have engaged in abuse, misuse, or gaming in connection with this offer in any way or that you intend to do so (for example, if you applied for one or more cards to obtain an offer(s) that we did not intend for you; if you cancel or downgrade your account within 12 months after acquiring it; or if you cancel or return purchases you made to meet the Threshold Amount), we may not credit, we may freeze, or we may take away bonus miles from your account. We may also cancel this Card account and other Card accounts you may have with us. ​
                  <br/>
                  <br/>
                  This offer is not transferable. If your application is not received by 06/05/2024, we will not process your application even if we later receive your application. American Express reserves the right to modify or revoke offer at any time. ​
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  2. The introductory annual fee for the Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Gold American Express Card will be $0 for the first year of Card Membership. After that, the annual fee will be $150.
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  3.
                  <b>
                   $200 Delta Flight Credit
                  </b>
                  :
                  <br/>
                  <br/>
                  If, in any calendar year, eligible purchases on the Delta SkyMiles Gold or Gold Business American Express Card Account total $10,000 or more (the “Purchase Requirement”), the Basic Card Member will receive a $200 Delta eCredit (the “Credit”) in their SkyMiles account that can be used toward a Delta flight purchase. Delta flight purchases are limited to purchases of Delta-marketed flights made on
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="delta.com">
                   delta.com
                  </a>
                  or with Delta Reservations. The Credit may be applied toward the Delta airfare portion of a Delta Vacations package. The Credit is only valid for payment of tickets, including fare, surcharge and government-imposed taxes and fees imposed on the air transportation. It is not valid for other types of fees (including bag fees, change fees, upgrades or other ancillary purchases or fees with Delta), and it does not have any cash value. The Credit expires within one year from the date of issuance and must be redeemed on or before the expiration date. If the value of the Credit is greater than the flight purchased, the Card Member will be able to use the residual value in another
 transaction before the expiration date. The Credit will be issued as a Delta eCredit, which will be available in “My Profile” on
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="delta.com">
                   delta.com
                  </a>
                  under “Certificates, eCredits, and Vouchers.” Visit
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="delta.com/redeem">
                   delta.com/redeem
                  </a>
                  for more information about redemption options. The certificate number, a redemption code, and redemption instructions will also be sent to the email address listed on your Delta SkyMiles account. Limit one Credit per calendar year per Card Account. Please allow up to 2 weeks after reaching the Purchase Requirement for the Credit to be issued. On rare occasions (for example, when the name on your SkyMiles account doesn’t match the name on your Amex account), the timing of the deposit could be delayed. The Credit is non-transferable from one Delta SkyMiles Member's account to another but can be applied towards someone else's ticket without limitation. The Credit may be
 combined with up to 2 other Delta eCredits. If the Basic Card Member transfers from a different Delta SkyMiles Card product to the Delta SkyMiles Gold Card, any eligible purchases made on the prior Card Account during the calendar year will count toward the Purchase Requirement, after the first transaction on the new Card Account. The Credit may be redeemed for Delta flights purchased in currencies other than United States Dollars and will be converted to the currency of the country of payment at the Bankers Rate of Exchange in effect on the date of ticket issuance, and the rate of exchange must be indicated on the ticket.
                  <br/>
                  <br/>
                  The benefit is only available to the Basic Card Member; however, eligible purchases made by Additional Card Members will contribute to the Purchase Requirement. Eligible purchases are purchases for goods and services minus returns and other credits. Eligible purchases do NOT include fees or interest charges, cash advances, purchases of traveler’s checks, purchases of gift cards, person-to-person transactions, purchases or reloading of prepaid cards, or purchases of other cash equivalents. American Express relies on the transaction date submitted to us by the merchant, which may differ from the date you make a purchase, to determine whether the purchase counts toward the Purchase
 Requirement in that calendar year. This means that in some cases your purchases may not count toward the Purchase Requirement in the year in which you made the purchases. For example, if you make a purchase on December 31 and the merchant lists the transaction date as January 1 when they submit the transaction data to us, your purchase will be counted in the calendar year which began on that January 1. Additional terms, conditions and restrictions apply. See
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="delta.com/amexflightcreditterms">
                   delta.com/amexflightcreditterms
                  </a>
                  for details.
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  4.
                  <b>
                   Miles on Eligible Purchases:
                  </b>
                  <br/>
                  <br/>
                  <u>
                   1x Mile on eligible purchases
                  </u>
                  : You will earn 1 mile for each dollar of eligible purchases charged on your Card.
                  <br/>
                  <br/>
                  <u>
                   2x Miles at U.S. Supermarkets
                  </u>
                  : You will earn 1 additional mile (for a total of 2 miles) for each dollar of eligible purchases charged at supermarkets located in the United States. Superstores, convenience stores, warehouse clubs, and meal-kit delivery services are not considered supermarkets.
                  <br/>
                  <br/>
                  <u>
                   2x Miles at Restaurants
                  </u>
                  : You will earn 1 additional mile (for a total of 2 miles) for each dollar of eligible purchases charged at restaurants worldwide. You may not get additional miles for purchases at a restaurant located within another establishment (e.g. a restaurant located inside a hotel, casino, or event venue) or for purchases made through third-party food delivery services outside of the U.S. For example, purchases made at a restaurant located within a hotel may be recognized as a purchase at a hotel, not a restaurant. You will not earn additional miles for purchases at bars, nightclubs, cafeterias, and convenience stores.
                  <br/>
                  <br/>
                  <u>
                   2x Miles on Delta Purchases
                  </u>
                  : You will earn 1 additional mile (for a total of 2 miles) on each dollar of eligible purchases charged directly with Delta (“Delta Purchases”). Delta Purchases are eligible purchases where Delta is the merchant of record, such as purchases via
                  <a data-linkto="//" style="text-decoration:underline;display: inline-block;" title="delta.com">
                   delta.com
                  </a>
                  , the Fly Delta app, phone reservations, or ticket counters, such as upgrades, miles, seat selection, Delta Sky Club
                  <sup>
                   ®
                  </sup>
                  membership, and in-flight purchases of food, alcoholic beverages and audio headsets on Delta-operated flights. Delta Purchases do not include other in-flight purchases where Delta is not the merchant of record, such as in-flight wireless internet access and charitable contributions. Delta Gift Cards and purchases made at
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   deltashop.com
                  </a>
                  and/or the Delta Flight Museum do not qualify. Delta Purchases include Delta Vacations
                  <sup>
                   ®
                  </sup>
                  packages but not other all-inclusive packages. Delta Purchases include purchases of qualifying Delta, Delta Connection
                  <sup>
                   ®
                  </sup>
                  carrier and Delta Shuttle
                  <sup>
                   ®
                  </sup>
                  flights taken with the purchase of a fare that is eligible for SkyMiles mileage credit. For purposes of this Card benefit, “Delta Purchases” also includes Delta Basic Economy fares, notwithstanding that these fares do not earn SkyMiles mileage credit for travel. Full terms:
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   delta.com/memberguide
                  </a>
                  . Additional miles earned for Delta flight purchases made with the Card will be based on the total ticket price, including base fare, carrier-imposed surcharges and government-imposed taxes and fees.
                  <br/>
                  <br/>
                  Eligible purchases mean purchases for goods and services minus returns and other credits. Eligible purchases do NOT include fees or interest charges, cash advances, purchases of travelers checks, purchases of gift cards, person-to-person transactions, purchases or reloading of prepaid cards, or purchases of other cash equivalents. Miles will be posted to your Delta SkyMiles account 8 to 12 weeks after the end of each month. To be eligible to receive miles, your Card account must not be canceled or past due at the time of fulfillment.
                  <br/>
                  <br/>
                  Merchants are assigned codes based on what they primarily sell. We group certain merchant codes into categories that are eligible for additional miles. A purchase with a merchant will not receive additional miles if the merchant’s code is not included in a reward category. You may not receive additional miles if we receive inaccurate information or are otherwise unable to identify your purchase as eligible for a reward category. For example, you may not receive additional miles when: a merchant uses a third-party to sell their products or services; or a merchant uses a third-party to process or submit your transaction to us (e.g., using mobile or wireless card readers); or you
 choose to make a purchase using a third-party payment account or make a purchase using a mobile or digital wallet. Additional terms and restrictions may apply.
                  <br/>
                  <br/>
                  Please visit
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" target="_blank" title="">
                   americanexpress.com/rewards-info
                  </a>
                  for more information about rewards.
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  5.
                  <b>
                   First Bag Free:
                  </b>
                  <br/>
                  <br/>
                  Benefit is limited to Basic Card Members (not Additional Card Members) with the Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Gold American Express Card, Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Platinum American Express Card or Delta SkyMiles
                  <sup>
                   ®
                  </sup>
                  Reserve American Express Card. Reservation must include the Basic Card Member’s SkyMiles number. Fee waiver also available for passengers traveling in the same reservation as the Basic Card Member. Maximum nine waivers per reservation. New Card Members and Card Members upgrading from another Delta SkyMiles Card product will be eligible for the checked baggage fee waiver benefit after receiving their Card from American Express. The first checked bag fee waiver will only be applied on flight segments which originate on a Delta or Delta Connection
                  <sup>
                   ®
                  </sup>
                  carrier when you check-in with Delta for both a Delta marketed and Delta operated flight. Waiver is only for normal bag fee, if any, for the first checked bag that is not overweight and not oversize under Delta’s applicable rules as set forth in Delta’s contract of carriage. Additional terms, conditions and restrictions may apply. See
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   delta.com/firstbagfree
                  </a>
                  for details.
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px 0px 15px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  6.
                  <b>
                   TakeOff 15:
                  </b>
                  <br/>
                  <br/>
                  <b>
                   Eligibility:
                  </b>
                  <br/>
                  Basic Delta SkyMiles Gold, Platinum and Reserve American Express Card Members, as well as Basic Delta SkyMiles Gold, Platinum and Reserve Business American Express Card Members (each, an “Eligible Card”), can get at least a fifteen percent (15%) discount off the mileage portion of an Award Ticket (the “TakeOff 15” benefit). Additional Card Members are not eligible.
                  <br/>
                  <br/>
                  Available only if entire itinerary is on Delta and Delta Connection
                  <sup>
                   ®
                  </sup>
                  carrier-operated and ticketed flights booked at
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   delta.com
                  </a>
                  or the FlyDelta app. Not available on flights operated by other carriers. Not available for Pay with Miles, Miles + Cash, seat upgrades purchased after the initial flight booking, or other Delta products or services. Discount only applies to the mileage portion of the Award Ticket fare and does not apply to applicable taxes and fees which must be paid using the Eligible Card. Card Member must be logged-in to a SkyMiles account linked to an Eligible Card to receive the TakeOff 15 benefit discount. Mileage discount will be greater than or equal to 15% of the overall miles portion for the Award Ticket. An Award Ticket is a ticket issued by Delta pursuant to the SkyMiles Program
 Rules, by which SkyMiles members may redeem miles and pay applicable government-imposed taxes and fees in exchange for air transportation. All Award Ticket rules apply, as set forth on
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   delta.com
                  </a>
                  and in the specific terms incorporated into your Award Ticket. Award Travel is defined as travel using an Award Ticket. Award Travel seats are limited and may not be available on all flights or in all markets.
                  <br/>
                  <br/>
                  SkyMiles account balance must have sufficient miles for the entire Award Ticket(s) being purchased. TakeOff 15 benefit is not combinable with certificates, Delta eCredits, Delta Gift Cards, vouchers, or with any other discounts or promotional offers.
                  <br/>
                  <br/>
                  <b>
                   Award Ticket Taxes/Fees:
                  </b>
                  <br/>
                  Award Ticket taxes and fees include only U.S. excise and departure/arrival taxes, airport charges, segment fees, the September 11th Security Fee, and international taxes and fees normally included in the Award Ticket.
                  <br/>
                  <br/>
                  <b>
                   Award Ticket Cancellations and Changes:
                  </b>
                  <br/>
                  In the event of a voluntary cancellation of the Award Ticket to which the TakeOff 15 benefit was applied, redeemed miles will be redeposited into the Card Member’s SkyMiles account, except for Basic Economy tickets. Current Award Ticket redeposit fees apply. Basic Economy cancellations will result in cancellation charge assessed in miles, as outlined in fare rules. Remaining miles after deduction of the cancellation charge will be redeposited to Card Member’s SkyMiles account. There is no discount applicable to the cancellation charge.
                  <br/>
                  <br/>
                  If changing an Award Ticket after ticketing, discount is applied to the new Award Ticket (if eligible), and the difference in miles will be deducted from the Card Member’s SkyMiles account (if the new Award Ticket mileage amount is higher) or redeposited into the Card Member’s SkyMiles account (if the new Award Ticket mileage amount is lower). Basic Economy tickets are not eligible for voluntary changes. SkyMiles Member must be an active Basic Delta SkyMiles, Gold, Platinum or Reserve American Express Card Member or Basic Delta SkyMiles Gold, Platinum or Reserve Business American Express Card Member at time that the Award Ticket is changed to be eligible for the TakeOff 15
 benefit on the changed Award Ticket.
                  <br/>
                  <br/>
                  <b>
                   Miscellaneous:
                  </b>
                  <br/>
                  All SkyMiles Program rules apply to SkyMiles Program membership, miles, offers, mile accrual, mile redemption, and travel benefits. To review the rules, please visit
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="Program Rules">
                   Program Rules
                  </a>
                  . SkyMiles Program and offers are void where prohibited by law, and terms are subject to change without notice. Other restrictions apply.
                 </p>
                </div>
               </td>
              </tr>
             </table>
             <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="background-color: transparent; min-width: 100%; " width="100%">
              <tr>
               <td class="stylingblock-content-wrapper camarker-inner" style="padding: 0px; ">
                <div style="text-align:left;">
                 <p style="margin: 0; padding: 0;color:#7C828A; font-size:12px; mso-line-height-rule: exactly; line-height:130%; font-family:arial,helvetica,sans-serif; font-size: 12px;">
                  <b>
                   General:
                  </b>
                  All SkyMiles program rules apply. To review the rules, please visit
                  <a data-linkto="https://" style="text-decoration:underline;display: inline-block;" title="">
                   Membership Guide &amp; Program Rules
                  </a>
                  . Prices and rules are subject to change without notice. Delta, SkyMiles, and the Delta logo are registered service marks of Delta Air Lines, Inc. Delta is not responsible for goods or services offered by any companies participating in miles promotions. Partner offers subject to the terms and conditions of each individual offer. See individual offers for details. Partners subject to change. Offers void where prohibited by law. Other restrictions may apply.
                 </p>
                </div>
               </td>
              </tr>
             </table>
            </td>
           </tr>
           <!-- END TERMS REGION -->
           <tr>
            <td align="center">
             <!-- BEGIN UNSUB & COPYRIGHT -->
             <!-- BEGIN FOOTER INFO -->
             <table border="0" cellpadding="0" cellspacing="0" class="darkmode" role="presentation" width="100%">
              <tr>
               <td class="darkmode" id="Footer" style="font-family:arial,helvetica,sans-serif; padding:0 30px 20px 30px; font-size:12px; color:#7C828A; line-height:14px;" valign="top" width="100%">
                <br/>
                <br/>
                <a data-linkto="https://" style="font-size:12px; text-decoration: none; color:#4470C3;" target="_blank" title="">
                 Comment or Complaint?
                </a>
                <br/>
                <br/>
                <a data-linkto="cloudpageslandingpage" style="font-size:12px; font-weight:normal; text-decoration: underline; color:#4470C3;" target="_blank" title="Unsubscribe">
                 Unsubscribe
                </a>
                <br/>
                <br/>
                This email advertisement was sent to:
                <a alias="advertisement" conversion="false" data-linkto="other" style="font-size:12px; font-weight:normal; text-decoration: underline; color:#4470C3;">
                 a3ef7ed7@uifeed.com
                </a>
                <br/>
                <br/>
                © 2024 American Express National Bank.
                <br/>
                © 2024 Delta Air Lines, Inc. All rights reserved.
                <br/>
                Delta Blvd. P.O. Box 20706 • Atlanta, GA 30320-6001
                <br/>
                <br/>
                <div aria-hidden="true" style="text-align: right;">
                 <span aria-hidden="true" style="color:#efefef; font-size:10px;">
                  <!--[if !mso]><!-- -->
                  <span class="keep-dark">
                   <!--<![endif]-->
                   AA9016080402241150A01EPARTAA901608A01E
                   <!--[if !mso]><!-- -->
                  </span>
                  <!--<![endif]-->
                 </span>
                </div>
               </td>
              </tr>
             </table>
             <!-- END FOOTER INFO -->
             <!-- END UNSUB & COPYRIGHT -->
            </td>
           </tr>
          </tbody>
         </table>
         <!-- END FOOTER BODY TABLE -->
        </td>
       </tr>
      </table>
      <!-- END CONTAINER TABLE FOR EMAIL BODY -->
     </td>
    </tr>
   </table>
   <!-- END OUTER TABLE WITH 100% WIDTH -->
  </div>
 </body>
</html>