                        <!DOCTYPE html>
    <!-- Site by Artlogic - https://artlogic.net -->
    <html lang="en">
        <head>
            <meta charset="utf-8">
            <title>STONE HEADS | 500 - 1500 | Sam Fogg</title>
        <meta property="og:site_name" content="Sam Fogg" />
        <meta property="og:title" content="STONE HEADS | 500 - 1500" />
        <meta property="og:description" content="" />
        <meta property="og:image" content="https://static-assets.artlogic.net/w_1200,h_630,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/58/25052_b_square.jpg" />
        <meta property="og:image:width" content="1200" />
        <meta property="og:image:height" content="630" />
        <meta property="twitter:card" content="summary_large_image">
        <meta property="twitter:url" content="https://www.samfogg.com/exhibitions/58/">
        <meta property="twitter:title" content="STONE HEADS | 500 - 1500">
        <meta property="twitter:description" content="">
        <meta property="twitter:text:description" content="">
        <meta property="twitter:image" content="https://static-assets.artlogic.net/w_1200,h_630,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/58/25052_b_square.jpg">
        <link rel="canonical" href="https://www.samfogg.com/exhibitions/" />
        <meta name="google" content="notranslate" />
            <meta name="description" content="" />
            <meta name="keywords" content="" />
            <meta name="publication_date" content="2017-06-06 10:36:08" />
            <meta name="generator" content="Artlogic CMS - https://artlogic.net" />
            <meta name="viewport" content="width=device-width, minimum-scale=0.5, maximum-scale=1, initial-scale=1.0" />

            <link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png">
<link rel="manifest" href="/images/favicons/manifest.json">
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#b99667">
<link rel="shortcut icon" href="/images/favicons/favicon.ico">
<meta name="msapplication-config" content="/images/favicons/browserconfig.xml">
<meta name="theme-color" content="#262522">

            <style type="text/css" media="all">
                @import url(/styles/base.css?c=27042050002209&v=1.2.199516230);
                @import url(/styles/animate.css?c=27042050002209&v=1.2.199516230);
                @import url(/lib/jquery/1.12.4/plugins/fancybox-2.1.3/jquery.fancybox.css?c=27042050002209&v=1.2.199516230);
                @import url(/lib/jquery/1.12.4/plugins/fancybox-2.1.3/jquery.fancybox.artlogic.css?c=27042050002209&v=1.2.199516230);
		        @import url(/styles/main.css?c=27042050002209&v=1.2.199516230);
                    @import url(/styles/adjustments.css?c=27042050002209&v=1.2.199516230);
                @import url(/styles/responsive.css?c=27042050002209&v=1.2.199516230);
                @import url(/lib/archimedes/styles/archimedes-cookie-notification.css);
            </style>
            <style type="text/css" media="print">
                @import url(/styles/print.css?c=27042050002209&v=1.2.199516230);
            </style>

            
            
                <script defer src="/scripts/jquery-1.12.0.min.js"></script>
    <script defer src="/scripts/jquery.browser.min.js"></script>
    <script defer src="/scripts/jquery.easing.min.js"></script>
    <script defer src="/scripts/jquery.cycle2.min.js"></script>
    <script defer src="/lib/jquery/1.12.4/plugins/jquery.cycle2.swipe.min.js"></script>
    <script defer src="/scripts/flickity/flickity_modified.js"></script>
    <script defer src="/scripts/jquery.zoom.js"></script>
    <script defer src="/lib/archimedes/scripts/archimedes-frontend-core.js"></script>
    <script defer src="/scripts/jquery.lettering.js"></script>
    <script defer src="/scripts/jquery.textillate.js"></script>
    <script defer src="/lib/jquery/plugins/pageload/1.1/jquery.pageload.1.1.js?c=27042050002209&v=1.2.199516230"></script>
    <script defer src="/scripts/intersection-observer.js"></script>
    <script defer src="/scripts/froogaloop.js"></script>
    <script defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBOUBY0_1OPrX16l05nPOhBIbc78wb66dI"></script>
    <script defer src="/lib/archimedes/scripts/json2.js?c=27042050002209&v=1.2.199516230"></script>
    <script defer src="/lib/archimedes/scripts/shop.js?c=27042050002209&v=1.2.199516230"></script>
    <script defer src="/scripts/main.js?c=27042050002209&v=1.2.199516230"></script>

                


    <script>
        function get_cookie_preference(category) {
            result = false;
            try {
                var cookie_preferences = localStorage.getItem('cookie_preferences') || "";
                if (cookie_preferences) {
                    cookie_preferences = JSON.parse(cookie_preferences);
                    if (cookie_preferences.date) {
                        var expires_on = new Date(cookie_preferences.date);
                        expires_on.setDate(expires_on.getDate() + 365);
                        console.log('cookie preferences expire on', expires_on.toISOString());
                        var valid = expires_on > new Date();
                        if (valid && cookie_preferences.hasOwnProperty(category) && cookie_preferences[category]) {
                            result = true;
                        }
                    }
                }
            }
            catch(e) {
                console.warn('get_cookie_preference() failed');
                return result;
            }
            return result;
        }

        window.google_analytics_init = function(page){
            var collectConsent = true;
            var useConsentMode = false;
            var analyticsProperties = ['UA-109473058-2'];
            var analyticsCookieType = 'statistics';
            var disableGa = false;
            var sendToArtlogic = true;
            var artlogicProperties = {
                'UA': 'UA-157296318-1',
                'GA': 'G-GLQ6WNJKR5',
            };

            analyticsProperties = analyticsProperties.concat(Object.values(artlogicProperties));

            var uaAnalyticsProperties = analyticsProperties.filter((p) => p.startsWith('UA-'));
            var ga4AnalyticsProperties = analyticsProperties.filter((p) => p.startsWith('G-')).concat(analyticsProperties.filter((p) => p.startsWith('AW-')));

            if (collectConsent) {
                disableGa = !get_cookie_preference(analyticsCookieType);

                for (var i=0; i < analyticsProperties.length; i++){
                    var key = 'ga-disable-' + analyticsProperties[i];

                    window[key] = disableGa;
                }

                if (disableGa) {
                    if (document.cookie.length) {
                        var cookieList = document.cookie.split(/; */);

                        for (var i=0; i < cookieList.length; i++) {
                            var splitCookie = cookieList[i].split('='); //this.split('=');

                            if (splitCookie[0].indexOf('_ga') == 0 || splitCookie[0].indexOf('_gid') == 0 || splitCookie[0].indexOf('__utm') == 0) {
                                //h.deleteCookie(splitCookie[0]);
                                var domain = location.hostname;
                                var cookie_name = splitCookie[0];
                                document.cookie =
                                    cookie_name + "=" + ";path=/;domain="+domain+";expires=Thu, 01 Jan 1970 00:00:01 GMT";
                                // now delete the version without a subdomain
                                domain = domain.split('.');
                                domain.shift();
                                domain = domain.join('.');
                                document.cookie =
                                    cookie_name + "=" + ";path=/;domain="+domain+";expires=Thu, 01 Jan 1970 00:00:01 GMT";
                            }
                        }
                    }
                }
            }

            if (uaAnalyticsProperties.length) {
                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');


                if (!disableGa) {
                    var anonymizeIps = false;

                    for (var i=0; i < uaAnalyticsProperties.length; i++) {
                        var propertyKey = '';

                        if (i > 0) {
                            propertyKey = 'tracker' + String(i + 1);
                        }

                        var createArgs = [
                            'create',
                            uaAnalyticsProperties[i],
                            'auto',
                        ];

                        if (propertyKey) {
                            createArgs.push({'name': propertyKey});
                        }

                        ga.apply(null, createArgs);

                        if (anonymizeIps) {
                            ga('set', 'anonymizeIp', true);
                        }

                        var pageViewArgs = [
                            propertyKey ? propertyKey + '.send' : 'send',
                            'pageview'
                        ]

                        if (page) {
                            pageViewArgs.push(page)
                        }

                        ga.apply(null, pageViewArgs);
                    }

                    if (sendToArtlogic) {
                        ga('create', 'UA-157296318-1', 'auto', {'name': 'artlogic_tracker'});

                        if (anonymizeIps) {
                            ga('set', 'anonymizeIp', true);
                        }

                        var pageViewArgs = [
                            'artlogic_tracker.send',
                            'pageview'
                        ]

                        if (page) {
                            pageViewArgs.push(page)
                        }

                        ga.apply(null, pageViewArgs);
                    }
                }
            }

            if (ga4AnalyticsProperties.length) {
                if (!disableGa || useConsentMode) {
                    (function(d, script) {
                        script = d.createElement('script');
                        script.type = 'text/javascript';
                        script.async = true;
                        script.src = 'https://www.googletagmanager.com/gtag/js?id=' + ga4AnalyticsProperties[0];
                        d.getElementsByTagName('head')[0].appendChild(script);
                    }(document));

                    window.dataLayer = window.dataLayer || [];
                    window.gtag = function (){dataLayer.push(arguments);}
                    window.gtag('js', new Date());

                    if (useConsentMode) {
                        gtag('consent', 'default', {
                            'ad_storage': 'denied',
                            'analytics_storage': 'denied',
                            'functionality_storage': 'denied',
                            'personalization_storage': 'denied',
                            'security': 'denied',
                        });

                        if (disableGa) {
                            // If this has previously been granted, it will need set back to denied (ie on cookie change)
                            gtag('consent', 'update', {
                                'analytics_storage': 'denied',
                            });
                        } else {
                            gtag('consent', 'update', {
                                'analytics_storage': 'granted',
                            });
                        }
                    }

                    for (var i=0; i < ga4AnalyticsProperties.length; i++) {
                        window.gtag('config', ga4AnalyticsProperties[i]);
                    }

                }
            }
        }

        var waitForPageLoad = true;

        if (waitForPageLoad) {
            window.addEventListener('load', function() {
                window.google_analytics_init();
                window.archimedes.archimedes_core.analytics.init();
            });
        } else {
            window.google_analytics_init();
        }
    </script>


        </head>
        <body class="section-exhibitions page-exhibitions site-responsive responsive-top-size-1023 responsive-nav-standard responsive-nav-side-position-right analytics-track-all-links site-lib-version-2-0 hero_heading_title_position_overlay page-param-58 page-param-id-58 page-param-type-exhibition_id menu_standard">
            <script type="text/javascript">document.getElementsByTagName('body')[0].className+=' browser-js-enabled';</script>
            
            



    <div id="container_outer" class="version-default">
        <div id="container">
            



<div id="header" class="">
	<div id="main_header">
	    <div id="logo"><a href="/">Sam Fogg</a></div>
	    <div id="basket">
<div id="store_cart_widget" class="empty">
    <div id="scw_items">
        <span class="scw_label"><a href="/store/basket/" class="link-no-ajax scw_checkout_link"></a></span>
        <span class="scw_total_items"><span class="scw_total_count">0</span></span>
    </div>
</div>
</div>
		    <div id="search_icon">
		    	<div id="search_form">
		    		<form action="/artworks/" method="GET">
			    		<input type="text" name="search" placeholder="Enter your search" value="" />
				    	<a class="search_submit_icon" href="#">Submit search</a>
			    	</form>
			    	<div class="search_close_icon"><a href="#search_icon">Close</a></div>
		    	</div>
		    	<a class="search_open_icon" href="#search_form">Open search form</a>
		    </div>
	    <div id="top_nav" class="navigation"><ul class="topnav">
		<li class="topnav-filepath-artworks topnav-label-artworks topnav-id-12"><a href="/artworks/" aria-label="Link to Sam Fogg Artworks page">Artworks</a></li>
		<li class="topnav-filepath-exhibitions topnav-label-exhibitions topnav-id-13 active"><a href="/exhibitions/" aria-label="Link to Sam Fogg Exhibitions page (current nav item)">Exhibitions</a></li>
		<li class="topnav-filepath-publications topnav-label-publications topnav-id-16"><a href="/publications/" aria-label="Link to Sam Fogg Publications page">Publications</a></li>
		<li class="topnav-filepath-events topnav-label-in-focus topnav-id-25"><a href="/events/" aria-label="Link to Sam Fogg In Focus page">In Focus</a></li>
		<li class="topnav-filepath-about topnav-label-about topnav-id-21"><a href="/about/" aria-label="Link to Sam Fogg About page">About</a></li>
		<li class="topnav-filepath-contact topnav-label-contact topnav-id-20 last"><a href="/contact/" aria-label="Link to Sam Fogg Contact page">Contact</a></li>
	</ul></div>
	    <div id="menu">Menu</div>
    </div>
</div>
            
            <div class="scroll-container">
                <div class="scroll-container-inner">
                    <div id="main_content" class="clearwithin">
                        
                            <!--contentstart-->
                            




    <div class="exhibition">
        


<div id="content" class="site-subsection-enabled-content clearwithin">


        


<div class="subsection-exhibition-detail">
    
    <div class="scroll_section_top scroll_section hide-off-screen active" data-page="1">
        <div class="hero inview_element">
            <div class="hero_inner scroll-parallax scroll-parallax-overflow" data-level="2">
                    <div class="media_wrapper">
                        <div class="image">
                            <img src="https://static-assets.artlogic.net/w_1600,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/hero_image/items/42/422ec65cd74f4dcabed3a7961e6955f7/7_4.jpg" alt="" />
                        </div>
                    </div>
            </div>

            <div class="hero_content scroll-parallax " data-level="3">
                <h1>STONE HEADS</h1>
                <div class="subtitle">
                        <span class="subtitle_text">500 - 1500</span>
                </div>
            </div>
            <div class="inner_wrapper">
                <div class="arrow"></div>
            </div>
        </div>
    </div>

    <div class="scroll_section scroll_section_panels clearwithin">
        <div class="inner">
                <div class="feature_panels">
                    <div class="feature_panels_content">
                            
                            


    <section class="panel_number_0 "  data-label="Overview">
        <div class="area_wrapper">
            <div class="text_columns clearwithin">
                    <div class="aside">
                        <div class="image"><img src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/group_images_override/58/20762d.jpg" alt="Exhibition image" /></div>
                    </div>
                <div class="content">
                    <div class="content_initial_text">
                        <div class="inner">
                            <p>In the Middle Ages, the head was revered as a symbol of intelligence, sanity, and character, embodying the personality and identity of the person it represented. However, during waves of iconoclasm and political upheaval, these sculptures were increasingly seen as symbols of authority and thus as threats. Defacing or beheading them stripped these figures of their identity and power&mdash;an act as symbolically profound as it was destructive.</p>
<p>Beyond the figures of kings and saints from portals, the exhibition also includes stone heads with exaggerated, grotesque expressions that once lurked in the shadowy corners of churches and abbeys. These fantastical figures, with foolish grins, pained grimaces, or animalistic features, emerged from the buildins' hidden crevices to surprise and entertain viewers, their absurdity a vivid contrast to the more solemn sacred images nearby.</p>
<p>Today, though separated from their original contexts, these stone heads still strongly resonate with contemporary viewers. Spanning from 500 to 1500 and drawn from a variety of settings, they captivate with their beauty and mystery, affirming our enduring fascination with the head immortalised in stone.</p>
                        </div>
                    </div>
                    
                        <div class="additional_details">
                            <div class="content_sections">
                                        <div class="item">27 November - 20 December 2024</div>
                            </div>
                        </div>
                </div>
            </div>
        </div>
    </section>

                    </div>
                </div>
                


    
    <div class="feature_panels" >
        <div class="feature_panels_content">
                


                    


                        







                


                    


                        



    
    



    <section class="panel_number_0 panel_type_202 feature_variant_4 standard-heading section-artwork-grid"  data-label="">
        <div class="area_wrapper">
                    <div class="panel_heading_container inview_element inview_element_intro"><h2>Highlights</h2></div>
            <div class="records_grid works_grid tile_grid None" data-initial-rows="25" data-rows-to-reveal="25" data-list-order="default"><div class="group"><!--
                    
                    --><div class="item inview_element" data-width="1920" data-height="2400">
                            <a href="/exhibitions/58/works/artworks10484/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/82/82a8b45efa784bbda065cdbde6ba7280/19327_002.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>Bust of a Knight</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1200</div>
                                            <div class="origin">Central France</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="1125" data-height="1500">
                            <a href="/exhibitions/58/works/artworks10483/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/a4/a4c9a7a240df404fbfc7d878b6116630/19932_d.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>The Head of a Prince or Nobleman</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1290-1300</div>
                                            <div class="origin">Upper Rhineland, Basel, conceivably carved for Basel Cathedral</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="1125" data-height="1500">
                            <a href="/exhibitions/58/works/artworks10482/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/79/791055049e25477e8843f05d5c0996f6/19997a.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>Saint Anthony</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1400</div>
                                            <div class="origin">Spain, Catalonia</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="1122" data-height="1500">
                            <a href="/exhibitions/58/works/artworks10479/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/52/52ecab28137940a6b1714a9d7164b89d/25052_b.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>Head of a Queen</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1150-70</div>
                                            <div class="origin">Northern France, Senlis School</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="3360" data-height="2400">
                            <a href="/exhibitions/58/works/artworks10481/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/49/49216cf8c3bf46c0a19258713af5566f/20754_a15.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>A pair of corbel-capitals adorned with heads</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1250</div>
                                            <div class="origin">France, Franche-Comté, Chartreuse de Poleteins in Ain</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="1500" data-height="1125">
                            <a href="/exhibitions/58/works/artworks10480/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/88/88d62384f6b541319fcae11e2ca9bb36/20850_b.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>Head from a Baptismal Font</h3>
                                    <div class="bottom">
                                            <div class="year">c.1150</div>
                                            <div class="origin">Meuse Valley</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
                    
                    --><div class="item inview_element" data-width="1125" data-height="1500">
                            <a href="/exhibitions/58/works/artworks9691/">
                                
                                <div class="image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_800,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artworks/main_image/items/f7/f748e2cfca3041ca9742718b52783e51/19241a.jpg" alt="" />
                                </div>
                                <div class="area">
                                        <h3>Head of a bearded man</h3>
                                    <div class="bottom">
                                            <div class="year">c. 1310</div>
                                            <div class="origin">France, Burgundy</div>
                                    </div>
                                </div>
                            </a>
                    </div><!--
            --></div></div>

        </div>
    </section>






                
        </div>
    </div>



                <div class="feature_panels">
                    <div class="feature_panels_content">
                        
                        


    <section class="panel_number_0   panel_type_records_grid"  data-label="View more">
        <div class="area_wrapper">
                <div class="panel_heading_container area_label"><h2>View more</h2></div>
            <div class="records_grid item_count_15 standard_grid progressive_grid clearwithin" data-initial-rows="3"><div class="group"><!--
                    
                    --><div data-level="1" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/68/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/68/26087_square_2.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/68/" target="">
                                    <span class="heading_title">Art in the Service of Faith</span>
                                            <span class="heading_subtitle">Masterpieces from the Middle Ages</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>29 May - 10 July 2026</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="3" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/67/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/67/25553_a.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/67/" target="">
                                    <span class="heading_title">TEFAF Maastricht</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>MECC</div><div>12 - 19 March 2026</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="2" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/65/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/65/25498_a_square.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/65/" target="">
                                    <span class="heading_title">Lustreware: from Abbasid Iraq to Renaissance Italy</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>23 October - 21 November 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="1" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/66/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/66/20881_014.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/66/" target="">
                                    <span class="heading_title">Frieze Masters 2025</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>Regent's Park</div><div>15 - 19 October 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="3" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/64/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/64/25158-square.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/64/" target="">
                                    <span class="heading_title">Retablos II</span>
                                            <span class="heading_subtitle">Spanish Paintings and Polychromed Sculpture from the 13th to 16th centuries</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>18 September - 17 October 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="2" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/63/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/63/square-web.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/63/" target="">
                                    <span class="heading_title">Dark Ages?</span>
                                            <span class="heading_subtitle">Jewelry from the Visigoth, Ostrogoth and Frankish Kingdoms</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>5 June - 4 July 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="1" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/62/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/62/25128_c.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/62/" target="">
                                    <span class="heading_title">TEFAF 2025</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>MECC Maastricht, NL, stand 102</div><div>14 - 20 March 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="3" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/59/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/59/20608_poster_square.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/59/" target="">
                                    <span class="heading_title">Treasures of the Medieval World</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>Luhring Augustine Tribeca, NYC</div><div>31 January - 8 March 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="2" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/60/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/60/17419_c_squarecrop.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/60/" target="">
                                    <span class="heading_title">Indian and Persian Drawings</span>
                                            <span class="heading_subtitle">An Exhibition in Collaboration with Les Enluminures, New York </span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>Les Enluminures</div><div>1 - 28 February 2025</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="1" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/56/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/56/bluedrip.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/56/" target="">
                                    <span class="heading_title">Cobalt and Turquoise</span>
                                            <span class="heading_subtitle">Medieval Islamic Ceramics c. 1150-1350</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>Sam Fogg </div><div>19 September - 18 October 2024</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="3" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/55/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/55/20871_c1_2.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/55/" target="">
                                    <span class="heading_title">Frieze Masters 2024</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>Frieze Masters, London</div><div>9 - 13 October 2024</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="2" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/54/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/54/25020_f_web_crop.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/54/" target="">
                                    <span class="heading_title">MARY</span>
                                            <span class="heading_subtitle">      & THE WOMEN SHE INSPIRED</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>15D Clifford Street, London W1S 4JZ</div><div>27 June - 26 July 2024</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="1" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/53/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/53/20619_d.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/53/" target="">
                                    <span class="heading_title">A Border Cartouche from one of the Ardabil Medallion Carpets</span>
                                            <span class="heading_subtitle">Central Persia, Probably Qazvin, c. 1539–1540</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>15D Clifford Street, London W1S 4JZ</div><div>17 April - 17 May 2024</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="3" class="item scroll-parallax inview_element" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/52/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/52/20461_e.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/52/" target="">
                                    <span class="heading_title">The World in your Hands</span>
                                            <span class="heading_subtitle">Five Lustre-Painted Bowls from Kashan</span>
                                        </a>
                                </h3>
                                        <div class="content">
                                            A spotlight exhibition focusing on ceramics produced in the workshops of Kashan between c. 1150-1280, this group of five lustre-painted bowls illustrates the technic&hellip;
                                        </div>
                                    <div class="bottom">
                                        <div>15D Clifford Street, London W1S 4JZ</div><div>5 - 25 April 2024</div>
                                    </div>
                    </div><!--
                    
                    --><div data-level="2" class="item scroll-parallax inview_element no_caption" data-width="400" data-height="400">
                        
                                    <div class="image image_lazy_load">
                                            <a href="/exhibitions/50/" target="">
                                        <img data-src="https://static-assets.artlogic.net/w_600,h_600,c_fill,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/exhibitions/main_image_override/50/20402_b.jpg" alt="" />
                                            </a>
                                    </div>
                                <div class="prelude">
                                        
                                </div>
                                <h3>
                                        <a href="/exhibitions/50/" target="">
                                    <span class="heading_title">Secular Art from the Middle Ages</span>
                                        </a>
                                </h3>
                                    <div class="bottom">
                                        <div>15D Clifford Street, London W1S 4JZ</div><div>23 February - 22 March 2024</div>
                                    </div>
                    </div><!--
            --></div></div>

        </div>
    </section>

                </div>
            </div>
        </div>
    </div>

</div>


    
</div>






    </div>


                            <!--contentend-->

                        
                        


    <div class="page_enquiry_widget inview_element">
        <form class="clearwithin">
                <h3>Get updates about exhibitions, art fairs and events</h3>
            <input name="request" value="Newsletter signup" type="hidden" />
            <input name="originating_page" value="/exhibitions/58/" type="hidden" />
            <div class="page_enquiry_widget_field">
                <label for="pew_field_email">Enter your email address</label>
                <input id="pew_field_email" name="email" type="text" />
                <div class="page_enquiry_widget_submit">
                    <div class="loader loader_small"></div>
                    <a href="#">Send enquiry</a>
                </div>
            </div>
        </form>
    </div>

                    </div>
                </div>
            </div>
            

<div id="footer" class="footer">
    <div class="inner">
        <div class="wrapper visible">
            <div class="main"><!--
                --><div class="item">
                        <div class="description">
                            <p>30 years of expertise in the art of the European Middle Ages and the Islamic art world</p>
                        </div>
                    
                        <div class="social_media_links" class="clearwithin">
                                <div class="twitter_link social_links_item">
                                    <a href="https://twitter.com/samfogglondon" class="" target="_blank"><span class="social_media_icon twitter">Twitter</span></a>
                                </div>
                                <div class="instagram_link social_links_item">
                                    <a href="https://instagram.com/samfogglondon/" class="" target="_blank"><span class="social_media_icon instagram">Instagram</span></a>
                                </div>
                                <div class="youtube_link social_links_item">
                                    <a href="https://www.youtube.com/channel/UCDnKDnKiPuQpEvWC_GSZ4JA" class="" target="_blank"><span class="social_media_icon youtube">Youtube</span></a>
                                </div>
                        </div>
                </div><!--
                --><div class="item">
                    <div class="description">
                            <div>15D Clifford Street, London W1S 4JZ</div>
                            <div>Monday - Friday, 9.30 to 5.30 </div>
                    </div>
                </div><!--
                --><div class="item">
                    <div class="description">
                            <div><a href="mailto:web@samfogg.com">web@samfogg.com</a></div>
                            <div>+44 (0) 20 7534 2100</div>
                    </div>
                </div><!--
            --></div>
            <div class="credit">
                <div class="copyright">&copy; 2026 Sam Fogg</div>
                <div class="artlogic"><a href="https://artlogic.net/" target="_blank">Site by Artlogic</a></div>
            </div>
        </div>
    </div>
</div>




            <div class="transition-logo"></div>
                <div id="cookie_notification" role="region" aria-label="Cookie banner" data-mode="consent" data-cookie-notification-settings="">
    <div class="inner">
        <div id="cookie_notification_message" class="prose">
                <p><strong>This website uses cookies</strong><br>This site uses cookies to help make it more useful to you. Please contact us to find out more about our Cookie Policy.</p>
        </div>
        <div id="cookie_notification_preferences" class="link"><a href="javascript:;" role="button">Manage cookies</a></div>
        <div id="cookie_notification_reject" class="button"><a href="javascript:;" role="button">Reject non essential</a></div>
        <div id="cookie_notification_accept" class="button"><a href="javascript:;" role="button">Accept</a></div>

    </div>
</div>
    <div id="manage_cookie_preferences_popup_container">
        <div id="manage_cookie_preferences_popup_overlay"></div>
        <div id="manage_cookie_preferences_popup_inner">
            <div id="manage_cookie_preferences_popup_box" role="dialog" aria-modal="true" aria-label="Cookie preferences">
                <div id="manage_cookie_preferences_close_popup_link" class="close">
                    <a href="javascript:;" role="button" aria-label="close">
                        <svg width="20px" height="20px" viewBox="0 0 488 488" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true">
                            <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                <g id="close" fill="#5D5D5D" fill-rule="nonzero">
                                    <polygon id="Path" points="488 468 468 488 244 264 20 488 0 468 224 244 0 20 20 0 244 224 468 0 488 20 264 244"></polygon>
                                </g>
                            </g>
                        </svg>
                    </a>
                </div>
                <h2>Cookie preferences</h2>
                    <p>Check the boxes for the cookie categories you allow our site to use</p>
                
                <div id="manage_cookie_preferences_form_wrapper">
                    <div class="form form_style_simplified">

                        <form id="cookie_preferences_form">
                            <fieldset>
                                <legend class="visually-hidden">Cookie options</legend>
                                <div>
                                    <label><input type="checkbox" name="essential" disabled checked value="1"> Strictly necessary</label>
                                    <div class="note">Required for the website to function and cannot be disabled.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="functionality"  value="1"> Preferences and functionality</label>
                                    <div class="note">Improve your experience on the website by storing choices you make about how it should function.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="statistics"  value="1"> Statistics</label>
                                    <div class="note">Allow us to collect anonymous usage data in order to improve the experience on our website.</div>
                                </div>
                                <div>
                                    <label><input type="checkbox" name="marketing"  value="1"> Marketing</label>
                                    <div class="note">Allow us to identify our visitors so that we can offer personalised, targeted marketing.</div>
                                </div>
                            </fieldset>
                            
                            <div class="button">
                                <a href="javascript:;" id="cookie_preferences_form_submit" role="button">Save preferences</a>
                            </div>
                        </form>

                    </div>
                </div>
            </div>
        </div>
    </div>

        </div>

        
<div id="store_quick_cart_widget" class="notify_panel sqcw_auto_open" data-remove-delay="1000">
    <div id="sqcw_header" class="notify_panel_header">
        <h2>Shopping Bag</h2>
        <div id="sqcw_close" class="notify_panel_close">Close</div>
    </div>
    <div id="sqcw_items" class="notify_panel_content">
        No items found
    </div>
    <div id="sqcw_footer" class="notify_panel_footer">
        <div id="sqcw_total">
            <div class="sqcw_total_label">Total</div>
            <div class="sqcw_total_price"><span class="sqcw_total_price_currency">&pound;</span><span class="sqcw_total_price_amount_with_vat"></span></div>
        </div>
        <div id="sqcw_checkout" class="buttons buttons_condensed">
            <div class="sqcw_checkout_button button prominent"><a href="/store/basket/">Checkout</a></div>
        </div>
    </div>
</div>
        

<div class="overlay artworks-overlay">
    <span class="artworks-overlay-close-button">Close</span>
    <div class="overlay-bg"></div>
    

    
    <div class="artwork-navigation overlay-container-inner ">
        <div class="artworks-overlay-content">
            
            <div class="single-categories-list artwork-nav-top-level-1">
                <div class="artwork-nav-hero">
                    <div class="artwork-image image_lazy_load active">
                    </div>
                    
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/4/25264_d.jpg" alt="" />
                            </div>
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/5/26065_a.jpg" alt="" />
                            </div>
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/7/25456_c.jpg" alt="" />
                            </div>
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/16/21004_a.jpg" alt="" />
                            </div>
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/6/25410square.jpg" alt="" />
                            </div>
                            
                            <div class="artwork-image image_lazy_load">
                                    <img data-src="https://static-assets.artlogic.net/w_1200,h_1200,c_limit,f_auto,fl_lossy,q_auto:good/ws-samfogg/usr/images/artwork_categories/main_image/8/25584_a.jpg" alt="" />
                            </div>
                </div>
                <div class="artwork-nav-wrapper-single">
                    <ul class="sub-categories-list secondary-nav">
                        
                                
                                <li><a href="/artworks/categories/4-sculpture/" class="link-no-ajax">Sculpture</a></li>
                                
                                <li><a href="/artworks/categories/5-works-of-art/" class="link-no-ajax">Works of art</a></li>
                                
                                <li><a href="/artworks/categories/7-paintings/" class="link-no-ajax">Paintings</a></li>
                                
                                <li><a href="/artworks/categories/16-western-manuscripts/" class="link-no-ajax">Western Manuscripts</a></li>
                                
                                <li><a href="/artworks/categories/6-stained-glass/" class="link-no-ajax">Stained glass</a></li>
                                
                                <li><a href="/artworks/categories/8-arts-of-islam/" class="link-no-ajax">Arts of Islam</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>




</div>

<div class="overlay enquire-overlay">
    <span class="enquire-close-button">Close</span>
    <div class="overlay-bg"></div>
    <div class="overlay-container-inner">
        <div class="enquire-input-wrapper">
            <div id="quick_contact_widget" class="enquiry_form inview_element">
                <form class="clearwithin">
                    <input id="qcw_field_item" name="item" type="hidden" />
                    <input id="qcw_field_originating_page" name="originating_page" type="hidden" />
                    <div class="form_row error_row"></div>
                    
                    <div class="form_row">
                        <label for="qcw_field_name">Name</label>
                        <input id="qcw_field_name" name="name" type="text" />
                    </div>
                    <div class="form_row">
                        <label for="qcw_field_email">Email</label>
                        <input id="qcw_field_email" name="email" type="text" />
                    </div>
                    <div class="form_row">
                        <label for="qcw_field_phone">Phone</label>
                        <input id="qcw_field_phone" name="phone" type="text" />
                    </div>
                    <div class="form_row enquiry_type_general enquiry_type_sales">
                        <label for="qcw_field_message">Message</label>
                        <textarea id="qcw_field_message" name="message"></textarea>
                    </div>
                    <div class="notify_panel_items"></div>
                    <div class="button">
                        <div class="loader loader_small"></div>
                        <a href="#">Send enquiry</a>
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>

<div class="overlay search-overlay">
    <span class="search-close-button">Close</span>
    <div id="sw_form">
        <form>
            <div class="form_row">
                <label for="sw_field_search">Type your search</label>
                <input id="sw_field_search" name="search" type="text" placeholder="Type your search" />
                <div id="sw_field_search_button">Search</div>
            </div>
        </form>
    </div>
    <div class="overlay-bg"></div>
    <div class="overlay-container-inner">
        <div id="quick_search_widget" class="search-wrapper">
            <div class="notify_panel_content">
                <div id="sw_results"></div>
            </div>
            <div class="notify_panel_footer">
                <div>
                    <div class="button"><a href="#" id="sw_more">View more</a></div>
                </div>
            </div>
        </div>
    </div>
</div>


<div class="overlay nav-overlay">
    <span class="nav-close-button">Close</span>
    <div class="overlay-bg"></div>
    <div class="overlay-container-inner">
        <div class="nav-wrapper">
            <ul>
                    <li><a href="/artworks/">Artworks</a></li>
                    <li><a href="/exhibitions/" class="active">Exhibitions</a></li>
                    <li><a href="/publications/">Publications</a></li>
                    <li><a href="/events/">In Focus</a></li>
                    <li><a href="/about/">About</a></li>
                    <li><a href="/contact/">Contact</a></li>
                    <li><a href="/Stories/Kulmbach/">Kulmbach</a></li>
                    <li><a href="/Stories/belial/">Belial</a></li>
                    <li><a href="/Stories/veneto-saracenic-salver/">Veneto-Saracenic Salver</a></li>
                    <li><a href="/Stories/passion-altar/">Passion Altar</a></li>
            </ul>
        </div>
    </div>
</div>

        
<div class="splash-container">
    <div class="splash-bg"></div>
    <div class="splash-container-inner">
		<div class="border"><div class="inner"></div></div>
    	<div class="splash-border"></div>
    	<div class="splash-border2"></div>
        <div class="logo-wrapper">
            Sam Fogg
        </div>
        <div class="strapline-wrapper">
            Art of the Middle Ages
        </div>
    </div>
</div>



        <div class="notify_panel_mask"></div>
    </div>











                




        <!-- sentry-verification-string -->
    <!--  -->
</body>
    </html>

    
