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: 639px) {
 .m-hide {
  display: none!important;
 }
 .m-show{
  display: block!important;
 }
 .m-block {
  display: block!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-0px {
  padding-top: 0px!important;
 }
 .m-pt-10px {
  padding-top: 10px!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;
 }
  .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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODI4NTAzOTEuNTM0NzU5NX0:1weepT:6Q6trmyotXTPPI6Dyj6AVlV2GiC67By9kQphxS-yq5U'); } } 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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODI4NTAzOTEuNTM1NDkyNH0:1weepT:NOXaHLT15hLBBwkq_gE68lqrzp8XRX05x-QgJuj0uVE'); }
  </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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ3NzE4OH0:1weepT:9-rfnk0BbP0w6osgNDYekPM26qc0iNX7b3wd4XtoDdc" 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">
       Extra recognition is on the horizon.
      </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-->
    <!-- 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">
       <a target="_blank">
        <img alt="Carnival Rewards Milestones. A new way to recognize your time at sea." class="m-full-width" height="570" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F51dce97d-cac9-449b-bb02-cc7de5ffe03a.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ3OTY1OH0:1weepT:KoT4Rybcoy3ryBupeWOR8wR8_xbYXxpuNyydNZua9Ds" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
    </table>
    <!--/Hero-->
    <!-- Body-->
    <!--Intro-->
    <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="Introducing Carnival Rewards Milestones." border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F32fed333-c884-4267-ab5e-58378798e3df.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4MTAyNH0:1weepT:jiSdmvyXcZ-PxPUxE1SuWPt94oWPqPcoT6x296YWxGA" style="display: block;" width="640"/>
       <!--[if mso]><!-->
       <img alt="Introducing Carnival Rewards Milestones." border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F1cd7bff8-3237-4ef5-a166-e0cca13750cf.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4MjI4M30:1weepT:97LEKBHwVbI_222_moizrHiDfHWD3ia4F-i0HX_T6Qk" style="display: none;" width="100%"/>
       <!--<![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 20px 40px 30px 40px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: center;">
       <p style="margin: 0px 0px 20px 0px;">
        We’re excited to add extra recognition throughout your cruise journey with our new Milestones program — launching September 2026 as part of Carnival Rewards™.
       </p>
      </td>
     </tr>
    </table>
    <!--/Intro-->
    <!--Milestone overview-->
    <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" 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="0px,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 align="center" bgcolor="#ffffff">
           <img alt="" class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F945e7ebe-e708-437a-83a8-bd608471443d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4MzQ4NH0:1weepT:w5XvXDR11QuEXhXBh9_QJXMK602rdRolpJ6QRJ8Haq8" style="display: block;" width="640"/>
          </td>
         </tr>
         <tr>
          <td align="center">
           <img alt="" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F1eb4c2fe-543a-41de-8553-ec55bc816076.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4NDczNH0:1weepT:IoQvO2y8usUAUG-7T703NtwdUSh9pu6WmoRZDEOhPBg" style="display: block;" width="85"/>
          </td>
         </tr>
         <tr>
          <td class="txt-white m-pr-30px m-pl-30px" style="padding: 10px 100px 40px 100px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <p style="margin: 0px 0px 4px 0px; font-weight: bold;">
              Earn Milestones based on days sailed
             </p>
             <p style="margin: 0px;">
              Every day you sail with us counts toward Milestones recognition.
             </p>
            </div>
           </div>
          </td>
         </tr>
         <tr>
          <td align="center">
           <img alt="" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F0ecb6a16-783c-4dbd-b139-fb775c76f0fd.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4NjI3OX0:1weepT:wNPVvmvPq9CIx8mU9oFdLXzJMsO3iI3py9s-aRDiAa0" style="display: block;" width="85"/>
          </td>
         </tr>
         <tr>
          <td class="txt-white m-pr-30px m-pl-30px" style="padding: 10px 80px 40px 80px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <p style="margin: 0px 0px 4px 0px; font-weight: bold;">
              Celebrating you on your Milestone sailing
             </p>
             <p style="margin: 0px;">
              Enjoy a specially designed Sail &amp; Sign
              <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
               ®
              </sup>
              card, onboard recognition, and awards when you reach each of your Milestones.
             </p>
            </div>
           </div>
          </td>
         </tr>
         <tr>
          <td align="center">
           <img alt="" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fe84af177-425c-4fe7-9e5f-93406a4a2ac7.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4NzQ5fQ:1weepT:NfyKFByPTQ8618GiFn1Bb6y1B31i2kKV0cOy7HfK-L4" style="display: block;" width="85"/>
          </td>
         </tr>
         <tr>
          <td class="txt-white m-pr-30px m-pl-30px" style="padding: 10px 120px 60px 120px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <p style="margin: 0px 0px 4px 0px; font-weight: bold;">
              More Milestones, more fun
             </p>
             <p style="margin: 0px;">
              Achieving new levels of recognition has never been easier.
             </p>
            </div>
           </div>
          </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>
    <!--/Milestone overview-->
    <!--Charting milestones-->
    <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: 40px 0px 0px 0px;">
       <img alt="Charting your Milestones journey." border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F92f7258e-2ce3-4c5d-bf65-4dff5b591345.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4ODY0NH0:1weepT:-6QF3V2oUHHsizs-U3gPt6UTzb5NiB8hPTA4Voogym4" style="display: block;" width="640"/>
       <!--[if mso]><!-->
       <img alt="Charting your Milestones journey." border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3beadd75-d20a-49e5-9da7-6fbdf83ce731.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ4OTc4OH0:1weepT:62kZFUx-KebH_CQcDaSEyNsBWnAyWLCj7FCcttdVgtU" style="display: none;" width="100%"/>
       <!--<![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 10px 60px 30px 60px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: center;">
       <p style="margin: 0px;">
        You’ll receive awards to enjoy on the cruise you reach your Milestone — plus Carnival Rewards Points to use how you choose.
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-10px m-pl-10px" style="padding: 0px 55px 40px 55px;">
       <img alt="" border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F84004b83-5814-4d74-a4d3-0c853852c1d7.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5MDk0fQ:1weepT:V95_IawEN-K5-E1Vp9WYwdvcErPuIcX_cHctqj_MPZI" style="display: block;" width="530"/>
       <!--[if mso]><!-->
       <img alt="" border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fe5620f90-6785-4b96-9355-feeeab97fb10.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5MjA5NH0:1weepT:YLYkg32xUqlwt_-yCaY8PFqAU3-OQvajEGH53pxi6gk" style="display: none;" width="100%"/>
       <!--<![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" style="padding: 0px 30px 20px 30px;">
       <!--Button-->
       <table border="0" cellpadding="0" cellspacing="0" class="m-center" height="60" role="presentation" style="height: 60px; text-align: center; background-color: #0A569A; border-radius: 8px; border: solid 1px #8C8C8C; mso-height-alt: 62px;">
        <tr>
         <td align="center" style="font-family: Arial, Helvetica, sans-serif; text-align:center; font-size: 18px; line-height: 22px; color:#ffffff; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; mso-padding-alt: 18px 30px;">
          <div style="background: #0A569A; background-image:linear-gradient(#0A569A,#0A569A); color: #ffffff; border-radius: 8px;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <a style="color:#ffffff; border: none; text-decoration: none; display: inline-block; padding: 0px 30px; line-height: 60px;" target="_blank">
              Learn more
             </a>
            </div>
           </div>
          </div>
         </td>
        </tr>
       </table>
       <!--/Button-->
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 0px 60px 30px 60px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; color: #000000; text-align: center;">
       <p style="margin: 0px;">
        *For your convenience, your award and gift will be shipped directly to your home.
       </p>
      </td>
     </tr>
    </table>
    <!--/Charting milestones-->
    <!--Enrollment-->
    <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" bgcolor="#ffffff" class="multi-column-align-middle" style="font-size: 0px; border: solid 1px #000000;" width="100%">
       <!--[if (gte mso 9)|(IE)]>           <table role="presentation" width="638" border="0" cellspacing="0" cellpadding="0" style="width:638px;">           <tr>           <td valign="middle" width="350" style="width:350px;">           <![endif]-->
       <div class="column" style="max-width: 350px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" valign="middle">
           <img alt="Your cruise. Your rewards. Your way." border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F30ca98de-cbdd-4326-9072-84c09f2386c8.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5MzN9:1weepT:Xrk8pT2C2vEbPoxeqmmtiYLsKUxjshWNpVspcrYkDCA" style="display: block;" width="350"/>
           <!--[if mso]><!-->
           <img alt="Your cruise. Your rewards. Your way." border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F8e2ff31b-3cb3-40eb-8231-aedf5e670eae.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5NDV9:1weepT:L-PplPen-FrjOR8uFiUouIJtYqQqaqOx3Na9Q03kfAI" style="display: none;" width="100%"/>
           <!--<![endif]-->
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td><td valign="middle" width="288" style="width:288px;">           <![endif]-->
       <div class="column" style="max-width:288px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" class="m-pt-10px m-pr-20px m-pl-20px" style="padding: 18px 30px 14px 10px;" valign="middle">
           <img alt="Carnival Rewards" border="0" height="65" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F6a16964a-a807-4446-ac57-ae844202980f.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5NTc5NH0:1weepT:0M7mbc4DICJQaX53bLYhvtX-nhAkceOy_35DS38klg0" style="display: block;" width="180"/>
          </td>
         </tr>
         <tr>
          <td align="center" class="m-pr-30px m-pl-30px" style="color:#000000; font-size: 16px; line-height: 24px; padding: 0px 30px 30px 10px; font-family: Arial, Helvetica, sans-serif;" valign="middle">
           <p style="margin: 0px 0px 20px 0px;">
            Ensure your VIFP status and days sailed carry over into Carnival Rewards — opt in today!
           </p>
           <!--Button-->
           <table border="0" cellpadding="0" cellspacing="0" class="m-center" height="60" role="presentation" style="height: 40px; text-align: center; background-color: #0A569A; border-radius: 8px; border: solid 1px #8C8C8C; mso-height-alt: 42px;">
            <tr>
             <td align="center" style="font-family: Arial, Helvetica, sans-serif; text-align:center; font-size: 16px; line-height: 20px; color:#ffffff; font-weight: bold; text-transform: uppercase; border-top-left-radius: 6px; border-bottom-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; mso-padding-alt: 10px 30px;">
              <div style="background: #0A569A; background-image:linear-gradient(#0A569A,#0A569A); color: #ffffff; border-radius: 8px;">
               <div class="gmail-blend-screen">
                <div class="gmail-blend-difference">
                 <a style="color:#ffffff; border: none; text-decoration: none; display: inline-block; padding: 0px 30px; line-height: 40px;" target="_blank">
                  Opt in now
                 </a>
                </div>
               </div>
              </div>
             </td>
            </tr>
           </table>
           <!--/Button-->
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>           </td>           </tr>           </table>           <![endif]-->
      </td>
     </tr>
    </table>
    <!--/Enrollment-->
    <!--/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-10px m-pl-10px" style="padding: 40px 30px 10px 30px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" class="m-font-size-12px" 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-font-size-12px" 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-font-size-12px" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5Njk1fQ:1weepT:ltRucw19Zkok3SJlJq8GSM2mZIBUjR97I5HmYRn4_kg" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5ODF9:1weepT:p7676--IDVa5b0ERBBOHRoEcTSkol2phdQoW-vfBQ8c" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTQ5OTI0fQ:1weepT:igP_bStcg4Kxehq8OauHWIzu7GAIgswFTjiP_MgA8T4" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwMDQxNH0:1weepT:bmBpU9Xd_7IylT2obuM-B9pP8dTDkzZdlIbzJTnyy50" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwMTU2Nn0:1weepT:bPSeFKwFRBS1jF_pAPPCkfiQJoU4RgF6vsW2usxDDzA" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwMzA0Mn0:1weepT:zzV2Uye5iMOjJ1pJvNqrVzT1JCTm1UkPXLdVMTHQ8GA" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwNDIwM30:1weepT:GpxKh43BlArcHnxBBlwMdgjtf6pc8PDZBxZ9JlYZ0Qs" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwNTM0NX0:1weepT:M17KGH2SEplBYLA45TXPyFLkWx9AlISRrIKL7LBInbg" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwNjQ3NX0:1weepT:MxKKWgHnxosM9efUP7yI4QJT5eDRtjWP8aPrHy1e9Xs" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwNzYxMn0:1weepT:0UZgG5207d8u10Hcw01IxXBpxmELkQzGj_82TnLrsAQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwODgyfQ:1weepT:JF_nGZWhCxOW2aEDooEPwhcwaRrW7f-XFG027vGnUyI" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUwOTk3N30:1weepT:C0w72amSuMBIIIQ-napj1TtHekCGd7r0SBUBa-rxRNk" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUxMTYwNn0:1weepT:S6Oy0rwjj6oEYvDxDnfxSB721VwG4BhCgxYoCLSzh8M" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUxMjg1NX0:1weepT:X7-d3Md-cwC2pl4fIcb2nS0nmXC6jwVfWeFvYpOiUww" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUxNDAxfQ:1weepT:RajN2pQUwmLbLFtiAERNSVQPcrAaUeFLr21Ud-lOzXA" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUxNTE0NH0:1weepT:25mkiZ6hDY7UBiY8H4bZW1NdKC2xKJFbhkpVcUt3bGM" 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="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;">
        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%253FKHPJYBC42N6ERP7VLNP76JZ2QQ.70258%2526d%253D70258%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5jYXJuaSIsInRpbWUiOjE3ODI4NTAzOTEuNTUxNjg1Nn0:1weepT:sUoVG7lYeVowtj39Q0pbU7B5LOrjYAp4OatGMc-FYQs" width="1"/>
 </body>
</html>