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;
}
  
.blue-links a {
  color: inherit!important;
  text-decoration: none!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: 639px) {
 .m-hide {
  display: none!important;
 }
 .m-show{
  display: block!important;
 }
 .m-block {
  display: block!important;
 }
 .m-float-left{
  display: inline!important;
  float: left!important;
 }
 .m-height-auto {
  height: auto!important;
 }
 .m-max-width-310px{
  max-width: 310px!important;
 }
 .m-max-width-260px{
  max-width: 260px!important;
 }
 .m-width-70pc {
  width: 70%!important;
 }
 .m-width-30pc {
  width: 30%!important;
 }
 .m-full-width{
  width: 100%!important;
  max-width: 100%!important;
 }
  .m-width-100{
    width: 100%!important;
  }
 .m-border-none {
  border: none!important;
 }
 .m-txt-left {
  text-align: left!important;
 }
 .m-txt-right {
  text-align: right!important;
 }
 .m-txt-center {
  text-align: center!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-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-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;
 }
}
  </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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3Nzc5OTMxNTIuNDE2OTI2NH0:1wKHEu:CV7NPKsFkEoi6jzLXiA1mu97ftOkLpcIWvBYJVphX7U'); } } 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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3Nzc5OTMxNTIuNDE3NTUxM30:1wKHEu:l_XfIa_YMEj5Av0PLTGfTg3Bkr-MvRUXOeDSFn-lB3g'); }
  </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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI0NTAwN30:1wKHEu:DIW54xQHXj6qg3dumR3DJwCQicLqu-GA_213UTTHmEs" 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">
       Don’t miss out on earning rewards and benefits.
      </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-->
    <!-- Header -->
    <table align="center" bgcolor="#ebebeb" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td bgcolor="#ebebeb" class="multi-column-align-middle" dir="rtl" style="font-size: 0px; padding: 8px 0px;">
       <!--[if (gte mso 9)|(IE)]>           <table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" style="width:640px;">           <tr>           <td valign="middle" width="224" style="width:224px;">           <![endif]-->
       <div class="column m-full-width" style="max-width: 224px;">
        <table border="0" cellpadding="0" cellspacing="0" dir="ltr" role="presentation" width="100%">
         <tr>
          <td align="center" style="padding: 0px 0px 5px 0px;" valign="middle">
           <a target="_blank">
            <img alt="Carnival®" border="0" height="60" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F4a020794-36f3-464f-9763-d4946a84bd24.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI0NzQxM30:1wKHEu:0oIlNSVTWlsKbq0wGd_-jpq4zJ5hp-B_Cq0IeYQZcaI" style="display:inline-block;" width="220"/>
           </a>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td><td valign="middle" width="416" style="width:416px;">           <![endif]-->
       <div class="column m-full-width" style="max-width: 416px;">
        <table border="0" cellpadding="0" cellspacing="0" dir="ltr" role="presentation" width="100%">
         <tr>
          <td class="m-txt-center" style="color:#10559A; font-size:14px; line-height:18px; padding: 8px 20px 8px 20px; font-family:  Helvetica, Arial, sans-serif; text-align: left;" valign="middle">
           <p style="font-weight:bold; margin: 0px 0px 4px 0px;">
            Fred Delivra
           </p>
           <p style="font-size: 12px; text-transform: uppercase; margin: 0px;">
            Blue VIFP Club
            <sup style="vertical-align:.3em; mso-vertical-align-special: 60%; line-height:normal; font-size:75%; mso-ansi-font-size: 90%;">
             ®
            </sup>
            Member  |  #9022829857
           </p>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td>           </tr>           </table>           <![endif]-->
      </td>
     </tr>
    </table>
    <!-- /Header -->
    <!-- Hero-->
    <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">
       <img alt="" border="0" class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F844c18b4-565b-4be9-ab72-4f1b480b7461.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI0OTAwNX0:1wKHEu:SVyzu5EJ7_9_iKi3kHueOqqaIyrtg-K733N_xQS9yvA" style="display: block;" width="640"/>
      </td>
     </tr>
    </table>
    <!--/Hero-->
    <!-- Body-->
    <!--Copy-->
    <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-30px m-pl-30px" style="padding: 40px 40px 30px 40px; font-family: Arial, Helvetica, sans-serif; font-size: 24px; line-height: 32px; color: #000000; text-align: center;">
       <p class="blue-links" style="font-weight: bold; text-transform: uppercase; margin: 0px;">
        VIFP Club
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        Number: 9022829857
       </p>
       <p style="font-size: 16px; line-height: 24px; font-style: italic; margin: 0px 0px 10px 0px;">
        Will become Carnival
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        Guest Number
       </p>
       <p style="font-weight: bold; text-transform: uppercase; margin: 0px;">
        Fred Delivra
       </p>
      </td>
     </tr>
    </table>
    <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="left" class="m-pr-30px m-pl-30px" style="padding: 0px 50px 30px 50px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;">
       <p style="margin: 0px 0px 20px 0px;">
        <strong>
         Click “Enroll and Accept” now
        </strong>
        to carry over your VIFP status and days sailed into Carnival Rewards™ and be first to enjoy exciting new rewards and benefits launching September 1, 2026.
       </p>
       <p style="margin: 0px 0px 20px 0px;">
        We’re updating our Terms &amp; Conditions, please accept them below. You’re two clicks away!
       </p>
       <p style="font-size: 16px; line-height: 22px; margin: 0px;">
        By clicking the Enroll and Accept button, 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 20px 0px;">
       <a target="_blank">
        <img alt="Enroll and accept." border="0" height="52" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F5ecbb86a-4518-44a1-8a55-914b10c10e67.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1MDA5fQ:1wKHEu:kG2Kr_9_OuDWwH39ZpPLQEd9Kbxx4-IZMJwIJkK2lRA" style="display: inline-block;" width="264"/>
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" style="padding: 0px 0px 20px 0px;">
       <a target="_blank">
        <img alt="Opt out of Carnival Rewards." border="0" height="52" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd443f434-db87-4691-8d48-25b55dd964e4.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1MTA5NH0:1wKHEu:vCGDI9qQM_pQWJrCHROslsX07CmDYiVi_cR6BBxlddc" style="display: inline-block;" width="264"/>
       </a>
      </td>
     </tr>
    </table>
    <!--/Copy-->
    <!--Legal notice-->
    <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: 30px 20px 50px 20px;">
       <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" style="padding: 20px 30px 20px 30px; font-family: Arial, Helvetica, sans-serif; font-size: 22px; line-height: 28px; color: #000000; font-weight: bold; text-align: center; border: solid 4px #5A5A5A; border-radius: 15px;">
          <p class="blue-links" style="margin: 0px;">
           The unique links in this email are exclusive to Fred Delivra
           <span style="text-transform: uppercase;">
            VIFP Club Number
           </span>
           , 9022829857, and cannot be forwarded.
          </p>
         </td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <!--/Legal notice-->
    <!-- Blue with Arc-->
    <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">
       <img alt="" border="0" class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F81c0eb80-c954-4253-93a4-c1fe3e328578.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1MjM0OH0:1wKHEu:PETFkRTOCHlv0fL8ZZV88VDkk0NfF8aKExMqI_jM6-g" style="display: block;" width="640"/>
      </td>
     </tr>
     <tr>
      <td align="center" bgcolor="#0A569A" class="bg-blue">
       <div style="background: #0A569A; background-image:linear-gradient(#0A569A,#0A569A); color: #ffffff;">
        <!--[if gte mso 9]>       <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:640px;" fillcolor="#0A569A">       <v:textbox style="mso-fit-shape-to-text:true" inset="20px,0px,0px,0px">       <![endif]-->
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
         <tr>
          <td class="txt-white m-pr-30px m-pl-30px" style="padding: 24px 40px 20px 40px; mso-padding-alt: 24px 40px 20px 20px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <p style="font-size: 24px; line-height: 36px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0px 0px 20px 0px;">
              Important
             </p>
             <p style="margin: 0px 0px 20px 0px; text-align: left;">
              Due to privacy laws, your current status progress and benefits from the VIFP Club program will carry over only by opting in and enrolling in Carnival Rewards prior to when the new program launches September 1, 2026.
             </p>
             <p style="margin: 0px 0px 20px 0px; text-align: left;">
              Starting September 1, 2026 Carnival Rewards includes exclusive benefits such as:
             </p>
            </div>
           </div>
          </td>
         </tr>
         <tr>
          <td class="m-pr-30px m-pl-30px" style="padding: 0px 40px 20px 40px; mso-padding-alt: 0px 40px 20px 20px;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" class="m-width-100" role="presentation" style="width: 430px; max-width: 430px;" width="430">
            <tr>
             <td align="center" style="padding: 0px 0px 16px 0px;">
              <img alt="" border="0" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F4723b19d-255b-4f5d-8fc0-e7efb6309da7.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1MzQ0Mn0:1wKHEu:qTrMp_2JA7OSmz_D3rxlHm0QiaYANJqSy_FvQt2Z0Cw" style="display: block;" width="45"/>
             </td>
             <td align="left" class="txt-white" style="padding: 0px 0px 16px 16px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              Earning and redeeming points
             </td>
            </tr>
            <tr>
             <td align="center" style="padding: 0px 0px 16px 0px;">
              <img alt="" border="0" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F552e4f6e-3fb2-49f8-a205-6f95096a3357.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1NDQzMn0:1wKHEu:83ZwPUbuxg73WGZHW4-dQjxl5930z8QDe87fA0NNDKs" style="display: block;" width="45"/>
             </td>
             <td align="left" class="txt-white" style="padding: 0px 0px 16px 16px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              Earning stars, status and benefits
             </td>
            </tr>
            <tr>
             <td align="center" style="padding: 0px 0px 16px 0px;">
              <img alt="" border="0" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Ff430d1ad-5a72-48aa-ae91-e0f319f1bbd2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1NTQxNn0:1wKHEu:djyTjGA2RJmnBThCpmTAbIk5ItWNgjnB1dtEe5gTDhE" style="display: block;" width="45"/>
             </td>
             <td align="left" class="txt-white" style="padding: 0px 0px 16px 16px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              Carnival Rewards Milestones recognition based on days sailed
             </td>
            </tr>
            <tr>
             <td align="center" style="padding: 0px 0px 16px 0px;">
              <img alt="" border="0" height="45" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F5b1697cb-5784-4a89-bca7-833d4f389cc1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1NjQxfQ:1wKHEu:g0rz7vyQ_9MJmc1ATiHSydLe5oEvWZ4-Nm1ULtCByO8" style="display: block;" width="45"/>
             </td>
             <td align="left" class="txt-white" style="padding: 0px 0px 16px 16px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff;">
              Member-only offers and other onboard benefits
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <tr>
          <td align="center" style="padding: 0px 30px 40px 30px; mso-padding-alt: 20px 30px 20px 30px;">
           <img alt="Carnival Rewards™" border="0" class="m-width-100 m-max-width-260px" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F744ed4bc-a47b-46bc-90a2-b152eb7b28d9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1NzM3Nn0:1wKHEu:05CRNHkMgdfshpSYqU6iQ7MWmuwatoXE9OhGCdA37ZU" style="display: block;" width="350"/>
          </td>
         </tr>
        </table>
        <!--[if gte mso 9]>       <p style="margin:0; font-size:0; line-height:0;"><o:p xmlns:o="urn:schemas-microsoft-com:office:office">&nbsp;</o:p></p>       </v:textbox>       </v:rect>       <![endif]-->
       </div>
      </td>
     </tr>
    </table>
    <!-- /Blue with Arc-->
    <!--/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-pr-20px m-pl-30px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 24px; color: #000000; text-align: center; padding: 50px 80px 30px 80px;">
       <p style="margin: 0px 0px 20px 0px;">
        Guarantee our messages always go straight to your inbox. Add
        <a style="text-decoration: underline; color: #000000;" target="_blank">
         funships@carnivalcruiselineemail.com
        </a>
        to your address book or safe list.
       </p>
       <p style="margin: 0px 0px 20px 0px;">
        <a style="text-decoration: underline; color: #000000;" 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 20px 0px;">
        <a style="text-decoration: underline; color: #000000;" target="_blank">
         FAQ
        </a>
        •
        <a style="text-decoration: underline; color: #000000;" target="_blank">
         About Us
        </a>
        •
        <a style="text-decoration: underline; color: #000000;" target="_blank">
         Privacy Notice
        </a>
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" style="padding: 0px 20px 40px 20px;">
       <img alt="Carnival" border="0" class="m-width-100 m-max-width-260px" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F17527bca-6990-44f9-8f24-eaf5c98655c9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1ODM0NH0:1wKHEu:It21pOaeDy7MldrPoE3lSqTNrhbAvAh48lRkdsrT6fM" style="display: block;" width="270"/>
      </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%253FI6FSVUQSFASU3LYB6KHPBFTMDM.70252%2526d%253D70252%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5jYXJuaSIsInRpbWUiOjE3Nzc5OTMxNTIuNDI1OTQ2fQ:1wKHEu:gaWTbLGLrkkpFHPntS2rA1xxKW-MFmAle451SFJYLzw" width="1"/>
 </body>
</html>