Inboxes

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

+New inbox

<!DOCTYPE html>
<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 charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <!-- Tell iOS not to automatically link certain text strings. -->
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <title>
   Skillshare
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <script type="application/ld+json">
   [{
        "@context": "//schema.org/",
        "@type": "Organization",

        "logo": "https://skillshare-public-email-images.s3.amazonaws.com/social-avatar_circle_400x400.png"
      }]
  </script>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:PixelsPerInch>96</o:PixelsPerInch>
      </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
  <!-- Web Font / @font-face : BEGIN -->
  <!--[if mso]>
    <style>
      * {
        font-family: sans-serif !important;
      }
    </style>
    <![endif]-->
  <!--[if !mso]><!-->
  <style>
   @font-face {
        font-family: 'KumlienPro';
        font-style: normal;
        font-weight: bold;
        src: local('KumlienPro'), local('KumlienPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fkumlien-pro%252FKumlienPro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3NDY2MzIwMDcuMjIyNDU2Mn0:1uCglz:AQdeQrR983DjB4EagLrJJSxts6NczInEidNQc0Y8kcA') format('woff');
      }

      @font-face {
        font-family: 'GTWalsheimPro';
        font-style: normal;
        font-weight: normal;
        src: local('GTWalsheimPro'), local('GTWalsheimPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-regular%252FGT-Walsheim-Pro-Regular.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3NDY2MzIwMDcuMjIzMjA2OH0:1uCglz:sv3Fgin8LxQjF4NJW3V43ORJRUemwIaMH-jBjJhfOO4') format('woff');
      }

      @font-face {
        font-family: 'GTWalsheimPro';
        font-style: normal;
        font-weight: bold;
        src: local('GTWalsheimProBold'), local('GTWalsheimProBold'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-bold%252FGT-Walsheim-Pro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3NDY2MzIwMDcuMjIzNDI5NH0:1uCglz:OhjkQqAXeQDZvcrpYYWw4n3zD_E72u2t4maeX68raxA') format('woff');
      }
  </style>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <style>
   /* What it does: Tells the email client that both light and dark styles are provided. A duplicate of meta color-scheme meta tag above. */
      :root {
        color-scheme: light dark;
        supported-color-schemes: light dark;
      }

      /* What it does: Remove spaces around the email design added by some email clients. */
      /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
      html,
      body {
        margin: 0 auto !important;
        padding: 0 !important;
        height: 100% !important;
        width: 100% !important;
      }

      /* What it does: Reset Headings */
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        font-weight: normal;
      }

      /* What it does: Reset p */
      p {
        margin: 0;
        padding: 0;
      }


      /* What it does: Stops email clients resizing small text. */
      * {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
      }

      /* What it does: Centers email on Android 4.4 */
      div[style*="margin: 16px 0"] {
        margin: 0 !important;
      }

      /* What it does: forces Samsung Android mail clients to use the entire viewport */
      #MessageViewBody,
      #MessageWebViewDiv {
        width: 100% !important;
      }

      /* What it does: Stops Outlook from adding extra spacing to tables. */
      table,
      td {
        mso-table-lspace: 0pt !important;
        mso-table-rspace: 0pt !important;
      }

      /* What it does: Replaces default bold style. */
      th {
        font-weight: normal;
      }

      /* What it does: Fixes webkit padding issue. */
      table {
        border-spacing: 0 !important;
        border-collapse: collapse !important;
        table-layout: fixed !important;
        margin: 0 auto !important;
      }

      /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
      a {
        text-decoration: none;
      }

      /* What it does: Uses a better rendering method when resizing images in IE. */
      img {
        -ms-interpolation-mode: bicubic;
      }

      /* What it does: A work-around for email clients meddling in triggered links. */
      a[x-apple-data-detectors],
      /* iOS */
      .unstyle-auto-detected-links a,
      .aBn {
        border-bottom: 0 !important;
        cursor: default !important;
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
      }

      /* What it does: Prevents Gmail from changing the text color in conversation threads. */
      .im {
        color: inherit !important;
      }

      /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
      .a6S {
        display: none !important;
        opacity: 0.01 !important;
      }

      /* If the above doesn't work, add a .g-img class to any image in question. */
      img.g-img+div {
        display: none !important;
      }

      /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
      /* Create one of these media queries for each additional viewport size you'd like to fix */

      /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
      @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
        u~div .email-container {
          min-width: 320px !important;
        }
      }

      /* iPhone 6, 6S, 7, 8, and X */
      @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
        u~div .email-container {
          min-width: 375px !important;
        }
      }

      /* iPhone 6+, 7+, and 8+ */
      @media only screen and (min-device-width: 414px) {
        u~div .email-container {
          min-width: 414px !important;
        }
      }
  </style>
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style>
   /* What it does: Hover styles for buttons */
      .button-td,
      .button-a {
        transition: all 100ms ease-in;
      }

      /* Media Queries */
      @media screen and (max-width: 700px) {

        .email-container {
          width: 100% !important;
          margin: auto !important;
        }

        /* What it does: Forces table cells into full-width rows. */
        .stack-column,
        .stack-column-center {
          display: block !important;
          width: 100% !important;
          max-width: 100% !important;
          direction: ltr !important;
        }

        /* And center justify these ones. */
        .stack-column-center {
          text-align: center !important;
        }

        /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
        .center-on-narrow {
          text-align: center !important;
          display: block !important;
          margin-left: auto !important;
          margin-right: auto !important;
          float: none !important;
        }

        table.center-on-narrow {
          display: inline-block !important;
        }


        /* TYPO */
        .heading-h1 {
          font-size: 48px !important;
          line-height: 48px !important;
        }

        .heading-h2 {
          font-size: 32px !important;
          line-height: 32px !important;
        }

        .heading-h3 {
          font-size: 26px !important;
          line-height: 32px !important;
        }

        .heading-h4 {
          font-size: 18px !important;
          line-height: 24px !important;
        }

        .heading-h5 {
          font-size: 14px !important;
          line-height: 24px !important;
        }

        .heading-h6 {
          font-size: 48px !important;
          line-height: 48px !important;
        }

        .section-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .header-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .footer-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .r-img {
          width: 100% !important;
          max-width: 100% !important;
          height: auto !important;
        }

      }


      @media screen and (max-width: 380px) {

        .section-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .header-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .footer-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .app-links {
          text-align: left !important;
        }

        .app-links tr {
          display: inline-block;
        }

        .app-links td {
          padding: 0 16px 0 0 !important;
        }

        .stack-column-small {
          display: block !important;
          width: 100% !important;
          max-width: 100% !important;
          direction: ltr !important;
        }
      }
  </style>
  <!-- Progressive Enhancements : END -->
  <style>
   /* Dark Mode Styles : BEGIN */
      @media (prefers-color-scheme: dark) {

        h1,
        h2,
        h3,
        h4,
        h5,
        p {
          color: #ffffff !important;
        }

        td {
          background-color: #002333 !important;
        }

        a {
          color: #00FF84 !important;
        }
      }

      /* Dark Mode Styles : END */
  </style>
  <style>
   /* Dark Mode Styles : BEGIN */
      @media (prefers-color-scheme: dark) {

        .section-header-darkmode {
          background: #002333 !important;
        }

        .section-header-darkmode h2 {
          color: #FFFFFF !important;
        }

        .section-header-darkmode h3 {
          color: #00FF84 !important;
        }
      }

      /* Dark Mode Styles : END */



      @media screen and (max-width: 700px) {
        .one-up-content {
          padding-left: 0 !important;
          padding-top: 32px;
        }
      }



      @media screen and (max-width: 700px) {
        .class-tutb-table {
          text-align: left !important;
          width: 100% !important;
        }

        .class-tutb-content {
          padding-bottom: 32px;
        }
      }
  </style>
 </head>
 <body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #cccccc;" width="100%">
  <span class="preheader" id="bsft-preheader" style="color: transparent; display: none; visibility: hidden; height: 0; max-height: 0; width: 0;max-width: 0; opacity: 0; overflow: hidden; mso-hide: all;">
   Creative Gifts for Moms, Mentors, and Makers
  </span>
  <center aria-roledescription="email" lang="en" role="article" style="width: 100%; background-color: #cccccc;">
   <!--[if mso | IE]>
      <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #cccccc;">
        <tr>
          <td>
      <![endif]-->
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <div style="display:none;">
    Restart your creative journey today
			   ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
               ͏  ͏  ͏  ͏  ͏  ͏
              ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ 
              ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ 
              ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ 
              ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ 
              ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
   </div>
   <!-- Visually Hidden Preheader Text : END -->
   <!-- Email Body : BEGIN -->
   <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="700">
    <!-- HEADER : BEGIN -->
    <tr>
     <td align="left" class="header-wrap" style="background-color:#3722D3;padding-top:24px;padding-left:50px;padding-right:50px;padding-bottom:24px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <a>
          <img alt="Skillshare" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44194%252Fcontent%252Fskillshare-logo-wht.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM0ODQ0fQ:1uCglz:lrpuGwLz31ZSj2xOnob2KrQYBdn5_2jvbKDM2LFQ7w0" width="90"/>
         </a>
        </td>
        <td align="right">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="right" style="font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-size:18px;color:#FFFFFF;">
            <p class="parag-05" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;line-height:16px;margin-top:0;margin-bottom:0px;">
             <a style="color:#FFFFFF;text-decoration:none;font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-size:10px;">
              View in Browser
             </a>
            </p>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADER : END -->
    <!-- HEADLINE HERO : BEGIN -->
    <tr>
     <td align="center" class="section-wrap headline-hero" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:32px;border-bottom-right-radius:50px;border-bottom-left-radius:50px; background-color:#3722D3;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h1 class="heading-h1" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:72px;line-height:70px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:16px;">
          For the Mothers, Mentors &amp; Makers
         </h1>
         <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:22px;line-height:32px;color:#FFFFFF;margin-top:0;margin-bottom:24px;">
          Share your creativity—or spark hers—with gifts that show just how much you care.
         </p>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADLINE HERO : END -->
    <!-- Coming Soon: BEGIN -->
    <tr>
     <td align="center" class="section-wrap headline-hero" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:0px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:52px;line-height:52px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:16px;">
          Classic Gifts, DIY Twist
         </h2>
         <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:22px;line-height:32px;color:#002333;margin-top:0;margin-bottom:24px;">
          Skip the usual and make something meaningful. These classes turn traditional Mother's Day gift ideas into one-of-a-kind
          <em>
           mom
          </em>
          -sterpieces she's guaranteed to love 💝
         </p>
         <br/>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding-top:0px;padding-bottom:32px;padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="Watercolor florals" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FMini%252BWatercolor%252BFlorals%252B6%252BFloral%252BProjects%252BIn%252BCharming%252BVases%252B%2526%252BPots.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1MzEzMn0:1uCglz:fMdJR3wCv245okoprbl8m1VYYVwrdNuScg9cGicFEec" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Mini Watercolor Florals: 6 Floral Projects In Charming Vases &amp; Pots
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;">
             <em>
              Skip the bouquet and paint her something that lasts.
             </em>
             In this class, Lisa Lam will show you how to create delicate mini floral vignettes with watercolor vases, pots, and plenty of charm.
            </p>
            <!-- Button : BEGIN -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="left" style="padding-top: 16px;">
               <table align="left" border="0" cellpadding="0" cellspacing="0">
                <tr>
                 <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                  <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                   <span style="font-size:18px;line-height:18px;">
                    View Class
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding-top:0px;padding-bottom:32px;padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="Mindful Mandala" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FMindful%252BMandalas.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1NDN9:1uCglz:q2PaMPlJ-zeEXSgTECdvJiq7XxYN9dC81MvqSTGDrLk" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Mindful Mandalas: Botanical Doodling for Self-Care
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;">
             <em>
              Less spa scents, more soothing sentiments.
             </em>
             Rather than yet another spa-related gift basket, try this Mandala-making class from Mel Rye and create a thoughtful, meditative gift that shows you took the time
             <em>
              and
             </em>
             the breath.
            </p>
            <!-- Button : BEGIN -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="left" style="padding-top: 16px;">
               <table align="left" border="0" cellpadding="0" cellspacing="0">
                <tr>
                 <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                  <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                   <span style="font-size:18px;line-height:18px;">
                    View Class
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding-top:0px;padding-bottom:32px;padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="Keepsake Apron" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FScrapbooking.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1NTUyfQ:1uCglz:1ldrBPsmyRj7HizBJk1KxvtEq9zN77HQOd_G4WVG2V0" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Turning Memories into Artwork: A Beginner’s Guide to Scrapbooking
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;">
             <em>
              Out of the (keepsake) box and on full display.
             </em>
             In this class, Caylee Grey shows you how to turn treasured memories, photos, and ephemera into beautifully layered scrapbook pages.
            </p>
            <!-- Button : BEGIN -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="left" style="padding-top: 16px;">
               <table align="left" border="0" cellpadding="0" cellspacing="0">
                <tr>
                 <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                  <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                   <span style="font-size:18px;line-height:18px;">
                    View Class
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding-top:0px;padding-bottom:32px;padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="Watercolor Heart and Floral Cards" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FCreate%252BWatercolor%252BHeart%252Band%252BFloral%252BCards.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1NzExM30:1uCglz:Ur5q3Zx3CoQHwCL7bL4_nbCoLlGpBu2CGsc3MgqmaqE" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Create Watercolor Heart and Floral Cards for Loved Ones &amp; Special Occasions
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;">
             <em>
              Straight from the heart, not the cart.
             </em>
             A one-of-a-kind gift you can't find on shelves, these watercolor cards from Joly Poa make for a perfectly simple, yet meaningful, gift for her.
            </p>
            <!-- Button : BEGIN -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="left" style="padding-top: 16px;">
               <table align="left" border="0" cellpadding="0" cellspacing="0">
                <tr>
                 <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                  <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                   <span style="font-size:18px;line-height:18px;">
                    View Class
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding-top:0px;padding-bottom:32px;padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="Learn more about this upcoming class!" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FDenise%252BLove%252BCollage%252BCards.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1ODI2M30:1uCglz:0I71xRbP-KPhNLmVasROSXPr5xb9ykATQ0Prun5fSq8" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Creative Collage Cards: Exploring Layers and Vintage Charm
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;">
             <em>
              For an extra card-making challenge.
             </em>
             In this class from Denise Love, you'll explore creative layering, textures, and vintage-inspired embellishments to create a truly unique collage card.
             <!-- Button : BEGIN -->
            </p>
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="left" style="padding-top: 16px;">
               <table align="left" border="0" cellpadding="0" cellspacing="0">
                <tr>
                 <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                  <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                   <span style="font-size:18px;line-height:18px;">
                    View Class
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- HAVE YOU HEARD?: END -->
    <!-- New and Noteworthy : BEGIN -->
    <tr>
     <td class="section-wrap" style="padding:30px 50px 16px;background-color:#ffffff;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <!--Class #1-->
       <tr>
        <td align="center" style="padding-top:0px;padding-bottom:16px;">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td>
            <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:52px;line-height:52px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:16px;">
             Give the Gift of Creativity
            </h2>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td>
         <a>
          <img alt="Mother's Day Gift Cards" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.us-east-1.amazonaws.com%252FMom%252B-%252BGift%252BMembership.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3NDY2MzIwMDcuMjM1OTI0NX0:1uCglz:3e57eV-EhZJIiPqbv3mmalkLxnGxEHcl-_u238IJH50" style="width:100%;max-width:700px;height:auto;margin:auto;display:block;" width="700"/>
         </a>
        </td>
       </tr>
       <tr>
        <td class="class-one-up-content" style="background-color:#FFFFFF;padding-top:24px;padding-bottom:24px;">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td>
            <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;margin-bottom:16px;">
             This Mother’s Day,
             <strong>
              skip the flowers and give mom the gift that helps
              <em>
               her
              </em>
              bloom
             </strong>
             . 
With a Skillshare gift membership, she’ll gain access to thousands of classes led by creative icons and industry experts.
             <strong>
              <br/>
              <br/>
              Available in 3-, 6-, or 12-month options
             </strong>
             , you’ll be giving her the greatest gift of all: time to (nurture) herself.
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333 !important;display:block; border-radius:4px;">
                <span style="font-size:18px;line-height:18px;">
                 Gift a Membership
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!--Class #1 END-->
      </table>
     </td>
    </tr>
    <!-- FEATURED TEACHER  : END -->
    <tr>
     <td align="center" class="section-wrap" style="padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
       </tr>
      </table>
     </td>
    </tr>
    <!-- BLUE Footer : BEGIN -->
    <tr>
     <td align="center" class="footer-wrap" style="padding: 32px 50px;background-color:#002333;" valign="top" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 700px;" width="100%">
       <tr>
        <td width="100%">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td class="stack-column-small" style="text-align: left !important;padding-bottom:16px 0 !important;" valign="top" width="50%">
            <a>
             <img src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44195%252Fcontent%252Fss-logo-wht.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2MDIxM30:1uCglz:GTMBpJcLKqQujIXi7ZD3v9dFEI_E6CQeQw_E47Kz6fg" width="111"/>
            </a>
            <table border="0" cellpadding="0" cellspacing="0" style="margin:0 !important;">
             <tr>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Facebook" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44196%252Fcontent%252Ffacebook-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2MTk0fQ:1uCglz:iISV0B0F-MYPHVJhS2hsbzeXCjH2wF4_DR0SjaxSQgQ" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Pinterest" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F208020%252Fcontent%252Fsk-logo-pinterest-footer.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2MzEzfQ:1uCglz:y0_njEJwkMzzJqd2wQKZj7oB5oqTRUOEGG_mscgpQ6Y" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Instagram" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44198%252Fcontent%252Finstagram-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2NDE5N30:1uCglz:JcrLH-ASWJLgAh7h-6HIbSP-yit9mnLJKGs3c4kNk6s" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on TikTok" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110720%252Fcontent%252Fss-tiktok-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2NTE4NH0:1uCglz:loq-At41hxjeLvUv8-AfqFm8d_1s4uhLFYQbN-5O3KY" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;">
               <a>
                <img alt="Skillshare on YouTube" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110722%252Fcontent%252Fss-youtube_-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2NjE1Mn0:1uCglz:8v8BrpB9jONbyZHIFQPQRPyz0CX1iCL8FxDUzPFTb8E" width="22"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td align="right" class="stack-column-small app-links" style="vertical-align:bottom;padding-bottom:12px;text-align:right;" valign="bottom" width="50%">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="right" width="100%">
               <a>
                <img alt="Appstore" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44199%252Fcontent%252Fappstore.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2NzA4fQ:1uCglz:zBvU6CcY-BvwwY9K1uBPoh8AEpXQlHwIw9SurjCYLfA" width="112"/>
               </a>
              </td>
             </tr>
             <tr>
              <td align="right" style="padding-top:12px;" width="100%">
               <a>
                <img alt="Google Play" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44200%252Fcontent%252Fgoogle-play.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3NDY2MzIwMDcuMjM2ODAxfQ:1uCglz:CvSdZpRVCtBiO8a6Zu8oCgnlOFnez3TNzcYZ2b0SEOU" width="112"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;" valign="middle">
         215 Park Avenue South, 11th Floor
         <br/>
         New York, NY 10003
        </td>
       </tr>
       <tr>
        <td class="footer-padding" style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;padding-top:16px;" valign="middle">
         You’re receiving this email at
         <span style="color:#ffffff;">
          1d7e174c@uifeed.com
         </span>
         because you signed up to receive some creative goodness in your inbox (and other updates from Skillshare as we have them).
        </td>
       </tr>
       <tr>
        <td valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" style="font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height: 14px;color:#FFFFFF;padding-top:16px;">
            If you need a little break, you can
            <a style="color:#00FF84;text-decoration: none;">
             unsubscribe here
            </a>
            or update your
            <a style="color:#00FF84;text-decoration: none;">
             communication preferences
            </a>
            .
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- END: Footer Blue -->
   </table>
   <!-- Email Body : END -->
   <!--[if mso | IE]>
          </td>
        </tr>
      </table>
      <![endif]-->
  </center>
  <img alt="" border="0" data-bsft-open-pixel="" height="1px" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.skillshare.com%252Ftrack%253Fuid%253Dc5b216f8-31c9-4c6f-86c1-e2015c2cc65b%2526txnid%253Dd4311a7f-9345-4663-b13c-2faf394785d7%2526eid%253Dbfe88fe4-aae9-433b-8bf2-8d6e022d17d8%2526mid%253Dc2c225b9-583d-4888-85fb-4accfec7e4db%2526bsft_ek%253D2025-05-07T15%253A30%253A13Z%2526bsft_tv%253D56%2526bsft_mime_type%253Dhtml%2526bsft_aaid%253Dd5edc627-0f6f-46e0-b492-6ae0d9cbe64a%2526a%253Dopen/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5za2lsbCIsInRpbWUiOjE3NDY2MzIwMDcuMjM2OTQxM30:1uCglz:CDTYsF6v81c32HUAfN3jdhMCY99oD_HS5mVzQY1oj5E" style="margin: 0 !important; padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important;" width="1px"/>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Femail.skillshare.com%252Fwf%252Fopen%253Fupn%253Du001.DMQ2cwR64kDUd42zS-2FmRkgO3a2Kl-2B57u7UWlzkFJ7jSJfatF4IXh9W52bO0f4VVxs4GNeP2kSZWdsxu3pYWWtWJGzDO1K0z7hadBi6v7z9rRNKqUIxYGM9pY56TCZdF5iuMyEOZPYnvPJJgccsEyxf1-2FdKwy1crwTMi8rtwhAUlwDyrPNlmfxD3jrMenvifpYuAO9z7MDiIlKNREk9XFhOwNgpVvAX-2FgEhYsawkx0W1TrHkpG6nYL0VOw6hJZ2a1ME3BLJZ9XbV177bFSoqsUsSDAFzSQJys27k01F-2FQ61y0SKsd-2BzK-2FOGBUGg9PUN-2BFz9mUtSRkdrRjED-2FTi1GWVDdYsQ6RLFijm8QWj6ob3LBzybNlV4U5z4BS-2FHXu3qApGXL-2FDvqeHo2zcyv0Z5rX8vtZU4HQTlVLJxMcD9w445penqY9cdkqxx47F3CttCxpYr6APhyizxsYR5RVXo2x3WqNSpLE-2FGyE3W-2FuKXys52qkO9EPDPu8cBaelWdlslAwKDZbogNRC8OxFYXXA4MLdWsS85E0tHejQppKeKxjq9n4XJlIo9eRlIdLG4IpRi4E3uM7fjdUsH9ewOCKswF2SGxoOwHUZTInE1JVpEmCJynXn5nGlCZtVggQYN65etPQh1S7Hl3u-2FDilPtHi9naQJib-2FFIPTIBJhANkg8tOQ1ApeZAvfp5yJd4rg90kZUTs7nI-2BFs5PJDOzgEZGNqBSRCiMslnfTivwMauhH6MvrSvm6odFKdTzjdGGTFrJ4rL8dP71FkE-2BjJeNdWTsWglV6f4UQ1qRynnoGsCjRZHLVIaZQtPkXykGccaLGzHiv55QXZ2eSKKtqeDSJWVA-2FA2kHw4Oe9GIHc7rhrlaPbCsP8vySs6BBEfDAfrAW4GvjW-2Byw6CfQPgXlZY56GKDn2M6QiOAEioIUK-2BSpIde3I6T4uaQMcKtticdoMHgEzkMMz4ygWcpriMRPJi6dIJBcRKWwpCfTnOR6eXIzysZGQyJZy7vbGKk0f-2FyY-2BPgjBlJTifNm7plD3tMd7UKnCWFbVjjgP4z8nRU2Pm4dXLxcMHdoT61XMfZQrjQmrd2W1vjlpYFy-2B-2BEau0AV-2FX-2BOk0rGrj7x7Q-3D-3D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmVtYWlsLnNraWxscyIsInRpbWUiOjE3NDY2MzIwMDcuMjM3MjM2N30:1uCglz:prBYkc1r7HkLzO57AarGGjHxVebpp0ZHhB80MeEV13I" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" width="1"/>
 </body>
</html>