<!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/-KCwMw3tAGxLIE2ktp30Jg~~/AAQxAQA~/RgRk1v3tPVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" 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="#EEEDF2">
            <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="#EEEDF2">
                                <table class="content" style="border: none;">
                                    <tr>
                                        <td align="center" bgcolor="#EEEDF2">
                                            <table cellpadding="0" cellspacing="0" border="0" bgcolor="#EEEDF2">
                                                <tbody>
                                                    

    <!-- Body Section -->
    















    

    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        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 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="#FFFFFF">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="#FFFFFF" 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;
    margin-top: 0;" class="">
    
            Good news!
        
</h2>

    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#FFFFFF;"
        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 style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:left;" align="left" bgcolor="white" width="100%" height="">
            
        
    
    

<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="">
    
        
            
            An order for <a href="https://clicks.eventbrite.com/f/a/-n9eM-tKF1__vRp52iiAUA~~/AAQxAQA~/RgRk1v3tP0SgaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbXlldmVudD91dG1fY2FtcGFpZ249b3JkZXJfY29uZmlybSZ1dG1fbWVkaXVtPWVtYWlsJnJlZj1lZW1haWxvcmRjb25mJmVpZD0zODkxMDIxNTQwMTcmdXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV90ZXJtPW9yZ2JjY2V2ZW50bmFtZVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" style='
        text-decoration:none;color:#3F60E7;
    '>CCGA 10th Anniversary Celebration</a> just came through.
        
    
</span>


    
        </td>
    </tr>

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

<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="">
    
        
            Below, you'll find a copy of the order confirmation email for: 
        
    
</span>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#FFFFFF;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>



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

<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="">
    
        
            grace gocon
        
    
</span>


    
        </td>
    </tr>

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

<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="">
    
        
            


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


    
        </td>
    </tr>

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

<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="">
    
        
            


<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/ixLS0paNovkbhX2ErLGIKA~~/AAQxAQA~/RgRk1v3tP0S8aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vcmVwb3J0cz91dG1fY2FtcGFpZ249b3JkZXJfY29uZmlybSZ1dG1fbWVkaXVtPWVtYWlsJmVpZD0zODkxMDIxNTQwMTcmZmlsdGVyYnk9YWxsJTJDNDI4NDk4MTg2OSZyaWQ9aCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09b3JkZXJyZXBvcnRXA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    class=""
    >Order #4284981869</a>
        
    
</span>


    
        </td>
    </tr>


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#FFFFFF;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>



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

<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="">
    
        
            Cheers! <br />
            Eventbrite
        
    
</span>


    
        </td>
    </tr>


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

<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="">
    
        
            P.S. You can turn off this notification anytime on your <a href="https://clicks.eventbrite.com/f/a/xyoAoReWNc8CrpkNdyec7A~~/AAQxAQA~/RgRk1v3tP0SqaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vYWNjb3VudC1zZXR0aW5ncy9lbWFpbC1wcmVmZXJlbmNlcz91dG1fY2FtcGFpZ249b3JkZXJfY29uZmlybSZ1dG1fbWVkaXVtPWVtYWlsJnJlZj1lZW1haWxvcmRjb25mJnV0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fdGVybT1vcmdiY2NlbWFpbHByZWZXA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~" style='
        text-decoration:none;color:#3F60E7;
    '>email preferences page</a>.
        
    
</span>


    
        </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:#EEEDF2;"
        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:12px;font-size:12px;background-color:#EEEDF2;"
        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 bgcolor="#EEEDF2" class="row_section-header-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" 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="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    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="#EEEDF2" align="center">
                        
        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        <div style="
        width: 140px;
        height: 25px;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/django/images/emails_2018_rebrand/EB-logo@2x.png' title='' alt='Eventbrite' style='' border="0" width='140' height='25' class=""/>


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



        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        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 style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
                
    
<h1 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 30px;
        line-height: 42px;
        font-weight: bold;
        font-weight: 800;
        letter-spacing: -0.2px;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1E0A3C; margin-top:0;" class="h1-header">
    
                    grace, <br />you've got tickets!
                
</h1>

            
        </td>
    </tr>


            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        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 style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
                
    
    <img src='https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/django/images/emails_2018_rebrand/header-icon@2x.png' title='' alt='Eventbrite' style='' border="0" width='115' height='115' class=""/>


            
        </td>
    </tr>


            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#EEEDF2;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>


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


        

<tr bgcolor="#EEEDF2" class="row_section-footer-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" 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="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    color:#1E0A3C;" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        
            
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
                
    
<h1 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;
    color: #1E0A3C; margin-top:0; font-weight: bold;" class="h1-header">
    
                    Keep your tickets handy
                
</h1>

            
        </td>
    </tr>


            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:12px;font-size:12px;background-color:#EEEDF2;"
        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="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
                
    <!--[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/mytickets/4284981869?utm_campaign=order_confirm&utm_medium=email&ref=eemailordconf&app_cta_src=order_conf_email&utm_source=eventbrite&utm_term=viewtickets" 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;">
            Go to My Tickets
        </center>
    </v:roundrect>
    <![endif]-->
    <!--[if !((mso)|(ie))]><!-- -->
    <div style="text-align:center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        padding: 0;
    ">
        <a
            href="https://clicks.eventbrite.com/f/a/1oBaZWfaVIFQxttpnRAIug~~/AAQxAQA~/RgRk1v3tP0S1aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbXl0aWNrZXRzLzQyODQ5ODE4Njk_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZhcHBfY3RhX3NyYz1vcmRlcl9jb25mX2VtYWlsJnV0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fdGVybT12aWV3dGlja2V0c1cDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
            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;
    
                
            "
            class="btn "
        >
            Go to My Tickets
        </a>
    </div>
    <!--<![endif]-->

            
        </td>
    </tr>

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


    
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        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 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="">
            
        
    
<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-top: 0;" class="">
    
            CCGA 10th Anniversary Celebration
        
</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="">
            
            
    
    <img src='https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F325059919%2F1064987912733%2F1%2Foriginal.20220727-022815?h=400&w=800&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C0%2C2160%2C1080&s=6d2b5f086dd3fe16e5699de7b4558223' title='CCGA 10th Anniversary Celebration' alt='CCGA 10th Anniversary Celebration' style='' border="0" width='100%' height='auto' class=""/>


        
        </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="">
            
            
    
    <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/616831-rc2022-08-11_16.04-387afbf/django/images/emails_2018_rebrand/ticket-icon@2x.png' title='date' alt='' style='padding-top: 4px;' border="0" width='12' height='16' 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;"
    class="">
    
        
                        1 x Ticket
                
    
</span>


            
        </td>
    </tr>

            
    <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: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#6F7287;font-weight:normal;"
    class="no_text_resize">
    
        
                    Order total: Free
                
    
</span>


            
        </td>
    </tr>

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

    
        </td>
    </tr>


        
        </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="">
            
            
    
    <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/616831-rc2022-08-11_16.04-387afbf/django/images/emails_2018_rebrand/date-icon@2x.png' title='date' alt='' style='padding-top: 4px;' border="0" width='18' height='18' 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="">
    
        
                        Friday, August 19, 2022 from 5:00 PM to 9:00 PM (CDT)
                    
    
</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="no_text_resize">
    
        
                        Add to
                        


<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/nBmVbPvLPBm0RQDlkZqdOQ~~/AAQxAQA~/RgRk1v3tP0SvaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vY2FsZW5kYXIuaWNzP3V0bV9jYW1wYWlnbj1vcmRlcl9jb25maXJtJnV0bV9tZWRpdW09ZW1haWwmcmVmPWVlbWFpbG9yZGNvbmYmZWlkPTM4OTEwMjE1NDAxNyZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09Z29vZ2xlY2FsJmNhbGVuZGFyPWdvb2dsZVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >Google</a>
                        
    <span style='font-weight:bold;' class=''>·</span>

                        


<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/ripOA6NWi19u1_g-uuf_OA~~/AAQxAQA~/RgRk1v3tP0SuaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vY2FsZW5kYXIuaWNzP3V0bV9jYW1wYWlnbj1vcmRlcl9jb25maXJtJnV0bV9tZWRpdW09ZW1haWwmcmVmPWVlbWFpbG9yZGNvbmYmZWlkPTM4OTEwMjE1NDAxNyZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09b3V0bG9vayZjYWxlbmRhcj1vdXRsb29rVwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    >Outlook</a>
                        
    <span style='font-weight:bold;' class=''>·</span>

                        


<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/lnzlv_laQ-Rvd9m42AnFcQ~~/AAQxAQA~/RgRk1v3tP0SoaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vY2FsZW5kYXIuaWNzP3V0bV9jYW1wYWlnbj1vcmRlcl9jb25maXJtJnV0bV9tZWRpdW09ZW1haWwmcmVmPWVlbWFpbG9yZGNvbmYmZWlkPTM4OTEwMjE1NDAxNyZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09aWNhbCZjYWxlbmRhcj1pY2FsVwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    >iCal</a>
                        
    <span style='font-weight:bold;' class=''>·</span>

                        


<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/YlW-90FT1Sq-EjqDi0POow~~/AAQxAQA~/RgRk1v3tP0StaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vY2FsZW5kYXIuaWNzP3V0bV9jYW1wYWlnbj1vcmRlcl9jb25maXJtJnV0bV9tZWRpdW09ZW1haWwmcmVmPWVlbWFpbG9yZGNvbmYmZWlkPTM4OTEwMjE1NDAxNyZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09eWFob29jYWwmY2FsZW5kYXI9eWFob29XA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    class=""
    >Yahoo</a>
                    
    
</span>


                
        </td>
    </tr>

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

    
        </td>
    </tr>


        
        </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/616831-rc2022-08-11_16.04-387afbf/django/images/emails_2018_rebrand/locPin-icon@2x.png' title='date' alt='' style='padding-top: 4px;' border="0" width='12' height='16' 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="">
    
        
                    Garfield Park Conservatory
                
    
</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="">
    
        
                    300 North Central Park Avenue<BR>Chicago, IL 60624
                
    
</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/IE7OQ9it-AeEf8t2y5KlZg~~/AAQxAQA~/RgRk1v3tP0RoaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20vbWFwcz9xPUdhcmZpZWxkK1BhcmsrQ29uc2VydmF0b3J5KzMwMCtOb3J0aCtDZW50cmFsK1BhcmsrQXZlbnVlK0NoaWNhZ28rSUwrNjA2MjRXA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~"
    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 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; " href="https://clicks.eventbrite.com/f/open-in-app/fnnNCH8JqBExjkahSRKSmQ~~/AAQxAQA~/RgRk1v3tP0TMaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vZS9jY2dhLTEwdGgtYW5uaXZlcnNhcnktY2VsZWJyYXRpb24tdGlja2V0cy0zODkxMDIxNTQwMTc_YWZmPWVlbWFpbG9yZGNvbmYmdXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09dmlld2V2ZW50VwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    
    >View event details</a>
    
        </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:#FFFFFF;"
        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="">
            
            
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:normal;"
    class="">
    
        
                Chicago Community Gardeners Association
            
    
</span>


        
        </td>
    </tr>


        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#FFFFFF;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>



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

    <!--[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/o/chicago-community-gardeners-association-50575828813?utm_campaign=order_confirm&utm_medium=email&ref=eemailordconf&utm_source=eventbrite&utm_term=followorg" style="height:40px;v-text-anchor:middle;width:135px;" arcsize="10%" strokeweight="1px" strokecolor="#E7E6EA" fillcolor="#FFFFFF">
        <w:anchorlock/>
        <center style="color:#1E0A3C;font-family:sans-serif;font-size:16px;font-weight:normal;">
            Follow
        </center>
    </v:roundrect>
    <![endif]-->
    <!--[if !((mso)|(ie))]><!-- -->
    <div style="text-align:center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     
        padding: 0;
    ">
        <a
            href="https://clicks.eventbrite.com/f/open-in-app/jsyRVl_vZzT5SHk_NjIo2g~~/AAQxAQA~/RgRk1v3tP0S3aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vby9jaGljYWdvLWNvbW11bml0eS1nYXJkZW5lcnMtYXNzb2NpYXRpb24tNTA1NzU4Mjg4MTM_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09Zm9sbG93b3JnVwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
            target="_blank"
            style="
                background-color:#FFFFFF;
                color:#1E0A3C;
                border-color:#E7E6EA;
                
        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;
    
                
            "
            class="btn "
            
        >
            Follow
        </a>
    </div>
    <!--<![endif]-->

        
        </td>
    </tr>



        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#FFFFFF;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>



    
    
    <tr style="" bgcolor="white">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="white" width="100%" height="">
            
        
    
<h2 style="
        padding: 0;
        margin: 12px 0 0 0;
    
        font-size: 17px;
        line-height: 23px;
        font-weight: normal;
        font-weight: 500;
        color: #1E0A3C;
    
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0;" class="">
    
            Questions about this event?
        
</h2>

    
        </td>
    </tr>


    
    
<tr class="row_divider-top">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;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="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;background-color:"
                    height="8"> </td>
            </tr>
            <tr bgcolor="#FFFFFF">
                <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;"
                    height="8"></td>
            </tr>
        </table>
    </td>
</tr>


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

<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="">
    
        
            
    
    


<a style="
        text-decoration:none;color:#3F60E7;
      
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; " href="https://clicks.eventbrite.com/f/open-in-app/sCqarc24Ae486O3hbgKZ8A~~/AAQxAQA~/RgRk1v3tP0SraHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbXl0aWNrZXRzLzQyODQ5ODE4Njk_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZjb250YWN0X29yZ2FuaXplcj0xJnV0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fdGVybT1jb250YWN0b3JnVwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    class=""
    
    >Contact the organizer</a>

        
    
</span>


    
        </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:#EEEDF2;"
        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-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 
        cellpadding="0" cellspacing="0" border="0"
     class="no_text_resize" width="100%" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <tr>
            <td colspan="3">
                
    
<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-top: 0;" class="">
    
                    Order Summary
                
</h2>

            </td>
        </tr>

        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#FFFFFF;"
        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>
            <td colspan="3">
                
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size: 14px; color: #1E0A3C;"
    class="">
    
                    
                    Order 


<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/QMf8JIXajiHJOBOGBncT7g~~/AAQxAQA~/RgRk1v3tP0SUaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbXl0aWNrZXRzLzQyODQ5ODE4Njk_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09b3JkZXJpZFcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >#4284981869</a> - August 11, 2022
                
</span>

            </td>
        </tr>

        <tr>
            <td colspan="3">
            </td>
        </tr>

            
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;background-color:#FFFFFF;"
        width="600" height="8">
        <table
            style="mso-line-height-rule:exactly;line-height:8px;font-size:8px;height:8px;
        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="8">
            
            <tr>
                <td style="mso-line-height-rule:exactly;line-height:16px;font-size:16px;height:16px;background-color:"
                    height="16"> </td>
            </tr>
        </table>
    </td>
</tr>



        <tr>
            <td colspan="3">
                <table 
        cellpadding="0" cellspacing="0" border="0"
     width="100%">
                    <tbody>
                            <tr>
                                <td width="25%" valign="top">
                                    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size: 14px; color: #1E0A3C;"
    class="">
    
                                        Grace Gocon
                                    
</span>

                                </td>
                                <td width="50%" valign="top">
                                    
    

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

                                    
    
    

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 15px;
        line-height: 21px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:600;font-size: 14px;"
    class="">
    
        
                                        Golden Ticket (admission for 1)
                                    
    
</span>


                                </td>
                                <td width="20%" align="right" valign="top" style="
        text-align: right;
    ">
                                    
    

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

                                </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>





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


        
    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:4px;font-size:4px;background-color:#FFFFFF;"
        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>


    </table>

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

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


<a style="
        text-decoration:none;color:#3F60E7;
     color:#3F60E7; 
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal; font-weight: bold;" href="https://clicks.eventbrite.com/f/a/9720ynFnLGmsfh7rTJWULg~~/AAQxAQA~/RgRk1v3tP0SjaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vbXl0aWNrZXRzLzQyODQ5ODE4Njk_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09dmlld21hbmFnZW9yZGVyc3VtbWFyeVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >View and manage</a> your order online
                        
    
</span>


                    
    
        </td>
    </tr>



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

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#1E0A3C;font-weight:600;"
    class="no_text_resize">
    
        
                                Printable PDF tickets are attached to this email
                            
    
</span>


                        
    
        </td>
    </tr>





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

<span style="
        font-weight: normal;
        margin: 4px 0;
      
        font-size: 12px;
        line-height: 18px;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color:#6F7287;font-weight:normal;"
    class="">
    
        
                            
                            This order is subject to Eventbrite <a href="https://clicks.eventbrite.com/f/a/vfg4gND4_5Lf6RllYidfYw~~/AAQxAQA~/RgRk1v3tP0SAaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vdG9zLz91dG1fY2FtcGFpZ249b3JkZXJfY29uZmlybSZ1dG1fbWVkaXVtPWVtYWlsJnJlZj1lZW1haWxvcmRjb25mJnV0bV9zb3VyY2U9ZXZlbnRicml0ZSZ1dG1fdGVybT10b3NXA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~" style="
        text-decoration:none;color:#3F60E7;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    ; font-weight:normal;" target="_blank">Terms of Service</a>, <a href="https://clicks.eventbrite.com/f/a/jf0XitPY3xUOm16AhOBM-w~~/AAQxAQA~/RgRk1v3tP0SUaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vcHJpdmFjeXBvbGljeS8_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09cHJpdmFjeXBvbGljeVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" style="
        text-decoration:none;color:#3F60E7;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    ; font-weight:normal;" target="_blank">Privacy Policy</a>, and <a href="https://clicks.eventbrite.com/f/a/OM5y_p9MSa24uU_LRTqmxg~~/AAQxAQA~/RgRk1v3tP0SNaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vY29va2llcy8_dXRtX2NhbXBhaWduPW9yZGVyX2NvbmZpcm0mdXRtX21lZGl1bT1lbWFpbCZyZWY9ZWVtYWlsb3JkY29uZiZ1dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX3Rlcm09Y29va2llcG9saWN5VwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA" style="
        text-decoration:none;color:#3F60E7;
     
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    ; font-weight:normal;" target="_blank">Cookie Policy</a>.
                        
    
</span>


                    
    
        </td>
    </tr>


                

            
        </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:#EEEDF2;"
        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-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="">
            
        
    
<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-top:0;" class="">
    
            Additional Information
        
</h2>

    
        </td>
    </tr>


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

<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:500;"
    class="">
    
        
            The event organizer has provided the following information:
        
    
</span>


    
        </td>
    </tr>


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

<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="no_text_resize">
    
        
                We're excited to celebrate with you on August 19! Visit http://chicagocommunitygardens.org/CCGA10 for more event details and the latest updates. To check in at the event, please bring your mobile device with this email, or you can print the PDF attached to the bottom of this email, bring it with you, and we can recycle the paper! 
            
    
</span>


        
        </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:#EEEDF2;"
        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>



        
    <script type="application/ld+json">
        {
            "@context": "http://schema.org"
            ,"@type": "EventReservation"
            ,"reservationNumber": "4284981869"
            ,"reservationStatus": "http://schema.org/Confirmed"
            ,"modifyReservationUrl": "https://www.eventbrite.com/mytickets/4284981869?utm_campaign=order_confirm&utm_medium=email&ref=eemailordconf&utm_source=eventbrite&utm_term=googlenow"
            ,"underName": {
                "@type": "Person"
                ,"name": "grace gocon"
            }
            ,"reservationFor": {
                "@type": "Event"
                ,"name": "CCGA 10th Anniversary Celebration"
                ,"startDate": "2022-08-19T17:00:00-05:00"
                    ,"endDate": "2022-08-19T21:00:00-05:00"
                    ,"location": {
                        "@type": "Place"
                        ,"name": "Garfield Park Conservatory"
                        ,"address": {
                            "@type": "PostalAddress"
                            ,"streetAddress": "300 North Central Park Avenue"
                            ,"addressLocality": "Chicago"
                            ,"addressRegion": "IL"
                            ,"postalCode": "60624"
                            ,"addressCountry": "US"
                        }
                    }
            }
        }
    </script>




    <!-- Footer Section-->
    






    

    
<tr class="row_divider-spacer">
    <td style="mso-line-height-rule:exactly;line-height:18px;font-size:18px;background-color:#EEEDF2;"
        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="#EEEDF2" class="row_section-footer-content">
    <td style="background-color:#EEEDF2;" bgcolor="#EEEDF2" 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="#EEEDF2">
                <td width="30" bgcolor="#EEEDF2" align="center"></td>
                <td class="" style="text-align:center;background-color:#EEEDF2;"
                    align="center">
                    <table style="
        border-collapse:collapse;
        border-spacing:0;
        mso-table-lspace:0pt;
        mso-table-rspace:0pt;
        border:0;
        padding:0;
        width:100%;
    color:#1E0A3C;" class="" cellspacing="0"
                        cellpadding="0" bgcolor="#EEEDF2" align="center">
                        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        
    
    <tr style="" bgcolor="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" width="100%" height="">
            
        <div style="
        width: 140px;
        height: 25px;
        margin: 0 auto;
        text-align: center;
    ">
            
    
    <img src='https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/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:#EEEDF2;"
        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="#EEEDF2">
        <td class="" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" 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/wtxWaUSpx7mkvk0mTtHh_A~~/AAQxAQA~/RgRk1v3tP0QiaHR0cHM6Ly93d3cudHdpdHRlci5jb20vRXZlbnRicml0ZVcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Twitter">
        <img src="https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/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/-My5E-xLYh4jY9YVwr89vQ~~/AAQxAQA~/RgRk1v3tP0QjaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0V2ZW50YnJpdGVXA3NwY0IKYuxtyvViB340JFIgaW5mb0BjaGljYWdvY29tbXVuaXR5Z2FyZGVucy5vcmdYBAAAAAA~" target="_blank" aria-label="Eventbrite Facebook">
        <img src="https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/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/0XShDfsKDorSQNXzi-9ONA~~/AAQxAQA~/RgRk1v3tP0QlaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9ldmVudGJyaXRlL1cDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~" target="_blank" aria-label="Eventbrite's Instagram">
        <img src="https://cdn.evbstatic.com/s3-build/616831-rc2022-08-11_16.04-387afbf/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:#EEEDF2;"
        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="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" 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:grace.gocon@gmail.com"
    class=""
    >grace.gocon@gmail.com</a>
            </span>

        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" 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/Tbk7dZAj87rs9kgFUFFmcA~~/AAQxAQA~/RgRk1v3tP0RtaHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20_dXRtX3NvdXJjZT1ldmVudGJyaXRlJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPSZ1dG1fdGVybT1lbWFpbF9mb290ZXJfZWJfbGlua1cDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~"
    class=""
    >Eventbrite</a>
                     | 535 Mission Street, 8th Floor | San Francisco, CA 94105
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" 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 © 2022 Eventbrite. All rights reserved.
        
    
</span>


    
        </td>
    </tr>


    
    <tr style="" bgcolor="#EEEDF2">
        <td class="footer-content" style="
        padding: 0;
     text-align:center;" align="center" bgcolor="#EEEDF2" 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/NOJCBES8_X9wuFGRjzcRNA~~/AAQxAQA~/RgRk1v3tP0S3aHR0cHM6Ly93d3cuZXZlbnRicml0ZS5jb20vc3VwcG9ydC9hcnRpY2xlcy9lbl9VUy9Ucm91Ymxlc2hvb3RpbmcvZXZlbnRicml0ZS1wcml2YWN5LXBvbGljeT9sZz1lbl9VUz91dG1fc291cmNlPWV2ZW50YnJpdGUmdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249JnV0bV90ZXJtPWVtYWlsX2Zvb3Rlcl9lYl9saW5rVwNzcGNCCmLsbcr1Ygd-NCRSIGluZm9AY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3JnWAQAAAAA"
    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:#EEEDF2;"
        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=info%40chicagocommunitygardens.org&type_id=156&type=open&send_id=2022-08-11&list_id=9" alt="" width="1" height="1" />

                    </table>
                </td>
                <td width="30" bgcolor="#EEEDF2"></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/CMX08DfvwZx5UzglUnVU_w~~/AAQxAQA~/RgRk1v3tPlcDc3BjQgpi7G3K9WIHfjQkUiBpbmZvQGNoaWNhZ29jb21tdW5pdHlnYXJkZW5zLm9yZ1gEAAAAAA~~">
</body>
</html>