<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <!-- Turn off iOS phone number autodetect -->
    <meta name="format-detection" content="telephone=no" />
    <meta name="format-detection" content="address=no" />

    <!--[if mso]>
            <style>
                * { font-family: sans-serif !important; }
            </style>
        <![endif]-->
    <style type="text/css">
    /*
     * Styles for all the emails
     */

    /* Normalizing */
    #outlook a {padding:0;}
    * {
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
    }
    html, body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        font-weight:normal;
        width:100% !important;
        height:100% !important;
        margin:0;
        padding:0;
    }
    img{border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;height:auto;line-height:100%;display:inline-block;}
    a img{border:none;display:block;}
    h1 {color: #1E0A3C !important;}
    h2, h3, h4, h5, h6 {color:#1E0A3C !important;}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#3F60E7 !important;}
    h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {color:#3F60E7 !important;}
    h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color:#3F60E7 !important;}
    table {border-collapse:collapse !important;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table td {border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;}
    table {
        border-spacing:0;
        border:0;
        padding:0;
        table-layout:fixed;
        margin:0;
    }
    .no_text_resize {
        -moz-text-size-adjust:none;
        -webkit-text-size-adjust:none;
        -ms-text-size-adjust:none;
        text-size-adjust:none;
    }
    a[href^="x-apple-data-detectors:"] {
        color:inherit !important;
        text-decoration:none !important;
        font-size:inherit !important;
        font-family:inherit !important;
        font-weight:inherit !important;
        line-height:inherit !important;
    }

    td[class="grid__col"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Footer */
    .footer-content.bottom-section {
        padding: 0px 32px;
    }
    .content .align-center,
    .footer-content .align-center {
        text-align: center;
    }
    .footer-content {
        color: #B7B6C0 !important;
    }
    .footer-content a {
        color: #f05537 !important;
        text-decoration: none;
    }

    /* Social */
    .social-logo-container {
        display: inline-block;
        height: auto;
        margin: 0px;
    }


    .content {
        width: 600px;
    }

    .user-generated-content img {
        max-width: 100%;
    }

    .refund-event-list-card__container {
        display: flex;
        flex-wrap: wrap;
    }

    .refund-event-card__container{
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(40, 44, 53, 0.06);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
        display: flex;
        height: 150px;
    }

    .refund-event-card__image {
        width: 50%;
    }

    .refund-event-card__image img {
        height: 100%;
    }

    .refund-event-card__content {
        display: grid;
        text-align: left;
        width: 50%;
        background-color: #F8F7FA;
        padding-bottom: 15px;
    }

    .refund-event-card__content span{
        padding: 0px 20px;
    }

    .refund-arn-info__content {
        display: flex;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .arn-link {
        width: 60%;
    }

    .refund-event-list-card__image {
        flex: 0 0 106px;
    }

    .refund-event-list-card__content {
        flex: 1 0 1px;
        padding: 0 0 0 15px;
    }

    .refund-date-info{
            width: 59%;
            text-align: right;
    }

    /* Media Queries */
    @media all and (max-width: 600px) {
        .content {
            /* slight space on each side */
            width: 97% !important;
        }

        *[class="gmail-fix"] {
            display: none !important;
        }

        td[class="grid__col"] {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .grid__col {
            padding-left: 0px !important;
            padding-right: 0px !important;
            max-width: 90% !important;
        }
        .social-logo-container {
            display: inline-block !important;
        }
        .btn {
            font-size: 15px !important;
            padding: 12px 28px 14px !important;
            margin-bottom: 18px;
        }
        .hide {display:none;}

        .refund-event-list-card__container {
            display: block;
        }

        .refund-event-list-card__content {
            padding: 15px 0 0 0;
        }

        td[class="eventContainer"]{
            display: block !important;
        }

        .refund-event-card__image {
            width: 100%;
        }

        .refund-event-card__image img{
            width: inherit;
        }

        .refund-event-card__content {
            width: 100%;
            padding-bottom: 20px;
        }

        .arn-link{
            width: 80%;
        }

        .refund-date-info{
            width: 100%;
            text-align: left;
        }
    }
</style>

        <!--[if (mso)|(IE)]>
            <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
            <style>
                v\: * { behavior:url(#default#VML); display:inline-block }
                .container-table {
                    width: 100%;
                }
            </style>
        <!<![endif]-->
        <!--[if (gte mso 9)|(IE)]>
            <style>
            .hide {
                display: none;
            }
            </style>
        <![endif]-->

    </head>

    <!-- Global container with background styles. Gmail converts BODY to DIV so we lose properties like BGCOLOR. -->

    <body style="
        padding:0px !important;
        margin:0px !important;
    ">
<div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;"><img border="0" width="1" height="1" src="https://clicks.eventbrite.com/q/XR-RzOjxpBc2ST-hpyACog~~/AAQxAQA~/RgRmNAPfPVcDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" alt=""/></div>

        <div class="hide" style="letter-spacing:596px;line-height:0;mso-hide:all"></div>
        <!-- Outermost Wrapper Table -->
        <table style="min-width:100%;" width="100%" bgcolor="#F5F5F5">
            <tr>
                <td>
                    

                </td>
            </tr>
            <tr>
                <td>
                    <table
                        style="
        margin-left:auto;
        margin-right:auto;
    
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    "
                        cellpadding="0"
                        cellspacing="0"
                        border="0"
                        class="container-table"
                    >
                        <tr>
                            <!-- Centered 600px Email Table -->
                            <td style="
        margin-left:auto;
        margin-right:auto;
    " align="center" bgcolor="#F5F5F5">
                                <table class="content" style="border: none;">
                                    <tr>
                                        <td align="center" bgcolor="#F5F5F5">
                                            <table cellpadding="0" cellspacing="0" border="0" bgcolor="#F5F5F5">
                                                <tbody>
                                                    

    <!-- Body Section -->
    















    


<table style="
        text-align: center;
        margin: auto;
        margin-top: 32px;
        width: 100%;
    " width="100%">
    <tr>
        <td width="100%" style="width: 100%;">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='140' height='25' class=""/>


            </td>
        </tr>
</table>
    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F5F5F5" width="100%" height="">
            

    
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 23px;
        line-height: 32px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 32px; font-size: 23px; text-align: center;" class="">
    
    Congrats! You published your event.
    
</h2>

    
        </td>
    </tr>

    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;background-color:#F5F5F5;"
        width="600" height="20">
        <table
            style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="20">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:40px;font-size:40px;height:40px;background-color:"
                    height="40"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F5F5F5" width="100%" height="">
            
            
    <img src='https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F507071359%2F1064987912733%2F1%2Foriginal.20230503-211957?h=400&w=800&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C1200%2C600&s=6a1f66987dbd931e3a575aeae8872590' title='' alt='' style='
        height: auto;
        max-height: 300px;
        width: 600px;
        max-width: 100%;
        padding: 0;
    ' border="0" width='600' height='300' class=""/>

    
        </td>
    </tr>






    
    
    
<tr class="row_divider-top">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#FFFFFF;
    border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0;border-bottom-left-radius:0;
    "
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;background-color:"
                    height="18"> </td>
            </tr>
            <tr bgcolor="#FFFFFF">
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;"
                    height="18"></td>
            </tr>
        </table>
    </td>
</tr>



    

<tr bgcolor="#FFFFFF" class="row_section-article-content">
    <td style="background-color:#FFFFFF;" bgcolor="#FFFFFF" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="left">
            <tr class="row_section" style="" bgcolor="#FFFFFF">
                <td width="64" bgcolor="#FFFFFF" align="left"></td>
                <td class="" style="text-align:left;background-color:#FFFFFF;"
                    align="left">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="" cellspacing="0"
                        cellpadding="0" bgcolor="#FFFFFF" align="left">
                        
        
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 23px;
        line-height: 32px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    " class="">
    
            CCGA How Does Your Garden Grow @ The Land
        
</h2>

    
        </td>
    </tr>

    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#FFFFFF;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    ">
        <tr class="row_section" style="">
            <td width="26" style="vertical-align: top;">
                
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/clock-icon@2x.png' title='date' alt='' style='padding-top: 4px;' border="0" width='24' height='24' class=""/>


            </td>
            <td style="">
                <table>
                
                
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="22px">
            
                    
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 17px;
        line-height: 24px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:normal;text-decoration:none !important;cursor:text;"
    class="">
    
        
                        Sunday, May 7, 2023 from 12:00 PM to 3:30 PM (CDT)
                    
    
</span>


                
        </td>
    </tr>


        
                </table>
            </td>
        </tr>
    </table>

    
        </td>
    </tr>



    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:#FFFFFF;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>




    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;background-color:#FFFFFF;"
        width="600" height="6">
        <table
            style="mso-line-height-rule:exactly;line-height:6px;font-size:6px;height:6px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="6">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;background-color:"
                    height="12"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="white" width="100%" height="">
            
        
    
    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    ">
        <tr class="row_section" style="">
            <td width="26" style="vertical-align: top;">
                
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/pin-icon@2x.png' title='date' alt='' style='padding-top: 4px;' border="0" width='24' height='24' class=""/>


            </td>
            <td style="">
                <table>
                
            
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     
        font-size: 15px;
        line-height: 21px;
    text-align:left;" align="left" bgcolor="white" width="100%" height="22px">
            
                
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 17px;
        line-height: 24px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:normal;"
    class="">
    
        
                    The Land
                
    
</span>


            
        </td>
    </tr>

            
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     
        font-size: 15px;
        line-height: 21px;
    text-align:left;" align="left" bgcolor="white" width="100%" height="22px">
            
                
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#6F7287;font-weight:normal;"
    class="">
    
        
                    2888 East 94th Street<BR>Chicago, IL 60617
                
    
</span>


                </td>
            </tr>
            <tr>
                <td height="22px" style="
        font-size: 15px;
        line-height: 21px;
    ">
                    


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/G2j1qqorGrVSOsFlU_m2dg~~/AAQxAQA~/RgRmNAPfP0RNaHR0cDovL21hcHMuZ29vZ2xlLmNvbS9tYXBzP3E9VGhlK0xhbmQrMjg4OCtFYXN0Kzk0dGgrU3RyZWV0K0NoaWNhZ28rSUwrNjA2MTdXA3NwY0IKZFFf0FJkLQoSMlIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    class=""
    >(View on map)</a>
            
        </td>
    </tr>

    
                </table>
            </td>
        </tr>
    </table>


    
        </td>
    </tr>




    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#FFFFFF;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
<tr class="row_divider-line">
    <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;background-color:;"
        width="600" height="1">
        <table
            style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="1">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:1px;font-size:1px;height:1px;background-color:#E7E6EA"
                    height="1"> </td>
            </tr>
        </table>
    </td>
</tr>

    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#FFFFFF;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="white" width="100%" height="">
            
        


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-size:15px;line-height:21px;" href="https://clicks.eventbrite.com/f/a/b4r81qyOVfmQpT0QbBpKeA~~/AAQxAQA~/RgRmNAPfP0S4aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS9jY2dhLWhvdy1kb2VzLXlvdXItZ2FyZGVuLWdyb3ctdGhlLWxhbmQtdGlja2V0cy02MzA0MTIzNzkzOTc_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPXBvc3RfcHVibGlzaCZ1dG1fY29udGVudD1zaG9ydExpbmtOZXdFbWFpbFcDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >See on Eventbrite</a>
    
        </td>
    </tr>




    
                    </table>
                </td>
                <td width="64" bgcolor="#FFFFFF"></td>
            </tr>
        </table>
    </td>
</tr>


    
    
    
<tr class="row_divider-bottom">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#FFFFFF;
    border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px;
    "
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            <tr bgcolor="#FFFFFF">
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;"
                    height="18"></td>
            </tr>
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;background-color:"
                    height="18"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#F5F5F5;"
        width="600" height="4">
        <table
            style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;height:4px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="4">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;background-color:"
                    height="8"> </td>
            </tr>
        </table>
    </td>
</tr>




    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;background-color:#F5F5F5;"
        width="600" height="24">
        <table
            style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="24">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:48px;font-size:48px;height:48px;background-color:"
                    height="48"> </td>
            </tr>
        </table>
    </td>
</tr>




    
    
    
<tr class="row_divider-top">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#FFFFFF;
    border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0;border-bottom-left-radius:0;
    "
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;background-color:"
                    height="18"> </td>
            </tr>
            <tr bgcolor="#FFFFFF">
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;"
                    height="18"></td>
            </tr>
        </table>
    </td>
</tr>



    

<tr bgcolor="#FFFFFF" class="row_section-article-content">
    <td style="background-color:#FFFFFF;" bgcolor="#FFFFFF" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="left">
            <tr class="row_section" style="" bgcolor="#FFFFFF">
                <td width="20" bgcolor="#FFFFFF" align="left"></td>
                <td class="" style="text-align:left;background-color:#FFFFFF;"
                    align="left">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="" cellspacing="0"
                        cellpadding="0" bgcolor="#FFFFFF" align="left">
                        
        
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
            <table style="width: 100%;border-collapse:collapse;border-spacing:0;border:0;padding:0;width:100%">
                <tr>
                    <td>
                        <div style="
        width: 100%;
        float: left;
    ; display: inline-block;">
                            
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 23px;
        line-height: 32px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom:20px; font-size: 30px;" class="">
    
                            Get the word out
                            
</h2>

                            
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size=13px;"
    class="">
    
                            <b>Eventbrite Boost</b> gives you marketing superpowers to launch ads and grow attendance to your events.
                            
</span>


                            
    <!--[if (mso)|(ie)]>
    <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://www.eventbrite.com/boost/?utm_source=eventbrite&utm_medium=email&utm_campaign=global-prospecting-sso-post-publish-boost-graphic&utm_content=ebToolsLink" style="height:40px;v-text-anchor:middle;width:225px;" arcsize="10%" strokeweight="1px" strokecolor="#f05537" fillcolor="#f05537">
        <w:anchorlock/>
        <center style="color:#FFFFFF;font-family:sans-serif;font-size:16px;font-weight:normal;">
            Start your free trial today
        </center>
    </v:roundrect>
    <![endif]-->
    <!--[if !((mso)|(ie))]><!-- -->
    <div style="text-align:left;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        padding: 0;
    ">
        <a
            href="https://clicks.eventbrite.com/f/a/qTaiN78-1jXL5rw-XEYcAw~~/AAQxAQA~/RgRmNAPfP0SfaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vYm9vc3QvP3V0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fbWVkaXVtPWVtYWlsJnV0bV9jYW1wYWlnbj1nbG9iYWwtcHJvc3BlY3Rpbmctc3NvLXBvc3QtcHVibGlzaC1ib29zdC1ncmFwaGljJnV0bV9jb250ZW50PWViVG9vbHNMaW5rVwNzcGNCCmRRX9BSZC0KEjJSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
            target="_blank"
            style="
                background-color:#f05537;
                color:#FFFFFF;
                border-color:#f05537;
                
        display: inline-block;
        line-height: 22px;
        font-weight: normal;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        padding: 8px 28px 12px;
        border-radius: 4px;
        border-style: solid;
        border-width: 2px;
    
                margin-top:20px;
            "
            class="btn "
        >
            Start your free trial today
        </a>
    </div>
    <!--<![endif]-->

                        </div>
                    </td>
                    <td>
                        <div style="
        width: 100%;
        float: right;
    ">
                            
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/market-and-promote@2x.png' title='' alt='Eventbrite Boost!' style='
        width: 100%;
        max-width: 230px;
        padding: 0;
        margin: auto;
        display: block;
        float: right;
        vertical-align: middle;
        margin-top: 14px;
    ' border="0" width='230' height='230' class=""/>


                        </div>
                    </td>
                </tr>
            </table>
        
        </td>
    </tr>


    
                    </table>
                </td>
                <td width="20" bgcolor="#FFFFFF"></td>
            </tr>
        </table>
    </td>
</tr>


    
    
    
<tr class="row_divider-bottom">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#FFFFFF;
    border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px;
    "
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            <tr bgcolor="#FFFFFF">
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;"
                    height="18"></td>
            </tr>
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;background-color:"
                    height="18"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#F5F5F5;"
        width="600" height="4">
        <table
            style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;height:4px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="4">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;background-color:"
                    height="8"> </td>
            </tr>
        </table>
    </td>
</tr>




    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:28px;font-size:28px;background-color:#F5F5F5;"
        width="600" height="28">
        <table
            style="mso-line-height-rule:exactly;line-height:28px;font-size:28px;height:28px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="28">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:56px;font-size:56px;height:56px;background-color:"
                    height="56"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F5F5F5" width="100%" height="">
            
        <table style="width: 100%;border-collapse:collapse;border-spacing:0;border:0;padding:0;width:100%">
            <tr>
                <td valign="middle" align="center">
                    <div style="width: 100%; margin: auto;">
                        
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/devices@2x.png' title='' alt='Mobile devices' style='
        height: auto;
        max-height: 100%;
        width: 428px;
        max-width: 100%;
        padding: 0;
        margin: auto;
        display: block;
    ' border="0" width='428' height='298' class=""/>


                    </div>
                </td>
            </tr>
        </table>
    
        </td>
    </tr>



    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F5F5F5" width="100%" height="">
            
            <div style="text-align: center; display: block; width: 385px; margin: auto;">
                
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 23px;
        line-height: 32px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 32px; font-size: 2em;" class="">
    
                            Track the success of your event on the go
                
</h2>

            </div>
    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#F5F5F5;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>




    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#F5F5F5" width="100%" height="">
            
            <table width="100%">
                <tr>
                    <td valign="middle" align="right">
                        <div style="float:right;">
                            <a href="https://clicks.eventbrite.com/f/a/PAFbp0m2HCgBkUrpDQS7XQ~~/AAQxAQA~/RgRmNAPfP0RGaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lkPWNvbS5ldmVudGJyaXRlLm9yZ2FuaXplclcDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~">
                                
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/google-play-badge@2x.png' title='' alt='Google play store' style='display: block; margin: auto;' border="0" width='165' height='49' class=""/>


                            </a>
                        </div>
                    </td>
                    <td width="20px"></td>
                    <td valign="middle" align="left">
                        <div style="float:left;">
                            <a href="https://clicks.eventbrite.com/f/a/Vuj1-EHyd4Cilu1v8Al-Ng~~/AAQxAQA~/RgRmNAPfP0Q-aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvZXZlbnRicml0ZS1vcmdhbml6ZXIvaWQzNjgyNjA1MjFXA3NwY0IKZFFf0FJkLQoSMlIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~">
                                
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/app-store-badge@2x.png' title='' alt='Apple store' style='display: block; margin: auto;' border="0" width='165' height='49' class=""/>


                            </a>
                        </div>
                    </td>
                </tr>
            </table>
    
        </td>
    </tr>


        <img src="https://www.eventbrite.com/emails/action/?recipient=i&type=open&send_id=2023-05-03&list_id=post_publish_email" style="display: none;" alt="" width="1" height="1" />



    <!-- Footer Section-->
    






    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#F5F5F5;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>





<tr bgcolor="#F5F5F5" class="row_section-smoke-gray-content">
    <td style="background-color:#F5F5F5;" bgcolor="#F5F5F5" class="grid__col">
        <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " align="center">
            <tr class="row_section" style="" bgcolor="#F5F5F5">
                <td width="30" bgcolor="#F5F5F5" align="center"></td>
                <td class="" style="text-align:center;background-color:#F5F5F5;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    " class="" cellspacing="0"
                        cellpadding="0" bgcolor="#F5F5F5" align="center">
                        
    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="">
            
        
    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="">
            
        <div style="
        width: 140px;
        height: 25px;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='140' height='25' class=""/>


        </div>
    
        </td>
    </tr>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#F5F5F5;"
        width="600" height="12">
        <table
            style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;height:12px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="12">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:24px;font-size:24px;height:24px;background-color:"
                    height="24"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    <tr style="" bgcolor="#F5F5F5">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="">
            
        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/ZotgXVu1gyiFXsqmN9kM8A~~/AAQxAQA~/RgRmNAPfP0QiaHR0cHM6Ly93d3cudHdpdHRlci5jb20vRXZlbnRicml0ZVcDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Twitter">
        <img src="https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/TW-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="twitter" title="twitter" border="0" />
    </a>
</span>

        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/3vFOkPXEmFTNkkHNgsGtwQ~~/AAQxAQA~/RgRmNAPfP0QjaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0V2ZW50YnJpdGVXA3NwY0IKZFFf0FJkLQoSMlIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~" target="_blank" aria-label="Eventbrite Facebook">
        <img src="https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/FB-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="facebook" title="facebook" border="0" />
    </a>
</span>

        
    
<span class="social-logo-container" style="
        padding:0;
        display:inline-block;
        height:auto;
        margin:0;
        width:40px;
        text-align:center;
    ">
    <a href="https://clicks.eventbrite.com/f/a/lfxnm-s5PptHyDlCH6kmTw~~/AAQxAQA~/RgRmNAPfP0QlaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9ldmVudGJyaXRlL1cDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Instagram">
        <img src="https://cdn.evbstatic.com/s3-build/1248925-rc2023-05-03_16.04-e67868a/django/images/emails_2018_rebrand/IG-icon-purple@2x.png" class="footer-social-logo__image" style="
        height:24px;
        padding:0;
        width:24px;
    " height="24"
            width="24" alt="instagram" title="instagram" border="0" />
    </a>
</span>

    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;background-color:#F5F5F5;"
        width="600" height="10">
        <table
            style="mso-line-height-rule:exactly;line-height:10px;font-size:10px;height:10px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="10">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:20px;font-size:20px;height:20px;background-color:"
                    height="20"> </td>
            </tr>
        </table>
    </td>
</tr>




        
    <tr style="" bgcolor="#F5F5F5">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="">
            
            
            


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; 
        font-size: 12px;
        line-height: 18px;
    " href="https://clicks.eventbrite.com/f/a/6bTsrLUqL9gxlqE9zaEyLw~~/AAQxAQA~/RgRmNAPfP0SnaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vYWNjb3VudC1zZXR0aW5ncy9lbWFpbC1wcmVmZXJlbmNlcy8_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPXBvc3RwdWImdXRtX2NvbnRlbnQ9dW5zdWJzY3JpYmUlM0JlaWQlM0Q2MzA0MTIzNzkzOTdXA3NwY0IKZFFf0FJkLQoSMlIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    class=""
    >Unsubscribe</a>
        
        </td>
    </tr>


    
    <tr style="" bgcolor="#F5F5F5">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            
    <span style='' class=''>
                This email was sent to 


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="mailto:info@chicagocommunitygardens.org"
    class=""
    >info@chicagocommunitygardens.org</a>
            </span>

        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#F5F5F5">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
                    


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/idv3IdUvyjNCRQC6G7gpFw~~/AAQxAQA~/RgRmNAPfP0RtaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPSZ1dG1fdGVybT1lbWFpbF9mb290ZXJfZWJfbGlua1cDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >Eventbrite</a>
                     | 535 Mission Street, 8th Floor | San Francisco, CA 94105
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#F5F5F5">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            Copyright © 2023 Eventbrite. All rights reserved.
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#F5F5F5">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#F5F5F5" width="100%" height="24">
            
        
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#4B4D63;font-weight:normal;"
    class="">
    
        
            
            


<a style="
        text-decoration:none;color:#3F60E7;
     color:#f05537; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/a/g0Ai6PNsNRm0qK_GaOb0Wg~~/AAQxAQA~/RgRmNAPfP0S3aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vc3VwcG9ydC9hcnRpY2xlcy9lbl9VUy9Ucm91Ymxlc2hvb3RpbmcvZXZlbnRicml0ZS1wcml2YWN5LXBvbGljeT9sZz1lbl9VUz91dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249JnV0bV90ZXJtPWVtYWlsX2Zvb3Rlcl9lYl9saW5rVwNzcGNCCmRRX9BSZC0KEjJSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    >Privacy Policy</a>
        
    
</span>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#F5F5F5;"
        width="600" height="18">
        <table
            style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;height:18px;
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
    ;width:100%;"
            cellspacing="0" cellpadding="0" height="18">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:36px;font-size:36px;height:36px;background-color:"
                    height="36"> </td>
            </tr>
        </table>
    </td>
</tr>



        <img src="https://www.eventbrite.com/emails/action/?recipient=i&type=open&send_id=2023-05-03&list_id=post_publish_email" alt="" width="1" height="1" />

                    </table>
                </td>
                <td width="30" bgcolor="#F5F5F5"></td>
            </tr>
        </table>
    </td>
</tr>



                                                </tbody>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        </div>
    
<img border="0" width="1" height="1" alt="" src="https://clicks.eventbrite.com/q/OjtbdMgyDbFntvHOR1W_nw~~/AAQxAQA~/RgRmNAPfPlcDc3BjQgpkUV_QUmQtChIyUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~">
</body>
</html>