Inboxes List

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <!--[if !mso]><!-->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!--<![endif]-->
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <!--target dark mode - force light mode-->
  <meta content="light" name="color-scheme"/>
  <meta content="light" name="supported-color-schemes"/>
  <title>
   Carnival
  </title>
  <!--styles needed for Gmail app -->
  <style>
   u + .body .gmail-blend-screen { background:#000; mix-blend-mode:screen; }
  u + .body .gmail-blend-difference { background:#000; mix-blend-mode:difference; }
  u + .body .gmail-blend-screen img { mix-blend-mode: darken;}
  u + .body .gmail-blend-difference img { mix-blend-mode:difference; }
  </style>
  <!--to support dark mode meta tags-->
  <style type="text/css">
   :root {
 color-scheme: light;
 supported-color-schemes: light;
}
  </style>
  <!--START Dark Mode Styles-->
  <!--[if gte mso 16]> <style> .txt-white {  mso-style-textfill-type:gradient;  mso-style-textfill-fill-gradientfill-stoplist:"0 \#FFFFFF 0 100000\,100000 \#FFFFFF 0 100000";  color: #000000 !important; } </style> <![endif]-->
  <style>
   [data-ogsb] .light-mode-img-default {
 display: none !important;
}
[data-ogsb] .dark-mode-img {
 display: block !important;
}
[data-ogsb] .bg-blue {
 background-color: #0A569A!important;
}
[data-ogsb] .bg-white {
 background-color: #ffffff!important;
}
[data-ogsb] .txt-white {
 color: #ffffff!important;
}
[data-ogsb] .txt-black {
 color: #000000!important;
}
  </style>
  <!-- /END Dark Mode Styles-->
  <!--START Outlook Styles-->
  <!--[if gt mso 15]> <style type="text/css" media="all">  /* Outlook 2016 Height Fix */  table, tr, td { border-collapse: collapse; }  tr { font-size:0px; line-height:0px; border-collapse: collapse; } </style> <![endif]-->
  <!--Fix for Outlook 120DPI issues-->
  <!--[if gte mso 9]> <xml>   <o:OfficeDocumentSettings>     <o:AllowPNG/>     <o:PixelsPerInch>96</o:PixelsPerInch>  </o:OfficeDocumentSettings> </xml> <![endif]-->
  <!--Fix for Windows 10 link underline issues-->
  <!--[if (mso)|(mso 16)]> <style type="text/css"> a {text-decoration: none;} a:visited {text-decoration: none;} </style> <![endif]-->
  <!-- /END Outlook Styles-->
  <style>
   /* apple link styles */
a[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;
}
/*Samsung link styles*/
#MessageViewBody a {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
}
@media only screen and (max-width: 639px) {
 /* force link styling on addresses, etc. in the Gmail App */
 #body a, #body a:hover, #body a:visited {
  color: inherit;
  font: inherit;
  text-decoration: none;
 }
}
@media only screen and (min-width: 600px) {
 /*Force Outlook.com to full width for desktop so it doesn't look broken when browser window is smaller than max width.*/
 [class="x_webkit"] {
  width: 640px!important;
 }
}
 
/* Basic boilerplate styles */
body {
 margin: 0 auto !important;
 padding: 0;
 background-color: #F0F0F0;
}
table {
 border-spacing: 0;
 font-family: sans-serif;
 color: #333333;
}
td {
 padding: 0;
}
img {
 border: 0;
}
.wrapper {
 width: 100%;
 table-layout: fixed;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
.webkit {
 max-width: 640px; /* set to max-width of full email */
 margin: 0 auto;
}
.multi-column-align-top .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: top; /* this will align the column just as if it's a table cell */
}
.multi-column-align-middle .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: middle; /* this will align the column just as if it's a table cell */
}
.multi-column-align-bottom .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: top; /* this will align the column just as if it's a table cell */
}
  
@media only screen and (max-width: 384px) {
 .m-hide-sm {
  display: none!important;
 }
}

@media only screen and (max-width: 639px) {
 .m-hide {
  display: none!important;
 }
 .m-show{
  display: block!important;
 }
 .m-block {
  display: block!important;
 }
  .m-inline{
    display: inline!important;
  }
  .m-center{
    text-align: center!important;
    margin: 0 auto!important;
  }
  .m-center img{
    margin: 0 auto!important;
  }
 .m-float-left{
  display: inline!important;
  float: left!important;
 }
 .m-height-auto {
  height: auto!important;
 }
 .m-max-width-380px{
  max-width: 380px!important;
 }
 .m-max-width-310px{
  max-width: 310px!important;
 }
 .m-width-70pc {
  width: 70%!important;
 }
 .m-width-30pc {
  width: 30%!important;
 }
 .m-full-width{
  width: 100%!important;
  max-width: 100%!important;
    height: auto!important;
 }
  .m-width-100{
    width: 100%!important;
  }
 .column {
  width: 100%!important;
  max-width: 100%!important;
 }
 .m-border-none {
  border: none!important;
 }
 .m-txt-left {
  text-align: left!important;
 }
  .m-font-size-18px{
   font-size: 18px!important;
   line-height: 26px!important;
  }
 .m-font-size-12px{
  font-size: 12px!important;
  line-height: 14px!important;
 }
 .m-pt-20px {
  padding-top: 20px!important;
 }
 .m-pt-10px {
  padding-top: 10px!important;
 }
 .m-pr-40px{
  padding-right: 40px!important;
 }
 .m-pr-30px{
  padding-right: 30px!important;
 }
 .m-pr-20px{
  padding-right: 20px!important;
 }
 .m-pr-10px{
  padding-right: 10px!important;
 }
 .m-pr-0px{
  padding-right: 0px!important;
 }
  .m-pb-10px{
    padding-bottom: 10px!important;
  }
  .m-pb-0px{
    padding-bottom: 0px!important;
  }
 .m-pl-40px{
  padding-left: 40px!important;
 }
 .m-pl-30px{
  padding-left: 30px!important;
 }
 .m-pl-20px{
  padding-left: 20px!important;
 }
 .m-pl-10px{
  padding-left: 10px!important;
 }
 .m-pl-0px{
  padding-left: 0px!important;
 }
  .m-mr-0px {
    margin-right: 0px!important;
  }
  .m-ml-0px {
    margin-left: 0px!important;
  }
}
  </style>
  <!--set UTM parameters-->
  <!--set campaign variables-->
 </head>
 <body class="body" id="body" style="background-color: #ffffff;">
  <!-- VALIDITY tracking pixel -->
  <!-- /\//\/\//\\/  VALIDITY TRACKING PIXEL STARTS /\//\/\//\\/-->
  <style>
   @media print{ #_two50 { background-image:url('https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Ft%253Dp%2526e%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzI3MzgyOH0:1wnNTc:L_hNnfpcpVFm0iTZlufazpVQ_Ptb7778LzR04Q4w3fM'); } } blockquote #_two50, #mailContainerBody #_two50, div.OutlookMessageHeader, table.moz-email-headers-table { background-image:url('https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Ft%253Df%2526e%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzI4MDU0fQ:1wnNTc:56GAczI4um7xr9NSPTCEYJ7BDgdq6KKNQX45SDenego'); }
  </style>
  <div id="_two50">
  </div>
  <img height="1" id="_two50_img" src="https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Fe%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQwNDgzNH0:1wnNTc:SDKgiBfnBbzWtagTRjgP1KWVlFTGW_E44M7xxcNYY8A" style="margin:0 !important; padding:0 !important; border:0 !important; height:1px !important; width:1px !important;" width="1"/>
  <!-- /\//\/\//\\/  VALIDITY TRACKING PIXEL ENDS/\//\/\//\\/-->
  <center class="wrapper" style="background-color: #ffffff;">
   <div class="webkit" style="background-color: #ffffff;">
    <!--[if (gte mso 9)|(IE)]>     <table role="presentation" width="640" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 640px;">      <tr>     <td>     <![endif]-->
    <!--Preheader-->
    <table align="center" border="0" cellpadding="0" cellspacing="0" class="m-hide" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="left" style="width: 500px; padding: 12px 0px 12px 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; mso-line-height-rule:exactly; line-height: 14px; color: #6F6F6F;" width="500">
       A new way for every guest to earn and redeem points.
      </td>
      <td align="right" style="width: 100px; padding: 12px 20px 12px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; mso-line-height-rule:exactly; line-height: 14px; color: #6F6F6F;" width="100">
       <a style="color: #6F6F6F; text-decoration: underline;" target="_blank">
        View online
       </a>
      </td>
     </tr>
    </table>
    <!--/Preheader-->
    <!-- Blue background-->
    <table align="center" bgcolor="#10559A" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <!--Hero-->
     <tr>
      <td align="center">
       <a target="_blank">
        <img alt="Carnival Rewards. September 2026." class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd1c63be6-ab4c-45cb-ae48-23a97b81e3fe.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQwNzAzMn0:1wnNTc:gRT4FdJhl5liRO6Bk2aDmVyGQRaYmrAQGQHWyKerqkM" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
     <!--/Hero-->
     <!--Intro-->
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 10px 120px 20px 120px; font-family: Georgia, serif; font-size: 36px; line-height: 40px; font-weight: 600; color: #ffffff; text-align: center;">
       <p style="margin: 0px;">
        a first at sea, made for everyone
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 0px 60px 0px 60px; font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
       <p style="margin: 0px 0px 24px 0px;">
        Starting in September, we’re rolling out a more rewarding and flexible program at sea.
       </p>
       <p style="margin: 0px 0px 24px 0px;">
        All guests who enroll will earn rewards. Whether it’s your first time sailing or you’ve sailed with us for years, you’ll have the flexibility to choose how you enjoy your rewards. Here’s a quick recap:
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" class="multi-column-align-top" style="font-size: 0px; padding: 10px 0px 10px 0px;" width="100%">
       <!--[if (gte mso 9)|(IE)]>           <table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" style="width:640px;">           <tr>           <td valign="top" width="320" style="width:320px;">           <![endif]-->
       <div class="column" style="max-width: 320px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" class="m-pr-40px" style="padding: 0px 24px 0px 40px;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <td align="center" style="padding: 0px 0px 4px 0px;">
              <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F36ead311-5fbc-422d-8ee5-eeab9c805a74.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQwODIyMn0:1wnNTc:Ic-jWGpVtcZexg6ppIxt-VZjApSPT-qsASqGKiJDY7I" style="display: block;" width="118"/>
             </td>
            </tr>
            <tr>
             <td align="center" style="font-family: Georgia, serif; font-size: 28px; line-height: 32px; font-weight: 600; color: #ffffff; padding: 0px 0px 20px 0px;">
              points: for purchases
             </td>
            </tr>
            <tr>
             <td align="center" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              <p style="margin: 0px 0px 20px 0px;">
               You’ll earn Carnival Rewards™ Points on eligible Carnival
               <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
                ®
               </sup>
               purchases. Then use your points on future cruises, with no minimum threshold to redeem.
              </p>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td><td valign="top" width="320" style="width:320px;">           <![endif]-->
       <div class="column" style="max-width: 320px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" class="m-pl-40px" style="padding: 0px 40px 0px 24px;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <td align="center" style="padding: 0px 0px 4px 0px;">
              <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F749170f2-f7ee-4baa-b62f-8844e1d8ee39.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQwOTI3Nn0:1wnNTc:TYK7U0GSpaG4mNgZRJawlXng6ZkgdIwAAn54llBiP9o" style="display: block;" width="118"/>
             </td>
            </tr>
            <tr>
             <td align="center" style="font-family: Georgia, serif; font-size: 28px; line-height: 32px; font-weight: 600; color: #ffffff; padding: 0px 0px 20px 0px;">
              stars:
              <div class="m-inline" style="display: block;">
               for status
              </div>
             </td>
            </tr>
            <tr>
             <td align="center" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              <p style="margin: 0px 0px 20px 0px;">
               As you earn points, you’ll also be earning Status Qualifying Stars. More stars = higher status!
              </p>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td>           </tr>           </table>           <![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" style="padding: 0px 40px 50px 40px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" style="padding: 0px 0px 4px 0px;">
          <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Ff4c482fd-022e-4ed2-81b4-ae464659188e.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxMDY0N30:1wnNTc:-El_l-w9jzWjfw7kFy-y97L86DIKmUHIA1BLawkfY44" style="display: block;" width="118"/>
         </td>
        </tr>
        <tr>
         <td align="center" style="font-family: Georgia, serif; font-size: 28px; line-height: 32px; font-weight: 600; color: #ffffff; padding: 0px 0px 20px 0px;">
          milestones: celebrate days at sea
         </td>
        </tr>
        <tr>
         <td align="center" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
          <p style="margin: 0px 0px 30px 0px;">
           You will be recognized and rewarded as your cruise days add up, beginning with your 50th day sailed.
          </p>
          <!-- button -->
          <div>
           <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;" width="100%">
            <tr>
             <td align="center" valign="middle">
              <!--[if mso]>                 <table border="0" cellpadding="0" cellspacing="0" role="presentation"><tr><td valign="middle">                 <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" arcsize="50%" fillcolor="#ffffff" style="height: 48px; text-align: center; width: 262px; v-text-anchor: middle;">                 <center>                 <![endif]-->
              <div style="display: inline-block; max-width: 262px; vertical-align: middle; width: 100%;">
               <a style="background-color: #ffffff; border-radius: 24px; color: #10559A; display: block; font-family: Arial, sans-serif; font-size: 0px; height: 48px; overflow: hidden; padding: 0px 20px; text-align: center; text-decoration: none; vertical-align: middle; mso-border-alt: none; mso-shading: transparent;" target="_blank">
                <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
                </span>
                <span style="display: inline-block; vertical-align: middle; font-size: 18px; line-height: 20px; font-weight: 600; color: #10559A;">
                 Learn More
                </span>
                <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
                </span>
               </a>
              </div>
              <!--[if mso]>                 </center>                 </v:roundrect>                 </td></tr></table>                 <![endif]-->
             </td>
            </tr>
           </table>
          </div>
          <!-- /button -->
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!--/Intro-->
    </table>
    <!-- /Blue background-->
    <!-- Body-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" class="m-pr-20px m-pl-20px" style="padding: 40px 40px 0px 40px;">
       <!--Redemption Module-->
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" bgcolor="#E3F2FA" style="border-radius: 18px;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="center" class="m-pr-30px m-pl-30px" style="padding: 40px 60px 20px 60px; font-family: Georgia, serif; font-size: 36px; line-height: 40px; font-weight: 600; color: #10559A; text-align: center;">
             redeem: use your points your way
            </td>
           </tr>
           <tr>
            <td align="center" class="m-pr-20px m-pl-20px" style="padding: 10px 30px 30px 30px;">
             <img alt="" border="0" class="m-width-100" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9575d66c-bb1f-4641-9cb0-c66c35fcc941.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxMTd9:1wnNTc:tEkBCvh-ZYHSsjObV50NOczjXQW0NoR84CBSBhesXhE" style="display: block;" width="500"/>
            </td>
           </tr>
           <tr>
            <td align="center" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 50px 40px 50px;">
             <p style="margin: 0px 0px 10px 0px;">
              When the program launches, you can redeem points toward cruise fares and onboard purchases. More ways to use points, including pre-cruise redemptions, will roll out in the months ahead.
             </p>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
       <!--/Redemption Module-->
      </td>
     </tr>
    </table>
    <!--Enroll Module-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" class="m-pr-20px m-pl-20px" style="padding: 40px 40px 40px 40px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" bgcolor="#E3F2FA" style="border-radius: 18px;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="center" class="m-pr-20px m-pl-20px" style="padding: 40px 30px 30px 30px;">
             <img alt="" border="0" class="m-width-100" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3841e1d4-56ee-4d37-98f0-602a917d6dca.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxMjY5NX0:1wnNTc:KtfA3-GnIczPN-kGPc3y_MCQSFPbpoW7SwxlrM-bsDs" style="display: block;" width="500"/>
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 30px 20px 30px; font-family: Georgia, serif; font-size: 36px; line-height: 40px; font-weight: 600; color: #10559A; text-align: center;">
             not enrolled yet?
             <div class="m-inline" style="display: block;">
              opt‑in now!
             </div>
            </td>
           </tr>
           <tr>
            <td align="left" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 40px 20px 40px;">
             <p style="margin: 0px 0px 30px 0px;">
              It looks like you haven’t enrolled in Carnival Rewards. To ensure your VIFP Club
              <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
               ®
              </sup>
              status and days sailed — as of August 31 — carry over to the new program, simply
              <strong>
               click “Opt In Now”
              </strong>
              to enroll.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              Once you opt in, you’ll be ready to enjoy exciting new rewards and benefits launching September 1, 2026.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              We’re updating our Terms &amp; Conditions, please accept them below.
             </p>
             <p style="font-size: 16px; line-height: 22px; margin: 0px 0px 10px 0px;">
              By clicking the Opt In Now button below, I accept the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               Carnival Rewards Loyalty Terms and Conditions
              </a>
              . I understand that my personal information will be processed in accordance with the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Privacy Notice
              </a>
              , the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Consumer Health Data Privacy Notice
              </a>
              , and the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Notice of Financial Incentive
              </a>
              . I also understand that I may opt-out of the Carnival Rewards Loyalty Program at any time.
             </p>
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 0px 16px 0px;">
             <a target="_blank">
              <img alt="Opt in now." border="0" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F97e176ff-45cc-4729-a747-980d542eca28.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxMzY3NX0:1wnNTc:BMAMsdqZI9fou7hRnfs9JNMCh9wb0v2NgCj52kEDDuI" style="display: inline-block;" width="261"/>
             </a>
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 0px 40px 0px;">
             <a target="_blank">
              <img alt="Opt out of Carnival Rewards." border="0" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3a14a9e8-766a-4c61-a967-fb4d0400b4a5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxNDcyNn0:1wnNTc:AVlArzKKqpZ4j_jYqMMARv541fBg2Of2ANBjD_q4x0s" style="display: inline-block;" width="261"/>
             </a>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-20px m-pl-20px" style="padding: 0px 40px 0px 40px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" bgcolor="#E3F2FA" style="border-radius: 18px;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="center" style="padding: 40px 30px 20px 30px; font-family: Georgia, serif; font-size: 36px; line-height: 40px; font-weight: 600; color: #10559A; text-align: center;">
             what’s next?
            </td>
           </tr>
           <tr>
            <td align="left" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 40px 10px 40px;">
             <p style="margin: 0px 0px 30px 0px;">
              Once enrolled, your first earning window will run from September 1, 2026, through December 31, 2028. The stars you earn during this period will determine your official status beginning in 2029. The more stars you collect, the higher your status will go.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              Remember, if you reach Platinum or Diamond status before August 31, 2026:
             </p>
             <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
              <tr>
               <td align="right" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; font-weight: bold; padding: 0px 0px 30px 0px;" valign="top" width="20">
                •
               </td>
               <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 0px 30px 0px;">
                <strong>
                 Platinum Members:
                </strong>
                You’ll receive
                <strong>
                 10,000 bonus stars
                </strong>
                at the beginning of each earning window. This gets you closer to achieving Platinum status every 2 years.
               </td>
              </tr>
              <tr>
               <td align="right" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; font-weight: bold; padding: 0px 0px 30px 0px;" valign="top" width="20">
                •
               </td>
               <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 0px 30px 0px;">
                <strong>
                 Diamond Members:
                </strong>
                You will enjoy
                <strong>
                 lifetime Diamond status
                </strong>
                in the new Carnival Rewards program!
               </td>
              </tr>
             </table>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <!--/Enroll Module-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" style="padding: 20px 0px 0px 0px;">
       <img alt="" border="0" class="m-width-100" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F434f9cfe-bb8a-4272-9aee-f5de1f9c7815.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxNTc0NH0:1wnNTc:4Od_x4G6HGq-evrzIjklBFtasltCZl0yAEHpK4LtewE" style="display: block;" width="560"/>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 10px 60px 40px 60px;">
       <p style="margin: 0px 0px 30px 0px;">
        Want to earn points and status faster? With the new Carnival Rewards™ Mastercard
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        , you can earn points and stars on eligible Carnival purchases plus everyday purchases, starting September 1.
       </p>
       <!-- button -->
       <div>
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;" width="100%">
         <tr>
          <td align="center" valign="middle">
           <!--[if mso]>           <table border="0" cellpadding="0" cellspacing="0" role="presentation"><tr><td valign="middle">           <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" arcsize="50%" fillcolor="#10559A" style="height: 48px; text-align: center; width: 262px; v-text-anchor: middle;">           <center>           <![endif]-->
           <div style="display: inline-block; max-width: 262px; vertical-align: middle; width: 100%;">
            <a style="background-color: #10559A; border-radius: 24px; color: #ffffff; display: block; font-family: Arial, sans-serif; font-size: 0px; height: 48px; overflow: hidden; padding: 0px 20px; text-align: center; text-decoration: none; vertical-align: middle; mso-border-alt: none; mso-shading: transparent;" target="_blank">
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
             <span style="display: inline-block; vertical-align: middle; font-size: 18px; line-height: 20px; font-weight: 600; color: #ffffff;">
              Apply Now
             </span>
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
            </a>
           </div>
           <!--[if mso]>           </center>           </v:roundrect>           </td></tr></table>           <![endif]-->
          </td>
         </tr>
        </table>
       </div>
       <!-- /button -->
       <p style="font-size: 12px; line-height: 16px; margin: 20px 0px 0px 0px;">
        Terms apply.
       </p>
      </td>
     </tr>
    </table>
    <!-- /Credit Card-->
    <!-- Logo Sign Off-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" style="padding: 10px 0px 20px 0px;">
       <a target="_blank">
        <img alt="Carnival Rewards - September 2026. Your cruise. Your rewards. Your way." class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fcc129656-beb8-4170-bf13-4731e9382bdc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxNzE3fQ:1wnNTc:L2jpdSw6l3hJeYpVY3P7-61svF9FMH7Hh_IBogt6NNk" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
    </table>
    <!--/Logo Sign Off-->
    <!--/Body-->
    <!--Footer-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" class="m-pt-10px m-pr-10px m-pb-0px m-pl-10px" style="padding: 20px 30px 10px 30px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" class="m-block m-border-none m-pt-10px m-pb-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; border-right: solid 1px #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           Exclusive Offers
          </a>
         </td>
         <td align="center" class="m-block m-border-none m-pt-10px m-pb-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; border-right: solid 1px #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           Search cruises
          </a>
         </td>
         <td align="center" class="m-block m-border-none m-pt-10px m-pb-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           My profile
          </a>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <tr>
      <td align="center" class="multi-column-align-top" style="font-size: 0; padding: 10px 20px 20px 20px;">
       <!--[if (gte mso 9)|(IE)]>           <table role="presentation" width="600" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 600px;">           <tr>           <td width="300" valign="top" style="width: 300px;">           <![endif]-->
       <div class="column m-full-width" style="max-width: 300px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Away We Go" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Facb9eed0-2654-47d9-bcbe-74a3cf98885f.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxODY4OX0:1wnNTc:b2_ik6nHtYPiL0WjmMVmglLC78-iiEM1g8u69w5n2pM" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Away We Go" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9108f210-6e66-4c10-8383-63863706e8b9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQxOTg0M30:1wnNTc:_Ngqs-dNRDx90s6ugq4pOklJYM-7k2kjhXpcHpnDSxQ" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Facebook" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F35891bda-8262-4b9b-adc6-abfb995f2d05.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyMDg4NX0:1wnNTc:fTYMImr-5GUKLguWp648hEob_NUl7LrWdMTgA-mJV_w" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Facebook" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd65b81b3-ce70-4d69-8e5c-fb2493da0ff5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyMTk3N30:1wnNTc:BOeDKp59l4zKizNQNRK1BSjt65H9jPDNwt2DWRg2nfM" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Instagram" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fe6d44d0e-8399-49c9-9c50-7b4d74bbf117.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyMzAxNH0:1wnNTc:0NWvguL5eh9_JhLxjzVIbeuve0TAJM_O1kfmYrF4NOQ" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Instagram" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F8b6c5bf8-7621-4548-8a5a-7a65ce7e90ca.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyNDAzN30:1wnNTc:dbNvmVqe4JlJcu8LMfW8ikRCPbKA_1A__EF3AO5lLfc" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="TikTok" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F36f285cf-4b8f-42e9-9e31-e358efb9fac8.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyNTA1Mn0:1wnNTc:hjxqGiQXi46og5PYrgMTjlwsiKfprgkFnxh6cDAVU8M" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="TikTok" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F40ae7235-e869-4481-ba44-9e9a5793c645.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyNjYyM30:1wnNTc:Gp6UirLJeYTr85V2c30695MvWwMqk3ip-hLE0UyZuHM" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td><td width="300" valign="top" style="width: 300px;">           <![endif]-->
       <div class="column m-full-width" style="max-width: 300px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="X" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F66df0c71-4055-4e71-aa2e-41e5edc96084.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQyODU2fQ:1wnNTc:S622h68yqinYbzl4bPYEvUIBuppobzMuWvHwI-BVHME" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="X" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F787b598a-e691-4594-af8a-79e995321ce3.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzMDExfQ:1wnNTc:ZEtqscFBiMAITuBFQJWpz1tWS21SBU4U-RxJkB2aOs4" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Pinterest" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F0a70b487-7f44-4fbd-8b51-82444ab530fc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzMTQxM30:1wnNTc:fEBunRB_Q9gfcu_GFDFo1zzUU5p3_K-vn7nwjBXWLKc" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Pinterest" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fa99a205e-4eb3-4019-acc9-a7c15bfaf421.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzMjQ3N30:1wnNTc:cdMHzqX68Bk0wIIO0o4LFw-lCsTOTyOkA1A13-daOeQ" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="YouTube" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9efeeab6-2b5a-4dcd-9eb6-62267384c90b.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzMzUyOH0:1wnNTc:3VOWGY_Vnszrrd3Rl3QiRukdWVBLXoWKj-MYGqYqNjY" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="YouTube" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fde7eeddc-5680-4b5f-91bd-4b57b57b4fe1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzNDY2fQ:1wnNTc:28plN5P5JFrDT1Yps2_QD_jxfnSAn_Jz4OEUFVsrdHE" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Threads" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fcb3fd494-7acc-448e-83ac-af89035c06f2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzNTY2NH0:1wnNTc:nJZV-midfCcmB2zGBfqA_zfA6SXPHJPo80tqdr2GIss" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Threads" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fae7c6c33-f760-4243-9f6d-465b4d4a9a84.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzNjY2fQ:1wnNTc:GITFSMdktBHJFqSrMwP1otXFgASkk1UO9t26CeXOF08" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td>           </tr>           </table>           <![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" style="padding: 0px 20px 20px 20px;">
       <!-- Light Mode logo: white background for default. Dark Mode logo: This is for the Outlook app and Outlook.com -->
       <a target="_blank">
        <img alt="Carnival™" border="0" class="light-mode-img-default" height="58" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F6bd73ce0-0ed6-4c2c-a2cd-e2d26ea0ca00.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzNzY3NH0:1wnNTc:iLnoCk9MQ0rkUUZJEuw7Uq5hvwaQQvsCNjXLSsSpej0" style="display: block;" width="220"/>
        <!--[if mso]><!-->
        <img alt="Carnival™" border="0" class="dark-mode-img" height="58" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fdcd7b031-986e-451a-8c9d-45d9919bf593.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQzODk0Mn0:1wnNTc:iZ6XcEPGfL8JydHiHoPbT4wXqEgpDPwteGv0vkduPhg" style="display: none;" width="220"/>
        <!--<![endif]-->
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; color: #6A6A6A; text-align: center; padding: 10px 20px 20px 20px;">
       <p style="margin: 0px 0px 14px 0px;">
        The Carnival
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        World Mastercard
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        is issued by Barclays Bank Delaware pursuant to a license from Mastercard International Incorporated. Mastercard, World Mastercard, World Elite Mastercard, and the circles design are registered trademarks of Mastercard International Incorporated.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        Guarantee our messages always go straight to your inbox
        <br/>
        Add
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         funships@carnivalcruiselineemail.com
        </a>
        to your address book or safe list.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         Unsubscribe
        </a>
        from our mailing list or send a request by mail to Carnival Cruise Line: Carnival Place, 3655 NW 87th Avenue, Miami, FL 33178-2428. Attn: Interactive Marketing.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         FAQ
        </a>
        •
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         About Us
        </a>
        •
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         Privacy Notice
        </a>
       </p>
      </td>
     </tr>
    </table>
    <!--/Footer-->
    <!--[if (gte mso 9)|(IE)]>     </td>     </tr>     </table>     <![endif]-->
   </div>
  </center>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.carnivalcruiselineemail.com%252Fopen.aspx%253FHO7BM5JK4IMEJANFT55XCN366Q.70248%2526d%253D70248%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5jYXJuaSIsInRpbWUiOjE3ODQ5Mjg2NDAuMzQ0MDA5OX0:1wnNTc:KicKZq6r4q2EsXyK-uMXBxPYlBC51pN4m3KzJT4mteA" width="1"/>
 </body>
</html>