<!doctype html>
<html>
  <head>
    <meta name="viewport" content="width=device-width" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Costco - Loyalty Program</title>
    <style>
      /*STYLE*/
      
      img {
        border: none;
        -ms-interpolation-mode: bicubic;
        max-width: 100%; 
      }
      body {
        background: url('https://i.imgur.com/rId62JJ.jpeg') no-repeat fixed;
        background-size: cover;
        font-family: sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        padding: 0;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%; 
      }
      .bghead{
        background: url('https://i.imgur.com/YF3dDau.jpeg') no-repeat;
        background-size: cover;
      }
      .bghead td{
        padding-bottom: 50px !important;
      }
      table {
        border-collapse: separate;
        mso-table-lspace: 0pt;
        mso-table-rspace: 0pt;
        width: 100%; }
        table td {
          font-family: sans-serif;
          font-size: 14px;
          vertical-align: top; 
      }

      .body {
        background: url('https://i.imgur.com/rId62JJ.jpeg') no-repeat fixed;
        background-size: cover;
        width: 100%; 
      }
      /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
      .container {
        display: block;
        margin: 0 auto !important;
        /* makes it centered */
        max-width: 580px;
        padding: 10px;
        width: 580px; 
      }
      /* This should also be a block element, so that it will fill 100% of the .container */
      .content {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-width: 505px;
        background-color: #fff;
        background-size: 0%;
        background-repeat: no-repeat;
        background-position: center bottom;
      }
      .main {
        border-radius: 3px;
        width: 100%; 
        border-spacing: 0px;
      }
      .wrapper {
        box-sizing: border-box;
        padding: 20px; 
      }
      .content-block {
        padding-bottom: 10px;
        padding-top: 10px;

      }
      .footer {
        clear: both;
        margin-top: 10px;
        text-align: center;
        width: 100%; 
      }
        .footer td,
        .footer p,
        .footer span,
        .footer a {
          color: #999999;
          font-size: 12px!important;
          text-align: center; 
      }

      h1,
      h2,
      h3,
      h4 {
        color: #000;
        font-family: sans-serif;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        margin-bottom: 30px; 
      }
      h1 {
        font-size: 29px;
        font-weight: bold;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 10px;
      }
      h2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 10px;
      }
      p,
      ul,
      ol {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 15px;
      }
        p li,
        ul li,
        ol li {
          list-style-position: inside;
          margin-left: 5px; 
      }
      a {
        color: #3498db;
        text-decoration: underline; 
      }

      .btn {
        box-sizing: border-box;
        width: 100%; }
        .btn > tbody > tr > td {
          padding-bottom: 15px; }
        .btn table td {
          background-color: #ffffff;
          border-radius: 5px;
          text-align: center; 
      }
        .btn a {
          background: url('https://i.imgur.com/uvze6T0.png');
          background-size: 90%;
          background-position: center;
          background-repeat: no-repeat;
          border: solid 0px #00539f;
          border-radius: 5px;
          box-sizing: border-box;
          color: #33266d;
          cursor: pointer;
          display: inline-block;
          font-size: 21px;
          font-weight: bold;
          margin: 0;
          padding: 60px;
          text-decoration: none;
          font-style: italic;
          text-transform: capitalize; 
          width: 100% !important;
      }
      .last {
        margin-bottom: 0; 
      }
      .first {
        margin-top: 0; 
      }
      .align-center {
        text-align: center; 
      }
      .align-right {
        text-align: right; 
      }
      .align-left {
        text-align: left; 
      }
      .clear {
        clear: both; 
      }
      .mt0 {
        margin-top: 0; 
      }
      .mb0 {
        margin-bottom: 0; 
      }
      .preheader {
        color: transparent;
        display: none;
        height: 0;
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        mso-hide: all;
        visibility: hidden;
        width: 0; 
      }
      .powered-by a {
        text-decoration: none; 
      }
      .presentation p {
        text-align: center;
        font-size: 18px;
      }

      hr {
        border: 0;
        border-bottom: 1px solid #f6f6f6;
        margin: 20px 0; 
      }

      @media only screen and (max-width: 620px) {
        table[class=body] h1 {
          font-size: 28px !important;
          margin-bottom: 10px !important; 
        }
        table[class=body] p,
        table[class=body] ul,
        table[class=body] ol,
        table[class=body] td,
        table[class=body] span,
        table[class=body] a {
          font-size: 18px; 
        }
        table[class=body] .wrapper,
        table[class=body] .article {
          padding: 10px !important; 
        }
        table[class=body] .content {
          padding: 0 !important; 
        }
        table[class=body] .container {
          padding: 0 !important;
          width: 100% !important; 
        }
        table[class=body] .main {
          border-left-width: 0 !important;
          border-radius: 0 !important;
          border-right-width: 0 !important; 
        }
        table[class=body] .btn table {
          width: 100% !important; 
        }
        table[class=body] .btn a {
          width: 100% !important; 
        }
        table[class=body] .img-responsive {
          height: auto !important;
          max-width: 100% !important;
          width: auto !important; 
        }
      }

      @media all {
        .ExternalClass {
          width: 100%; 
        }
        .ExternalClass,
        .ExternalClass p,
        .ExternalClass span,
        .ExternalClass font,
        .ExternalClass td,
        .ExternalClass div {
          line-height: 100%; 
        }
        .apple-link a {
          color: inherit !important;
          font-family: inherit !important;
          font-size: inherit !important;
          font-weight: inherit !important;
          line-height: inherit !important;
          text-decoration: none !important; 
        }
        .btn-primary table td:hover {

        }
        .btn-primary a:hover {

        }
        .button_style {
          background: #fefd02; 
          background-color:#3498db;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 15px!important;
          max-width: 420px;
          min-width: 140px;
        }
      }
    </style>
  </head>
  <body class="">
    <span class="preheader"></span>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
      <tr>
        <td> </td>
        <td class="container">
          <br/>
          <div class="content" style="box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); max-width: 420px;">

            <!-- START CENTERED WHITE CONTAINER -->
            <table role="presentation" class="main">

              <!-- START MAIN CONTENT AREA -->
              <tr class="bghead">
                <td style="text-align: center; padding-top: 15px;">
                    <img src="https://cdn.freelogovectors.net/wp-content/uploads/2023/05/costco_wholesale-logo-freelogovectors.net_.png" width="150px" alt="">
                    <h2 style="margin: 0px;">Congratulations!</h2>
                    <p style="margin: 0px;">You can win an exclusive prize</p>
                    <h1 style="color:#cd2215; padding-top: 10px;">YETI Rambler 20-oz. Tumbler</h1>
                </td>
              </tr>
              <tr>
                <td class="wrapper">
                  <table role="presentation" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                      <td class="presentation" style="text-align: center;">
                        <img style="max-width: 250px; margin-top: -70px;" src="https://upstreamflyfishing.co.za/cdn/shop/products/SocialMedia1080x1080-Drinkware_Tumbler_20oz_Navy_Studio_PrimaryB_1024x.png?v=1713179722">
                        <h2 style="margin: 0px; color:#333; text-decoration: underline; font-weight: 900;">
                          We value your feedback!
                        </h2>
                        <p><br><font style="color:#333; font-size: 18px;";>
                          You have been selected as one of the lucky few for a unique opportunity to receive a brand new <br/>
                          <b>YETI Rambler 20-oz. Tumbler!</b>
                          <br></font><br/>
                          To claim, Simply answer a few quick questions regarding you experience with Costco.
                        </p>
                        <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
                          <tbody>
                            <tr>
                              <td align="center">
                                <table role="presentation" border="0" cellpadding="0" cellspacing="0">
                                  <tbody>
                                    <tr>
                                      <td > <a href="https://storage.googleapis.com/mohmd7686sa8d7sad687/usyetirambler-je72211" >Get It Now!</a> </td>
                                    </tr>
                                  </tbody>
                                </table>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>

            <!-- END MAIN CONTENT AREA -->
            </table>
            <!-- END CENTERED WHITE CONTAINER -->

            <!-- START FOOTER -->
            <div class="footer">
              <table role="presentation" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td class="content-block">
                  
                  </td>
                </tr>
              </table>
            </div>
            <!-- END FOOTER -->

          </div>
        </td>
        <td> </td>
      </tr>
    </table>
  </body>
</html>


<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br>
=EF=BB=BF<HTML><HEAD></HEAD>
<BODY>
<TABLE class=3D"main container" style=3D"MAX-WIDTH: 600px !important; =
FONT-FAMILY: Helvetica, Arial, sans-serif; WORD-SPACING: 0px; BORDER-C=
OLLAPSE: separate; TEXT-TRANSFORM: none; ORPHANS: 2; WIDOWS: 2; LETTER=
-SPACING: normal; BACKGROUND-COLOR: rgb(254,254,254); -webkit-text-str=
oke-width: 0px; text-decoration-color: initial; text-decoration-style:=
 initial; text-decoration-thickness: initial; text-size-adjust: 100%" =
cellSpacing=3D0 cellPadding=3D0 width=3D600 border=3D0>
<TBODY>
<TR>
<TD style=3D"BORDER-LEFT-WIDTH: 2px; BORDER-RIGHT-WIDTH: 2px; BORDER-T=
OP-COLOR: rgb(20,184,166); VERTICAL-ALIGN: top; BORDER-BOTTOM-WIDTH: 2=
px; BORDER-COLLAPSE: collapse; BORDER-LEFT-COLOR: rgb(20,184,166); BOR=
DER-BOTTOM-COLOR: rgb(20,184,166); BORDER-RIGHT-COLOR: rgb(20,184,166)=
; LINE-HEIGHT: 1; BORDER-TOP-WIDTH: 2px; BACKGROUND-COLOR: rgb(255,255=
,255); text-size-adjust: 100%; border-radius: 0px" bgColor=3D#ffffff a=
lign=3Dleft><FIGURE class=3Dtable style=3D"WIDTH: 530px">
<TABLE class=3Dblock style=3D"BORDER-COLLAPSE: collapse; text-size-adj=
ust: 100%" cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
<TBODY>
<TR>
<TD style=3D"VERTICAL-ALIGN: top; BORDER-COLLAPSE: collapse; PADDING-B=
OTTOM: 20px; TEXT-ALIGN: center; PADDING-TOP: 40px; PADDING-LEFT: 60px=
; LINE-HEIGHT: 1; PADDING-RIGHT: 60px; text-size-adjust: 100%">
<H3 class=3Dh3 style=3D"FONT-SIZE: 20px; FONT-FAMILY: Helvetica, Arial=
, sans-serif; COLOR: rgb(0,0,0); PADDING-BOTTOM: 0px; FONT-STYLE: norm=
al; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; LINE-HEIGHT: 28p=
x; PADDING-RIGHT: 0px"><BR><STRONG>Kj=C3=A6re kunde,</STRONG></H3>
<P style=3D"FONT-SIZE: 11px; FONT-FAMILY: Helvetica, Arial, sans-serif=
; COLOR: rgb(0,0,0); PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-=
TOP: 0px; PADDING-LEFT: 0px; MARGIN: 40px 0px; LINE-HEIGHT: 17px; PADD=
ING-RIGHT: 0px">Dette er en p=C3=A5minnelse om at betalingskortet knyt=
tet til din konto nylig har utl=C3=B8pt.<BR>For =C3=A5 sikre jevndrift=
 av kontoen din og unng=C3=A5 potensielle tjenesteavbrudd,<BR>vennligs=
t oppdater betalingsinformasjonen din s=C3=A5 snart som mulg.<BR>&nbsp=
;</P>
<P style=3D"FONT-SIZE: 12px; FONT-FAMILY: Helvetica, Arial, sans-serif=
; COLOR: rgb(0,0,0); PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-=
TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; LINE-HEIGHT: 18px; PADDING-R=
IGHT: 0px"><STRONG> For =C3=A5 oppdatere betalingsinformasjonen d=
in, vennligst logg inn p=C3=A5 kontoen din.</STRONG><BR><BR> </P>=
<FIGURE class=3Dtable style=3D"WIDTH: auto">
<TABLE style=3D"FONT-SIZE: 12px; BORDER-COLLAPSE: separate; COLOR: rgb=
(255,255,255); MARGIN: 0px; BACKGROUND-COLOR: rgb(134,46,156); text-si=
ze-adjust: 100%; border-radius: 4px" cellSpacing=3D0 cellPadding=3D0 b=
order=3D0>
<TBODY>
<TR>
<TD style=3D"FONT-FAMILY: Helvetica, Arial, sans-serif; VERTICAL-ALIGN=
: top; BORDER-COLLAPSE: collapse; TEXT-ALIGN: center; LINE-HEIGHT: 1; =
text-size-adjust: 100%; border-radius: 4px" bgColor=3D#862e9c>
<P style=3D"MARGIN-LEFT: 0px"><A style=3D"BOX-SIZING: border-box; FONT=
-SIZE: 12px; MARGIN-BOTTOM: 0px; CURSOR: pointer; TEXT-DECORATION: non=
e; BORDER-TOP: rgb(134,46,156) 1px solid; FONT-FAMILY: Helvetica, Aria=
l, sans-serif; BORDER-RIGHT: rgb(134,46,156) 1px solid; MARGIN-TOP: 0p=
x; BORDER-BOTTOM: rgb(134,46,156) 1px solid; COLOR: rgb(255,255,255); =
PADDING-BOTTOM: 20px; PADDING-TOP: 20px; PADDING-LEFT: 40px; BORDER-LE=
FT: rgb(134,46,156) 1px solid; DISPLAY: inline-block; PADDING-RIGHT: 4=
0px; BACKGROUND-COLOR: rgb(134,46,156); MARGIN-RIGHT: 0px; text-size-a=
djust: 100%; border-radius: 4px" href=3D"https://shrijihealthcare.com/=
ESPARK/" rel=3D"noopener noreferrer" target=3D_blank><STRONG>F=C3=A5 t=
ilgang til kontoen din</STRONG></A></P></TD></TR></TBODY></TABLE></FIG=
URE></TD></TR></TBODY></TABLE></FIGURE><FIGURE class=3Dtable style=3D"=
WIDTH: 530px">
<TABLE class=3Dblock style=3D"BORDER-COLLAPSE: collapse; text-size-adj=
ust: 100%" cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
<TBODY>
<TR>
<TD style=3D"VERTICAL-ALIGN: top; BORDER-COLLAPSE: collapse; PADDING-B=
OTTOM: 20px; PADDING-TOP: 10px; PADDING-LEFT: 20px; LINE-HEIGHT: 1; PA=
DDING-RIGHT: 20px; text-size-adjust: 100%" align=3Dleft>
<P style=3D"FONT-SIZE: 11px; FONT-FAMILY: Helvetica, Arial, sans-serif=
; COLOR: rgb(0,0,0); PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-=
TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; LINE-HEIGHT: 17px; PADDING-R=
IGHT: 0px"><STRONG>Vennligst merk at hvis de n=C3=B8dvendige oppdateri=
ngene ikke blir gjort innen 48 timer.</STRONG><BR>kan kontoen din bli =
suspendert.<BR>Vennlig hilsen<BR><BR>=C2=A9 EasyPark AB 2024</P></TD><=
/TR></TBODY></TABLE></FIGURE></TD></TR></TBODY></TABLE></FIGURE><FIGUR=
E class=3Dtable style=3D"WIDTH: 600px">
<TABLE class=3D"footer container" style=3D"MAX-WIDTH: 600px !important=
; FONT-FAMILY: Helvetica, Arial, sans-serif; WORD-SPACING: 0px; BORDER=
-COLLAPSE: collapse; TEXT-TRANSFORM: none; ORPHANS: 2; WIDOWS: 2; LETT=
ER-SPACING: normal; BACKGROUND-COLOR: rgb(254,254,254); -webkit-text-s=
troke-width: 0px; text-decoration-color: initial; text-decoration-styl=
e: initial; text-decoration-thickness: initial; text-size-adjust: 100%=
" cellSpacing=3D0 cellPadding=3D0 width=3D600 border=3D0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE></FIGURE><BR><BR><BR><BR><BR><BR><=
BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR=
><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><=
BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR></B=
ODY></HTML>