<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'><html xmlns='http://www.w3.org/1999/xhtml'>
<html prefix="og: http://ogp.me/ns/fb#">
<head><style type='text/css'>
span.preheader { display:none !important; visibility:hidden;line-height:0; opacity:0; font-size:0.1px; color:white; height:0; width:0; }
</style>

  <!--this is the head-->
  <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Forcing initial-scale shouldn't be necessary -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
    <meta name="x-apple-disable-message-reformatting" />  <!-- Disable auto-scale in iOS 10 Mail entirely -->
    
    <title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
    <!-- Web Font / @font-face : BEGIN -->
    <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
    <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
    <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
    <!--[if !mso]><!-->
    <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
    <!--<![endif]-->
    <!-- Web Font / @font-face : END -->
    <!-- CSS Reset -->
    <style>
        /* 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;
            line-height: 1.4 !important;
        }

        /* 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: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

            table table table {
                table-layout: auto;
            }

        /* 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 iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }

        /* What it does: Prevents Gmail from displaying an 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: Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }
        .button-text{text-align: center!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 */
        /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
                min-width: 375px !important;
            }
        }

    </style>

    <!-- Progressive Enhancements -->
    
      <style id="media-query-style-element">
      /* Media Queries */

      @media  screen yahoo and (min-width: 768px){
         
      .email-container img.cd-image.image-b336bf19b11e {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-9824d66b595f {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-ba14f0e5debf {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-57b37b00aff5 {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      }

      @media screen and (max-width: 768px) {
          
      .email-container img.cd-image.image-b336bf19b11e {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-9824d66b595f {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-ba14f0e5debf {
          width: 94.66666666666667%;
          height: auto !important;
        }
        
      .email-container img.cd-image.image-57b37b00aff5 {
          width: 94.66666666666667%;
          height: auto !important;
        }
        

          .email-container img.no-img-edit {
            width: 100% !important;
            height: auto !important;
          }
          table, td{
            width: 100% !important;
          }
          div{
            width: 100% !important;
            min-width:100%!important;
          }
        .social-block-container{
            padding-left: 0 !important;
            padding-right: 0 !important;
          }
          /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
        .fluid {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            margin-left: auto !important;
            margin-right: auto !important;
          }

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

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

          table.center-on-narrow {
            display: inline-block !important;
          }
        .button-text{ max-width:100%!important; box-sizing: border-box!important;}
      }
      </style>

    <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
    <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:AllowPNG/>
        <o:PixelsPerInch>96</o:PixelsPerInch>
     </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
    
    
    
    <!--Replace with relevant script for different preview behavior -->
    
</head>
<body><span class='preheader' style='display: none !important; visibility: line-height:0; hidden; opacity: 0; font-size:0.1px; color: white; height: 0; width: 0;'>O reconhecimento do ISEG Executive Education no Financial Times Executive Education Ranking 2026 representa, acima de tudo, o impacto coletivo que temos vindo a construir ao longo dos últimos anos. </span><table width="1" cellpadding="0" cellspacing="0" border="0" role="presentation"><tr><td style="font-size:0; line-height:0; mso-line-height-rule:exactly;"><img src="https://elink.mkt.isegexecutive.education/o/4/eyJhaSI6NTMwNDQyNTksImUiOiJtZy1lbmM6OGlidCtMRTdRUEUxVlRjYXFxd0lnMGJrTTFsVWNwbndEZG0wZjRQM0tLND0iLCJyaSI6ImxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEiLCJycSI6IjAyLWIyNjEzOC1iZmM5Y2YxNzczZjg0ZWVlYWIwYmE1MDQ0MDliNDdjZCJ9/r_H5ZBi40GbV1V8fEjxiUw" width="1" height="1" border="0" vspace="0" hspace="0" alt="" /></td></tr></table>
<!--this is the body-->
  <center style="width: 100%;">
                      <div dir="ltr" style="max-width: 100%; margin: auto; direction: ltr;" class="email-container">
                      <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="width: 100%; border-width: 1px; border-style: none; border-radius: 0px; background-origin: border-box; background-color: #ebebeb; border-collapse: separate!important;" class="email-container">
                        <tbody>
                         <tr>
                           <td style="width: 100%;">
                            <!--[if mso]>
                            <table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="601" style="border-width: 1px; border-style: none; width: 601px; max-width: 601px;  border-collapse: separate!important;" class="email-page-container">
                           <![endif]-->
                            <!--[if !mso]><!-- -->
                             <table role="presentation" cellspacing="0" cellpadding="0" border="0"  align="center" width="602" style="border-width: 1px; border-style: none; width: 602px; max-width: 602px;  border-collapse: separate!important;" class="email-page-container">
                            <!--<![endif]-->
                                  <tbody>
                                      <tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="28" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #f0f0f0;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                           <td width="598" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal; background-color: #ffffff; padding-top: 0px; padding-bottom: 0px; padding-left: 1px; padding-right: 1px;"><p style="text-align:center;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:10px">Click <a cd-link-manager-tab="6" href="https://elink.mkt.isegexecutive.education/m/1/53044259/02-b26138-bfc9cf1773f84eeeab0ba504409b47cd/3/549/ae148e6b-694f-4ce1-86bd-1ad5f54be1b0" target="_blank" style="color: #0c00ff; text-decoration: underline;">here</a> to view this email in your browser.</span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="29" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 16px; padding-bottom: 16px; padding-left: 16px; padding-right: 16px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="568px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:568px; max-width:568px; min-width:568px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="568px" style="table-layout: fixed; width: 568px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="center-on-narrow cd-image" height="236" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/banner-top-e-mail.jpg"  />
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="center-on-narrow cd-image image-b336bf19b11e no-img-edit" height="236" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/banner-top-e-mail.jpg"  />
                          </td>
                     </tr><!--<![endif]--><tr>
                           <td width="536" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 16px; padding-bottom: 16px; padding-left: 16px; padding-right: 16px;"><p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Caro(a) Joaquim Oliveira,</span></span><br>
<br>
<span style="font-size:13px"><span style="font-family:Arial">O reconhecimento do ISEG Executive Education no Financial Times Executive Education Ranking 2026 representa, acima de tudo, o impacto coletivo que temos vindo a construir ao longo dos últimos anos.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Num contexto internacional altamente competitivo, este resultado reflete um percurso de crescimento sustentado, de inovação e de proximidade às organizações e às pessoas com quem trabalhamos diariamente.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Mas sabemos que este reconhecimento não pertence apenas à nossa instituição.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Pertence também às empresas, líderes e participantes que escolhem transformar conhecimento em impacto real \u2014 dentro das suas equipas, organizações e setores de atividade.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">São os nossos clientes e parceiros que dão significado ao que fazemos. É através da confiança que depositam em nós, da ambição com que abraçam os desafios e da exigência com que nos acompanham que continuamos a evoluir.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Este reconhecimento internacional é, para nós, não um ponto de chegada, mas um incentivo para continuar a elevar a qualidade, a personalização e o impacto da formação executiva que construímos em conjunto.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Obrigado por fazer parte deste percurso.</span></span></p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="margin-left:0cm; margin-right:0cm;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:13px"><span style="font-family:Arial">Continuaremos a crescer com propósito \u2014 consigo, para as pessoas e para as organizações.</span></span></p>
</td>
                     </tr><!--[if mso]>
                              <tr>
                                <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="center-on-narrow cd-image" height="12" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/separadorcopy.jpg"  />
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="center-on-narrow cd-image image-9824d66b595f no-img-edit" height="12" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/separadorcopy.jpg"  />
                          </td>
                     </tr><!--<![endif]--><!--[if mso]>
                              <tr>
                                <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="center-on-narrow cd-image" height="129" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/gemini_generated_image_k5esnlk5esnlk5es.png"  />
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="center-on-narrow cd-image image-ba14f0e5debf no-img-edit" height="129" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/gemini_generated_image_k5esnlk5esnlk5es.png"  />
                          </td>
                     </tr><!--<![endif]--><!--[if mso]>
                              <tr>
                                <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elink.mkt.isegexecutive.education/c/7/eyJhaSI6NTMwNDQyNTksImUiOiJtZy1lbmM6OGlidCtMRTdRUEUxVlRjYXFxd0lnMGJrTTFsVWNwbndEZG0wZjRQM0tLND0iLCJyaSI6ImxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEiLCJycSI6IjAyLWIyNjEzOC1iZmM5Y2YxNzczZjg0ZWVlYWIwYmE1MDQ0MDliNDdjZCIsIm0iOmZhbHNlLCJ1aSI6IjAiLCJ1biI6IiU3QiUyNTIyVXJsSWRPZmZzZXQlMjUyMiUyNTNBMSU3RCIsInUiOiJodHRwczovL3d3dy5saW5rZWRpbi5jb20vc2Nob29sL2lzZWdleGVjdXRpdmVlZHVjYXRpb24vP19jbGRlZT1PaHVhNmJJbFVxTWtnV25fTjVrLVNxQUhTYzZuYzdBYUJPMEp0dXFMUENvYWY4MTRxTFQ2c3A3Y09rd0d1d2ItJnJlY2lwaWVudGlkPWxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEmZXNpZD0xMzdjNWQ1Yy04YjUyLWYxMTEtYmVjNy03MGE4YTUyZGY1YzkifQ/uPeAKGCY2lHK_ngL-jQm0w" name="{%22UrlIdOffset%22%3A1}" target="_blank"   cdlinkrefidmso="24" ><img class="center-on-narrow cd-image" height="50" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/footer-emailcopy.jpg"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                          <!--[if !mso]><!-- --><tr>
                          <td width="568" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elink.mkt.isegexecutive.education/c/7/eyJhaSI6NTMwNDQyNTksImUiOiJtZy1lbmM6OGlidCtMRTdRUEUxVlRjYXFxd0lnMGJrTTFsVWNwbndEZG0wZjRQM0tLND0iLCJyaSI6ImxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEiLCJycSI6IjAyLWIyNjEzOC1iZmM5Y2YxNzczZjg0ZWVlYWIwYmE1MDQ0MDliNDdjZCIsIm0iOmZhbHNlLCJ1aSI6IjEiLCJ1biI6IiIsInUiOiJodHRwczovL3d3dy5saW5rZWRpbi5jb20vc2Nob29sL2lzZWdleGVjdXRpdmVlZHVjYXRpb24vP19jbGRlZT1PaHVhNmJJbFVxTWtnV25fTjVrLVNxQUhTYzZuYzdBYUJPMEp0dXFMUENvYWY4MTRxTFQ2c3A3Y09rd0d1d2ItJnJlY2lwaWVudGlkPWxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEmZXNpZD0xMzdjNWQ1Yy04YjUyLWYxMTEtYmVjNy03MGE4YTUyZGY1YzkifQ/wqw9E3pH_jv7dYN_gK_rpg"  target="_blank"   cdlinkrefid="24" ><img class="center-on-narrow cd-image image-57b37b00aff5 no-img-edit" height="50" width="568" style="vertical-align: middle;" src="https://file-us.clickdimensions.com/isegutlpt-aeb9l/files/footer-emailcopy.jpg"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="30" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                           <td width="568" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal; background-color: #ffffff; padding-top: 0px; padding-bottom: 0px; padding-left: 16px; padding-right: 16px;"><p style="text-align:center;font-family:Arial;font-size:12px;color:#000000;letter-spacing:0px;line-height:normal;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:10px">Click <a cd-link-manager-tab="5" href="https://elink.mkt.isegexecutive.education/uu/3/eyJhaSI6NTMwNDQyNTksImUiOiJtZy1lbmM6OGlidCtMRTdRUEUxVlRjYXFxd0lnMGJrTTFsVWNwbndEZG0wZjRQM0tLND0iLCJyaSI6ImxlYWQtOThhNzllZjk1MGZhZWQxMTg4NDkwMDIyNDg5Y2FiZmEtNWU1MjczYWFhMDE3NDExN2JmMDZkZjI5MWMzYWFkZjEiLCJycSI6IjAyLWIyNjEzOC1iZmM5Y2YxNzczZjg0ZWVlYWIwYmE1MDQ0MDliNDdjZCIsIm0iOmZhbHNlfQ/eDr7O7cdDNa_Av0ibG2-2w" link-metadata="GlobalUnsubscribe" target="_blank" style="color: #0c00ff; text-decoration: underline;">here</a> to unsubscribe or to change your Subscription Preferences. </span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr>
                                  </tbody>
                             </table>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </div>
                     </center>
</body>
</html>
    </html>