Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (norwalk_art_space)

2026-08-11 21:40:37 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 21:40:37 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 21:40:37 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 21:40:37 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 21:40:37 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 21:40:37 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 21:40:37 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 21:40:37 [scrapy.extensions.telnet] INFO: Telnet Password: 8cc5b70cd0339edf
2026-08-11 21:40:37 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-08-11 21:40:37 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7feae312b4c0>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/norwalk_art_space/846c5ec695bc11f18ad90050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 21:40:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 21:40:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 21:40:37 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 21:40:37 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 21:40:37 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 21:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.open_spider)

2026-08-11 21:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-08-11 21:40:37 [scrapy.core.engine] INFO: Spider opened
2026-08-11 21:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.norwalk_art_space.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
  warn(

2026-08-11 21:40:37 [norwalk_art_space] INFO: Sending scraped events to prod API
2026-08-11 21:40:37 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 21:40:37 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 21:40:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://www.thenorwalkartspace.org/jazz> from <GET https://www.thenorwalkartspace.org/communityevents>
2026-08-11 21:40:37 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.thenorwalkartspace.org/jazz>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-11 21:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.thenorwalkartspace.org/arts-bash> (referer: None)
2026-08-11 21:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.thenorwalkartspace.org/exhibitions> (referer: None)
2026-08-11 21:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 21:40:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 21:40:40 [norwalk_art_space] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 21:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.thenorwalkartspace.org/exhibitions>
{'event_url': 'https://www.thenorwalkartspace.org/exhibitions',
 'platform_hash': '71faf6aed53a9a8bc818038b80d7ead1',
 'raw_body': '<div class="Containervenl3 wH18kY" id="Containervenl3"><div '
             'class="" data-mesh-id="Containervenl3inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="Containervenl3inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><section class="Le88gL '
             'comp-m8zx0ru2 wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-m8zx0ru2" '
             'tabindex="-1"><div class="QG9w8P" data-hook="bgLayers" '
             'data-motion-part="BG_LAYER comp-m8zx0ru2" '
             'id="bgLayers_comp-m8zx0ru2"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-m8zx0ru2" '
             'id="bgMedia_comp-m8zx0ru2"></div></div><div class="" '
             'data-mesh-id="comp-m8zx0ru2inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-m8zx0ru2inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-m8zx0ruh wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m8zx0ruh"><h2 '
             'class="font_0 wixui-rich-text__text" style="font-size:41px; '
             'text-align:center;"><span class="color_36 '
             'wixui-rich-text__text"><span class="wixui-rich-text__text" '
             'style="font-size:41px;">EXHIBITIONS</span></span></h2></div></div></div></section><section '
             'class="Le88gL comp-merq6dp4 wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-merq6dp4" '
             'tabindex="-1"><div class="ClLWjk" '
             'id="current-exhibition"></div><div class="QG9w8P" '
             'data-hook="bgLayers" data-motion-part="BG_LAYER comp-merq6dp4" '
             'id="bgLayers_comp-merq6dp4"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-merq6dp4" '
             'id="bgMedia_comp-merq6dp4"></div></div><div class="" '
             'data-mesh-id="comp-merq6dp4inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-merq6dp4inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-merq6dpr1 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-merq6dpr1"><h1 '
             'class="font_0 wixui-rich-text__text" style="text-align:center; '
             'font-size:36px;">CURRENT EXHIBITION</h1></div><div '
             'class="comp-mr54ng0e wH18kY" id="comp-mr54ng0e"><div class="" '
             'data-mesh-id="comp-mr54ng0einlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mr54ng0einlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-mpeg0rm8 wixui-image" id="comp-mpeg0rm8"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="REVISED '
             'America 250 image &amp; exhibition statement '
             '051526_edited_edited.png" class="gRkIq0 sFiSiq" '
             'fetchpriority="high" height="796" id="img_comp-mpeg0rm8" '
             'sizes="570px" '
             'src="https://static.wixstatic.com/media/2af2c4_e3d9587c396046e59a7e0477b9c01bdd~mv2.png/v1/fill/w_570,h_796,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/REVISED%20America%20250%20image%20%26%20exhibition%20statement%20051526_edited_edited.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_e3d9587c396046e59a7e0477b9c01bdd~mv2.png/v1/fill/w_570,h_796,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/REVISED%20America%20250%20image%20%26%20exhibition%20statement%20051526_edited_edited.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_e3d9587c396046e59a7e0477b9c01bdd~mv2.png/v1/fill/w_1140,h_1592,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/REVISED%20America%20250%20image%20%26%20exhibition%20statement%20051526_edited_edited.png '
             '2x" style="object-fit:cover" width="570"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mpefvwab1 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mpefvwab1"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:33px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:33px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">AMERICA '
             '250:</span></span></span></span></span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="font-size:40px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Visions and '
             'Voices</span></span></span></span></span></span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:avenir-lt-w01_85-heavy1475544,sans-serif;">June '
             '11th – August 27th</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">As we commemorate 250 '
             'years of America, it is important to reflect not only on how we '
             'arrived here, but on the ideals and aspirations that continue to '
             'shape the nation. Throughout our history, artists have played a '
             'vital role in giving voice to how we see, question, remember, '
             'and understand our times and the complexities of American '
             'life.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Consider Diego '
             'Rivera’s WPA-era murals, which portrayed industrial labor as '
             'both triumph and a site of struggle; Jacob Lawrence’s Migration '
             'Series, which captured movement as survival in the face of '
             'systemic violence; or Maya Lin’s Vietnam Veterans Memorial, a '
             'sparse and powerful meditation on war, loss, and collective '
             'grief. Even Norman Rockwell, not often framed as a political '
             'artist, confronted the realities of racism and civil rights in '
             'The Problem We All Live With (1964), transforming a single '
             'child’s journey into an enduring image of courage and '
             'injustice.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The artists featured '
             'in American 250: Visions and Voices: \xa0Sachin Pannuri, Susan '
             'Clinard, Mateo Gutierrez, Scott Schuldt, Margaret Roleke, and '
             'Rick Shaefer, continue this tradition. Their works grapple with '
             'the tensions, urgencies, and uncertainties of contemporary '
             'America. They refuse to be silent. They reject complacency. They '
             'reflect, question, and illuminate the social, political, and '
             'emotional realities of the present moment, and challenge us all '
             'to make a better America.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:normal;"><span class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-bold,sans-serif;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">FREE '
             'Artists’ Reception, Thursday June 11th 6:00pm - '
             '8:00pm</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:normal;"><span class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-bold,sans-serif;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">Artists’ '
             'Talk, Sunday, July 12th 3:00pm - '
             '4:30pm</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p></div></div></div></div></div></div></section><section '
             'class="Le88gL comp-msbye497 wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-msbye497" '
             'tabindex="-1"><div class="QG9w8P" data-hook="bgLayers" '
             'data-motion-part="BG_LAYER comp-msbye497" '
             'id="bgLayers_comp-msbye497"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-msbye497" '
             'id="bgMedia_comp-msbye497"></div></div><div class="" '
             'data-mesh-id="comp-msbye497inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-msbye497inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-msbye49u wixui-rich-text" '
             'data-testid="richTextElement" id="comp-msbye49u"><h1 '
             'class="font_0 wixui-rich-text__text" style="font-size:37px; '
             'line-height:normal; text-align:center;"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, 9); '
             'font-family:lulo-clean-w01-one-bold; font-size:36px; '
             'font-style:normal; font-weight:normal; '
             'letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="letter-spacing:normal;"><span '
             'class="wixui-rich-text__text" style="font-size:37px;">COMING '
             'EXHIBITION</span></span></span></h1></div><div class="W4V2qg '
             'comp-msbye4a01 wixui-image" id="comp-msbye4a01"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Square '
             'Abundance 080226.png" class="gRkIq0 sFiSiq" height="495" '
             'id="img_comp-msbye4a01" loading="lazy" sizes="495px" '
             'src="https://static.wixstatic.com/media/2af2c4_f4c112bf20d144bb808e86f8b86de4c7~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Square%20Abundance%20080226.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_f4c112bf20d144bb808e86f8b86de4c7~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Square%20Abundance%20080226.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_f4c112bf20d144bb808e86f8b86de4c7~mv2.png/v1/fill/w_990,h_990,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Square%20Abundance%20080226.png '
             '2x" style="object-fit:cover" width="495"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-msbye4am1 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-msbye4am1"><h3 '
             'class="font_3 wixui-rich-text__text" style="font-size:34px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:34px;">Abundance</span></h3>\n'
             '<h5 class="font_5 wixui-rich-text__text" '
             'style="text-align:center; font-size:23px;">September 3 – '
             'November 5</h5>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Abundance celebrates '
             'nourishment in its many forms: food, labor, community, '
             'creativity, and the natural systems that sustain us. Moving '
             'beyond simple excess, the exhibition proposes a definition '
             'rooted in stewardship, connection, and interdependence. Food '
             'becomes a lens through which to examine the unseen forces that '
             'shape our lives. <span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Mia Brownell </span>reimagines the '
             'still life through the language of science, revealing the '
             'biological and cultural systems behind what we eat, while <span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Wende '
             'Caporale-Greene</span> honors the farmers, bakers, and food '
             'artisans whose work nourishes both body and community.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Expanding this '
             'dialogue, <span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Duvian Montoya</span> pays tribute to '
             'the immigrant laborers whose often-unseen work sustains our food '
             'supply. <span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Constance Old</span> explores the '
             'beauty and vulnerability of the oceans while confronting plastic '
             'pollution, and photographer <span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Joan Fitzsimmons </span>captures the '
             'richness and resilience of the natural world.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Together, these '
             'artists reveal abundance as a balance between people, place, '
             'labor, and the environment.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Reflecting The '
             "Norwalk Art Space's mission of <span "
             'class="wixui-rich-text__text" style="font-weight:bold;">Arts for '
             'All</span>, Abundance uses art much like a shared meal—as a '
             'catalyst for conversation, empathy, and community. The '
             'exhibition invites us to look beyond the visible to recognize '
             'the relationships that sustain us, reminding us that true '
             'abundance is measured not by what we possess, but by what we '
             'cultivate, protect, and share together.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_7 wixui-rich-text__text" '
             'style="text-align:center; font-size:17px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">FREE '
             'Opening Reception, September 3rd, 6:00 - '
             '8:00pm</span></p></div></div></div></section><section '
             'class="Le88gL comp-mf5tl0mt wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-mf5tl0mt" '
             'tabindex="-1"><div class="QG9w8P" data-hook="bgLayers" '
             'data-motion-part="BG_LAYER comp-mf5tl0mt" '
             'id="bgLayers_comp-mf5tl0mt"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-mf5tl0mt" '
             'id="bgMedia_comp-mf5tl0mt"></div></div><div class="" '
             'data-mesh-id="comp-mf5tl0mtinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mf5tl0mtinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-mf5tl0mw2 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mf5tl0mw2"><h1 '
             'class="font_0 wixui-rich-text__text" style="text-align:center; '
             'font-size:36px;">PAST EXHIBITIONS</h1></div><div class="W4V2qg '
             'comp-mr54r4ji wixui-image" id="comp-mr54r4ji"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="" '
             'class="gRkIq0 sFiSiq" height="600" id="img_comp-mr54r4ji" '
             'loading="lazy" sizes="600px" '
             'src="https://static.wixstatic.com/media/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png/v1/fill/w_600,h_600,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png/v1/fill/w_600,h_600,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png/v1/fill/w_1200,h_1200,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_ecc011b66c0544548ee2ac633555d7b6~mv2.png '
             '2x" style="object-fit:cover" width="600"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mr54r4ko wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mr54r4ko"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="font-size:40px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">The Artist\'s '
             'Path</span></span></span></span></span></span></span></span></span></p>\n'
             '<h4 class="font_4 wixui-rich-text__text" '
             'style="text-align:center; font-size:25px;">March 19th – May '
             '14th</h4>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The Artist’s Path '
             'brings together new work by current Resident Artists Gabriela '
             'Esquivel, Devin Long, Ivonne Moran, and Jose Torres, created '
             'during their year-long residencies at The Norwalk Art Space. '
             'This exhibition offers an intimate, behind-the-scenes look at '
             'how ideas evolve over time; how concepts are tested, reworked, '
             'expanded, and sometimes completely transformed.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Across a range of '
             'mediums and approaches, the artists experiment boldly, take '
             'creative risks, and respond to both their personal experiences '
             'and our shared community. Some works mark pivotal breakthroughs '
             'or shifts in direction; others reveal quieter moments of '
             'refinement, reflection, and discovery. Together, they map the '
             'rhythms of an active studio practice, where uncertainty, '
             'curiosity, and persistence are essential parts of the '
             'process.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Rather than focusing '
             'on a single outcome or polished conclusion, The Artist’s Path '
             'honors the journey itself: a year of exploration, growth, '
             'dialogue, and creative momentum within the supportive '
             'environment of The Norwalk Art Space’s Resident Artists '
             'program.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:normal;"><span class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-bold,sans-serif;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">FREE '
             'Artists’ Reception, Thursday March 19th 6:00pm - '
             '8:00pm</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:normal;"><span class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-bold,sans-serif;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">Artists’ '
             'Talk, Sunday, April 12th 3:00pm - '
             '4:30pm</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p></div><div '
             'class="comp-mr55at5m nJiBti wixui-horizontal-line" '
             'id="comp-mr55at5m"></div><div class="comp-mnca1zen wH18kY" '
             'id="comp-mnca1zen"><div class="" '
             'data-mesh-id="comp-mnca1zeninlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mnca1zeninlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-mh9d48mh wixui-image" id="comp-mh9d48mh"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Threads of '
             'Community Postcard Front Final 121725.png" class="gRkIq0 sFiSiq" '
             'height="520" id="img_comp-mh9d48mh" loading="lazy" sizes="736px" '
             'src="https://static.wixstatic.com/media/2af2c4_a4449c76b71d43468ab590b5a92417e2~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Threads%20of%20Community%20Postcard%20Front%20Final%20121725.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_a4449c76b71d43468ab590b5a92417e2~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Threads%20of%20Community%20Postcard%20Front%20Final%20121725.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_a4449c76b71d43468ab590b5a92417e2~mv2.png/v1/fill/w_1472,h_1040,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Threads%20of%20Community%20Postcard%20Front%20Final%20121725.png '
             '2x" style="object-fit:cover" width="736"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mh9d48mi4 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mh9d48mi4"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="font-size:40px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Threads of '
             'Community</span></span></span></span></span></span></span></span></span><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light; font-size:6px; '
             'font-weight:bold; letter-spacing:0em;">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">Threads of Community brings together '
             'artists whose practices are rooted in the fiber arts—stitching, '
             'weaving, embroidery, crochet, knitting, and construction with '
             'fiber. Through both tradition and innovation, these artists '
             'transform fiber into a powerful language of connection, memory, '
             'and making.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">Some artists draw upon techniques passed '
             'down through families and across generations, reimagining '
             'time-honored processes to create distinctly contemporary works. '
             'Others expand the boundaries of the medium altogether, inventing '
             'new approaches—such as stitching with staples or “painting” with '
             'fabric tubes—that redefine what fiber art can be.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">Featured artists Faustin Adeniran, '
             'Carlos Biernnay, Naomi Clark, Linda Colletta, Ruben Marroquin, '
             'Sooo-z Mastropiece, Christina Morrow, and Liz Squillace each '
             'contribute a unique voice, weaving personal histories, cultural '
             'narratives, and experimental processes into a rich and varied '
             'exhibition.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">Upstairs, in the loft gallery, the '
             'creative work of artists and designers from Red Fashion School '
             'continues this conversation, where fiber seamlessly connects '
             'fine art, fashion, and design.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Threads of Community '
             'reminds us that community is not a single thread, but a '
             'tapestry—woven from many hands, stories, and shared '
             'experiences.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="text-decoration:underline;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></span></span></span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text">\u200b</span>\u200b</span></span></span></span></span></span></span></span><span '
             'class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-mr55abuj nJiBti wixui-horizontal-line" '
             'id="comp-mr55abuj"></div><div class="W4V2qg comp-mkfhqbq41 '
             'wixui-image" id="comp-mkfhqbq41"><div class="apPOZK" '
             'data-testid="linkElement"><img alt="Being Seen Horizontal '
             '103125.png" class="gRkIq0 sFiSiq" height="520" '
             'id="img_comp-mkfhqbq41" loading="lazy" sizes="736px" '
             'src="https://static.wixstatic.com/media/2af2c4_5036f7488d804bf49f0c0c371265b5b4~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Being%20Seen%20Horizontal%20103125.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_5036f7488d804bf49f0c0c371265b5b4~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Being%20Seen%20Horizontal%20103125.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_5036f7488d804bf49f0c0c371265b5b4~mv2.png/v1/fill/w_1472,h_1040,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Being%20Seen%20Horizontal%20103125.png '
             '2x" style="object-fit:cover" width="736"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mkfhqbqe1 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mkfhqbqe1"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span class="wixui-rich-text__text" '
             'style="font-size:40px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Being '
             'Seen</span></span></span></span></span></span></span></span></span><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light; font-size:6px; '
             'font-weight:bold; letter-spacing:0em;">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:15px;">BEING SEEN is an exploration of '
             'identity, presence, and self-reflection. Featuring works by 46 '
             'artists from our region and community, this exhibition goes '
             'beyond traditional portraiture to ask: What does it truly mean '
             'to see - and to be seen?</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">A self-portrait is '
             'more than a likeness; it is an act of discovery. In BEING SEEN, '
             'artists investigate the self through a range of media, from '
             'painting and photography to sculpture and mixed media. Some '
             'depict their physical image, while others delve into memory, '
             'emotion, concern, or imagination to express who they are.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Each work becomes '
             'both a mirror and a window—sometimes reflecting the artist’s '
             'inner world, sometimes offering a glimpse into deeper truths. '
             'Together, these portraits invite viewers to consider not just '
             'how we see others, but how we come to see ourselves.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.7em; text-align:center; '
             'font-size:15px;"><span class="wixui-rich-text__text" '
             'style="text-decoration:underline;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Participating '
             'Artists</span></span><span class="wixui-rich-text__text" '
             'style="text-decoration:underline;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'line-height:1.7em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:13px;">Nina '
             'Bentley, Tara Blackwell, Miggs Burroughs, Alex Churchill, Lauren '
             'Clayton, Tim Cronin</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:13px;">Steve '
             'DiGiovanni, Javier Eastman, Jeannine Esposito, Kyle Farmer, '
             'Felicia Feldman</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Fivefingaz, Joseph Fucigna, Mindy Green, '
             'Mari Gyorgyey, Darcy Hicks, Ethan Hoskins, </span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Iyaba Ibo Mandingo, Jahmane, Nancy '
             'Jameson, Sarah King, Kimberly Klauss,\xa0</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Sophia Konstantin, Looketha, Lila '
             'Malone, Miguel Angel Mendoza, Eliana Mesa,</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Denise Minnerly, Duvian Montoya, Lily '
             'Morgan, Paige Mostowy, Aisha Nailah, Dale Najarian,</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Melissa Newman, Lorena Rose Sferlazza '
             "Panetta, Yolanda Petrocelli, Sain't Phifer,</span></p>\n"
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Butch Quick, Lyman Richardson, Viviane '
             'Rivas, Annie Roberts, Matthew Shelley,</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Remy Sosa, Liz Squillace, Jose Torres, '
             'Tiara Trent</span><span class="wixui-rich-text__text" '
             'style="text-decoration:underline;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span><span '
             'class="wixui-rich-text__text" '
             'style="text-decoration:underline;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></span></span></span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-family:helvetica-w01-light;"><span '
             'class="wixui-rich-text__text" style="font-weight:normal;"><span '
             'class="wixui-rich-text__text" style="font-style:normal;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="color:rgb(15, 68, '
             '9);"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></span></span></span></span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></section><section '
             'class="Le88gL comp-lqmpyx6j wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-lqmpyx6j" '
             'tabindex="-1"><div class="ClLWjk" '
             'id="past-exhibitions"></div><div class="QG9w8P" '
             'data-hook="bgLayers" data-motion-part="BG_LAYER comp-lqmpyx6j" '
             'id="bgLayers_comp-lqmpyx6j"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-lqmpyx6j" '
             'id="bgMedia_comp-lqmpyx6j"></div></div><div class="" '
             'data-mesh-id="comp-lqmpyx6jinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-mf5tlssh '
             'wH18kY" id="comp-mf5tlssh"><div class="" '
             'data-mesh-id="comp-mf5tlsshinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mf5tlsshinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-merq6dpz wixui-image" id="comp-merq6dpz"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Calendar WOM '
             '081325.png" class="gRkIq0 sFiSiq" height="520" '
             'id="img_comp-merq6dpz" loading="lazy" sizes="736px" '
             'src="https://static.wixstatic.com/media/2af2c4_45d1c2aa0dba40239ef539909e499ee1~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Calendar%20WOM%20081325.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_45d1c2aa0dba40239ef539909e499ee1~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Calendar%20WOM%20081325.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_45d1c2aa0dba40239ef539909e499ee1~mv2.png/v1/fill/w_1472,h_1040,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Calendar%20WOM%20081325.png '
             '2x" style="object-fit:cover" width="736"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-merq6dq74 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-merq6dq74"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:40px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">The '
             'Weight of Memories</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:6px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:6px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;">Like stepping into Miss Havisham’s fading '
             'drawing room, The Weight of Memories is steeped in haunting '
             'nostalgia and quiet disquiet. Melissa Newman, Kimberly Klauss, '
             'and Paige Mostowy each conjure images and objects that hover '
             'between presence and absence, heavy with memory yet elusive in '
             'meaning.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;">Newman’s porcelain works, with their unsettling '
             'gaze and hidden relics, speak of cherished objects now fading '
             'into obscurity. Klauss’ ghostly images suggest psychological '
             'echoes rather than literal forms, while Mostowy transforms '
             'fragments and ephemera into otherworldly relics that blur past '
             'and present.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;">Together, their work leads us to question the '
             'reliability of memory, the involuntary recollections that shape '
             'us, and the inexorable passage of time.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.4em; text-align:center; '
             'font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-mr559wfn nJiBti wixui-horizontal-line" '
             'id="comp-mr559wfn"></div><div class="comp-mncagdvh wH18kY" '
             'id="comp-mncagdvh"><div class="" '
             'data-mesh-id="comp-mncagdvhinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mncagdvhinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-mf5tl0mx wixui-image" id="comp-mf5tl0mx"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="S&amp;S '
             '594x420 with logos 053025.png" class="gRkIq0 sFiSiq" '
             'height="520" id="img_comp-mf5tl0mx" loading="lazy" sizes="736px" '
             'src="https://static.wixstatic.com/media/2af2c4_e2118a9a987f449b89da44aed73e329e~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/S%26S%20594x420%20with%20logos%20053025.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_e2118a9a987f449b89da44aed73e329e~mv2.png/v1/fill/w_736,h_520,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/S%26S%20594x420%20with%20logos%20053025.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_e2118a9a987f449b89da44aed73e329e~mv2.png/v1/fill/w_1472,h_1040,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/S%26S%20594x420%20with%20logos%20053025.png '
             '2x" style="object-fit:cover" width="736"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mf5tl0n44 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mf5tl0n44"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:40px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Sight '
             'and Sound:\xa0</span></span><span class="wixui-rich-text__text" '
             'style="font-size:25px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"> </span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:21px; '
             'line-height:1.9em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:21px;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Artists '
             'Consider Long Island Sound\xa0</span></span></span></p>\n'
             '<p class="font_7 wixui-rich-text__text" style="font-size:14px; '
             'line-height:1.3em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:14px;">This '
             'dynamic exhibition features fourteen contemporary artists whose '
             "work explores Long Island Sound's beauty, history, and evolving "
             "environmental story - one of the region's most vital yet often "
             'overlooked natural landscapes.\xa0 \u200b</span></p>\n'
             '<p class="font_7 wixui-rich-text__text" style="font-size:14px; '
             'line-height:1.3em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:14px;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_7 wixui-rich-text__text" style="font-size:14px; '
             'line-height:1.3em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:14px;">Designed '
             'by notable artist, writer, and curator Richard Klein, SIGHT AND '
             "SOUND invites audiences to delve into the Sound's significance "
             'through diverse artistic perspectives, shedding light on its '
             'ecological resilience, rich cultural history, and striking '
             'natural beauty.</span></p>\n'
             '<p class="font_7 wixui-rich-text__text" style="font-size:16px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:16px;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:13px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Participating artists '
             'include:</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Frances Ashforth</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Christopher Baker</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Marion Belanger &amp; Martha Willette '
             'Lewis</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Christopher Coffin</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Kenneth Martin</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:13px;">Brechin '
             'Morgan</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:13px;">Constance '
             'Old</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">James Prosek</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Duke Riley</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Alexis Rockman</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Jeremy Slater</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Beth Stewart-Kelly</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:13px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:13px;">Catherine Vanaria</span><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text">\u200b</span>\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="line-height:1em; '
             'font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:14px; '
             'line-height:1em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:14px;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p></div></div></div></div><div '
             'class="comp-mncagkhu nJiBti wixui-horizontal-line" '
             'id="comp-mncagkhu"></div><div class="comp-mbuy4cce wH18kY" '
             'id="comp-mbuy4cce"><div class="" '
             'data-mesh-id="comp-mbuy4cceinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mbuy4cceinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-mbuy4cnx1 wixui-image" id="comp-mbuy4cnx1"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Citywide '
             '3.png" class="gRkIq0 sFiSiq" height="530" '
             'id="img_comp-mbuy4cnx1" loading="lazy" sizes="700px" '
             'src="https://static.wixstatic.com/media/2af2c4_d2b09e9e515143cab075cf4161d9a6d1~mv2.png/v1/crop/x_0,y_63,w_3375,h_2557/fill/w_700,h_530,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Citywide%203.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_d2b09e9e515143cab075cf4161d9a6d1~mv2.png/v1/crop/x_0,y_63,w_3375,h_2557/fill/w_700,h_530,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Citywide%203.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_d2b09e9e515143cab075cf4161d9a6d1~mv2.png/v1/crop/x_0,y_63,w_3375,h_2557/fill/w_1400,h_1060,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Citywide%203.png '
             '2x" style="object-fit:cover" width="700"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mbuy4co0 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mbuy4co0"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'line-height:1.2em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text" style="font-size:29px;">CITYWIDE '
             '</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'line-height:1.2em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text" style="font-size:29px;">STUDENT '
             'ART SHOW</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:24px; '
             'line-height:2.1em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:24px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Wednesday, May 21 - Thursday, June '
             '5</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="letter-spacing:0em;">In '
             'partnership with Norwalk Public Schools, The Norwalk Art Space '
             'presents the 2025 Norwalk Citywide Student Art Show, showcasing '
             'artwork by students in grades K-12 from every school in Norwalk. '
             'The exhibition runs through Thursday, June 5th, during regular '
             'gallery hours (Wednesday - Friday, 8:00 a.m. - 3:00 p.m. and '
             "Saturday - Sunday, 9:00 a.m. - 3:00 p.m.). Don't miss this "
             'chance to see the absolutely incredible artwork created by '
             "Norwalk's talented students!\xa0 </span></span></p>\n"
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text">\u200b</span>\u200b</span></span>\u200b\u200b\u200b\u200b</p></div></div></div></div><div '
             'class="comp-mnc9oes7 nJiBti wixui-horizontal-line" '
             'id="comp-mnc9oes7"></div><div class="comp-mnc9nyk7 wH18kY" '
             'id="comp-mnc9nyk7"><div class="" '
             'data-mesh-id="comp-mnc9nyk7inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mnc9nyk7inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-mascdbce wixui-image" id="comp-mascdbce"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="CONVERGENCE '
             'calendar dates only.png" class="gRkIq0 sFiSiq" height="483" '
             'id="img_comp-mascdbce" loading="lazy" sizes="714px" '
             'src="https://static.wixstatic.com/media/2af2c4_ed86cad53d1741f2a066ef6444f7da8d~mv2.png/v1/fill/w_714,h_483,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/CONVERGENCE%20calendar%20dates%20only.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_ed86cad53d1741f2a066ef6444f7da8d~mv2.png/v1/fill/w_714,h_483,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/CONVERGENCE%20calendar%20dates%20only.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_ed86cad53d1741f2a066ef6444f7da8d~mv2.png/v1/fill/w_1428,h_966,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/CONVERGENCE%20calendar%20dates%20only.png '
             '2x" style="object-fit:cover" width="714"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-mascehgn wixui-rich-text" '
             'data-testid="richTextElement" id="comp-mascehgn"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:25px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:25px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">CONVERGENCE:\xa0 5 Voices. 1 '
             'Year</span><span class="inherit-font-size '
             'wixui-rich-text__text"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">\u200b</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'line-height:1.2em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">Featuring '
             '2024-2025 Resident Artists Samantha Cosentino, Emily Curran, '
             "SAIN't Phifer, and Vivian Rivas with Teaching Korry Fellow Paige "
             'Mostowy.</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">\xa0The '
             'exhibition of our Teaching artists highlights the risks they '
             'took in their studios and celebrates the energy they gave to '
             'uplift and mentor our youth in the classroom</span></span><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="line-height:1em; '
             'font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:20px; '
             'line-height:1.2em; text-align:center;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div><div '
             'data-mesh-id="comp-mnc9nyk7inlineContent-wedge-3"></div></div></div></div><div '
             'class="comp-mnc9n163 nJiBti wixui-horizontal-line" '
             'id="comp-mnc9n163"></div><div class="comp-mnc9k4fg wH18kY" '
             'id="comp-mnc9k4fg"><div class="" '
             'data-mesh-id="comp-mnc9k4fginlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mnc9k4fginlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-m5vfy7pi wixui-image" id="comp-m5vfy7pi"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="MASC teaser '
             'promo.png" class="gRkIq0 sFiSiq" height="539" '
             'id="img_comp-m5vfy7pi" loading="lazy" sizes="748px" '
             'src="https://static.wixstatic.com/media/2af2c4_ea699ae409e64846ac6f9267be174dca~mv2.png/v1/crop/x_45,y_0,w_2430,h_1750/fill/w_748,h_539,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/MASC%20teaser%20promo.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_ea699ae409e64846ac6f9267be174dca~mv2.png/v1/crop/x_45,y_0,w_2430,h_1750/fill/w_748,h_539,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/MASC%20teaser%20promo.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_ea699ae409e64846ac6f9267be174dca~mv2.png/v1/crop/x_45,y_0,w_2430,h_1750/fill/w_1496,h_1078,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/MASC%20teaser%20promo.png '
             '2x" style="object-fit:cover" width="748"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m5vg1scl wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m5vg1scl"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:22px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:22px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">\xa0MASC: Unmasking Identity, '
             'Redefining Masculinity</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:18px; '
             'line-height:1.9em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:18px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Curated '
             'by 2024-25 Korry Fellow Juanita Sunday </span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:6px; '
             'line-height:1.9em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:6px;"><span '
             'class="inherit-font-size wixui-rich-text__text"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:16px; '
             'line-height:1.2em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">Featuring '
             'regional artists Carl Bocicault, Aaron Samuel Davis, Fubunation, '
             'Tyler Goldchain, Imo Nse Imeh, Iyaba Ibo Mandigo, Tea '
             "Montgomery, Sain't Phifer, Andre Rochester, Bizzie Ruth, Dario "
             'Tejada, Kamar Thomas, Yves Wilson.</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="line-height:1.2em; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text" style="font-size:16px;">\xa0MASC '
             'explores the intricate intersections of masculinity and '
             'Blackness, illuminating the complex layers of identity, '
             'expression, and societal expectation. The exhibition examines '
             'the metaphorical "masks" worn to navigate a world rife with '
             'stereotypes and cultural pressures. Through photography, '
             'painting, video, sculpture, film, and multimedia installations, '
             'MASC challenges monolithic notions of masculinity, offering a '
             'nuanced exploration of strength, vulnerability and '
             'self-reclamation. Each piece invites audiences to witness the '
             'delicate balance between the external personas shaped by '
             'societal expectations and the authentic selves seeking '
             'liberation and visibility</span>.</span> - Juanita Sunday</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-m8rd32ih nJiBti wixui-horizontal-line" '
             'id="comp-m8rd32ih"></div><div class="comp-mnc9j9ma wH18kY" '
             'id="comp-mnc9j9ma"><div class="" '
             'data-mesh-id="comp-mnc9j9mainlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mnc9j9mainlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-m8rblopx wixui-image" id="comp-m8rblopx"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="" '
             'class="gRkIq0 sFiSiq" height="600" id="img_comp-m8rblopx" '
             'loading="lazy" sizes="600px" '
             'src="https://static.wixstatic.com/media/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg/v1/fill/w_600,h_600,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg/v1/fill/w_600,h_600,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg/v1/fill/w_1080,h_1080,al_c,q_85,enc_avif,quality_auto/2af2c4_3d91d34274244073adf8b2e0859917c1~mv2.jpg '
             '2x" style="object-fit:cover" width="600"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m8rblopz wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m8rblopz"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'line-height:2.1em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text" style="font-size:29px;">STACKED: '
             'Merging Layers</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:18px; '
             'line-height:1.3em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:18px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring 2024-2025 Korry Fellow '
             'Lauren Clayton and </span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:18px; '
             'line-height:1.3em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:18px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Regional '
             'Artists Holly Danger and Brian Kaspr</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-style:italic;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'line-height:1.4em; text-align:center;"><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="letter-spacing:0em;">Join '
             'us for this extraordinary exhibition, November 7 - January 9, '
             '2025. The exhibition promises to be a kaleidoscope of colors and '
             'deeply meaningful messages woven together through drawings, '
             'paintings, and collages on canvas and in video. The three '
             'artists cross paths in their journey of creation, '
             'experimentation, stacks of sketchbooks, journals, and ephemera '
             'works that transcend their given mediums. </span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span '
             'class="wixui-rich-text__text"><span '
             'class="wixui-rich-text__text">\u200b</span>\u200b</span></span>\u200b\u200b\u200b\u200b</p></div></div></div></div><div '
             'class="comp-m2xl9zkl nJiBti wixui-horizontal-line" '
             'id="comp-m2xl9zkl"></div><div class="comp-m2xl8n8o wH18kY" '
             'id="comp-m2xl8n8o"><div class="" '
             'data-mesh-id="comp-m2xl8n8oinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-m2xl8n8oinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-m2xl8o6g1 wixui-image" id="comp-m2xl8o6g1"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Opening '
             'Reception Thursday, September 5th, 6-8pm.png" class="gRkIq0 '
             'sFiSiq" height="495" id="img_comp-m2xl8o6g1" loading="lazy" '
             'sizes="495px" '
             'src="https://static.wixstatic.com/media/2af2c4_dde391a2321e49e4a10bbe76d0ec7d6e~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Opening%20Reception%20Thursday%2C%20September%205th%2C%206-8pm.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_dde391a2321e49e4a10bbe76d0ec7d6e~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Opening%20Reception%20Thursday%2C%20September%205th%2C%206-8pm.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_dde391a2321e49e4a10bbe76d0ec7d6e~mv2.png/v1/fill/w_990,h_990,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Opening%20Reception%20Thursday%2C%20September%205th%2C%206-8pm.png '
             '2x" style="object-fit:cover" width="495"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m2xl8o6k wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m2xl8o6k"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">Dooley-O: A Legacy in Hip '
             'Hop</span></span><span class="wixui-rich-text__text" '
             'style="font-size:15px; font-style:italic; '
             'letter-spacing:0em;">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span>\u200b\u200b\u200b\u200b</p></div></div></div></div><div '
             'class="comp-m8rdddn1 nJiBti wixui-horizontal-line" '
             'id="comp-m8rdddn1"></div><div class="comp-mnca8k7i wH18kY" '
             'id="comp-mnca8k7i"><div class="" '
             'data-mesh-id="comp-mnca8k7iinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-mnca8k7iinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-m0wywhpd1 wixui-image" id="comp-m0wywhpd1"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="We are '
             'family.png" class="gRkIq0 sFiSiq" height="495" '
             'id="img_comp-m0wywhpd1" loading="lazy" sizes="495px" '
             'src="https://static.wixstatic.com/media/2af2c4_0f5b92316e774d72b55b6d3feb383b50~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/We%20are%20family.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_0f5b92316e774d72b55b6d3feb383b50~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/We%20are%20family.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_0f5b92316e774d72b55b6d3feb383b50~mv2.png/v1/fill/w_990,h_990,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/We%20are%20family.png '
             '2x" style="object-fit:cover" width="495"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m0wywhpg5 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m0wywhpg5"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">We Are '
             'Family</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:15px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;">Curated by Susan Hardesty and '
             'featuring Artwork of Lorena Sferlazza, Remy Sosa, Emily Teall, '
             'Tara Blackwell, Joseph Fucigna, Jahmane, Lizzy Rockwell, Kelly '
             'Rossetti,</span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text" style="letter-spacing:0em;">\xa0'
             'Greg Aime, Lilly Morgan, Tiara Trent, Jerri Graham, Sarah King, '
             'Iyaba Ibo Mandingo,\xa0</span></span></span><span '
             'class="wixui-rich-text__text" style="font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text" '
             'style="letter-spacing:0em;">Alejandra Gonzalez, McLee Mathias, '
             'Isabella Montenegro, Aisha Nalaih, Carlos RM, Samantha '
             "Cosentino, Emily Curran, Sain't Phifer, Vivianne Rivas, Lauren "
             'Clayton, Dooley-O, Paige Mostowy, Dennis Bradury, Tim Cronin, '
             'Catherine Devine, Nancy Jameson, Patricia Kurowski, Dale '
             'Najarian, Melissa Newman, Darcy Hicks, Duvian Montoya, Allegra '
             'Pin, Canyon Sharits, Katy Sullivan, and '
             '5iveFingaz</span></span>\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Opening '
             'Reception</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Thursday, June 13, '
             '2024, 6 - 8pm</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Performances by TNAS '
             'Family members Canyon Sharits and Allegra Pin at 7pm</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The Exhibition will '
             'run:</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">June 13 - August 22, '
             '2024</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-m0wzd4zb nJiBti wixui-horizontal-line" '
             'id="comp-m0wzd4zb"></div><div class="W4V2qg comp-ltokjm7s '
             'wixui-image" id="comp-ltokjm7s"><div class="apPOZK" '
             'data-testid="linkElement"><img alt="" class="gRkIq0 sFiSiq" '
             'height="495" id="img_comp-ltokjm7s" loading="lazy" sizes="495px" '
             'src="https://static.wixstatic.com/media/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png/v1/fill/w_495,h_495,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png/v1/fill/w_990,h_990,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_8e17bcb9f339469d8c1fc50d29f75a34~mv2.png '
             '2x" style="object-fit:cover" width="495"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-ltokciq8 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-ltokciq8"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Harmony in '
             'Hues</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:15px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;">Featuring TNAS </span>2023-24 '
             'Resident Artists\xa0</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:15px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Alejandra Gonzalez, Mclee Mathias, and '
             'Brie Miyoko, </span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" style="font-size:15px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-size:15px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">with visiting 2021 Resident Artist '
             'Remy Sosa and 2022 Resident Artist Tiara '
             'Trent</span>\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span><span '
             'class="wixui-rich-text__text">\u200b</span><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">March 14, 2024 - May '
             '16, 2024</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span><span '
             'class="wixui-rich-text__text">\u200b</span></p></div><div '
             'class="comp-mnca68q6 nJiBti wixui-horizontal-line" '
             'id="comp-mnca68q6"></div><div class="comp-m8rjpqru wH18kY" '
             'id="comp-m8rjpqru"><div class="" '
             'data-mesh-id="comp-m8rjpqruinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-m8rjpqruinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-m8rjpqsf wixui-image" id="comp-m8rjpqsf" '
             'title="2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Mama’s baby, '
             'daddy’s too.webp" class="gRkIq0 sFiSiq" height="495" '
             'id="img_comp-m8rjpqsf" loading="lazy" sizes="495px" '
             'src="https://static.wixstatic.com/media/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp/v1/fill/w_495,h_495,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp" '
             'srcset="https://static.wixstatic.com/media/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp/v1/fill/w_495,h_495,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp/v1/fill/w_720,h_720,al_c,lg_1,q_85,enc_avif,quality_auto/2af2c4_74b5a52dabde4ac3a67287f8c26938bf~mv2.webp '
             '2x" style="object-fit:cover" width="495"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m8rjpqsj wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m8rjpqsj"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">Mama\'s Baby, Daddy\'s Too\xa0'
             '</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring TNAS Korry Fellow Recipient '
             'Aisha Nailah and invited artists Melida McKenzie-Alford, '
             'Clymenza Hawkins, Shaunda Sekai-Holloway and Linda '
             'Mickens</span>\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">December 14th, 2023 - '
             'March 7th, 2024</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-lxz4laef nJiBti wixui-horizontal-line" '
             'id="comp-lxz4laef"></div><div class="W4V2qg comp-m8rjtwd7 '
             'wixui-image" id="comp-m8rjtwd7" '
             'title="2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="OPENING '
             'RECEPTION.jpg" class="gRkIq0 sFiSiq" height="547" '
             'id="img_comp-m8rjtwd7" loading="lazy" sizes="547px" '
             'src="https://static.wixstatic.com/media/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg/v1/fill/w_720,h_720,al_c,lg_1,q_85,enc_avif,quality_auto/2af2c4_63fb26c7892f4680b389dc17148a5bfd~mv2.jpg '
             '2x" style="object-fit:cover" width="547"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m8rjtwd93 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m8rjtwd93"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">A Journey Through The Planes of '
             'Being \xa0</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring TNAS Korry Fellow Recipient '
             'Carlos RM and invited artists Jon Blank, Diana R, and Alex '
             'Rane</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">September 14th - '
             'December 7th</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div><div '
             'class="comp-m8rk45hd wH18kY" id="comp-m8rk45hd"><div class="" '
             'data-mesh-id="comp-m8rk45hdinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-m8rk45hdinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-m8rk45hz '
             'nJiBti wixui-horizontal-line" id="comp-m8rk45hz"></div><div '
             'class="W4V2qg comp-m8rk45i13 wixui-image" id="comp-m8rk45i13" '
             'title="2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="IF YOU\'RE '
             '____ EXHIBITION PROMO.webp" class="gRkIq0 sFiSiq" height="547" '
             'id="img_comp-m8rk45i13" loading="lazy" sizes="547px" '
             'src="https://static.wixstatic.com/media/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp" '
             'srcset="https://static.wixstatic.com/media/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp/v1/fill/w_720,h_720,al_c,lg_1,q_85,enc_avif,quality_auto/2af2c4_4f79541bf217434eb9ef04b6f3435ffb~mv2.webp '
             '2x" style="object-fit:cover" width="547"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-m8rk45i5 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-m8rk45i5"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">If You’re ____ &amp; You Know It: '
             'Identifying Emotions \xa0</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Curated '
             'by Korry Fellow Isabella Montenegro \xa0</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">And '
             'featuring artists June Ahrens, Melissa Benedek, Casey Correra, '
             'Kasimir Comunale, Chelsea Danburg, Erin Dolan, Britt Garth, '
             'Brett Masterson, Nadia Martinez, Russell Miyaki, Chris Sainato, '
             'Sharon Smalls, Brea Thomas-Young, Kelly Walters\xa0</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">June 16th - September '
             '7th, 2023</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Featured artwork on '
             'promo:"Every Single Hope and Dream" Brett '
             'Masterson</p></div></div></div></div><div class="comp-lxw6eodk '
             'nJiBti wixui-horizontal-line" id="comp-lxw6eodk"></div><div '
             'class="W4V2qg comp-m8rk6uy7 wixui-image" id="comp-m8rk6uy7"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="THE MEANING '
             'OF US promo.jpg" class="gRkIq0 sFiSiq" height="333" '
             'id="img_comp-m8rk6uy7" loading="lazy" sizes="546px" '
             'src="https://static.wixstatic.com/media/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg/v1/crop/x_0,y_20,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/THE%20MEANING%20OF%20US%20promo.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg/v1/crop/x_0,y_20,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/THE%20MEANING%20OF%20US%20promo.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg/v1/crop/x_0,y_20,w_1080,h_659/fill/w_1080,h_659,al_c,q_85,enc_avif,quality_auto/THE%20MEANING%20OF%20US%20promo.jpg '
             '2x" style="object-fit:cover" width="546"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-m8rk6uy84 '
             'wixui-gallery" id="comp-m8rk6uy84" role="region"><p '
             'class="DTFYUv" id="comp-m8rk6uy84-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-m8rk6uy84-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-m8rk6uy84-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-m8rk6uy84"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="THE MEANING OF US promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1080 '
             '1080"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1080,"height":1080,"uri":"2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="THE MEANING OF US promo" '
             'src="https://static.wixstatic.com/media/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_IMG_8994[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_IMG_8994[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png/v1/fill/w_49,h_65,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_IMG_6002[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1980 '
             '3520"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1980,"height":3520,"uri":"2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_IMG_6002[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg/v1/fill/w_147,h_261,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_Copy_of_IMG_8978[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_Copy_of_IMG_8978[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_Copy_of_IMG_8978(1)[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_Copy_of_IMG_8978(1)[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-m8rk6uy84" '
             'aria-haspopup="true" '
             'aria-label="Copy_of_2022_RA_Teachers_ExhibitV2[1]" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_2022_RA_Teachers_ExhibitV2[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="THE MEANING OF US promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1080 '
             '1080"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1080,"height":1080,"uri":"2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="THE MEANING OF US promo" '
             'src="https://static.wixstatic.com/media/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b34b398e8acf4f4fadba5700f00e3f47~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_IMG_8994[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_IMG_8994[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png/v1/fill/w_49,h_65,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5b1b8a1656dd470b8a99dda04fda0772~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_IMG_6002[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1980 '
             '3520"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1980,"height":3520,"uri":"2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_IMG_6002[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg/v1/fill/w_147,h_261,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c8ba267a7c9641ebb85f4a979d1d6957~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_Copy_of_IMG_8978[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_Copy_of_IMG_8978[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_0f8a74c888ce4782aca3e13dd72a4c76~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-m8rk6uy84" '
             'aria-haspopup="true" aria-label="Copy_of_Copy_of_IMG_8978(1)[1]" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_Copy_of_IMG_8978(1)[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b3d4e14978a1437d95792814b305f7e2~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-m8rk6uy84"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-m8rk6uy84" '
             'aria-haspopup="true" '
             'aria-label="Copy_of_2022_RA_Teachers_ExhibitV2[1]" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Copy_of_2022_RA_Teachers_ExhibitV2[1]" '
             'src="https://static.wixstatic.com/media/2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_9139439ee8784806b8f82ea86b08b102~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-m8rk6uy84"></span></div></div></div></div></div><div></div><div></div></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-6"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-9"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-11"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-13"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-16"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-18"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-20"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-22"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-25"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-28"></div><div '
             'data-mesh-id="comp-lqmpyx6jinlineContent-wedge-30"></div></div></div></section><section '
             'class="Le88gL comp-lxz3z0x1 wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-lxz3z0x1" '
             'tabindex="-1"><div class="QG9w8P" data-hook="bgLayers" '
             'data-motion-part="BG_LAYER comp-lxz3z0x1" '
             'id="bgLayers_comp-lxz3z0x1"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-lxz3z0x1" '
             'id="bgMedia_comp-lxz3z0x1"></div></div><div class="" '
             'data-mesh-id="comp-lxz3z0x1inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lxz3z0x1inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-lxz42fzb wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lxz42fzb"><h1 '
             'class="font_0 wixui-rich-text__text" style="font-size:37px; '
             'line-height:normal; text-align:center;"><span '
             'class="wixui-rich-text__text" '
             'style="letter-spacing:normal;"><span '
             'class="wixui-rich-text__text" '
             'style="font-size:37px;">exhibitions '
             'archive</span></span></h1></div><div class="N8MGzv _v6ohL PO9MfV '
             'comp-lxz42fzr wixui-rich-text" data-testid="richTextElement" '
             'id="comp-lxz42fzr"><h2 class="font_2 wixui-rich-text__text" '
             'style="text-align:center; '
             'font-size:26px;">2022-23</h2></div><div class="comp-lv8j4ds8 '
             'wH18kY" id="comp-lv8j4ds8"><div class="" '
             'data-mesh-id="comp-lv8j4ds8inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lv8j4ds8inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="W4V2qg '
             'comp-lv8ifn6g wixui-image" id="comp-lv8ifn6g"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="SUSAN '
             'PROMO-2.jpg" class="gRkIq0 sFiSiq" height="333" '
             'id="img_comp-lv8ifn6g" loading="lazy" sizes="546px" '
             'src="https://static.wixstatic.com/media/2af2c4_9da8ca0881a241daa39e2bfc70a55ce8~mv2.jpg/v1/crop/x_0,y_89,w_3720,h_2269/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/SUSAN%20PROMO-2.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_9da8ca0881a241daa39e2bfc70a55ce8~mv2.jpg/v1/crop/x_0,y_89,w_3720,h_2269/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/SUSAN%20PROMO-2.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_9da8ca0881a241daa39e2bfc70a55ce8~mv2.jpg/v1/crop/x_0,y_89,w_3720,h_2269/fill/w_1092,h_666,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/SUSAN%20PROMO-2.jpg '
             '2x" style="object-fit:cover" width="546"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lv8ifn6v '
             'wixui-gallery" id="comp-lv8ifn6v" role="region"><p '
             'class="DTFYUv" id="comp-lv8ifn6v-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lv8ifn6v-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lv8ifn6v-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lv8ifn6v"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Promo 2" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3720 '
             '3720"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3720,"height":3720,"uri":"2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Promo 2" '
             'src="https://static.wixstatic.com/media/2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1654 '
             '1654"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1654,"height":1654,"uri":"2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Promo 2" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3720 '
             '3720"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3720,"height":3720,"uri":"2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Promo 2" '
             'src="https://static.wixstatic.com/media/2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d509f1e5993e4352a00d6878da8e212f~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1654 '
             '1654"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1654,"height":1654,"uri":"2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3757ebfa87554fff98e42bf11b8661f7~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3e54e89b84424bfdb760bd3b15d6e6d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6e94353278ad4f9697bd8d6682245c99~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv8ifn6v"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv8ifn6v" '
             'aria-haspopup="true" aria-label="Alternative Realities Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Alternative Realities Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_2c51becb8a0e4dd38b8d326382cc86e9~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv8ifn6v"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lu0339ia1 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lu0339ia1"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">Alternative '
             'Realities</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Curated '
             'by Korry Fellow Susan Hardesty</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring artwork by Alex Churchill, '
             'Naomi Clark, Jessica Dowling, Kevin Ford, Brian Kaspr, Sophia '
             'Konstantin, Sarah LeMieux, Denise Minnerly, Aisha Nailah, Sain’t '
             'Phifer, Lyman Richardson, Carlos RM, Remy Sosa, Rebecca Stern, '
             'and Lydia Viscardi.</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Feburary 16th - April '
             '13th, 2023</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-lv8j4wye wH18kY" id="comp-lv8j4wye"><div class="" '
             'data-mesh-id="comp-lv8j4wyeinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lv8j4wyeinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lu0339ic '
             'nJiBti wixui-horizontal-line" id="comp-lu0339ic"></div><div '
             'class="W4V2qg comp-lv45nkrl wixui-image" id="comp-lv45nkrl"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="1.jpg" '
             'class="gRkIq0 sFiSiq" height="333" id="img_comp-lv45nkrl" '
             'loading="lazy" sizes="546px" '
             'src="https://static.wixstatic.com/media/2af2c4_5c2f5c4808ab4a389c7605886f1c3b41~mv2.jpg/v1/crop/x_0,y_14,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/1.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_5c2f5c4808ab4a389c7605886f1c3b41~mv2.jpg/v1/crop/x_0,y_14,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/1.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_5c2f5c4808ab4a389c7605886f1c3b41~mv2.jpg/v1/crop/x_0,y_14,w_1080,h_659/fill/w_1080,h_659,al_c,q_85,enc_avif,quality_auto/1.jpg '
             '2x" style="object-fit:cover" width="546"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lv45nks3 '
             'wixui-gallery" id="comp-lv45nks3" role="region"><p '
             'class="DTFYUv" id="comp-lv45nks3-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lv45nks3-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lv45nks3-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lv45nks3"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1080 '
             '1080"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1080,"height":1080,"uri":"2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2065 '
             '2754"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2065,"height":2754,"uri":"2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1080 '
             '1080"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1080,"height":1080,"uri":"2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_106eaade633840f0beaf423b56be6646~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b2bb0ce664064873905fdcd4d801039f~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8ff5b11a2c754a59a80ed718bf408efe~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Opening '
             'Reception" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2065 '
             '2754"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2065,"height":2754,"uri":"2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Opening Reception" '
             'src="https://static.wixstatic.com/media/2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_da09b129c8254a5792b20a22192ac828~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv45nks3"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv45nks3" '
             'aria-haspopup="true" aria-label="Layers Revealed Promo" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="Layers Revealed Promo" '
             'src="https://static.wixstatic.com/media/2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ac2c1efe93ea46b98dc5f364c7c14e39~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv45nks3"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lu0339if wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lu0339if"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">Layers '
             'Revealed</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring Korry Fellow Jerri Graham '
             'and invited artists Melissa Newman and Tim Holmstrom</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">December 15th, 2022 - '
             'Feburary 9th, 2023</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-lxw60swh wH18kY" id="comp-lxw60swh"><div class="" '
             'data-mesh-id="comp-lxw60swhinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lxw60swhinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lu041ur8 '
             'nJiBti wixui-horizontal-line" id="comp-lu041ur8"></div><div '
             'class="W4V2qg comp-lv458x45 wixui-image" id="comp-lv458x45"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="SARAH KING '
             'EXHIBITION (NEW)-10.jpg" class="gRkIq0 sFiSiq" height="333" '
             'id="img_comp-lv458x45" loading="lazy" sizes="546px" '
             'src="https://static.wixstatic.com/media/2af2c4_df5a75ff044145c5acb4cac2cd9e88a5~mv2.jpg/v1/crop/x_0,y_293,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/SARAH%20KING%20EXHIBITION%20(NEW)-10.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_df5a75ff044145c5acb4cac2cd9e88a5~mv2.jpg/v1/crop/x_0,y_293,w_1080,h_659/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/SARAH%20KING%20EXHIBITION%20(NEW)-10.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_df5a75ff044145c5acb4cac2cd9e88a5~mv2.jpg/v1/crop/x_0,y_293,w_1080,h_659/fill/w_1080,h_659,al_c,q_85,enc_avif,quality_auto/SARAH%20KING%20EXHIBITION%20(NEW)-10.jpg '
             '2x" style="object-fit:cover" width="546"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lv458x4k '
             'wixui-gallery" id="comp-lv458x4k" role="region"><p '
             'class="DTFYUv" id="comp-lv458x4k-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lv458x4k-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lv458x4k-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lv458x4k"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="FE20F4D2-CA15-4D8C-965D-120DE411C8F1" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 960 '
             '996"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":960,"height":996,"uri":"2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="FE20F4D2-CA15-4D8C-965D-120DE411C8F1" '
             'src="https://static.wixstatic.com/media/2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg/v1/fill/w_144,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="0CC3FECA-C80D-45AD-84BE-C29620424371" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1333 '
             '2000"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1333,"height":2000,"uri":"2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="0CC3FECA-C80D-45AD-84BE-C29620424371" '
             'src="https://static.wixstatic.com/media/2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg/v1/fill/w_147,h_221,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="8B8F4CB2-FE5B-4D38-B3D1-768AABBC998C" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1280 '
             '854"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1280,"height":854,"uri":"2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="8B8F4CB2-FE5B-4D38-B3D1-768AABBC998C" '
             'src="https://static.wixstatic.com/media/2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="AF8A908E-724C-4955-B6CD-7F1001D24888" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 974 '
             '960"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":974,"height":960,"uri":"2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="AF8A908E-724C-4955-B6CD-7F1001D24888" '
             'src="https://static.wixstatic.com/media/2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg/v1/fill/w_146,h_144,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="FE20F4D2-CA15-4D8C-965D-120DE411C8F1" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 960 '
             '996"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":960,"height":996,"uri":"2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="FE20F4D2-CA15-4D8C-965D-120DE411C8F1" '
             'src="https://static.wixstatic.com/media/2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg/v1/fill/w_144,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_98b8029c5b2f49ac8d3bb7a423e82f98~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="0CC3FECA-C80D-45AD-84BE-C29620424371" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1333 '
             '2000"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1333,"height":2000,"uri":"2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="0CC3FECA-C80D-45AD-84BE-C29620424371" '
             'src="https://static.wixstatic.com/media/2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg/v1/fill/w_147,h_221,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_064bfbdc3fb54050b0bbe2f945d79ca8~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="8B8F4CB2-FE5B-4D38-B3D1-768AABBC998C" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1280 '
             '854"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1280,"height":854,"uri":"2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="8B8F4CB2-FE5B-4D38-B3D1-768AABBC998C" '
             'src="https://static.wixstatic.com/media/2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_82e84305db974889a5f034e7148ae7a0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv458x4k"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv458x4k" '
             'aria-haspopup="true" '
             'aria-label="AF8A908E-724C-4955-B6CD-7F1001D24888" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 974 '
             '960"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":974,"height":960,"uri":"2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="AF8A908E-724C-4955-B6CD-7F1001D24888" '
             'src="https://static.wixstatic.com/media/2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg/v1/fill/w_146,h_144,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_89ec37aea26f41bca553bd884703dd4c~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv458x4k"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lu03z3al wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lu03z3al"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;">SARAH KING '
             'EXHIBITION</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring Korry Fellow Sarah King<br '
             'class="wixui-rich-text__text"/>\n'
             'with Maryna Bilak and Judy Glantzman</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">October 20th, 2022 - '
             'December 8th, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span>\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-lxw5hvib wH18kY" id="comp-lxw5hvib"><div class="" '
             'data-mesh-id="comp-lxw5hvibinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lxw5hvibinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lu03z3b1 '
             'nJiBti wixui-horizontal-line" id="comp-lu03z3b1"></div><div '
             'class="W4V2qg comp-lv441iaf wixui-image" id="comp-lv441iaf"><div '
             'class="apPOZK" data-testid="linkElement"><img '
             'alt="(updated)IYABA PROMO (Instagram Post)-6.jpg" class="gRkIq0 '
             'sFiSiq" height="333" id="img_comp-lv441iaf" loading="lazy" '
             'sizes="546px" '
             'src="https://static.wixstatic.com/media/2af2c4_c65266004d0640f6803c55ec4e77a3b3~mv2.jpg/v1/crop/x_0,y_6,w_3240,h_1976/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/(updated)IYABA%20PROMO%20(Instagram%20Post)-6.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_c65266004d0640f6803c55ec4e77a3b3~mv2.jpg/v1/crop/x_0,y_6,w_3240,h_1976/fill/w_546,h_333,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/(updated)IYABA%20PROMO%20(Instagram%20Post)-6.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_c65266004d0640f6803c55ec4e77a3b3~mv2.jpg/v1/crop/x_0,y_6,w_3240,h_1976/fill/w_1092,h_666,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/(updated)IYABA%20PROMO%20(Instagram%20Post)-6.jpg '
             '2x" style="object-fit:cover" width="546"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lv441iav '
             'wixui-gallery" id="comp-lv441iav" role="region"><p '
             'class="DTFYUv" id="comp-lv441iav-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lv441iav-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lv441iav-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lv441iav"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="BD570378-3F89-4F73-9F66-D110CFFE7FFC" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="BD570378-3F89-4F73-9F66-D110CFFE7FFC" '
             'src="https://static.wixstatic.com/media/2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="EB683276-266B-4BA7-9D26-F6B9400C3909" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 2486 '
             '3315"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2486,"height":3315,"uri":"2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="EB683276-266B-4BA7-9D26-F6B9400C3909" '
             'src="https://static.wixstatic.com/media/2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="995E2CE5-6A88-44B3-A6ED-E8CFE4DDA5E6" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="995E2CE5-6A88-44B3-A6ED-E8CFE4DDA5E6" '
             'src="https://static.wixstatic.com/media/2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="8A782C84-C4EA-433E-833B-B4AA76925D9A" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="8A782C84-C4EA-433E-833B-B4AA76925D9A" '
             'src="https://static.wixstatic.com/media/2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="D8F8A3FB-18BE-4F38-A14C-1123FDFB14DE" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="D8F8A3FB-18BE-4F38-A14C-1123FDFB14DE" '
             'src="https://static.wixstatic.com/media/2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="2D168861-F79E-4ED9-9D59-C4C3DA846E11" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="2D168861-F79E-4ED9-9D59-C4C3DA846E11" '
             'src="https://static.wixstatic.com/media/2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="BD570378-3F89-4F73-9F66-D110CFFE7FFC" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="BD570378-3F89-4F73-9F66-D110CFFE7FFC" '
             'src="https://static.wixstatic.com/media/2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_496184bbe5654a8998ad63726da2eeb1~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="EB683276-266B-4BA7-9D26-F6B9400C3909" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 2486 '
             '3315"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2486,"height":3315,"uri":"2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="EB683276-266B-4BA7-9D26-F6B9400C3909" '
             'src="https://static.wixstatic.com/media/2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e40d40f9f9ef42008af6c98cd9ac8d6c~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="995E2CE5-6A88-44B3-A6ED-E8CFE4DDA5E6" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="995E2CE5-6A88-44B3-A6ED-E8CFE4DDA5E6" '
             'src="https://static.wixstatic.com/media/2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_57e54a22e5d64876b6981769042ac3d0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="8A782C84-C4EA-433E-833B-B4AA76925D9A" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="8A782C84-C4EA-433E-833B-B4AA76925D9A" '
             'src="https://static.wixstatic.com/media/2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_a617688c48aa4833bb7f219f44599f39~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="D8F8A3FB-18BE-4F38-A14C-1123FDFB14DE" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="D8F8A3FB-18BE-4F38-A14C-1123FDFB14DE" '
             'src="https://static.wixstatic.com/media/2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ea0378daaef84c84b90e7f708b9dbbd1~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv441iav"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lv441iav" '
             'aria-haspopup="true" '
             'aria-label="2D168861-F79E-4ED9-9D59-C4C3DA846E11" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="2D168861-F79E-4ED9-9D59-C4C3DA846E11" '
             'src="https://static.wixstatic.com/media/2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_f2de7d92bd5a43c7b42780e6ffad8068~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lv441iav"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lu03z3bx wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lu03z3bx"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">WHERE DO WE GO FROM '
             'HERE?</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Curated '
             'by Korry Fellow Susan Hardesty</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring Korry Fellow Iyaba Ibo '
             'Mandingo, Greg Aimé and Zane St. Just</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">August 18th, 2022 - '
             'October 13th, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div></div></div></div><div '
             'class="comp-lxw5fb2t wH18kY" id="comp-lxw5fb2t"><div class="" '
             'data-mesh-id="comp-lxw5fb2tinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lxw5fb2tinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lu03z3cb '
             'nJiBti wixui-horizontal-line" id="comp-lu03z3cb"></div><div '
             'class="W4V2qg comp-lv43fbo5 wixui-image" id="comp-lv43fbo5"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="2022-23 GROUP '
             'EXHIBITION PROMO-4.jpg" class="gRkIq0 sFiSiq" height="295" '
             'id="img_comp-lv43fbo5" loading="lazy" sizes="549px" '
             'src="https://static.wixstatic.com/media/2af2c4_5edd5e3eb44246f7a22aba289b9c9637~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2022-23%20GROUP%20EXHIBITION%20PROMO-4.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_5edd5e3eb44246f7a22aba289b9c9637~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2022-23%20GROUP%20EXHIBITION%20PROMO-4.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_5edd5e3eb44246f7a22aba289b9c9637~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_1098,h_590,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/2022-23%20GROUP%20EXHIBITION%20PROMO-4.jpg '
             '2x" style="object-fit:cover" width="549"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lv43fboi '
             'wixui-gallery" id="comp-lv43fboi" role="region"><p '
             'class="DTFYUv" id="comp-lv43fboi-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lv43fboi-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lv43fboi-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lv43fboi"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="954EED18-7D2D-4BD6-AC76-40D8EC1E295D" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="954EED18-7D2D-4BD6-AC76-40D8EC1E295D" '
             'src="https://static.wixstatic.com/media/2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="B7799885-B240-480D-B679-54E0474A1A36" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="B7799885-B240-480D-B679-54E0474A1A36" '
             'src="https://static.wixstatic.com/media/2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="737909E2-B1D3-4AC4-95BD-DC2A012AA3C2" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="737909E2-B1D3-4AC4-95BD-DC2A012AA3C2" '
             'src="https://static.wixstatic.com/media/2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="3B749A93-8F38-487B-AA47-52B318CD360A" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="3B749A93-8F38-487B-AA47-52B318CD360A" '
             'src="https://static.wixstatic.com/media/2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="E797DE3F-F560-44ED-AC3A-ACA64DCAAFF2" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="E797DE3F-F560-44ED-AC3A-ACA64DCAAFF2" '
             'src="https://static.wixstatic.com/media/2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="954EED18-7D2D-4BD6-AC76-40D8EC1E295D" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 1608 '
             '4425"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1608,"height":4425,"uri":"2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="954EED18-7D2D-4BD6-AC76-40D8EC1E295D" '
             'src="https://static.wixstatic.com/media/2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png/v1/fill/w_49,h_135,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3f2ccec18e044493a73429fdbd0e33ce~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="B7799885-B240-480D-B679-54E0474A1A36" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="B7799885-B240-480D-B679-54E0474A1A36" '
             'src="https://static.wixstatic.com/media/2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7c175d2e5c51429bbf47356aaf5c97c0~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="737909E2-B1D3-4AC4-95BD-DC2A012AA3C2" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="737909E2-B1D3-4AC4-95BD-DC2A012AA3C2" '
             'src="https://static.wixstatic.com/media/2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e444090715634c02ba4ebcc22a4913e9~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="3B749A93-8F38-487B-AA47-52B318CD360A" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="3B749A93-8F38-487B-AA47-52B318CD360A" '
             'src="https://static.wixstatic.com/media/2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7e50ecc52c844d8f859c2b609f3f43b9~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lv43fboi"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lv43fboi" '
             'aria-haspopup="true" '
             'aria-label="E797DE3F-F560-44ED-AC3A-ACA64DCAAFF2" class="gt2gF4 '
             'qBC2PN" data-testid="gallery-item-click-action-image-zoom" '
             'role="button" tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="E797DE3F-F560-44ED-AC3A-ACA64DCAAFF2" '
             'src="https://static.wixstatic.com/media/2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6248ec2b9d114cc6bd2e9fc645666983~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lv43fboi"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lu03z3d7 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lu03z3d7"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">2022-23 GROUP '
             'EXHIBITION</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring New Korry Fellows:<br '
             'class="wixui-rich-text__text"/>\n'
             'Jerri Graham, Susan Hardesty, Sarah King and Iyaba Ibo '
             'Mandingo<br class="wixui-rich-text__text"/>\n'
             '+\xa0<br class="wixui-rich-text__text"/>\n'
             'New Resident Artists:<br class="wixui-rich-text__text"/>\n'
             'Greg Aime, Lily Morgan and Tiara Trent</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">December 15th, 2022 - '
             'Feburary 9th, 2023</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span class="wixGuard '
             'wixui-rich-text__text">\u200b</span></p></div><div '
             'data-mesh-id="comp-lxw5fb2tinlineContent-wedge-3"></div></div></div></div></div></div></section><section '
             'class="Le88gL comp-lxz5d790 wixui-section" '
             'data-block-level-container="ClassicSection" id="comp-lxz5d790" '
             'tabindex="-1"><div class="QG9w8P" data-hook="bgLayers" '
             'data-motion-part="BG_LAYER comp-lxz5d790" '
             'id="bgLayers_comp-lxz5d790"><div class="LNYVZi ayCf9D" '
             'data-testid="colorUnderlay"></div><div class="ROWgFb" '
             'data-motion-part="BG_MEDIA comp-lxz5d790" '
             'id="bgMedia_comp-lxz5d790"></div></div><div class="" '
             'data-mesh-id="comp-lxz5d790inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lxz5d790inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="N8MGzv _v6ohL '
             'PO9MfV comp-lxz6eurf wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lxz6eurf"><h1 '
             'class="font_0 wixui-rich-text__text" style="font-size:37px; '
             'line-height:normal; text-align:center;"><span '
             'class="wixui-rich-text__text" '
             'style="letter-spacing:normal;"><span '
             'class="wixui-rich-text__text" '
             'style="font-size:37px;">exhibitions '
             'archive</span></span></h1></div><div class="N8MGzv _v6ohL PO9MfV '
             'comp-lxz6eush wixui-rich-text" data-testid="richTextElement" '
             'id="comp-lxz6eush"><h2 class="font_2 wixui-rich-text__text" '
             'style="text-align:center; '
             'font-size:26px;">2021-22</h2></div><div class="comp-lun1klpp '
             'wH18kY" id="comp-lun1klpp"><div class="" '
             'data-mesh-id="comp-lun1klppinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lun1klppinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lumywi2q '
             'nJiBti wixui-horizontal-line" id="comp-lumywi2q"></div><div '
             'class="W4V2qg comp-lumzgje5 wixui-image" id="comp-lumzgje5"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="LAST RA '
             'EXHIBITION PROMO-4.jpg" class="gRkIq0 sFiSiq" height="547" '
             'id="img_comp-lumzgje5" loading="lazy" sizes="547px" '
             'src="https://static.wixstatic.com/media/2af2c4_ca52d8d872ec4942a3e014cc2a1f1cad~mv2.jpg/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/LAST%20RA%20EXHIBITION%20PROMO-4.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_ca52d8d872ec4942a3e014cc2a1f1cad~mv2.jpg/v1/fill/w_547,h_547,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/LAST%20RA%20EXHIBITION%20PROMO-4.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_ca52d8d872ec4942a3e014cc2a1f1cad~mv2.jpg/v1/fill/w_1094,h_1094,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/LAST%20RA%20EXHIBITION%20PROMO-4.jpg '
             '2x" style="object-fit:cover" width="547"/></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lumywi34 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lumywi34"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">TNAS INAUGURAL '
             'JOURNEY</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" '
             'style="font-weight:bold;">Featuring Resident Artists Francisco '
             'Mandujano, Lorena Sferlazza, Remy Sosa and Emily '
             'Teall</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixGuard wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">May 5th, 2022 - June '
             '2nd, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Francisco Mandujano, '
             'Lorena Sferlazza, Remy Sosa, and Emily Teall began their '
             'one-year term as the first Resident Artists of The Norwalk Art '
             'Space on April 1, 2021. As we navigated through our first year, '
             'they helped us launch our educational program, allowing the '
             'vision of our founder, Alexandra Korry, to come to life. Their '
             'evolving personal journeys have been evident as they filled our '
             'galleries and studios with their unique art. Through our '
             'after-school art program, they provided guidance and confidence '
             'to over 90 students from Norwalk and surrounding areas. This '
             'exhibition celebrates their accomplishments and highlights their '
             'growth as “world builders”, painters, mixed-media collage '
             'artists, “naturalists”, and teachers during The Norwalk Art '
             'Space’s inaugural year.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Francisco Mandujano’s '
             'creative avatars and worlds of fantasy have inspired kids from '
             'ages one to ninety-one. Known to his 11,000-plus fans on YouTube '
             'as Franky D. Crafter, his artwork is based on his desire to '
             'facilitate and deepen games of Dungeons and Dragons, empowering '
             'participants to broaden their imaginations, and define who they '
             'are through the use of avatars within the game. Our Selection '
             'Committee did not understand how a D&amp;D player/creator would '
             'work, but we were inspired by Francisco’s earnest devotion to '
             'the game and to teach, and offered him a Resident Artist '
             'position. Our trust paid off. He springboarded off of the game '
             'to give his students the opportunity to explore self-empowerment '
             'and self-preservation through the creation of fantastical '
             'characters, allowing a type of expression and social exploration '
             'not normally available to teens.\xa0 Embracing his cultural and '
             'gaming roots, has elevated his work over the last year, and '
             'inspired students to look into\xa0 their backgrounds and '
             'celebrate their own creative backstories.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Lorena Sferlazza\'s '
             'work was already exhibited in major galleries around the region '
             'when she was selected as a Resident Artist. She continues to '
             'excel as Educational Manager at The Aldrich Museum of '
             'Contemporary Art, and her outstanding classroom abilities shone '
             'throughout this year. Her extensive knowledge of mediums, '
             'primarily acrylic painting, was broken down weekly into a '
             'detailed and well-thought-out curriculum that empowered her '
             'students with the courage to express who they are technically '
             'and emotionally. These curricula have helped define our training '
             "and expectations for future Resident Artists. Lorena's mastery "
             'of mediums also radiates in her paintings: she has evolved from '
             'brick walls and barriers to figures and life, showing tremendous '
             'growth, courage and self-reflection during her time with us. '
             'This year has allowed her to find her center and express it '
             'beautifully through her work.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Remy Sosa\'s '
             'emotionally charged work has always captured our attention '
             'because it feels raw, personal, and authentic. Her richly '
             'collaged, mixed medium canvasses leave us with hauntingly '
             'beautiful images which pierce the psyche.\xa0 Remy’s '
             'fearlessness in her exploratory process allows her to scream out '
             'her emotions into artwork that demands attention. She helped her '
             'students tap into this same type of deep expression by having '
             'them let go in Blind Contour Drawing and then in Collage 101. '
             'These two classes pushed her students to stop expecting specific '
             'outcomes, allowing them to get lost in the process and '
             "mark-making. The students learned that it's not how beautifully "
             'rendered a piece can be but, more importantly, how to use the '
             'creative process to scream out loud. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Emily Teall\'s work '
             'is hard to miss both in and outside The Norwalk Art Space. Her '
             'sanctuary, like Tulip Bulb in the Sculpture Garden, invites '
             'viewers in (both physically and emotionally). Her ever-evolving '
             'semi-organic sculpture in our front staircase, like the rest of '
             'her work, is influenced by the natural cycle of renewal, and '
             'brightly announces the promise of things to come while '
             'simultaneously hinting at the unpredictable twisting of nature '
             'untamed. She has been a constant figure at our events and has '
             'fully embraced the knowledge our Korry Fellows had to offer. '
             'Emily was a one-on-one instructor before coming to teach our '
             'students, and brought her personalized approach to our '
             'classrooms, gently and directly mentoring teens through their '
             'creative process. Behind her quiet demeanor, her mind is '
             'constantly planning ambitious work in steel, wire, charcoal, and '
             'paint, all of which she brings to fruition by constantly working '
             'in her studio. Without question, she rose to the challenge that '
             'The Norwalk Art Space provided and, in exchange, has offered a '
             'challenge to future Resident Artists; how will you use your '
             'residency?</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">We opened our doors '
             'in the midst of the COVID pandemic, providing a source of hope '
             'for our students, our artists, and our community. These four '
             'Resident Artists taught completely separate subjects and '
             'mediums, but the common thread was always the exploration of '
             "self, and the power in finding one's own visual language. "
             'Watching students be transformed through the process of art into '
             'confident individuals, ready to represent themselves and their '
             'creative voices to the world, has been a gift for all of us at '
             "The Norwalk Art Space. Thanks to Alexandra Korry's vision, we "
             'know that all of our artists, from students to Korry Fellows, '
             'will go out stronger into the community, knowing that they have '
             'an artistic family that is here to support them. We wish these '
             'four Resident Artists all the best in the years to come and hope '
             'their year here has given them a step up into a local art scene '
             'that, if embraced, can nurture their careers until they are '
             'ready to come back as Korry '
             'Fellows.</p></div></div></div></div><div class="comp-lune0576 '
             'wH18kY" id="comp-lune0576"><div class="" '
             'data-mesh-id="comp-lune0576inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lune0576inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lumzuuop '
             'nJiBti wixui-horizontal-line" id="comp-lumzuuop"></div><div '
             'class="W4V2qg comp-lunds8uc wixui-image" id="comp-lunds8uc"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="JOE UPCOMING '
             'EXHIBITION (1).jpg" class="gRkIq0 sFiSiq" height="295" '
             'id="img_comp-lunds8uc" loading="lazy" sizes="549px" '
             'src="https://static.wixstatic.com/media/2af2c4_bb404ee14cab4ca895e9c6b1df6af1ae~mv2.jpg/v1/crop/x_79,y_421,w_3083,h_1656/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/JOE%20UPCOMING%20EXHIBITION%20(1).jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_bb404ee14cab4ca895e9c6b1df6af1ae~mv2.jpg/v1/crop/x_79,y_421,w_3083,h_1656/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/JOE%20UPCOMING%20EXHIBITION%20(1).jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_bb404ee14cab4ca895e9c6b1df6af1ae~mv2.jpg/v1/crop/x_79,y_421,w_3083,h_1656/fill/w_1098,h_590,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/JOE%20UPCOMING%20EXHIBITION%20(1).jpg '
             '2x" style="object-fit:cover" width="549"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lundre3b '
             'wixui-gallery" id="comp-lundre3b" role="region"><p '
             'class="DTFYUv" id="comp-lundre3b-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lundre3b-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lundre3b-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lundre3b"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '858"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":858,"uri":"2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg/v1/fill/w_147,h_70,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5aa4d3e30c264d3984414f758351af65~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_f38f72d2d025439392e5917bd59e0c18~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '858"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":858,"uri":"2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg/v1/fill/w_147,h_70,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_467c73f0583d497bb1690befb2e22e0c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_3b23b0872cfe4e10b086a0ffc44988b1~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundre3b"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundre3b" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1800 '
             '1200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1800,"height":1200,"uri":"2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_34dac84f10e4462c92487aed166ee261~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundre3b"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lumzxkpt wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lumzxkpt"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">COLLECTING, INDEXING, AND '
             'RESHAPING</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Korry '
             'Fellow Joseph Fucigna with Beau Bardos, Vincent Dion, Chris '
             'Durante, Francisco Mandujano and Margaret Roleke</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">March 17th, 2022 - '
             'April 28th, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">A mingling of six '
             'artistic collections and personalities working together in one '
             'single space to create a show unlike any seen since The Norwalk '
             'Art Space’s opening in June of 2021.\xa0 Sculptures scattered '
             'along the floor, walls lined with unending creations both 2D and '
             '3D, and in the loft, an entire role-playing adventure terrain '
             'leading to a multimedia animation video.\xa0 This is Collecting, '
             'Indexing and Reshaping.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Joseph Fucigna, Korry '
             'Fellow and curator, is known for his work with industrial '
             'materials such as construction fencing, zip-ties, and hoses.\xa0 '
             'Although this may bring a mental image of a construction site, '
             'being in front of his pieces is an entirely different story.\xa0 '
             'With his use of bright colors and organic forms, the materials '
             'completely diverge from their originally intended purposes to '
             'create provocative abstractions.\xa0 The overlapping and '
             'excessive layering of the materials creates a depth of form, '
             'such as in his work Veiled Threat 2.\xa0 The look of draped '
             'cloth created by the layering of the fencing gives the piece '
             'movement that it doesn’t truly have, whereas the back of the '
             'piece is less layered, the zip-ties untrimmed, giving it a '
             'hollow, dangerous feel. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">With some overlapping '
             'ideals and similar material usage, both Vincent Dion and Fucigna '
             'use the concept of ‘play’ in order to morph their work into a '
             'satisfying end result.\xa0 There is a whimsy to Dion’s work '
             'through those materials that allows for a human connection.\xa0 '
             'Footprints is a sculpture crafted from scavenged fire hoses, '
             'hand-dyed clothing, and rope, and comes together in the '
             'familiar, yet warped form of a barbell.\xa0 Although the piece, '
             'along with the rest of the collection Soft Gym, is a humorous '
             'parody on gyms, the piece poses questions about strength and '
             'authority such as, “What constitutes strength?”.\xa0 The '
             'exaggerated movement of the rope creates a flow from one side to '
             'the other, and even without that sameness in position, there is '
             'a balance at either end created by similarity in color and '
             'shape.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Vibrant colors and '
             'familiar forms similar to those in Dion’s Footprints, draw '
             'people in, although in some cases it can be a false sense of '
             'comfort.\xa0 Margaret Roleke’s Shotgun Home is the familiar form '
             'of a house made from a variety of cheerful colors, giving the '
             'overall structure the feeling of being approachable.\xa0 '
             'However, upon closer inspection viewers can see that the '
             'menagerie of colors is made up entirely of spent shotgun shells, '
             'and the interior is littered with caution tape causing the shift '
             'from comfort to dread.\xa0 The vulgarized popularity of gun use '
             'paired with the lack of gun control within the United States is '
             'something Roleke feels strongly about and brings to her artwork '
             'along with other political issues including racism and global '
             'warming. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">While it took a large '
             'collection of shotgun shells for Roleke to create her piece, '
             'Chris Durante is the collector of the group.\xa0 Being a '
             'collector is not only a title, but something that Durante takes '
             'great pride in and has used to his advantage with his '
             'artwork.\xa0 Taxonomy, the piece on display, is a shelving unit '
             'stocked with a collection of found items, manipulated, and '
             'repurposed by Durante.\xa0 In Durante’s own words, he is '
             '“intrigued by the idea of how an object becomes stained by the '
             'passage of time.”\xa0 By taking these preexisting materials, now '
             'molded into something new, and placing them on a shelf, it poses '
             'the question, ‘Why this, why here?’\xa0 The viewer begins to '
             'create their own stories, or ideas to accompany certain items '
             'and give them importance that doesn’t necessarily exist.\xa0 '
             'Along with Taxonomy, Durante is using a wide variety of his '
             'drawings to fill the wall behind the unit in what will give the '
             'piece the atmosphere of a salon.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Looming above the '
             'main floor of the gallery are vast landscapes and extremely '
             'detailed figures lining the loft, miniatures normally seen in '
             'role-playing games such as Dungeons and Dragons and '
             'Warhammer.\xa0 Francisco Mandujano is a Resident Artist at The '
             'Norwalk Art Space; his pieces are created with the intention of '
             'being touched, moved, and played with, encouraging the viewer to '
             'come up with their own story.\xa0 However, it is the cultural '
             'aspect of his native Mexico shining through many of his '
             'miniatures that bring a certain originality to his work.\xa0 The '
             'multi-layered Quetzalcóatl terrain, for example, is made of '
             'vibrant colors and geometric patterning, a call back to the '
             'long-standing traditions of Mexican art.\xa0 Although the beauty '
             'of the piece is evident, it is the individual story creation of '
             'the viewer that makes the piece unique. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Individual story '
             'creation is also a central focus for the final artist, Beau '
             'Bardos.\xa0 Tucked away in what seems like another world, '
             'Bardos’s mixed-media animation can be viewed through a small '
             'doorway found in the loft.\xa0 The animation uses stop motion '
             'and is made up of Bardos’s drawings, collage work, clay, and '
             'other mediums he may stumble upon.\xa0 While many expect a '
             'completed story when watching a screen, the animation has no '
             'order or timeline, at least not one that each viewer will see in '
             'the same way.\xa0 Through his non-linear animation, viewers can '
             'fabricate their own narrative, much like Francisco does with his '
             'role-play terrain. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Collecting, Indexing '
             'and Reshaping, the most ambitious show to take over The Norwalk '
             'Art Space, does so with these six seemingly divergent artists, '
             'woven together through similar ideals, processes, and even '
             'materials.\xa0 However, it is how each artist is able to '
             'individualize themselves that creates the buzzing atmosphere '
             'throughout the space.</p></div><div '
             'data-mesh-id="comp-lune0576inlineContent-wedge-3"></div></div></div></div><div '
             'class="comp-lundqof6 wH18kY" id="comp-lundqof6"><div class="" '
             'data-mesh-id="comp-lundqof6inlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lundqof6inlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lun03fz4 '
             'nJiBti wixui-horizontal-line" id="comp-lun03fz4"></div><div '
             'class="W4V2qg comp-lundp0dt wixui-image" id="comp-lundp0dt"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="NEW LIZZY '
             'PROMO-3.jpg" class="gRkIq0 sFiSiq" height="295" '
             'id="img_comp-lundp0dt" loading="lazy" sizes="549px" '
             'src="https://static.wixstatic.com/media/2af2c4_766d40674bb74b58bd046eae9e484b1b~mv2.jpg/v1/crop/x_0,y_620,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/NEW%20LIZZY%20PROMO-3.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_766d40674bb74b58bd046eae9e484b1b~mv2.jpg/v1/crop/x_0,y_620,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/NEW%20LIZZY%20PROMO-3.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_766d40674bb74b58bd046eae9e484b1b~mv2.jpg/v1/crop/x_0,y_620,w_3240,h_1741/fill/w_1098,h_590,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/NEW%20LIZZY%20PROMO-3.jpg '
             '2x" style="object-fit:cover" width="549"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lundnb1h '
             'wixui-gallery" id="comp-lundnb1h" role="region"><p '
             'class="DTFYUv" id="comp-lundnb1h-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lundnb1h-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lundnb1h-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lundnb1h"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4096 '
             '3072"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4096,"height":3072,"uri":"2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundnb1h" '
             'aria-haspopup="true" aria-label="IMG_20220201_163809778" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="IMG_20220201_163809778" '
             'src="https://static.wixstatic.com/media/2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4096 '
             '3072"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4096,"height":3072,"uri":"2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_95e1cd20037245168feb5ce3d17db74c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c7c3c0f4eb0849f7b869c60ca8024663~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_aaa6324735f94364b5bcd5319d7d999e~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundnb1h" '
             'aria-haspopup="true" aria-label="IMG_20220201_163809778" '
             'class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="IMG_20220201_163809778" '
             'src="https://static.wixstatic.com/media/2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b48d45854d3e4955affc25c525dcca83~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_4508be2c448641caa4393a04b9610ef5~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png/v1/fill/w_49,h_37,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b358d392f7854f9881feb144abfb64c4~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lundnb1h"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lundnb1h" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3072 '
             '4096"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3072,"height":4096,"uri":"2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_26c8c203d90143b098337ab94ee4f839~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lundnb1h"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lun03fzv wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lun03fzv"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">FRIENDS + FAMILY: A Quilt and '
             'Illustration Exhibition</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Korry '
             'Fellow Lizzy Rockwell</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixGuard wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">February 3rd, 2022 - '
             'March 10th, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Lizzy Rockwell is an '
             'artist who communicates and collaborates. Her illustrations are '
             'visual narratives created primarily for children which adorn '
             'over 35 picture books, a 28’ long wall in the pediatric waiting '
             'room of the Norwalk Community Health Center, and numerous '
             'award-winning games produced by the toy company, eeBoo. Lizzy is '
             'the author of ten of her picture books, whose texts illuminate '
             'the mysteries and logic of the natural world, spark '
             'conversations about emotions and personal wellness, and show and '
             'tell how to make a quilt with friends. Her most recent titles as '
             'author/illustrator are How Do You Feel?,\xa0 I Love Insects, and '
             'The All-Together Quilt.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Lizzy studied fine '
             'art and art history at Connecticut College and illustration at '
             'the School of Visual Arts. However, most of what Lizzy knows '
             'about making books, she learned as a child. Her parents, Anne '
             'and Harlow Rockwell made books in their home studios in New York '
             'City, and then Connecticut, when Lizzy and her brother and '
             'sister were growing up. From her parents, she also learned how '
             'to investigate a pond, make a potato print, look at a painting '
             'and sew a quilt. Lizzy collaborated as an illustrator on 19 '
             'books written by her mother, including Apples and Pumpkins and '
             'Hiking Day. Illustrations by Anne Rockwell and abstract woodcuts '
             'by Harlow Rockwell are included in this exhibit.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The All-Together '
             'Quilt is the winner of the 2021 Connecticut Book Award in the '
             'picture book category. This book is Lizzy’s most personal, as it '
             'models the people and activities of Peace by Piece: The Norwalk '
             'Community Quilt Project.\xa0 Peace by Piece is an ongoing '
             'intergenerational after-school art program that Lizzy conceived '
             'and organized in 2008, with start-up funding from a local '
             'foundation. Lizzy was inspired to teach quilting to an '
             'intergenerational group after reading about the quilts of Gees '
             'Bend which were on exhibit at the Whitney Museum in 2002.\xa0 '
             'The bold designs and improvisational methods reminded her of her '
             'father’s abstract woodcuts, which were designed in paper '
             'collage, as well as some of her favorite modern artists, like '
             'Paul Klee and Kurt Schwitters.\xa0 The Gees Bend quilts created '
             'possibilities for intuitive design and collaborative methods '
             'which would bring people together, and offer therapeutic '
             'benefits for both young and old. Having grown up with a quilting '
             'frame in the living room during her adolescence where she '
             'stitched with her sister and friends after school, Lizzy thought '
             'she could replicate this joyful and calming pastime. The diverse '
             'group of Norwalk residents, currently ages 8 – 93, meets in the '
             'community room of Senior Court Housing, managed by the Norwalk '
             'Housing Authority.\xa0 Together, the Peace by Piece quilters '
             'have made art quilts that hang in numerous institutions and '
             'libraries in Connecticut. These quilts are designed by Lizzy, '
             'and include contributions from others, in the form of drawings '
             'on fabric, improvisational patchwork piecing, and hand quilting. '
             'Since 2008 thousands of individuals have contributed in some way '
             'to these communal works of public art. \xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Many of these works '
             'have been generously loaned to The Norwalk Art Space and are '
             'being seen together in one place for the first time. Along with '
             'the art quilts, which often communicate specific messages and '
             'use typography, like large fabric posters, there are personal '
             'artworks, created by the quilters, on display.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The recent Peace by '
             'Piece members:</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Maria Acosta, '
             'Jennifer Arpi, Almina Ball, Kerri Besse, Dot Byrd, Jocelyn '
             'Bacila Chara, Ernestine Cobb, Trinity Ebron, Jennifer Garcia, '
             'Nicole Garcia, Malissa Grey, Sanaa Jerry, Anna May Jerusavage, '
             'America Jiménez, Alana Klinka, Alex Leon, Angie Leon, Ashley '
             'Leon, Nadelin Loja, Maurice Montgomery, Doris Moreno, Betty '
             'Mungo, Sandra Naraborne, Connor Oatis, Fran Paris, Lindsey '
             'Punin, Nelaigedalise Reeves, Shaunessi Reeves, Tylor Reeves, '
             'Christine Sainsmyr, Kate Scully, Viola Sears, Joyce Trusty, and '
             'Anna Veccia - have contributed to pieces in this exhibit.\xa0'
             '</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Khalaf Jerry was an '
             'early member of Peace by Piece. Khalaf is a printmaker, painter, '
             'textile and glass artist from Norwalk, CT. He created this black '
             'and white abstraction, titled “Journey” specifically for this '
             'exhibit.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Denyse Schmidt is an '
             'internationally known quilt designer, craftsperson, fabric '
             'designer, and author, often referred to as “The Mother of Modern '
             'Quilting”. Denyse is a long-time friend to Peace by Piece '
             'donating materials, teaching skills, and hosting community '
             'quilting bees at her studio at the American Fabrics Building in '
             'Bridgeport, CT. On display here is Denyse’s “Hawaiian-Style '
             'Appliqué Quilt.”</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Anne Rockwell was a '
             'children’s book author and illustrator who created 200 books for '
             'children, between 1961 and 2018. She wrote and illustrated '
             'concept books for the very young, non-fiction science, '
             'historical biography, and retellings of fables and mythology '
             'from around the world. While she illustrated most of her books, '
             'Anne collaborated as an author with many illustrators, including '
             'her husband, Harlow Rockwell, and daughter, Lizzy Rockwell.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Harlow Rockwell was '
             'an advertising art director, picture book illustrator, and '
             'abstract painter, printmaker, and sculptor.\xa0 He collaborated '
             'as an illustrator on dozens of books written by his wife, Anne '
             'Rockwell.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">buzzing atmosphere '
             'throughout the space.</p></div></div></div></div><div '
             'class="comp-lundmujs wH18kY" id="comp-lundmujs"><div class="" '
             'data-mesh-id="comp-lundmujsinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lundmujsinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lun0rmso '
             'nJiBti wixui-horizontal-line" id="comp-lun0rmso"></div><div '
             'class="W4V2qg comp-lundlm2j wixui-image" id="comp-lundlm2j"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="EXHIBITION '
             'AND WEEKEND EVENTS-2.jpg" class="gRkIq0 sFiSiq" height="295" '
             'id="img_comp-lundlm2j" loading="lazy" sizes="549px" '
             'src="https://static.wixstatic.com/media/2af2c4_7fe4787f5ffc42d89ee453ce77c68761~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/EXHIBITION%20AND%20WEEKEND%20EVENTS-2.jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_7fe4787f5ffc42d89ee453ce77c68761~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/EXHIBITION%20AND%20WEEKEND%20EVENTS-2.jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_7fe4787f5ffc42d89ee453ce77c68761~mv2.jpg/v1/crop/x_0,y_750,w_3240,h_1741/fill/w_1098,h_590,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/EXHIBITION%20AND%20WEEKEND%20EVENTS-2.jpg '
             '2x" style="object-fit:cover" width="549"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lundkv5a '
             'wixui-gallery" id="comp-lundkv5a" role="region"><p '
             'class="DTFYUv" id="comp-lundkv5a-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lundkv5a-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lundkv5a-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lundkv5a"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2570 '
             '3479"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2570,"height":3479,"uri":"2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg/v1/fill/w_147,h_199,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 741 '
             '990"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":741,"height":990,"uri":"2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg/v1/fill/w_133,h_178,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_879dd5b6a39940b9afefce82def5da62~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_62db2bf8ef694deda8ecbfb9be8a3adb~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c87eca45596f4fd09df256748c21defc~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2570 '
             '3479"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2570,"height":3479,"uri":"2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg/v1/fill/w_147,h_199,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_7e4031848cf64b58b7e228207b3b4b84~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_2de693d4859b4b79ab16ac2708100401~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 741 '
             '990"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":741,"height":990,"uri":"2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg/v1/fill/w_133,h_178,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_be26a6a5f3f04dd6a212b5b00727ade2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lundkv5a"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lundkv5a" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_58c7057f8bab41c38bed128a58886f86~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lundkv5a"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lun0rmt2 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lun0rmt2"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">AMERICAN '
             'ICONOGRAPHY</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Korry '
             'Fellow Tara Blackwell with invited artists Cal '
             'Bocicault</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixGuard wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">December 6th, 2021 - '
             'January 27th, 2022</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The Norwalk Art Space '
             'is proud to announce our next exhibition, “American Iconography” '
             'with Korry Fellow Tara Blackwell and invited artist Cal '
             'Bocicault. Daily life is filled with repetitive images and '
             'public figures that symbolize our time, place and shared '
             'collective history. These images are sometimes remembered fondly '
             'through our childhood lenses, while others may have altered our '
             'perceptions of the neighbor next door. This exhibition explores '
             'the power of imagery as a vessel to create change in our '
             'collective futures. Here we have two distinctly different '
             'artists that use iconic American imagery to reference and push '
             'the boundaries of feminism, social justice and African American '
             'identity.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Tara Blackwell, a '
             'Korry Fellow at The Norwalk Art Space, uses nostalgic cartoons '
             'and icons from her youth to focus her viewer’s attention on what '
             'is familiar and “sweet.” These wistful images then become the '
             'stage for her discourse on national social movements that demand '
             'attention. Her light-hearted imagery keeps her work consumable '
             'and engaging, while it simultaneously dissects the complex and '
             'emotionally-charged conflicts in our society today.\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">Cal Bocicault, on the '
             'other hand, tries to push back on historical black stereotypes '
             'and images by using himself, his family and friends as vessels '
             'to contextualize true black identity today. These highly '
             'stylized portraits are part of a concerted effort by him and '
             'many other artists, musicians, poets and performers to finally '
             'break the old and delusional visions of what it is to be a black '
             'man or woman in American society. Cal’s artwork honors the full '
             'spectrum of beauty in African American '
             'culture.</p></div></div></div></div><div class="comp-lunc7kac '
             'wH18kY" id="comp-lunc7kac"><div class="" '
             'data-mesh-id="comp-lunc7kacinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lunc7kacinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lun1bkok2 '
             'nJiBti wixui-horizontal-line" id="comp-lun1bkok2"></div><div '
             'class="W4V2qg comp-lunc5xyi wixui-image" id="comp-lunc5xyi"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="KELLY '
             'ROSSETTI EXHIBITION OPENING INSTA (Postcard).jpg" class="gRkIq0 '
             'sFiSiq" height="295" id="img_comp-lunc5xyi" loading="lazy" '
             'sizes="549px" '
             'src="https://static.wixstatic.com/media/2af2c4_9b31c2f956a54f82b9d5fefc111997e4~mv2.jpg/v1/crop/x_0,y_485,w_4125,h_2217/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/KELLY%20ROSSETTI%20EXHIBITION%20OPENING%20INSTA%20(Postcard).jpg" '
             'srcset="https://static.wixstatic.com/media/2af2c4_9b31c2f956a54f82b9d5fefc111997e4~mv2.jpg/v1/crop/x_0,y_485,w_4125,h_2217/fill/w_549,h_295,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/KELLY%20ROSSETTI%20EXHIBITION%20OPENING%20INSTA%20(Postcard).jpg '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_9b31c2f956a54f82b9d5fefc111997e4~mv2.jpg/v1/crop/x_0,y_485,w_4125,h_2217/fill/w_1098,h_590,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/KELLY%20ROSSETTI%20EXHIBITION%20OPENING%20INSTA%20(Postcard).jpg '
             '2x" style="object-fit:cover" width="549"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lunbl60j '
             'wixui-gallery" id="comp-lunbl60j" role="region"><p '
             'class="DTFYUv" id="comp-lunbl60j-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lunbl60j-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lunbl60j-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lunbl60j"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 5060 '
             '3464"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":5060,"height":3464,"uri":"2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg/v1/fill/w_147,h_101,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3840 '
             '5486"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3840,"height":5486,"uri":"2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg/v1/fill/w_147,h_210,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3572 '
             '2865"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3572,"height":2865,"uri":"2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg/v1/fill/w_147,h_118,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 5760 '
             '3840"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":5760,"height":3840,"uri":"2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d1dd8037c6154cf1830d8921e3693ca3~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3024 '
             '4032"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":4032,"uri":"2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_9a0645e562a54d88a69c8ca4abfd9ee2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_b910faf13bce48d1932040760b73da63~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_be5f99a2f5ef45a1b482100149f75275~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 5060 '
             '3464"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":5060,"height":3464,"uri":"2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg/v1/fill/w_147,h_101,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_af885e5c5bd24513b063f34627924647~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3840 '
             '5486"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3840,"height":5486,"uri":"2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg/v1/fill/w_147,h_210,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_10245cfc8d1b4516a9736b4c90c6f2d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3572 '
             '2865"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3572,"height":2865,"uri":"2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg/v1/fill/w_147,h_118,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_6a240dbcf9124c52a829162168952606~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunbl60j"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunbl60j" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 5760 '
             '3840"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":5760,"height":3840,"uri":"2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_c529f7fcd15c4252be567011a01149df~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunbl60j"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lun1bkom wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lun1bkom"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">BETWEEN BLURRED '
             'LINES</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Korry '
             'Fellow Kelly Rossetti with invited artist Joanna '
             'Lentini</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixGuard wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">October 28th, 2021 - '
             'December 2nd, 2021</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\u200b</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">The dream-like state '
             'of our subconscious rises to the surface when viewing and '
             'experiencing the works of Kelly Rossetti and Joanna Lentini. '
             'Blurred but familiar feelings connect us to a fleeting place or '
             'time, moments we may long for or even be bothered by.</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">These artworks make '
             'you look back and back again at the subtle but impactful lines '
             'that cut through their composition and lead you to an emotion '
             'that you may or may not want to experience. Does Kelly want us '
             'to see what raw opened flesh would look like if displayed cold '
             'and wet on a slab of canvas in her piece I’ll Come Around '
             'Sundown? Do those fleshy red and pink paint marks represent '
             'frustration or the creation of life?</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">\xa0</p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">It’s these blurred '
             'lines of consciousness that make us see the connection between '
             'Kelly and Joanna’s work. It’s hard not to see the beauty in '
             "Joanna's serene natural settings, but what else is she trying to "
             'tell us? Is she guiding us to connect subconsciously to the '
             'heavens by holding onto the winds that are sweeping the '
             "snow-covered mountains of Arcadia? Like Kelly's, Joanna's work "
             'also speaks of dualities: potential and frustration, natural '
             'beauty and the human effects on it. These two artists work in '
             'different mediums, but their art allows the viewer to walk away '
             'with his/her own sense of memory between blurred '
             'lines.</p></div></div></div></div><div class="comp-lunc3voh '
             'wH18kY" id="comp-lunc3voh"><div class="" '
             'data-mesh-id="comp-lunc3vohinlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lunc3vohinlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lun1pken '
             'nJiBti wixui-horizontal-line" id="comp-lun1pken"></div><div '
             'class="W4V2qg comp-lunbw7yv wixui-image" id="comp-lunbw7yv"><div '
             'class="apPOZK" data-testid="linkElement"><img alt="Copy of Save '
             'the Date, Romantic Wedding Instagram Story-2.png" class="gRkIq0 '
             'sFiSiq" height="334" id="img_comp-lunbw7yv" loading="lazy" '
             'sizes="529px" '
             'src="https://static.wixstatic.com/media/2af2c4_6707dcc514bb4d47bbab930848e023c1~mv2.png/v1/fill/w_529,h_334,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Copy%20of%20Save%20the%20Date%2C%20Romantic%20Wedding%20Instagram%20Story-2.png" '
             'srcset="https://static.wixstatic.com/media/2af2c4_6707dcc514bb4d47bbab930848e023c1~mv2.png/v1/fill/w_529,h_334,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Copy%20of%20Save%20the%20Date%2C%20Romantic%20Wedding%20Instagram%20Story-2.png '
             '1x, '
             'https://static.wixstatic.com/media/2af2c4_6707dcc514bb4d47bbab930848e023c1~mv2.png/v1/fill/w_1058,h_668,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Copy%20of%20Save%20the%20Date%2C%20Romantic%20Wedding%20Instagram%20Story-2.png '
             '2x" style="object-fit:cover" width="529"/></div></div><div '
             'aria-label="Slider gallery" class="DdNqbI comp-lunbf88d '
             'wixui-gallery" id="comp-lunbf88d" role="region"><p '
             'class="DTFYUv" id="comp-lunbf88d-play-button-description">To '
             'play, press and hold the enter key. To stop, release the enter '
             'key.</p><button '
             'aria-describedby="comp-lunbf88d-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lunbf88d-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lunbf88d"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2507 '
             '2750"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2507,"height":2750,"uri":"2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg/v1/fill/w_147,h_161,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 879 '
             '1500"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":879,"height":1500,"uri":"2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg/v1/fill/w_158,h_270,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3084 '
             '3200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3084,"height":3200,"uri":"2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg/v1/fill/w_147,h_153,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3739 '
             '4000"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3739,"height":4000,"uri":"2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg/v1/fill/w_147,h_157,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3249 '
             '4600"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3249,"height":4600,"uri":"2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg/v1/fill/w_147,h_208,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_60fdc8ca7e46423b907961873d09e8d2~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_e254ecfdeec84f8bb86e38ca721d5425~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2507 '
             '2750"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2507,"height":2750,"uri":"2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg/v1/fill/w_147,h_161,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8e6a5a4ded5742029e77b8c5a1ceef3d~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_072d4fdf7a554e4183027107a93a323e~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 879 '
             '1500"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":879,"height":1500,"uri":"2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg/v1/fill/w_158,h_270,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d86b0cb82dd54bbfbd6e9ca717dfd45d~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3084 '
             '3200"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3084,"height":3200,"uri":"2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg/v1/fill/w_147,h_153,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_15e7d67309094d54be46dfa79d07a447~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3739 '
             '4000"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3739,"height":4000,"uri":"2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg/v1/fill/w_147,h_157,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_53300fa53ec940388b6080ac8868b313~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunbf88d"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunbf88d" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 3249 '
             '4600"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":3249,"height":4600,"uri":"2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg/v1/fill/w_147,h_208,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_0a2197a8eedb4d8c88643361bc94a3a0~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunbf88d"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lun1pkep4 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lun1pkep4"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">A GLOSSARY OF '
             'PAINTING</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Robert '
             'Cottingham and Duvian Montoya</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">September 16th, 2021 '
             '- October 21st, 2021<span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">This exhibition will '
             'give audiences a peek into the famed, and sometimes secretive, '
             'space of the artist workshop. What are the things that are '
             'uniquely shared between artists, no matter age or status? What '
             'do painters talk about when they talk about painting? Exhibiting '
             'for the first-time together, Robert Cottingham and Duvian '
             'Montoya: A Glossary of Painting will include approximately 25 '
             'artworks from each artist, spanning both their careers and the '
             'mediums of print, painting, and drawing. Montoya has had an '
             'intimate friendship and working relationship with Cottingham as '
             'a studio assistant since 2013. In that time, the two painters '
             'have developed their shared language of realist '
             'painting.</p></div></div></div></div><div class="comp-lunbnloa '
             'wH18kY" id="comp-lunbnloa"><div class="" '
             'data-mesh-id="comp-lunbnloainlineContent" '
             'data-testid="inline-content"><div '
             'data-mesh-id="comp-lunbnloainlineContent-gridContainer" '
             'data-testid="mesh-container-content"><div class="comp-lun2gff6 '
             'nJiBti wixui-horizontal-line" id="comp-lun2gff6"></div><div '
             'aria-label="Slide show gallery" class="w02eM9 comp-lunb0shg '
             'wixui-gallery" data-image-mode="clipImage" '
             'data-testid="slide-show-gallery" id="comp-lunb0shg" '
             'role="region"><div class="w3sg0B"><div class="dqLHMM hVB9N7 '
             'wixui-gallery__item" data-has-transition="false" '
             'data-image-mode="clipImage" '
             'data-testid="gallery-item-ghost"><div '
             'aria-describedby="describedby_item-0-comp-lunb0shg" '
             'aria-haspopup="true" class="gHvfPd H5rmg1" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><div class="fpCLuq"><div class="F3sxLc"><div '
             'class="r95GFX"><wow-image class="Qh0lWW WkYPjq" '
             'data-bg-effect-name="" data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":750,"height":400,"uri":"2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png/v1/fill/w_75,h_40,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div></div></div><div class="VfD554 As86Ls" '
             'data-testid="gallery-item-panel"><div class="GNob0l" '
             'data-testid="gallery-item-title"></div><p class="U4WtSO" '
             'data-testid="gallery-item-description"></p></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunb0shg"></span></div></div></div><div '
             'class="dqLHMM hVB9N7 wixui-gallery__item" '
             'data-has-transition="false" data-image-mode="clipImage" '
             'data-testid="gallery-item-ghost"><div '
             'aria-describedby="describedby_item-1-comp-lunb0shg" '
             'aria-haspopup="true" class="gHvfPd H5rmg1" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><div class="fpCLuq"><div class="F3sxLc"><div '
             'class="r95GFX"><wow-image class="Qh0lWW WkYPjq" '
             'data-bg-effect-name="" data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2938,"height":3918,"uri":"2af2c4_145150378a114f95a1291eaac1d23964~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_145150378a114f95a1291eaac1d23964~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_145150378a114f95a1291eaac1d23964~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div></div></div><div class="VfD554 As86Ls" '
             'data-testid="gallery-item-panel"><div class="GNob0l" '
             'data-testid="gallery-item-title"></div><p class="U4WtSO" '
             'data-testid="gallery-item-description"></p></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunb0shg"></span></div></div></div><div '
             'class="dqLHMM hVB9N7 wixui-gallery__item" '
             'data-has-transition="false" data-image-mode="clipImage" '
             'data-testid="gallery-item-ghost"><div '
             'aria-describedby="describedby_item-4-comp-lunb0shg" '
             'aria-haspopup="true" class="gHvfPd H5rmg1" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><div class="fpCLuq"><div class="F3sxLc"><div '
             'class="r95GFX"><wow-image class="Qh0lWW WkYPjq" '
             'data-bg-effect-name="" data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_83e3e2cdcd4648668a1b6a5362dc2bdf~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_83e3e2cdcd4648668a1b6a5362dc2bdf~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_83e3e2cdcd4648668a1b6a5362dc2bdf~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div></div></div><div class="VfD554 As86Ls" '
             'data-testid="gallery-item-panel"><div class="GNob0l" '
             'data-testid="gallery-item-title"></div><p class="U4WtSO" '
             'data-testid="gallery-item-description"></p></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunb0shg"></span></div></div></div></div><nav '
             'class="yr08EU" data-testid="gallery-navButtons"><button '
             'class="Y0ItqY e1g7fc" data-testid="gallery-prevButton" '
             'type="button"><span aria-hidden="true" '
             'data-testid="gallery-prevButtonInner" '
             'role="presentation"></span></button><button class="Y0ItqY '
             'vIDrnX" data-testid="gallery-nextButton" type="button"><span '
             'aria-hidden="true" data-testid="gallery-nextButtonInner" '
             'role="presentation"></span></button></nav><div '
             'aria-live="polite" class="QS0LiP" '
             'data-testid="slide-show-gallery-items"><div class="dqLHMM hVB9N7 '
             'wixui-gallery__item" data-has-transition="false" '
             'data-image-mode="clipImage" data-testid="gallery-item-item"><div '
             'aria-describedby="describedby_item-current-0-comp-lunb0shg" '
             'aria-haspopup="true" class="gHvfPd H5rmg1" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><div class="fpCLuq"><div class="F3sxLc"><div '
             'class="r95GFX"><wow-image class="Qh0lWW WkYPjq" '
             'data-bg-effect-name="" data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":750,"height":400,"uri":"2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png/v1/fill/w_75,h_40,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_edaa7db26e714aedbf4fac5a60d21954~mv2.png" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div></div></div><div class="VfD554 As86Ls" '
             'data-testid="gallery-item-panel"><div class="GNob0l" '
             'data-testid="gallery-item-title"></div><p class="U4WtSO" '
             'data-testid="gallery-item-description"></p></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-current-0-comp-lunb0shg"></span></div></div></div></div><div '
             'class="b_sJh_"><div class="mLucRc" '
             'data-testid="gallery-counter">1/5</div></div><div '
             'class="L7KnxN"></div></div><div aria-label="Slider gallery" '
             'class="DdNqbI comp-lunb0si6 wixui-gallery" id="comp-lunb0si6" '
             'role="region"><p class="DTFYUv" '
             'id="comp-lunb0si6-play-button-description">To play, press and '
             'hold the enter key. To stop, release the enter key.</p><button '
             'aria-describedby="comp-lunb0si6-play-button-description" '
             'aria-label="play backward" aria-pressed="false" class="xR2lfZ" '
             'data-testid="slider-gallery-swipe-left" '
             'type="button"></button><button '
             'aria-describedby="comp-lunb0si6-play-button-description" '
             'aria-label="play forward" aria-pressed="false" class="WKWQbp" '
             'data-testid="slider-gallery-swipe-right" '
             'type="button"></button><div aria-live="polite" class="dgknXt" '
             'data-testid="slider-gallery-visible-items-container"><div '
             'class="gbaeTp" data-testid="slider-gallery-all-items-container" '
             'id="items_comp-lunb0si6"><div class="Y1gAwq t8qmqp '
             'wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4256 '
             '2832"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4256,"height":2832,"uri":"2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1440 '
             '1703"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1440,"height":1703,"uri":"2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg/v1/fill/w_147,h_174,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4256 '
             '2832"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4256,"height":2832,"uri":"2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2938 '
             '3918"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2938,"height":3918,"uri":"2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 215 '
             '234"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":215,"height":234,"uri":"2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg/v1/fill/w_54,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1200 '
             '1680"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1200,"height":1680,"uri":"2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 300 '
             '168"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":300,"height":168,"uri":"2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg/v1/fill/w_75,h_42,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-0-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4032 '
             '3024"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4032,"height":3024,"uri":"2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg/v1/fill/w_147,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_af733662f9754e749278a124e5edda83~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-0-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-1-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4256 '
             '2832"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4256,"height":2832,"uri":"2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_47046d9ffa034a1cb00af6bf3bab4912~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-1-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-2-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1440 '
             '1703"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1440,"height":1703,"uri":"2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg/v1/fill/w_147,h_174,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_ccf9ab55bae64832a242a752d24ad134~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-2-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-3-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 4256 '
             '2832"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":4256,"height":2832,"uri":"2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_d93569af3e7a4738bf9f21e18cc8f98c~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-3-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-4-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 2938 '
             '3918"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":2938,"height":3918,"uri":"2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_27f1e7b70364485d8aec1359cac2b2b0~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-4-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-5-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 215 '
             '234"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":215,"height":234,"uri":"2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg/v1/fill/w_54,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_5f2dd03f9cb246098f823aa7ad991b07~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-5-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-6-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 1200 '
             '1680"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":1200,"height":1680,"uri":"2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg/v1/fill/w_147,h_206,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_4f0da6246a1643fcb98f77e53b8db578~mv2.jpg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-6-comp-lunb0si6"></span></div></div></div><div '
             'class="Y1gAwq t8qmqp wixui-gallery__item"><div '
             'aria-describedby="describedby_item-7-comp-lunb0si6" '
             'aria-haspopup="true" class="gt2gF4 qBC2PN" '
             'data-testid="gallery-item-click-action-image-zoom" role="button" '
             'tabindex="0"><svg class="PC_zol" viewbox="0 0 300 '
             '168"></svg><div class="IFnxcE"><div class="SVukj7"><wow-image '
             'class="Qh0lWW _FUM6P" data-bg-effect-name="" '
             'data-has-ssr-src="true" '
             'data-image-info=\'{"displayMode":"fill","isLQIP":true,"encoding":"AVIF","imageData":{"width":300,"height":168,"uri":"2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg","name":"","displayMode":"fill"}}\' '
             'data-motion-part="BG_IMG undefined" id="img_undefined"><img '
             'alt="" '
             'src="https://static.wixstatic.com/media/2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg/v1/fill/w_75,h_42,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/2af2c4_8be2e1beeae04cc188f10cc4d7682fe8~mv2.jpeg" '
             'style="width:100%;height:100%;object-fit:cover;object-position:50% '
             '50%"/></wow-image></div><div class="nRH9wA"></div></div><div '
             'style="display:none"><span '
             'data-testid="gallery-item-describedby-id" '
             'id="describedby_item-7-comp-lunb0si6"></span></div></div></div></div></div><div></div><div></div></div><div '
             'class="N8MGzv _v6ohL PO9MfV comp-lun2gff84 wixui-rich-text" '
             'data-testid="richTextElement" id="comp-lun2gff84"><p '
             'class="font_8 wixui-rich-text__text" style="font-size:29px; '
             'text-align:center;"><span class="wixui-rich-text__text" '
             'style="font-style:italic;"><span class="wixui-rich-text__text" '
             'style="font-weight:bold;"><span class="wixui-rich-text__text" '
             'style="font-size:29px;">A DIALOGUE IN '
             'STYLES</span></span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;">Korry '
             'Fellow Jahmane with Adger Cowans</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text" style="font-weight:bold;"><span '
             'class="wixui-rich-text__text">\u200b</span></span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">July 22nd, 2021 - '
             'September 9th, 2021<span class="wixui-rich-text__text" '
             'style="letter-spacing:0em;">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;"><span '
             'class="wixui-rich-text__text">\u200b</span></p>\n'
             '<p class="font_8 wixui-rich-text__text" '
             'style="text-align:center; font-size:15px;">This exhibit '
             'encompasses multiple decades of evolutionary work from two '
             'premier Connecticut artists, Adger Cowans and The Norwalk Art '
             "Space's Korry Fellow Jahmane. Deeply rooted in social "
             'commentary, abstraction, bold experimentation, and the ability '
             'to explore concepts beyond traditional "Black Art," this '
             'exhibition presents an intimate view into the creative worlds of '
             'two accomplished artists. Although generationally separated, '
             "Jahmane's and Cowan's work share common threads that complement "
             'each other as if created on simultaneous '
             'timelines.</p></div></div></div></div><div '
             'data-mesh-id="comp-lxz5d790inlineContent-wedge-7"></div><div '
             'data-mesh-id="comp-lxz5d790inlineContent-wedge-10"></div><div '
             'data-mesh-id="comp-lxz5d790inlineContent-wedge-12"></div></div></div></section></div><div '
             'id="comp-m5vf68ts" style="display:none"></div></div></div>'}
2026-08-11 21:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.thenorwalkartspace.org/jazz> (referer: None)
2026-08-11 21:40:40 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 21:40:40 [scrapy.extensions.feedexport] INFO: Stored csv feed (1 items) in: output/2026/08/11/norwalk_art_space.csv
2026-08-11 21:40:40 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1179,
 'downloader/request_count': 4,
 'downloader/request_method_count/GET': 4,
 'downloader/response_bytes': 662348,
 'downloader/response_count': 4,
 'downloader/response_status_count/200': 3,
 'downloader/response_status_count/301': 1,
 'elapsed_time_seconds': 3.338759,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 19, 40, 40, 948372, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 3658268,
 'httpcompression/response_count': 3,
 'item_scraped_count': 1,
 'items_per_minute': 20.0,
 'log_count/DEBUG': 7,
 'log_count/ERROR': 1,
 'log_count/INFO': 3,
 'log_count/WARNING': 1,
 'memusage/max': 99799040,
 'memusage/startup': 99799040,
 'response_received_count': 3,
 'responses_per_minute': 60.0,
 'scheduler/dequeued': 4,
 'scheduler/dequeued/memory': 4,
 'scheduler/enqueued': 4,
 'scheduler/enqueued/memory': 4,
 'start_time': datetime.datetime(2026, 8, 11, 19, 40, 37, 609613, tzinfo=datetime.timezone.utc)}
2026-08-11 21:40:40 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (norwalk_art_space)