<!DOCTYPE html>
<html>
<head>
    
    <!-- Set the canonical URL to the current URL without query string and hash -->
<link rel="canonical" href="https://www.wright20.com/wnews" class="fallback-metatag"/>

    
    <meta name="title" property="title" content="404 Error | Wright: Auctions of Art and Design" class="fallback-metatag"/>
    
    <meta name="og:title" property="og:title" content="404 Error | Wright: Auctions of Art and Design" class="fallback-metatag"/>
    
    <meta name="description" property="description" content="404 Error" class="fallback-metatag"/>
    
    <meta name="og:description" property="og:description" content="404 Error" class="fallback-metatag"/>
    
    <meta name="og:url" property="og:url" content="https://www.wright20.com/wnews" class="fallback-metatag"/>
    
    <meta name="og:type" property="og:type" content="website" class="fallback-metatag"/>



    
    <meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Language" content="en"/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon-wright/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-wright/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-wright/favicon-16x16.png">
<!-- <link rel="manifest" href="/images/favicon-wright/site.webmanifest"> -->
<link rel="mask-icon" href="/images/favicon-wright/safari-pinned-tab.svg" color="#ffffff">
<link rel="shortcut icon" href="/images/favicon-wright/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/images/favicon-wright/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<meta name="csrf-token" content="P8cBE2N0SvbA2rjTLEqw1dsUww4P0uoBIgb57Yz2">



<link rel="preload" as="font" href="/fonts/BauWebPro-Medium.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/BauWebPro-Bold.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/BauWebPro-Italic.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/BauWebPro.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/wright-web.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/1fc49156-6ff5-48e3-a495-2cde3a9ed8eb-3.woff" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/wrightsanstfmedium.otf" type="font/otf" crossorigin="anonymous">

<link rel="preload" as="style" href="https://www.wright20.com/build/assets/_font_faces-ece38b82.css" /><link rel="stylesheet" href="https://www.wright20.com/build/assets/_font_faces-ece38b82.css" />

<script>
    var _rollbarConfig = {
        accessToken: "24062599732b472c923baae460a6a1e9",
        captureUncaught: true,
        captureUnhandledRejections: true,
        guess_uncaught_frames: true,
        payload: {
            environment: "production",
            client: {
                javascript: {
                    //code_version: "",  // Git SHA of your deployed code
                    source_map_enabled: true,
                    guess_uncaught_frames: true
                }
            }
        },
        checkIgnore: function(isUncaught, args, payload) {
            // Code here to determine whether or not to send the payload
            // to the Rollbar API
            // return true to ignore the payload
            //console.log([args, payload]);

            var desc = '';
            try {
                desc = payload.body.trace.exception.description;
            }catch(e){
                // swallow undefined error
            }

            // specific exclusions of third party code
            if(desc.length){
                if(desc.indexOf('gtag') > -1){
                    return true;
                }
                // #241, #734, #465, #18, #104
                if(desc.indexOf('paginationContainer') > -1){
                    return true;
                }
                // #39
                if(desc.indexOf('Attempting to change enumerable attribute of unconfigurable property') > -1){
                    return true;
                }
                // #445, #846 - waypoint.js
                if(
                    desc.indexOf('undefined is not') > -1
                    && desc.indexOf('.waypoint') > -1
                ){
                    return true;
                }
                // #202
                if(desc.indexOf('Error: No URL provided') > -1){
                    return true;
                }
                //
                if(desc.indexOf('(unknown)') > -1 || desc.indexOf('Script error') > -1){
                    console.log('unknown script error', args, payload);
                    return true;
                }
                //
                if(desc.indexOf('_isMatchingDomain') > -1){
                    return true;
                }
            }

            // ignore bots
            if (
                window.navigator.userAgent
                && (
                    window.navigator.userAgent.indexOf('AhrefsBot') !== -1
                    || window.navigator.userAgent.indexOf('PhantomJS') !== -1
                )
            ) {
                return true;
            }

            // no other ignores
            return false;
        },
        // these don't seem to be working as expected
        // hence duplicate logic in checkIgnore above
        ignoredMessages: [
            "Can't find variable: gtag",
            "gtag is not defined",
        ],
        scrubFields: [
            'passwd',
            'pass',
            'password',
            'password_verify',
            'secret',
            'confirm_password',
            'password_confirmation',
            'auth_token',
            'csrf_token',
            'cc_exp',
            'cc_cvc',
            'cc_name',
            'cc_num',
        ]
    };
    // Rollbar Snippet
    !function(r){function e(n){if(o[n])return o[n].exports;var t=o[n]={exports:{},id:n,loaded:!1};return r[n].call(t.exports,t,t.exports,e),t.loaded=!0,t.exports}var o={};return e.m=r,e.c=o,e.p="",e(0)}([function(r,e,o){"use strict";var n=o(1),t=o(4);_rollbarConfig=_rollbarConfig||{},_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||"https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/2.4.4/rollbar.min.js",_rollbarConfig.async=void 0===_rollbarConfig.async||_rollbarConfig.async;var a=n.setupShim(window,_rollbarConfig),l=t(_rollbarConfig);window.rollbar=n.Rollbar,a.loadFull(window,document,!_rollbarConfig.async,_rollbarConfig,l)},function(r,e,o){"use strict";function n(r){return function(){try{return r.apply(this,arguments)}catch(r){try{console.error("[Rollbar]: Internal error",r)}catch(r){}}}}function t(r,e){this.options=r,this._rollbarOldOnError=null;var o=s++;this.shimId=function(){return o},"undefined"!=typeof window&&window._rollbarShims&&(window._rollbarShims[o]={handler:e,messages:[]})}function a(r,e){if(r){var o=e.globalAlias||"Rollbar";if("object"==typeof r[o])return r[o];r._rollbarShims={},r._rollbarWrappedError=null;var t=new p(e);return n(function(){e.captureUncaught&&(t._rollbarOldOnError=r.onerror,i.captureUncaughtExceptions(r,t,!0),i.wrapGlobals(r,t,!0)),e.captureUnhandledRejections&&i.captureUnhandledRejections(r,t,!0);var n=e.autoInstrument;return e.enabled!==!1&&(void 0===n||n===!0||"object"==typeof n&&n.network)&&r.addEventListener&&(r.addEventListener("load",t.captureLoad.bind(t)),r.addEventListener("DOMContentLoaded",t.captureDomContentLoaded.bind(t))),r[o]=t,t})()}}function l(r){return n(function(){var e=this,o=Array.prototype.slice.call(arguments,0),n={shim:e,method:r,args:o,ts:new Date};window._rollbarShims[this.shimId()].messages.push(n)})}var i=o(2),s=0,d=o(3),c=function(r,e){return new t(r,e)},p=function(r){return new d(c,r)};t.prototype.loadFull=function(r,e,o,t,a){var l=function(){var e;if(void 0===r._rollbarDidLoad){e=new Error("rollbar.js did not load");for(var o,n,t,l,i=0;o=r._rollbarShims[i++];)for(o=o.messages||[];n=o.shift();)for(t=n.args||[],i=0;i<t.length;++i)if(l=t[i],"function"==typeof l){l(e);break}}"function"==typeof a&&a(e)},i=!1,s=e.createElement("script"),d=e.getElementsByTagName("script")[0],c=d.parentNode;s.crossOrigin="",s.src=t.rollbarJsUrl,o||(s.async=!0),s.onload=s.onreadystatechange=n(function(){if(!(i||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState)){s.onload=s.onreadystatechange=null;try{c.removeChild(s)}catch(r){}i=!0,l()}}),c.insertBefore(s,d)},t.prototype.wrap=function(r,e,o){try{var n;if(n="function"==typeof e?e:function(){return e||{}},"function"!=typeof r)return r;if(r._isWrap)return r;if(!r._rollbar_wrapped&&(r._rollbar_wrapped=function(){o&&"function"==typeof o&&o.apply(this,arguments);try{return r.apply(this,arguments)}catch(o){var e=o;throw e&&("string"==typeof e&&(e=String(e)),e._rollbarContext=n()||{},e._rollbarContext._wrappedSource=r.toString(),window._rollbarWrappedError=e),e}},r._rollbar_wrapped._isWrap=!0,r.hasOwnProperty))for(var t in r)r.hasOwnProperty(t)&&(r._rollbar_wrapped[t]=r[t]);return r._rollbar_wrapped}catch(e){return r}};for(var u="log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleUnhandledRejection,captureEvent,captureDomContentLoaded,captureLoad".split(","),f=0;f<u.length;++f)t.prototype[u[f]]=l(u[f]);r.exports={setupShim:a,Rollbar:p}},function(r,e){"use strict";function o(r,e,o){if(r){var t;if("function"==typeof e._rollbarOldOnError)t=e._rollbarOldOnError;else if(r.onerror){for(t=r.onerror;t._rollbarOldOnError;)t=t._rollbarOldOnError;e._rollbarOldOnError=t}var a=function(){var o=Array.prototype.slice.call(arguments,0);n(r,e,t,o)};o&&(a._rollbarOldOnError=t),r.onerror=a}}function n(r,e,o,n){r._rollbarWrappedError&&(n[4]||(n[4]=r._rollbarWrappedError),n[5]||(n[5]=r._rollbarWrappedError._rollbarContext),r._rollbarWrappedError=null),e.handleUncaughtException.apply(e,n),o&&o.apply(r,n)}function t(r,e,o){if(r){"function"==typeof r._rollbarURH&&r._rollbarURH.belongsToShim&&r.removeEventListener("unhandledrejection",r._rollbarURH);var n=function(r){var o,n,t;try{o=r.reason}catch(r){o=void 0}try{n=r.promise}catch(r){n="[unhandledrejection] error getting `promise` from event"}try{t=r.detail,!o&&t&&(o=t.reason,n=t.promise)}catch(r){t="[unhandledrejection] error getting `detail` from event"}o||(o="[unhandledrejection] error getting `reason` from event"),e&&e.handleUnhandledRejection&&e.handleUnhandledRejection(o,n)};n.belongsToShim=o,r._rollbarURH=n,r.addEventListener("unhandledrejection",n)}}function a(r,e,o){if(r){var n,t,a="EventTarget,Window,Node,ApplicationCache,AudioTrackList,ChannelMergerNode,CryptoOperation,EventSource,FileReader,HTMLUnknownElement,IDBDatabase,IDBRequest,IDBTransaction,KeyOperation,MediaController,MessagePort,ModalWindow,Notification,SVGElementInstance,Screen,TextTrack,TextTrackCue,TextTrackList,WebSocket,WebSocketWorker,Worker,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload".split(",");for(n=0;n<a.length;++n)t=a[n],r[t]&&r[t].prototype&&l(e,r[t].prototype,o)}}function l(r,e,o){if(e.hasOwnProperty&&e.hasOwnProperty("addEventListener")){for(var n=e.addEventListener;n._rollbarOldAdd&&n.belongsToShim;)n=n._rollbarOldAdd;var t=function(e,o,t){n.call(this,e,r.wrap(o),t)};t._rollbarOldAdd=n,t.belongsToShim=o,e.addEventListener=t;for(var a=e.removeEventListener;a._rollbarOldRemove&&a.belongsToShim;)a=a._rollbarOldRemove;var l=function(r,e,o){a.call(this,r,e&&e._rollbar_wrapped||e,o)};l._rollbarOldRemove=a,l.belongsToShim=o,e.removeEventListener=l}}r.exports={captureUncaughtExceptions:o,captureUnhandledRejections:t,wrapGlobals:a}},function(r,e){"use strict";function o(r,e){this.impl=r(e,this),this.options=e,n(o.prototype)}function n(r){for(var e=function(r){return function(){var e=Array.prototype.slice.call(arguments,0);if(this.impl[r])return this.impl[r].apply(this.impl,e)}},o="log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleUnhandledRejection,_createItem,wrap,loadFull,shimId,captureEvent,captureDomContentLoaded,captureLoad".split(","),n=0;n<o.length;n++)r[o[n]]=e(o[n])}o.prototype._swapAndProcessMessages=function(r,e){this.impl=r(this.options);for(var o,n,t;o=e.shift();)n=o.method,t=o.args,this[n]&&"function"==typeof this[n]&&("captureDomContentLoaded"===n||"captureLoad"===n?this[n].apply(this,[t[0],o.ts]):this[n].apply(this,t));return this},r.exports=o},function(r,e){"use strict";r.exports=function(r){return function(e){if(!e&&!window._rollbarInitialized){r=r||{};for(var o,n,t=r.globalAlias||"Rollbar",a=window.rollbar,l=function(r){return new a(r)},i=0;o=window._rollbarShims[i++];)n||(n=o.handler),o.handler._swapAndProcessMessages(l,o.messages);window[t]=n,window._rollbarInitialized=!0}}}}]);
    // End Rollbar Snippet
</script>


    <link rel="stylesheet" href="https://timed-bids.wright20.com/public/css/am-auction-widget-288325c3262e2ec0e4c6827bd934e7c22c7fc402.css">

    <script src="https://timed-bids.wright20.com/public/js/am-auction-widget-288325c3262e2ec0e4c6827bd934e7c22c7fc402.js"></script>





<link rel="modulepreload" href="https://www.wright20.com/build/assets/polyfills-legacy-7765bf54.js" /><script type="module" src="https://www.wright20.com/build/assets/polyfills-legacy-7765bf54.js"></script><link rel="preload" as="style" href="https://www.wright20.com/build/assets/app-4cf87f0a.css" /><link rel="modulepreload" href="https://www.wright20.com/build/assets/app-ddab4737.js" /><link rel="stylesheet" href="https://www.wright20.com/build/assets/app-4cf87f0a.css" /><script type="module" src="https://www.wright20.com/build/assets/app-ddab4737.js"></script>
    


</head>

<body class="page-text modular-page wnews menu--light house-wright logged-out sthe-paused headroom--top">

<div id="app" data-page="{&quot;component&quot;:&quot;ModularContentPage&quot;,&quot;props&quot;:{&quot;errors&quot;:{},&quot;CSRF_TOKEN&quot;:&quot;P8cBE2N0SvbA2rjTLEqw1dsUww4P0uoBIgb57Yz2&quot;,&quot;HONEY_TIME&quot;:&quot;eyJpdiI6IkF5djkzVkRCdkVNaGJjVXB1VDYzNUE9PSIsInZhbHVlIjoiYWFZYWVoUm5OV1BYd0dlSmxDQzhXUT09IiwibWFjIjoiYzQ3YjdjMjgxZWQyYjEzZGFhYTA4MjM2OWM5ZDQzMDQ4NmIwNjQ5YjMyZWE5MzAxZDViNGYzMDMzMDUyMDdkOCIsInRhZyI6IiJ9&quot;,&quot;HOUSE&quot;:&quot;wright&quot;,&quot;REFERER_URL&quot;:&quot;direct&quot;,&quot;SUBMISSION_URL&quot;:&quot;https:\/\/www.wright20.com\/wnews&quot;,&quot;APP_ENV&quot;:&quot;production&quot;,&quot;CMS_PREVIEW_MODE_ACTIVE&quot;:false,&quot;globals&quot;:{&quot;BASE_URL&quot;:&quot;https:\/\/www.wright20.com&quot;,&quot;GMAPS_API_KEY&quot;:&quot;AIzaSyDfaYl4kaL0QyZjYd26YeEuQsWocxQ01WY&quot;,&quot;USERWAY_KEY&quot;:&quot;c4fA8JXza1&quot;,&quot;ENABLE_REALTIME_RESULTS&quot;:true,&quot;ENABLE_ONLINE_COUNTDOWN&quot;:true,&quot;ENABLE_CERT_CAPTURE&quot;:false,&quot;ENABLE_USERWAY&quot;:true,&quot;ENABLE_WATCHED_LOTS&quot;:true,&quot;GI_ACTIVE&quot;:false,&quot;CMS_PREVIEW&quot;:0,&quot;URL_RAGO&quot;:&quot;www.ragoarts.com&quot;,&quot;URL_WRIGHT&quot;:&quot;www.wright20.com&quot;,&quot;URL_W20&quot;:&quot;www.wright20.com&quot;,&quot;URL_LAMA&quot;:&quot;www.lamodern.com&quot;,&quot;URL_TOOMEY&quot;:&quot;www.toomeyco.com&quot;,&quot;URL_WN&quot;:&quot;wright-now.com&quot;,&quot;URL_CAS&quot;:&quot;https:\/\/cas.wright20.com\/&quot;,&quot;URL_TIMED&quot;:&quot;https:\/\/timed-bids.wright20.com&quot;,&quot;URL_PROD_SITE&quot;:&quot;https:\/\/www.wright20.com&quot;,&quot;URL_PROD_CMS&quot;:&quot;https:\/\/cms.wright20.com&quot;,&quot;PUSHER_KEY&quot;:&quot;9b1d25b0cd31e5c2fcdb&quot;,&quot;PUSHER_CLUSTER&quot;:&quot;us2&quot;,&quot;AMS_ENV_KEY&quot;:&quot;production&quot;,&quot;BID_INCREMENTS&quot;:[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000,2200,2400,2600,2800,3000,3200,3500,3800,4000,4200,4500,4800,5000,5500,6000,6500,7000,7500,8000,8500,9000,9500,10000,11000,12000,13000,14000,15000,16000,17000,18000,19000,20000,22000,24000,26000,28000,30000,32000,35000,38000,40000,42000,45000,48000,50000,55000,60000,65000,70000,75000,80000,85000,90000,95000,100000,110000,120000,130000,140000,150000,160000,170000,180000,190000,200000,220000,240000,260000,280000,300000,320000,350000,380000,400000,420000,450000,480000,500000,550000,600000,650000,700000,750000,800000,850000,900000,950000,1000000],&quot;BUY_NOW_ENABLED&quot;:true,&quot;ONETRUST_ENABLED&quot;:true,&quot;IMAGE_QUALITY&quot;:null,&quot;LOADING_SPINNER&quot;:false,&quot;FEATURE_ENABLE_IDENTITY_CHECK&quot;:true,&quot;FEATURE_ENABLE_SMS&quot;:true,&quot;FEATURE_ENABLE_TIMED_AUCTIONS&quot;:true,&quot;FEATURE_ENABLE_CART&quot;:true,&quot;FEATURE_ENABLE_TIMED_AUCTIONS_LINK&quot;:true,&quot;FEATURE_ENABLE_SALE_STATS&quot;:true,&quot;IS_UAT&quot;:null},&quot;classnames&quot;:{&quot;BODY&quot;:&quot;page-text modular-page wnews menu--light house-wright logged-out sthe-paused headroom--top&quot;,&quot;MENU&quot;:&quot;menu--light&quot;,&quot;PAGE&quot;:{&quot;feed&quot;:&quot;rss2&quot;},&quot;ARTICLE&quot;:&quot;theme-general theme-general-harriet&quot;,&quot;ARTICLE_CLASSES_PAGE_KEY&quot;:&quot;wnews&quot;},&quot;css_list&quot;:[&quot;themes\/harriet&quot;,&quot;https:\/\/www.wright20.com\/styles\/wnews.css?t=1695228438&quot;],&quot;cart&quot;:[],&quot;main_menu&quot;:{&quot;auctions&quot;:[{&quot;id&quot;:2,&quot;parent_id&quot;:1,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;Auctions&quot;,&quot;url&quot;:&quot;\/auctions\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17621,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:2,&quot;position&quot;:0,&quot;url&quot;:&quot;\/auctions\/&quot;,&quot;title&quot;:&quot;Upcoming&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17622,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:2,&quot;position&quot;:1,&quot;url&quot;:&quot;\/auctions\/archive\/&quot;,&quot;title&quot;:&quot;Past&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:3,&quot;parent_id&quot;:1,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;Publications&quot;,&quot;url&quot;:&quot;\/catalogs\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17623,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:3,&quot;position&quot;:0,&quot;url&quot;:&quot;\/catalogs\/&quot;,&quot;title&quot;:&quot;Catalogs&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17624,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:3,&quot;position&quot;:1,&quot;url&quot;:&quot;\/books\/&quot;,&quot;title&quot;:&quot;Books&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:4,&quot;parent_id&quot;:1,&quot;position&quot;:2,&quot;title&quot;:&quot;Upcoming Auctions&quot;,&quot;url&quot;:&quot;\/auctions\/&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;session_fd_key&quot;:&quot;ANGS6&quot;,&quot;session&quot;:{&quot;fd_key&quot;:&quot;ANGS6&quot;,&quot;title&quot;:&quot;Watches&quot;,&quot;subtitle&quot;:null,&quot;calendar_link&quot;:&quot;\/auctions\/2024\/05\/watches&quot;},&quot;wrapper_href&quot;:&quot;\/auctions\/2024\/05\/watches&quot;,&quot;image&quot;:&quot;files\/media\/auctions\/2024\/05\/watches\/main\/900-watch-main_1713550775.jpg&quot;,&quot;title&quot;:&quot;Watches&quot;,&quot;subtitle&quot;:null,&quot;link_type&quot;:&quot;session&quot;,&quot;group_id&quot;:4,&quot;position&quot;:0,&quot;status&quot;:1,&quot;status_badge&quot;:null},{&quot;session_fd_key&quot;:&quot;ANGS5&quot;,&quot;session&quot;:{&quot;fd_key&quot;:&quot;ANGS5&quot;,&quot;title&quot;:&quot;Spring Jewels&quot;,&quot;subtitle&quot;:null,&quot;calendar_link&quot;:&quot;\/auctions\/2024\/05\/spring-jewels&quot;},&quot;wrapper_href&quot;:&quot;\/auctions\/2024\/05\/spring-jewels&quot;,&quot;image&quot;:&quot;files\/media\/auctions\/2024\/05\/spring-jewels\/main\/900-spring-jewels-main-image-v4_1713391557.jpg&quot;,&quot;title&quot;:&quot;Spring Jewels&quot;,&quot;subtitle&quot;:null,&quot;link_type&quot;:&quot;session&quot;,&quot;group_id&quot;:4,&quot;position&quot;:1,&quot;status&quot;:1,&quot;status_badge&quot;:null},{&quot;session_fd_key&quot;:&quot;ANGT2&quot;,&quot;session&quot;:{&quot;fd_key&quot;:&quot;ANGT2&quot;,&quot;title&quot;:&quot;Post War &amp; Contemporary Art&quot;,&quot;subtitle&quot;:null,&quot;calendar_link&quot;:&quot;\/auctions\/2024\/05\/post-war-contemporary-art\/info&quot;},&quot;wrapper_href&quot;:&quot;\/auctions\/2024\/05\/post-war-contemporary-art\/info&quot;,&quot;image&quot;:&quot;files\/media\/auctions\/2024\/05\/post-war-contemporary-art\/main\/904main_1714683021.jpg&quot;,&quot;title&quot;:&quot;Post War &amp; Contemporary Art&quot;,&quot;subtitle&quot;:null,&quot;link_type&quot;:&quot;session&quot;,&quot;group_id&quot;:4,&quot;position&quot;:2,&quot;status&quot;:1,&quot;status_badge&quot;:null},{&quot;session_fd_key&quot;:&quot;ANGP8&quot;,&quot;session&quot;:{&quot;fd_key&quot;:&quot;ANGP8&quot;,&quot;title&quot;:&quot;20th Century Carpets&quot;,&quot;subtitle&quot;:null,&quot;calendar_link&quot;:&quot;\/auctions\/2024\/06\/20th-century-carpets\/info&quot;},&quot;wrapper_href&quot;:&quot;\/auctions\/2024\/06\/20th-century-carpets\/info&quot;,&quot;image&quot;:&quot;files\/media\/auctions\/2024\/06\/20th-century-carpets\/main\/359-carpets-main-image-359000097-v3_1714491501.jpg&quot;,&quot;title&quot;:&quot;20th Century Carpets&quot;,&quot;subtitle&quot;:null,&quot;link_type&quot;:&quot;session&quot;,&quot;group_id&quot;:4,&quot;position&quot;:3,&quot;status&quot;:1,&quot;status_badge&quot;:null}]}],&quot;artists_designers&quot;:[{&quot;id&quot;:6,&quot;parent_id&quot;:5,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;Artists &amp; Designers&quot;,&quot;url&quot;:&quot;\/artists\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17628,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:6,&quot;position&quot;:0,&quot;url&quot;:&quot;\/artists\/&quot;,&quot;title&quot;:&quot;VIEW ALL&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:7,&quot;parent_id&quot;:5,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;Stories Of Art &amp; Design&quot;,&quot;url&quot;:&quot;\/stories_art_design\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17629,&quot;link_type&quot;:&quot;image&quot;,&quot;group_id&quot;:7,&quot;position&quot;:0,&quot;url&quot;:&quot;\/stories_art_design\/&quot;,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;\/files\/media\/menu\/7\/block\/stories-of-art-and-design_1550267194.jpg&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:8,&quot;parent_id&quot;:5,&quot;position&quot;:2,&quot;random&quot;:null,&quot;title&quot;:&quot;Featured Artists &amp; Designers&quot;,&quot;url&quot;:&quot;\/artists\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17630,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:0,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;FNZ5&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;FNZ5&quot;,&quot;first_name&quot;:&quot;Louis&quot;,&quot;last_name&quot;:&quot;Sullivan&quot;,&quot;alias&quot;:&quot;louis-sullivan&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/527\/Sullivan_Louis_BioPortrait_web_1527776338.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:527,&quot;artist_fd_key&quot;:&quot;FNZ5&quot;,&quot;alias&quot;:&quot;artists\/louis-sullivan&quot;}}},{&quot;id&quot;:17631,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:1,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;KHJX&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;KHJX&quot;,&quot;first_name&quot;:&quot;M\u00e4rta&quot;,&quot;last_name&quot;:&quot;M\u00e5\u00e5s-Fjetterstr\u00f6m&quot;,&quot;alias&quot;:&quot;marta-maas-fjetterstrom&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/1390\/portrait-for-web_1554931573.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:1390,&quot;artist_fd_key&quot;:&quot;KHJX&quot;,&quot;alias&quot;:&quot;artists\/marta-maas-fjetterstrom&quot;}}},{&quot;id&quot;:17632,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:2,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;FNVX&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;FNVX&quot;,&quot;first_name&quot;:&quot;George&quot;,&quot;last_name&quot;:&quot;Nakashima&quot;,&quot;alias&quot;:&quot;george-nakashima&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/209\/Nakashima_George_DesignerPortrait_1512679248.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:209,&quot;artist_fd_key&quot;:&quot;FNVX&quot;,&quot;alias&quot;:&quot;artists\/george-nakashima&quot;}}},{&quot;id&quot;:17633,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:3,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;FNX8&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;FNX8&quot;,&quot;first_name&quot;:&quot;Paul&quot;,&quot;last_name&quot;:&quot;Evans&quot;,&quot;alias&quot;:&quot;paul-evans&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/169\/evans-paul-bioportrait-1512686772-test_1550266679.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:169,&quot;artist_fd_key&quot;:&quot;FNX8&quot;,&quot;alias&quot;:&quot;artists\/paul-evans&quot;}}},{&quot;id&quot;:17634,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:4,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;FP3X&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;FP3X&quot;,&quot;first_name&quot;:&quot;John&quot;,&quot;last_name&quot;:&quot;Dickinson&quot;,&quot;alias&quot;:&quot;john-dickinson&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/645\/john-dickinson-artist-portrait_1573510958.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:645,&quot;artist_fd_key&quot;:&quot;FP3X&quot;,&quot;alias&quot;:&quot;artists\/john-dickinson&quot;}}},{&quot;id&quot;:17635,&quot;link_type&quot;:&quot;artist&quot;,&quot;group_id&quot;:8,&quot;position&quot;:5,&quot;url&quot;:null,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:&quot;FO6C&quot;,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:{&quot;fd_key&quot;:&quot;FO6C&quot;,&quot;first_name&quot;:&quot;Leo&quot;,&quot;last_name&quot;:&quot;Amino&quot;,&quot;alias&quot;:&quot;leo-amino&quot;,&quot;artist_image&quot;:&quot;\/files\/media\/artists\/420\/Amino_Leo_BioPortrait_1512684506.jpg&quot;,&quot;page&quot;:{&quot;id&quot;:420,&quot;artist_fd_key&quot;:&quot;FO6C&quot;,&quot;alias&quot;:&quot;artists\/leo-amino&quot;}}}]}],&quot;buying_selling&quot;:[{&quot;id&quot;:10,&quot;parent_id&quot;:9,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;Buying&quot;,&quot;url&quot;:&quot;\/buying\/bidding\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17636,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:10,&quot;position&quot;:0,&quot;url&quot;:&quot;\/buying\/bidding\/&quot;,&quot;title&quot;:&quot;Bidding&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17637,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:10,&quot;position&quot;:1,&quot;url&quot;:&quot;\/buying\/shipping\/&quot;,&quot;title&quot;:&quot;Shipping&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17638,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:10,&quot;position&quot;:2,&quot;url&quot;:&quot;\/buying\/payment\/&quot;,&quot;title&quot;:&quot;Payment&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17639,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:10,&quot;position&quot;:3,&quot;url&quot;:&quot;\/buying\/terms-of-sale\/&quot;,&quot;title&quot;:&quot;Terms of Sale&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:11,&quot;parent_id&quot;:9,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;Selling&quot;,&quot;url&quot;:&quot;\/selling\/sell-with-us\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17640,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:11,&quot;position&quot;:0,&quot;url&quot;:&quot;\/selling\/sell-with-us\/&quot;,&quot;title&quot;:&quot;Sell With Wright&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17641,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:11,&quot;position&quot;:1,&quot;url&quot;:&quot;\/private-sales\/&quot;,&quot;title&quot;:&quot;Private Sales&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17642,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:11,&quot;position&quot;:2,&quot;url&quot;:&quot;\/selling\/estates-and-appraisal-services\/&quot;,&quot;title&quot;:&quot;Estates &amp; Appraisals&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:57.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:12,&quot;parent_id&quot;:9,&quot;position&quot;:2,&quot;random&quot;:null,&quot;title&quot;:&quot;Free Evaluations&quot;,&quot;url&quot;:&quot;\/selling\/sell-with-wright\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17643,&quot;link_type&quot;:&quot;image&quot;,&quot;group_id&quot;:12,&quot;position&quot;:0,&quot;url&quot;:&quot;\/selling\/sell-with-wright\/&quot;,&quot;title&quot;:null,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:&quot;\/files\/media\/menu\/12\/block\/116007001-v1v-1535045841_1612396408.jpg&quot;,&quot;textarea&quot;:null,&quot;button_text&quot;:&quot;Submit Your Items Now&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;artist&quot;:null}]}],&quot;contact&quot;:[{&quot;id&quot;:14,&quot;parent_id&quot;:13,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;Information&quot;,&quot;url&quot;:&quot;\/contact\/about\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[{&quot;id&quot;:17644,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:14,&quot;position&quot;:0,&quot;url&quot;:&quot;\/contact\/about\/&quot;,&quot;title&quot;:&quot;About Wright&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17645,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:14,&quot;position&quot;:1,&quot;url&quot;:&quot;\/contact\/&quot;,&quot;title&quot;:&quot;Contact Us&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17646,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:14,&quot;position&quot;:2,&quot;url&quot;:&quot;\/contact\/submit-feedback&quot;,&quot;title&quot;:&quot;Send Feedback&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;artist&quot;:null},{&quot;id&quot;:17647,&quot;link_type&quot;:&quot;link&quot;,&quot;group_id&quot;:14,&quot;position&quot;:3,&quot;url&quot;:&quot;\/opportunities&quot;,&quot;title&quot;:&quot;Opportunities&quot;,&quot;subtitle&quot;:null,&quot;link_target&quot;:null,&quot;image&quot;:null,&quot;textarea&quot;:null,&quot;button_text&quot;:null,&quot;button_color&quot;:null,&quot;session_fd_key&quot;:null,&quot;artist_fd_key&quot;:null,&quot;wn_item_fd_key&quot;:null,&quot;page_id&quot;:null,&quot;status&quot;:null,&quot;created_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;updated_at&quot;:&quot;2024-02-29T17:10:58.000000Z&quot;,&quot;artist&quot;:null}]},{&quot;id&quot;:15,&quot;parent_id&quot;:13,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:null,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-08-23T15:41:41.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]},{&quot;id&quot;:16,&quot;parent_id&quot;:13,&quot;position&quot;:2,&quot;random&quot;:null,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:null,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]}],&quot;wright_now&quot;:[{&quot;id&quot;:18,&quot;parent_id&quot;:17,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-09-28T11:09:29.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]},{&quot;id&quot;:19,&quot;parent_id&quot;:17,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;Featured Items&quot;,&quot;url&quot;:&quot;https:\/\/wright-now.com\/&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-09-28T11:09:29.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]},{&quot;id&quot;:20,&quot;parent_id&quot;:17,&quot;position&quot;:2,&quot;random&quot;:null,&quot;title&quot;:&quot;Wright Now&quot;,&quot;url&quot;:&quot;https:\/\/wright-now.com&quot;,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-09-28T11:09:29.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]}],&quot;user&quot;:[{&quot;id&quot;:22,&quot;parent_id&quot;:21,&quot;position&quot;:0,&quot;random&quot;:null,&quot;title&quot;:&quot;WRIGHT IOS APP&quot;,&quot;url&quot;:null,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-08-23T15:41:41.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]},{&quot;id&quot;:23,&quot;parent_id&quot;:21,&quot;position&quot;:1,&quot;random&quot;:null,&quot;title&quot;:&quot;FORMS&quot;,&quot;url&quot;:null,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-08-23T15:41:41.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]},{&quot;id&quot;:24,&quot;parent_id&quot;:21,&quot;position&quot;:2,&quot;random&quot;:null,&quot;title&quot;:&quot;&quot;,&quot;url&quot;:null,&quot;created_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;updated_at&quot;:&quot;2018-08-22T11:48:52.000000Z&quot;,&quot;status&quot;:1,&quot;links&quot;:[]}]},&quot;routename&quot;:&quot;page&quot;,&quot;machine_name&quot;:&quot;MODULAR_CONTENT&quot;,&quot;user&quot;:null,&quot;day_of_sale&quot;:{&quot;do_show&quot;:false,&quot;sale_date&quot;:0,&quot;cookie_name&quot;:&quot;w20dosHidden_&quot;,&quot;sale_link&quot;:null,&quot;sale_title&quot;:null,&quot;auction_room_url&quot;:&quot;https:\/\/live.wright20.com&quot;,&quot;dos_links&quot;:{&quot;register_url&quot;:false,&quot;watch_url&quot;:false,&quot;auction_mobility_url&quot;:false,&quot;liveauctioneers_url_pre_sale&quot;:false,&quot;liveauctioneers_url_live_sale&quot;:false,&quot;invaluable_url&quot;:false,&quot;ebay_url&quot;:false},&quot;dos_auction_fd_key&quot;:null,&quot;dos_session_fd_key&quot;:null,&quot;available_items&quot;:[],&quot;closed_items&quot;:[],&quot;active_items&quot;:[],&quot;active_lot_fd_key&quot;:&quot;181772~&quot;,&quot;dos_items&quot;:[],&quot;dos_session_ams_id&quot;:&quot;null&quot;,&quot;is_live&quot;:false,&quot;active_lot_max_bid&quot;:null,&quot;dos_lot_numbers&quot;:[],&quot;user_is_registered&quot;:false},&quot;contact_payments_email&quot;:&quot;jburris@ragoarts.com&quot;,&quot;email_webmaster&quot;:&quot;webmaster@wright20.com&quot;,&quot;house_info_email&quot;:&quot;info@wright20.com&quot;,&quot;house_tel&quot;:&quot;312 563 0020&quot;,&quot;house_contact_payments_name&quot;:&quot;Jessica Burris&quot;,&quot;house_domain&quot;:&quot;wright20.com&quot;,&quot;enable_past_auction_notice&quot;:false,&quot;archive_url&quot;:null,&quot;logged_in&quot;:false,&quot;logged_in_as&quot;:null,&quot;viewing_session_fd_key&quot;:null,&quot;viewing_auction_fd_key&quot;:null,&quot;auctions&quot;:{},&quot;sessions&quot;:{},&quot;items&quot;:{},&quot;flash&quot;:{&quot;cart_message&quot;:null},&quot;default_header_image&quot;:&quot;images\/wright-gradient.jpg&quot;,&quot;no_reserve_svg_sm&quot;:&quot;&lt;svg width=\&quot;109\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h105L94.963 11.613 105 24H0V0Z\&quot; fill=\&quot;#C7E0D3\&quot;\/&gt;&lt;path d=\&quot;M9.871 8.094h1.082l4.19 6.73v-6.73h.86V16h-1.165l-4.105-6.594V16H9.87V8.094Zm12.138 8a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.165-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.087-1.12.262-1.617.183-.497.431-.928.746-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.502-.315 3.47 3.47 0 0 1 1.49.315c.448.21.83.5 1.145.872.322.364.57.79.745 1.28a4.68 4.68 0 0 1 .263 1.586c0 .574-.088 1.11-.263 1.606-.168.497-.409.928-.724 1.292a3.406 3.406 0 0 1-1.145.861 3.526 3.526 0 0 1-1.49.305Zm0-.777c.427 0 .809-.076 1.145-.23.336-.155.616-.375.84-.662.231-.287.406-.634.525-1.04.119-.405.179-.86.179-1.364 0-.463-.064-.893-.19-1.292a3.131 3.131 0 0 0-.546-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.123-.262c-.42 0-.799.08-1.134.242a2.468 2.468 0 0 0-.861.682 3.39 3.39 0 0 0-.546 1.05c-.127.406-.19.85-.19 1.333 0 .505.067.96.2 1.365.14.4.329.742.567 1.03.245.28.536.496.872.65.343.155.713.232 1.113.232Zm9.721-7.223h3.234c.357 0 .686.045.987.136.301.084.56.213.777.388.224.175.396.396.515.662.126.259.189.564.189.914 0 .293-.046.552-.137.776a1.618 1.618 0 0 1-.367.567 1.86 1.86 0 0 1-.557.378c-.21.092-.44.162-.693.21.336.098.61.27.82.515.21.245.363.63.461 1.155.056.294.112.556.168.787.063.224.14.462.231.714.07.204.126.35.168.442.05.084.095.154.137.21V16h-.935a3.341 3.341 0 0 1-.346-.798 9.62 9.62 0 0 1-.284-1.26 3.046 3.046 0 0 0-.23-.809 1.228 1.228 0 0 0-.347-.482 1.04 1.04 0 0 0-.494-.232 2.964 2.964 0 0 0-.64-.063h-1.743V16h-.914V8.094Zm3.056 3.538c.574 0 1.008-.112 1.302-.336.294-.231.44-.598.44-1.102 0-.463-.125-.802-.377-1.019-.252-.217-.623-.325-1.113-.325h-2.394v2.782h2.142Zm4.952-3.538h5.05v.766h-4.137v2.783h3.434v.745H40.65v2.845h4.337V16h-5.25V8.094Zm9.988 7.99c-.504 0-.935-.056-1.292-.168a2.663 2.663 0 0 1-.882-.483 2.37 2.37 0 0 1-.567-.704 4.014 4.014 0 0 1-.325-.881l.871-.179c.056.224.126.438.21.64.084.197.207.372.368.526.16.146.367.265.62.356.258.084.59.127.997.127.273 0 .525-.028.756-.085.23-.063.43-.157.598-.283.175-.126.308-.284.4-.473.097-.196.146-.427.146-.693 0-.245-.038-.444-.115-.598a.902.902 0 0 0-.347-.399 2.207 2.207 0 0 0-.64-.263 15.95 15.95 0 0 0-.956-.22 10.942 10.942 0 0 1-1.144-.284 3.27 3.27 0 0 1-.861-.399 1.72 1.72 0 0 1-.536-.63c-.119-.252-.178-.566-.178-.944 0-.63.224-1.128.672-1.492.455-.37 1.085-.556 1.89-.556.42 0 .777.038 1.07.115.302.077.56.196.778.357.217.155.395.347.535.578.14.231.263.5.368.809l-.809.21a2.645 2.645 0 0 0-.294-.63 1.556 1.556 0 0 0-.388-.41 1.368 1.368 0 0 0-.525-.22 2.831 2.831 0 0 0-.683-.074c-.644 0-1.099.119-1.365.357-.266.231-.399.536-.399.914 0 .223.028.409.084.556a.807.807 0 0 0 .315.378c.154.098.36.185.62.262.259.077.595.154 1.008.231.44.085.833.182 1.176.294.35.105.64.245.871.42.238.168.42.385.546.651.126.26.19.582.19.966 0 .379-.067.711-.2.998a1.982 1.982 0 0 1-.567.725 2.508 2.508 0 0 1-.872.451 4.16 4.16 0 0 1-1.144.147Zm5.114-7.99h5.05v.766h-4.136v2.783h3.433v.745h-3.433v2.845h4.336V16h-5.25V8.094Zm7.3 0h3.234c.357 0 .686.045.987.136.301.084.56.213.777.388.224.175.396.396.515.662.126.259.189.564.189.914 0 .293-.046.552-.137.776a1.618 1.618 0 0 1-.367.567 1.86 1.86 0 0 1-.557.378c-.21.092-.44.162-.693.21.336.098.61.27.82.515.21.245.363.63.461 1.155.056.294.112.556.168.787.063.224.14.462.231.714.07.204.126.35.168.442.05.084.095.154.137.21V16h-.935a3.341 3.341 0 0 1-.346-.798 9.62 9.62 0 0 1-.284-1.26 3.046 3.046 0 0 0-.23-.809 1.228 1.228 0 0 0-.347-.482 1.04 1.04 0 0 0-.494-.232 2.964 2.964 0 0 0-.64-.063h-1.743V16h-.914V8.094Zm3.056 3.538c.574 0 1.008-.112 1.302-.336.294-.231.44-.598.44-1.102 0-.463-.125-.802-.377-1.019-.252-.217-.623-.325-1.113-.325h-2.394v2.782h2.142Zm4.238-3.538h.945l2.236 6.583 2.258-6.583h.892L72.951 16h-.735l-2.782-7.906Zm8.3 0h5.051v.766h-4.137v2.783h3.434v.745h-3.434v2.845h4.337V16h-5.25V8.094Z\&quot; fill=\&quot;#333\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;no_reserve_svg_lg&quot;:&quot;&lt;svg width=\&quot;144\&quot; height=\&quot;32\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h140l-13.382 13.548L140 28H0V0Z\&quot; fill=\&quot;#C7E0D3\&quot;\/&gt;&lt;path d=\&quot;M19.038 9.588h1.287l4.988 8.012V9.587h1.024V19H24.95l-4.887-7.85V19h-1.025V9.588Zm14.574 9.525a4.19 4.19 0 0 1-1.75-.363 4.416 4.416 0 0 1-1.387-1.012 4.853 4.853 0 0 1-.925-1.526 5.519 5.519 0 0 1-.325-1.912c0-.692.104-1.333.313-1.925a4.895 4.895 0 0 1 .887-1.537c.383-.434.842-.771 1.375-1.013a4.214 4.214 0 0 1 1.787-.375c.65 0 1.242.125 1.775.375.534.25.988.596 1.363 1.038.383.433.68.941.887 1.524.209.584.313 1.213.313 1.888a5.72 5.72 0 0 1-.313 1.912 4.543 4.543 0 0 1-.862 1.538c-.375.433-.83.775-1.362 1.025-.526.242-1.117.363-1.776.363Zm0-.925c.509 0 .963-.092 1.363-.275.4-.184.733-.446 1-.788.275-.342.483-.754.625-1.238a5.77 5.77 0 0 0 .212-1.625 5.08 5.08 0 0 0-.224-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.013-.825 2.852 2.852 0 0 0-1.337-.313c-.5 0-.95.096-1.35.287-.4.192-.742.463-1.026.813-.274.35-.491.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.08 1.141.238 1.624.167.475.392.884.675 1.225.292.334.637.592 1.038.776.408.183.85.274 1.325.274Zm11.823-8.6h3.85c.425 0 .817.054 1.175.162.358.1.667.254.925.463.267.208.47.47.613.787.15.308.224.67.224 1.088 0 .35-.054.658-.162.925-.1.258-.246.483-.438.675a2.217 2.217 0 0 1-.662.45c-.25.108-.525.191-.825.25.4.116.725.32.975.612s.433.75.55 1.375c.067.35.133.663.2.938.075.266.167.55.275.85.083.241.15.416.2.524.058.1.112.184.163.25V19h-1.113c-.15-.233-.288-.55-.413-.95-.125-.4-.237-.9-.337-1.5-.067-.4-.158-.72-.275-.963a1.463 1.463 0 0 0-.413-.575 1.238 1.238 0 0 0-.587-.274 3.529 3.529 0 0 0-.763-.075h-2.075V19h-1.087V9.588Zm3.637 4.212c.684 0 1.2-.133 1.55-.4.35-.275.526-.713.526-1.313 0-.55-.15-.954-.45-1.212-.3-.258-.742-.387-1.325-.387h-2.85V13.8h2.55Zm6.02-4.213h6.013v.913H56.18v3.313h4.088v.887H56.18v3.387h5.163V19h-6.25V9.588ZM67.109 19.1c-.6 0-1.112-.067-1.537-.2a3.17 3.17 0 0 1-1.05-.575 2.823 2.823 0 0 1-.675-.837 4.778 4.778 0 0 1-.388-1.05l1.038-.213c.066.267.15.52.25.762.1.234.245.442.437.626.192.175.438.316.738.425.308.1.704.15 1.187.15.325 0 .625-.034.9-.1a2.09 2.09 0 0 0 .713-.338c.208-.15.366-.337.475-.563.116-.233.175-.508.175-.825 0-.291-.046-.529-.138-.712a1.073 1.073 0 0 0-.412-.475 2.627 2.627 0 0 0-.763-.313c-.308-.083-.687-.17-1.137-.262-.509-.1-.963-.213-1.363-.338a3.892 3.892 0 0 1-1.025-.475c-.275-.2-.487-.45-.637-.75-.142-.3-.213-.675-.213-1.125 0-.75.267-1.341.8-1.775.542-.441 1.292-.662 2.25-.662.5 0 .925.046 1.275.138.358.091.667.233.925.425.258.183.47.412.638.687.166.275.312.596.437.963l-.962.25c-.1-.3-.217-.55-.35-.75a1.852 1.852 0 0 0-.463-.488 1.629 1.629 0 0 0-.625-.262 3.372 3.372 0 0 0-.812-.088c-.767 0-1.309.142-1.625.425-.317.275-.475.637-.475 1.088 0 .266.033.487.1.662a.962.962 0 0 0 .375.45c.183.117.429.22.737.313.308.091.708.183 1.2.274.525.1.992.217 1.4.35.417.125.763.292 1.038.5.283.2.5.459.65.775.15.309.225.692.225 1.15 0 .45-.08.846-.238 1.188-.158.342-.383.63-.675.863-.283.233-.63.412-1.037.537a4.952 4.952 0 0 1-1.363.175Zm6.214-9.513h6.012v.913H74.41v3.313h4.088v.887h-4.088v3.387h5.163V19h-6.25V9.588Zm8.815 0h3.85c.425 0 .817.055 1.175.163.358.1.667.254.925.463.267.208.47.47.613.787.15.308.225.67.225 1.088 0 .35-.055.658-.163.925-.1.258-.246.483-.437.675a2.216 2.216 0 0 1-.663.45c-.25.108-.525.191-.825.25.4.116.725.32.975.612s.433.75.55 1.375c.067.35.133.663.2.938.075.266.167.55.275.85.083.241.15.416.2.524.058.1.113.184.163.25V19h-1.113c-.15-.233-.287-.55-.412-.95-.125-.4-.238-.9-.338-1.5-.067-.4-.158-.72-.275-.963a1.461 1.461 0 0 0-.412-.575 1.238 1.238 0 0 0-.588-.274 3.529 3.529 0 0 0-.762-.075h-2.075V19h-1.088V9.588Zm3.638 4.213c.683 0 1.2-.133 1.55-.4.35-.275.525-.713.525-1.313 0-.55-.15-.954-.45-1.212-.3-.258-.742-.387-1.325-.387h-2.85V13.8h2.55Zm5.17-4.213h1.125l2.662 7.838 2.688-7.838h1.062L95.132 19h-.875l-3.312-9.412Zm10.007 0h6.013v.913h-4.925v3.313h4.087v.887h-4.087v3.387h5.162V19h-6.25V9.588Z\&quot; fill=\&quot;#333\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;benefit_lot_sm&quot;:&quot;&lt;svg width=\&quot;109\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h105L94.963 11.613 105 24H0V0Z\&quot; fill=\&quot;#D8D1FF\&quot;\/&gt;&lt;path d=\&quot;M9.871 8.094h3.15c.385 0 .736.038 1.05.115.316.07.585.189.809.357a1.7 1.7 0 0 1 .525.661c.126.266.189.592.189.977 0 .364-.084.682-.252.955-.168.273-.441.497-.819.672.497.14.872.368 1.123.683.26.315.389.732.389 1.25 0 .392-.07.728-.21 1.008-.14.28-.332.51-.577.692a2.458 2.458 0 0 1-.861.41 4.276 4.276 0 0 1-1.061.126H9.871V8.094Zm3.591 7.15c.546 0 .96-.126 1.24-.378.287-.259.43-.63.43-1.113 0-.973-.588-1.46-1.764-1.46h-2.583v2.951h2.678Zm-.157-3.696c.455 0 .798-.112 1.029-.336.238-.224.357-.581.357-1.071 0-.462-.136-.791-.41-.987-.266-.203-.661-.304-1.186-.304h-2.31v2.698h2.52Zm4.79-3.454h5.05v.766h-4.137v2.783h3.433v.745h-3.433v2.845h4.336V16h-5.25V8.094Zm7.3 0h1.08l4.19 6.73v-6.73h.861V16h-1.165l-4.106-6.594V16h-.86V8.094Zm8.714 0h5.05v.766h-4.136v2.783h3.433v.745h-3.433v2.845h4.336V16h-5.25V8.094Zm7.3 0h5.26v.766h-4.346v2.972h3.38v.745h-3.38V16h-.914V8.094Zm7.467 0h.913V16h-.913V8.094Zm5.507.766h-2.51v-.766h5.933v.766h-2.51V16h-.913V8.86Zm9.192-.766h.913v7.14h4.043V16h-4.956V8.094Zm9.903 8a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.166-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.087-1.12.263-1.617.181-.497.43-.928.745-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.502-.315 3.47 3.47 0 0 1 1.49.315c.448.21.83.5 1.145.872.322.364.57.79.746 1.28a4.68 4.68 0 0 1 .262 1.586c0 .574-.087 1.11-.262 1.606-.168.497-.41.928-.725 1.292a3.406 3.406 0 0 1-1.144.861 3.526 3.526 0 0 1-1.491.305Zm0-.777c.427 0 .808-.076 1.144-.23.336-.155.616-.375.84-.662.231-.287.406-.634.525-1.04.119-.405.178-.86.178-1.364 0-.463-.063-.893-.189-1.292a3.131 3.131 0 0 0-.546-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.123-.262c-.42 0-.798.08-1.134.242a2.468 2.468 0 0 0-.861.682 3.39 3.39 0 0 0-.547 1.05c-.126.406-.189.85-.189 1.333 0 .505.067.96.2 1.365.14.4.329.742.567 1.03.245.28.535.496.872.65.343.155.714.232 1.113.232Zm7.428-6.457h-2.51v-.766h5.933v.766h-2.51V16h-.913V8.86Z\&quot; fill=\&quot;#333\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;benefit_lot_lg&quot;:&quot;&lt;svg width=\&quot;144\&quot; height=\&quot;32\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h140l-13.382 13.548L140 28H0V0Z\&quot; fill=\&quot;#D8D1FF\&quot;\/&gt;&lt;path d=\&quot;M19.038 9.588h3.75c.458 0 .875.045 1.25.137.375.083.695.225.962.425.267.2.475.463.625.787.15.317.225.705.225 1.163 0 .433-.1.813-.3 1.138-.2.325-.525.591-.975.8.592.166 1.038.437 1.338.812.308.375.462.87.462 1.487 0 .467-.083.867-.25 1.2a2.284 2.284 0 0 1-.688.826c-.283.216-.625.379-1.024.487-.392.1-.813.15-1.263.15h-4.112V9.588Zm4.274 8.512c.65 0 1.142-.15 1.476-.45.341-.308.512-.75.512-1.325 0-1.158-.7-1.737-2.1-1.737h-3.075V18.1h3.188Zm-.187-4.4c.542 0 .95-.133 1.225-.4.283-.267.425-.692.425-1.275 0-.55-.162-.942-.487-1.175-.317-.242-.788-.362-1.413-.362h-2.75V13.7h3Zm5.827-4.112h6.012v.912H30.04v3.313h4.088v.887h-4.088v3.387h5.163V19h-6.25V9.588Zm8.815 0h1.287l4.988 8.012V9.587h1.025V19h-1.388l-4.887-7.85V19h-1.025V9.588Zm10.5 0h6.012v.912h-4.925v3.313h4.088v.887h-4.087v3.387h5.162V19h-6.25V9.588Zm8.815 0h6.263v.912H58.17v3.537h4.025v.888H58.17V19h-1.088V9.588Zm9.014 0h1.087V19h-1.087V9.588Zm6.68.912H69.79v-.912h7.063v.912h-2.988V19h-1.087v-8.5Zm11.194-.912h1.088v8.5h4.812V19h-5.9V9.588Zm11.914 9.525a4.19 4.19 0 0 1-1.75-.363 4.416 4.416 0 0 1-1.388-1.012 4.853 4.853 0 0 1-.924-1.526 5.519 5.519 0 0 1-.326-1.912c0-.692.105-1.333.313-1.925a4.895 4.895 0 0 1 .888-1.537c.383-.434.841-.771 1.374-1.013a4.214 4.214 0 0 1 1.788-.375c.65 0 1.242.125 1.775.375.533.25.987.596 1.362 1.038.384.433.68.941.888 1.524a5.58 5.58 0 0 1 .312 1.888c0 .683-.104 1.32-.312 1.912a4.543 4.543 0 0 1-.862 1.538c-.376.433-.83.775-1.363 1.025-.525.242-1.117.363-1.775.363Zm0-.925c.508 0 .963-.092 1.362-.275.4-.184.734-.446 1-.788.276-.342.484-.754.626-1.238a5.77 5.77 0 0 0 .212-1.625 5.08 5.08 0 0 0-.225-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.013-.825 2.852 2.852 0 0 0-1.337-.313c-.5 0-.95.096-1.35.287-.4.192-.742.463-1.025.813-.275.35-.492.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.08 1.141.238 1.624.166.475.391.884.675 1.225.291.334.637.592 1.037.776.408.183.85.274 1.325.274Zm8.969-7.688h-2.988v-.912h7.063v.912h-2.988V19h-1.087v-8.5Z\&quot; fill=\&quot;#333\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;record_svg_sm&quot;:&quot;&lt;svg width=\&quot;127\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h123l-11.045 11.613L123 24H0V0Z\&quot; fill=\&quot;#435AFF\&quot;\/&gt;&lt;path d=\&quot;M9.871 8.094h3.234c.357 0 .686.045.987.136.301.084.56.213.777.388.225.175.396.396.515.662.126.259.189.564.189.914 0 .293-.046.552-.136.776a1.618 1.618 0 0 1-.368.567 1.86 1.86 0 0 1-.557.378c-.21.092-.44.162-.693.21.336.098.61.27.82.515.21.245.364.63.462 1.155.055.294.111.556.167.787.063.224.14.462.231.714.07.204.127.35.168.442.05.084.095.154.137.21V16h-.934a3.341 3.341 0 0 1-.347-.798 9.62 9.62 0 0 1-.284-1.26 3.046 3.046 0 0 0-.23-.809 1.228 1.228 0 0 0-.347-.482 1.04 1.04 0 0 0-.494-.232 2.964 2.964 0 0 0-.64-.063h-1.743V16h-.914V8.094Zm3.056 3.538c.574 0 1.008-.112 1.302-.336.294-.231.441-.598.441-1.102 0-.463-.126-.802-.378-1.019-.252-.217-.623-.325-1.113-.325h-2.394v2.782h2.142Zm4.952-3.538h5.05v.766h-4.136v2.783h3.433v.745h-3.433v2.845h4.336V16h-5.25V8.094Zm10.639 8a3.597 3.597 0 0 1-1.502-.304 3.377 3.377 0 0 1-1.134-.84 3.815 3.815 0 0 1-.714-1.27 5.054 5.054 0 0 1-.252-1.628c0-.588.084-1.13.252-1.627.175-.498.42-.925.735-1.282a3.351 3.351 0 0 1 2.583-1.165c.784 0 1.439.182 1.964.546.525.357.924.935 1.197 1.733l-.809.283c-.182-.595-.462-1.043-.84-1.344-.37-.308-.868-.462-1.49-.462-.407 0-.774.08-1.103.242a2.318 2.318 0 0 0-.83.671c-.23.287-.41.634-.535 1.04a4.557 4.557 0 0 0-.19 1.354c0 .505.064.96.19 1.365.126.406.304.753.535 1.04.231.28.511.497.84.651.336.147.71.22 1.124.22.609 0 1.113-.15 1.512-.451.399-.308.69-.78.871-1.418l.82.305c-.526 1.561-1.6 2.341-3.224 2.341Zm8.727 0a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.165-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.087-1.12.262-1.617.182-.497.43-.928.746-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.501-.315 3.47 3.47 0 0 1 1.491.315c.448.21.83.5 1.145.872.322.364.57.79.745 1.28a4.68 4.68 0 0 1 .263 1.586c0 .574-.088 1.11-.263 1.606-.168.497-.41.928-.724 1.292a3.406 3.406 0 0 1-1.145.861 3.526 3.526 0 0 1-1.49.305Zm0-.777c.427 0 .809-.076 1.145-.23.336-.155.616-.375.84-.662.23-.287.406-.634.525-1.04.119-.405.178-.86.178-1.364 0-.463-.063-.893-.189-1.292a3.131 3.131 0 0 0-.546-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.124-.262c-.42 0-.798.08-1.134.242a2.468 2.468 0 0 0-.86.682 3.39 3.39 0 0 0-.547 1.05c-.126.406-.189.85-.189 1.333 0 .505.067.96.2 1.365.14.4.329.742.567 1.03.245.28.535.496.871.65.343.155.714.232 1.113.232Zm5.938-7.223h3.234c.357 0 .686.045.987.136.301.084.56.213.777.388.224.175.396.396.515.662.126.259.189.564.189.914 0 .293-.046.552-.137.776a1.618 1.618 0 0 1-.367.567 1.86 1.86 0 0 1-.557.378c-.21.092-.44.162-.693.21.336.098.61.27.82.515.21.245.363.63.461 1.155.056.294.112.556.168.787.063.224.14.462.231.714.07.204.126.35.168.442.05.084.095.154.137.21V16h-.935a3.341 3.341 0 0 1-.346-.798 9.62 9.62 0 0 1-.284-1.26 3.046 3.046 0 0 0-.23-.809 1.228 1.228 0 0 0-.347-.482 1.04 1.04 0 0 0-.494-.232 2.964 2.964 0 0 0-.64-.063h-1.743V16h-.914V8.094Zm3.056 3.538c.574 0 1.008-.112 1.302-.336.294-.231.44-.598.44-1.102 0-.463-.125-.802-.377-1.019-.252-.217-.623-.325-1.113-.325h-2.394v2.782h2.142Zm4.952-3.538h2.551c.651 0 1.211.101 1.68.304.476.203.865.483 1.166.84.308.357.535.777.682 1.26.147.476.22.987.22 1.533 0 .546-.066 1.06-.199 1.543-.133.483-.35.903-.65 1.26-.302.357-.69.641-1.166.851-.476.21-1.06.315-1.754.315h-2.53V8.094Zm2.625 7.14c.476 0 .885-.078 1.228-.232.35-.154.637-.37.861-.65.224-.28.389-.617.494-1.008.105-.4.157-.84.157-1.323 0-.456-.052-.876-.157-1.26a2.716 2.716 0 0 0-.494-1.008 2.108 2.108 0 0 0-.85-.662c-.343-.161-.76-.241-1.25-.241h-1.7v6.383h1.71Zm9.78-7.14h3.234c.357 0 .686.045.987.136.301.084.56.213.777.388.224.175.396.396.515.662.126.259.189.564.189.914 0 .293-.046.552-.137.776a1.618 1.618 0 0 1-.367.567 1.86 1.86 0 0 1-.557.378c-.21.092-.44.162-.693.21.336.098.61.27.82.515.21.245.363.63.461 1.155.056.294.112.556.168.787.063.224.14.462.231.714.07.204.126.35.168.442.05.084.095.154.137.21V16h-.935a3.341 3.341 0 0 1-.346-.798 9.62 9.62 0 0 1-.284-1.26 3.046 3.046 0 0 0-.23-.809 1.228 1.228 0 0 0-.347-.482 1.04 1.04 0 0 0-.494-.232 2.964 2.964 0 0 0-.64-.063H64.51V16h-.914V8.094Zm3.056 3.538c.574 0 1.008-.112 1.302-.336.294-.231.44-.598.44-1.102 0-.463-.125-.802-.377-1.019-.252-.217-.623-.325-1.113-.325H64.51v2.782h2.142Zm4.952-3.538h5.05v.766h-4.137v2.783h3.434v.745h-3.434v2.845h4.337V16h-5.25V8.094Zm9.988 7.99c-.504 0-.935-.056-1.292-.168a2.663 2.663 0 0 1-.882-.483 2.37 2.37 0 0 1-.567-.704 4.014 4.014 0 0 1-.325-.881l.871-.179c.056.224.126.438.21.64.084.197.207.372.368.526.16.146.367.265.62.356.258.084.59.127.997.127.273 0 .525-.028.756-.085.23-.063.43-.157.598-.283.175-.126.308-.284.4-.473.097-.196.146-.427.146-.693 0-.245-.038-.444-.115-.598a.902.902 0 0 0-.347-.399 2.207 2.207 0 0 0-.64-.263 15.95 15.95 0 0 0-.956-.22 10.942 10.942 0 0 1-1.144-.284 3.27 3.27 0 0 1-.861-.399 1.72 1.72 0 0 1-.536-.63c-.119-.252-.178-.566-.178-.944 0-.63.224-1.128.672-1.492.455-.37 1.085-.556 1.89-.556.42 0 .777.038 1.07.115.302.077.56.196.778.357.217.155.395.347.535.578.14.231.263.5.368.809l-.809.21a2.645 2.645 0 0 0-.294-.63 1.556 1.556 0 0 0-.388-.41 1.368 1.368 0 0 0-.525-.22 2.831 2.831 0 0 0-.683-.074c-.644 0-1.099.119-1.365.357-.266.231-.399.536-.399.914 0 .223.028.409.084.556a.807.807 0 0 0 .315.378c.154.098.36.185.62.262.259.077.595.154 1.008.231.44.085.833.182 1.176.294.35.105.64.245.871.42.238.168.42.385.546.651.126.26.19.582.19.966 0 .379-.067.711-.2.998a1.982 1.982 0 0 1-.567.725 2.508 2.508 0 0 1-.872.451 4.16 4.16 0 0 1-1.144.147Zm7.897.01c-.91 0-1.607-.248-2.09-.745-.483-.504-.724-1.242-.724-2.216v-5.04h.913v4.935c0 .413.039.767.116 1.061.077.287.192.521.346.704.161.182.364.315.61.399.244.083.531.126.86.126.315 0 .599-.035.85-.105.253-.077.463-.207.63-.389.176-.182.309-.43.4-.745.098-.316.147-.715.147-1.197V8.094h.86v4.924c0 .959-.237 1.711-.713 2.257s-1.211.82-2.205.82Zm5.47-8h.914v7.14h4.043V16H94.96V8.094Zm7.868.766h-2.509v-.766h5.932v.766h-2.509V16h-.914V8.86Z\&quot; fill=\&quot;#fff\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;record_svg_lg&quot;:&quot;&lt;svg width=\&quot;165\&quot; height=\&quot;30\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path style=\&quot;filter: drop-shadow(0px 0px 1px rgb(0 0 0 \/ 0.4));\&quot; d=\&quot;M0 0h164l-15.676 13.548L164 28H0V0Z\&quot; fill=\&quot;#435AFF\&quot;\/&gt;&lt;path d=\&quot;M19.038 9.588h3.85c.424 0 .816.054 1.174.162.359.1.667.254.925.463.267.208.471.47.613.787.15.308.225.67.225 1.088 0 .35-.054.658-.162.925-.1.258-.246.483-.438.675a2.216 2.216 0 0 1-.663.45c-.25.108-.524.191-.825.25.4.116.726.32.976.612s.433.75.55 1.375c.066.35.133.663.2.938.075.266.166.55.274.85.084.241.15.416.2.524.059.1.113.184.163.25V19h-1.113c-.15-.233-.287-.55-.412-.95-.125-.4-.238-.9-.337-1.5-.067-.4-.159-.72-.276-.963a1.461 1.461 0 0 0-.412-.575 1.238 1.238 0 0 0-.588-.274 3.529 3.529 0 0 0-.762-.075h-2.075V19h-1.087V9.588Zm3.637 4.212c.683 0 1.2-.133 1.55-.4.35-.275.525-.713.525-1.313 0-.55-.15-.954-.45-1.212-.3-.258-.742-.387-1.325-.387h-2.85V13.8h2.55Zm6.02-4.213h6.013v.913h-4.925v3.313h4.087v.887h-4.087v3.387h5.162V19h-6.25V9.588Zm12.79 9.526c-.658 0-1.254-.121-1.787-.363a4.021 4.021 0 0 1-1.35-1 4.543 4.543 0 0 1-.85-1.512c-.2-.592-.3-1.238-.3-1.938s.1-1.346.3-1.938c.209-.591.5-1.1.875-1.524a3.99 3.99 0 0 1 3.075-1.388c.934 0 1.713.217 2.338.65.625.425 1.1 1.113 1.425 2.063l-.963.337c-.216-.708-.55-1.242-1-1.6-.441-.367-1.033-.55-1.775-.55-.483 0-.92.096-1.312.287a2.76 2.76 0 0 0-.988.8 3.699 3.699 0 0 0-.637 1.238 5.425 5.425 0 0 0-.225 1.612c0 .6.075 1.142.225 1.625.15.484.362.896.637 1.238.275.333.608.592 1 .775.4.175.846.262 1.338.262.725 0 1.325-.179 1.8-.537.475-.367.82-.93 1.037-1.687l.975.362c-.625 1.858-1.904 2.788-3.837 2.788Zm10.515 0a4.19 4.19 0 0 1-1.75-.363 4.416 4.416 0 0 1-1.387-1.012 4.853 4.853 0 0 1-.925-1.526 5.519 5.519 0 0 1-.325-1.912c0-.692.104-1.333.312-1.925a4.895 4.895 0 0 1 .888-1.537c.383-.434.841-.771 1.375-1.013a4.214 4.214 0 0 1 1.787-.375c.65 0 1.242.125 1.775.375.533.25.988.596 1.363 1.038.383.433.679.941.887 1.524.209.584.313 1.213.313 1.888A5.72 5.72 0 0 1 56 16.187a4.543 4.543 0 0 1-.862 1.538c-.375.433-.83.775-1.363 1.025-.525.242-1.117.363-1.775.363Zm0-.925c.508 0 .963-.092 1.363-.275.4-.184.733-.446 1-.788.275-.342.483-.754.625-1.238a5.77 5.77 0 0 0 .212-1.625 5.08 5.08 0 0 0-.225-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.012-.825 2.852 2.852 0 0 0-1.338-.313c-.5 0-.95.096-1.35.287-.4.192-.742.463-1.025.813-.275.35-.492.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.08 1.141.238 1.624.166.475.391.884.675 1.225.291.334.637.592 1.037.776.409.183.85.274 1.325.274Zm7.194-8.6h3.85c.425 0 .817.054 1.175.162.359.1.667.254.925.463.267.208.471.47.613.787.15.308.225.67.225 1.088 0 .35-.054.658-.163.925-.1.258-.246.483-.437.675a2.215 2.215 0 0 1-.663.45c-.25.108-.525.191-.825.25.4.116.725.32.975.612s.434.75.55 1.375c.067.35.134.663.2.938.075.266.167.55.275.85.084.241.15.416.2.524.059.1.113.184.163.25V19h-1.113c-.15-.233-.287-.55-.412-.95-.125-.4-.238-.9-.338-1.5-.066-.4-.158-.72-.275-.963a1.461 1.461 0 0 0-.412-.575 1.238 1.238 0 0 0-.588-.274 3.528 3.528 0 0 0-.762-.075h-2.075V19h-1.088V9.588Zm3.638 4.212c.683 0 1.2-.133 1.55-.4.35-.275.525-.713.525-1.313 0-.55-.15-.954-.45-1.212-.3-.258-.742-.387-1.325-.387h-2.85V13.8h2.55Zm6.02-4.213h3.037c.776 0 1.442.121 2 .363.567.242 1.03.575 1.388 1 .367.425.638.925.813 1.5.174.567.262 1.175.262 1.825 0 .65-.08 1.262-.237 1.838a3.9 3.9 0 0 1-.775 1.5 3.77 3.77 0 0 1-1.388 1.012c-.567.25-1.263.375-2.087.375h-3.013V9.588Zm3.125 8.5c.567 0 1.054-.091 1.462-.274a2.659 2.659 0 0 0 1.026-.775c.266-.334.462-.734.587-1.2.125-.475.188-1 .188-1.575 0-.542-.063-1.042-.188-1.5a3.234 3.234 0 0 0-.588-1.2 2.51 2.51 0 0 0-1.012-.788c-.408-.192-.904-.287-1.487-.287h-2.026v7.6h2.038Zm11.894-8.5h3.85c.424 0 .816.055 1.174.163.359.1.667.254.925.463.267.208.471.47.613.787.15.308.225.67.225 1.088 0 .35-.054.658-.162.925-.1.258-.246.483-.438.675a2.216 2.216 0 0 1-.663.45c-.25.108-.524.191-.825.25.4.116.726.32.976.612s.433.75.55 1.375c.066.35.133.663.2.938.075.266.166.55.274.85.084.241.15.416.2.524.059.1.113.184.163.25V19H89.82c-.15-.233-.287-.55-.412-.95-.125-.4-.237-.9-.338-1.5-.066-.4-.158-.72-.274-.963a1.461 1.461 0 0 0-.413-.575 1.238 1.238 0 0 0-.587-.274 3.529 3.529 0 0 0-.763-.075h-2.075V19h-1.087V9.588Zm3.637 4.213c.683 0 1.2-.133 1.55-.4.35-.275.525-.713.525-1.313 0-.55-.15-.954-.45-1.212-.3-.258-.742-.387-1.325-.387h-2.85V13.8h2.55Zm6.02-4.213h6.013v.913h-4.925v3.313h4.087v.887h-4.087v3.387h5.162V19h-6.25V9.588Zm12.016 9.513c-.6 0-1.113-.067-1.538-.2a3.164 3.164 0 0 1-1.05-.575 2.833 2.833 0 0 1-.675-.837 4.727 4.727 0 0 1-.387-1.05l1.037-.213c.067.267.15.52.25.762.1.234.246.442.438.626.191.175.437.316.737.425.308.1.704.15 1.188.15.325 0 .625-.034.9-.1.275-.076.512-.188.712-.338.208-.15.367-.337.475-.563a1.82 1.82 0 0 0 .175-.825c0-.291-.046-.529-.137-.712a1.077 1.077 0 0 0-.413-.475 2.635 2.635 0 0 0-.762-.313 19.19 19.19 0 0 0-1.138-.262c-.508-.1-.962-.213-1.362-.338a3.888 3.888 0 0 1-1.025-.475 2.05 2.05 0 0 1-.638-.75c-.142-.3-.212-.675-.212-1.125 0-.75.266-1.341.8-1.775.541-.441 1.291-.662 2.25-.662.5 0 .925.046 1.275.138.358.091.666.233.925.425.258.183.47.412.637.687.167.275.313.596.438.963l-.963.25c-.1-.3-.217-.55-.35-.75a1.846 1.846 0 0 0-.462-.488 1.633 1.633 0 0 0-.625-.262 3.382 3.382 0 0 0-.813-.088c-.767 0-1.308.142-1.625.425-.317.275-.475.637-.475 1.088 0 .266.033.487.1.662a.965.965 0 0 0 .375.45c.183.117.429.22.738.313.308.091.708.183 1.2.274.525.1.991.217 1.4.35.416.125.762.292 1.037.5.283.2.5.459.65.775.15.309.225.692.225 1.15 0 .45-.079.846-.237 1.188-.159.342-.384.63-.675.863-.284.233-.63.412-1.038.537a4.946 4.946 0 0 1-1.362.175Zm9.526.012c-1.084 0-1.913-.295-2.488-.887-.575-.6-.862-1.48-.862-2.638v-6h1.087v5.876c0 .491.046.912.138 1.262.091.342.229.62.412.837.192.217.434.375.725.476.292.1.634.15 1.025.15a3.79 3.79 0 0 0 1.013-.125c.3-.092.55-.246.75-.463.208-.217.366-.513.475-.888.116-.375.175-.85.175-1.425v-5.7h1.025v5.863c0 1.142-.284 2.038-.85 2.688-.567.65-1.442.974-2.625.974Zm6.638-9.524h1.087v8.5h4.813V19h-5.9V9.588Zm9.491.912h-2.987v-.912h7.062v.912h-2.987V19h-1.088v-8.5Z\&quot; fill=\&quot;#fff\&quot;\/&gt;&lt;\/svg&gt;&quot;,&quot;status_badge&quot;:{&quot;live-now-lg&quot;:&quot;&lt;span class=\&quot;svg-wrapper\&quot;&gt;\n    &lt;svg class=\&quot;status-text\&quot; width=\&quot;120\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect width=\&quot;120\&quot; height=\&quot;28\&quot; rx=\&quot;14\&quot; fill=\&quot;#258A20\&quot;\/&gt;\n        &lt;path d=\&quot;M32.038 9.588h1.087v8.5h4.813V19h-5.9V9.588Zm8.573 0H41.7V19H40.61V9.588Zm3.556 0h1.125l2.663 7.837 2.688-7.838h1.062L48.355 19h-.875l-3.313-9.412Zm10.008 0h6.012v.912h-4.925v3.313h4.088v.887h-4.088v3.387h5.163V19h-6.25V9.588Zm13.444 0h1.287l4.988 8.012V9.587h1.025V19H73.53l-4.887-7.85V19h-1.025V9.588Zm14.575 9.525a4.19 4.19 0 0 1-1.75-.363 4.414 4.414 0 0 1-1.388-1.012 4.853 4.853 0 0 1-.925-1.526 5.519 5.519 0 0 1-.325-1.912c0-.692.104-1.333.313-1.925a4.893 4.893 0 0 1 .887-1.537 4.04 4.04 0 0 1 1.375-1.013 4.214 4.214 0 0 1 1.788-.375c.65 0 1.241.125 1.775.375.533.25.987.596 1.362 1.038.383.433.68.941.888 1.524.208.584.312 1.213.312 1.888a5.72 5.72 0 0 1-.312 1.912 4.543 4.543 0 0 1-.863 1.538c-.375.433-.83.775-1.362 1.025-.525.242-1.117.363-1.775.363Zm0-.925c.508 0 .962-.092 1.362-.275.4-.184.733-.446 1-.788.275-.342.483-.754.625-1.238a5.774 5.774 0 0 0 .213-1.625 5.08 5.08 0 0 0-.225-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.013-.825 2.852 2.852 0 0 0-1.337-.313c-.5 0-.95.096-1.35.287-.4.192-.742.463-1.025.813-.275.35-.492.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.079 1.141.237 1.624.167.475.392.884.675 1.225.292.334.638.592 1.038.776.408.183.85.274 1.325.274Zm6.319-8.6h1.137l2.175 7.5 2.15-7.5h.863L97 17.113l2.175-7.525h1.038L97.45 19h-.887l-2.175-7.55L92.225 19h-.887l-2.825-9.412Z\&quot;\n            fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n\n    &lt;svg class=\&quot;status-indicator\&quot; width=\&quot;120\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect x=\&quot;10\&quot; y=\&quot;10\&quot; width=\&quot;8\&quot; height=\&quot;8\&quot; rx=\&quot;4\&quot; fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n&lt;\/span&gt;&quot;,&quot;live-now-sm&quot;:&quot;&lt;span class=\&quot;svg-wrapper\&quot;&gt;\n    &lt;svg class=\&quot;status-text\&quot; width=\&quot;100\&quot; height=\&quot;24\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect width=\&quot;100\&quot; height=\&quot;24\&quot; rx=\&quot;12\&quot; fill=\&quot;#258A20\&quot;\/&gt;\n        &lt;path d=\&quot;M25.872 8.094h.913v7.14h4.043V16h-4.956V8.094Zm7.097 0h.913V16h-.913V8.094Zm2.882 0h.945l2.236 6.583 2.258-6.583h.892L39.368 16h-.735l-2.782-7.906Zm8.3 0h5.051v.766h-4.137v2.783H48.5v.745h-3.434v2.845h4.337V16h-5.25V8.094Zm11.084 0h1.081l4.19 6.73v-6.73h.86V16h-1.165l-4.105-6.594V16h-.861V8.094Zm12.138 8a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.166-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.088-1.12.263-1.617.182-.497.43-.928.745-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.502-.315 3.47 3.47 0 0 1 1.49.315c.449.21.83.5 1.145.872.322.364.57.79.746 1.28a4.68 4.68 0 0 1 .262 1.586c0 .574-.087 1.11-.262 1.606-.168.497-.41.928-.725 1.292a3.406 3.406 0 0 1-1.144.861 3.526 3.526 0 0 1-1.491.305Zm0-.777c.427 0 .808-.076 1.144-.23.336-.155.616-.375.84-.662.231-.287.406-.634.525-1.04.12-.405.179-.86.179-1.364 0-.463-.063-.893-.19-1.292a3.131 3.131 0 0 0-.545-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.124-.262c-.42 0-.798.08-1.134.242a2.468 2.468 0 0 0-.861.682 3.39 3.39 0 0 0-.546 1.05c-.126.406-.19.85-.19 1.333 0 .505.067.96.2 1.365.14.4.33.742.567 1.03.245.28.536.496.872.65.343.155.714.232 1.113.232Zm5.203-7.223h.955l1.827 6.3 1.806-6.3h.725l1.816 6.32 1.827-6.32h.872L80.084 16h-.746L77.51 9.658 75.694 16h-.745l-2.373-7.906Z\&quot;\n            fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n\n    &lt;svg class=\&quot;status-indicator\&quot; width=\&quot;100\&quot; height=\&quot;24\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect x=\&quot;9\&quot; y=\&quot;9\&quot; width=\&quot;6\&quot; height=\&quot;6\&quot; rx=\&quot;3\&quot; fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n&lt;\/span&gt;&quot;,&quot;lots-closing-lg&quot;:&quot;&lt;span class=\&quot;svg-wrapper\&quot;&gt;\n    &lt;svg class=\&quot;status-text\&quot; width=\&quot;156\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect width=\&quot;156\&quot; height=\&quot;28\&quot; rx=\&quot;14\&quot; fill=\&quot;#258A20\&quot;\/&gt;\n        &lt;path d=\&quot;M32.038 9.588h1.087v8.5h4.813V19h-5.9V9.588Zm11.913 9.525a4.19 4.19 0 0 1-1.75-.363 4.414 4.414 0 0 1-1.387-1.012 4.853 4.853 0 0 1-.925-1.526 5.519 5.519 0 0 1-.325-1.912c0-.692.104-1.333.312-1.925a4.893 4.893 0 0 1 .888-1.537 4.04 4.04 0 0 1 1.375-1.013 4.214 4.214 0 0 1 1.787-.375c.65 0 1.242.125 1.775.375.534.25.988.596 1.363 1.038.383.433.679.941.887 1.524.209.584.313 1.213.313 1.888a5.72 5.72 0 0 1-.313 1.912 4.543 4.543 0 0 1-.862 1.538c-.375.433-.83.775-1.363 1.025-.525.242-1.116.363-1.775.363Zm0-.925c.509 0 .963-.092 1.363-.275.4-.184.733-.446 1-.788.275-.342.483-.754.625-1.238a5.774 5.774 0 0 0 .212-1.625 5.08 5.08 0 0 0-.225-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.012-.825 2.852 2.852 0 0 0-1.338-.313c-.5 0-.95.096-1.35.287-.4.192-.741.463-1.025.813-.275.35-.491.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.08 1.141.238 1.624.166.475.392.884.675 1.225.291.334.637.592 1.037.776.409.183.85.274 1.325.274ZM52.92 10.5h-2.988v-.912h7.063v.912h-2.988V19H52.92v-8.5Zm9.765 8.6c-.6 0-1.113-.067-1.538-.2a3.17 3.17 0 0 1-1.05-.575 2.82 2.82 0 0 1-.675-.837 4.773 4.773 0 0 1-.387-1.05l1.037-.213c.067.267.15.52.25.762.1.234.246.442.438.626.191.175.437.316.737.425.309.1.704.15 1.188.15.325 0 .625-.034.9-.1a2.09 2.09 0 0 0 .712-.338c.209-.15.367-.337.475-.563.117-.233.175-.508.175-.825 0-.291-.046-.529-.137-.712a1.075 1.075 0 0 0-.413-.475 2.628 2.628 0 0 0-.762-.313c-.309-.083-.688-.17-1.138-.262-.508-.1-.962-.213-1.362-.338a3.892 3.892 0 0 1-1.025-.475c-.275-.2-.488-.45-.638-.75-.141-.3-.212-.675-.212-1.125 0-.75.266-1.341.8-1.775.541-.441 1.291-.662 2.25-.662.5 0 .925.046 1.275.138.358.091.666.233.925.425.258.183.47.412.637.687.167.275.313.596.438.963l-.963.25c-.1-.3-.216-.55-.35-.75a1.854 1.854 0 0 0-.462-.488 1.63 1.63 0 0 0-.625-.262 3.373 3.373 0 0 0-.813-.088c-.766 0-1.308.142-1.625.425-.316.275-.475.637-.475 1.088 0 .266.034.487.1.662a.96.96 0 0 0 .375.45c.184.117.43.22.738.313.308.091.708.183 1.2.274.525.1.991.217 1.4.35.416.125.762.292 1.037.5.284.2.5.459.65.775.15.309.225.692.225 1.15 0 .45-.079.846-.237 1.188a2.36 2.36 0 0 1-.675.863c-.284.233-.63.412-1.038.537a4.952 4.952 0 0 1-1.362.175Zm14.817.012c-.659 0-1.254-.12-1.788-.362a4.021 4.021 0 0 1-1.35-1 4.541 4.541 0 0 1-.85-1.512c-.2-.592-.3-1.238-.3-1.938s.1-1.346.3-1.938c.209-.591.5-1.1.875-1.524a3.99 3.99 0 0 1 3.075-1.388c.934 0 1.713.217 2.338.65.625.425 1.1 1.113 1.425 2.063l-.963.337c-.216-.708-.55-1.242-1-1.6-.441-.367-1.033-.55-1.775-.55-.483 0-.92.096-1.312.287-.384.184-.713.45-.988.8a3.699 3.699 0 0 0-.637 1.238 5.425 5.425 0 0 0-.225 1.612c0 .6.075 1.142.225 1.625.15.484.362.896.637 1.238.275.333.609.592 1 .775.4.175.846.262 1.338.262.725 0 1.325-.179 1.8-.537.475-.367.82-.93 1.037-1.687l.975.362c-.625 1.858-1.904 2.788-3.837 2.788Zm6.44-9.524h1.087v8.5h4.812V19h-5.9V9.588Zm11.913 9.525a4.19 4.19 0 0 1-1.75-.363 4.414 4.414 0 0 1-1.387-1.012 4.853 4.853 0 0 1-.925-1.526 5.519 5.519 0 0 1-.325-1.912c0-.692.104-1.333.312-1.925a4.893 4.893 0 0 1 .888-1.537 4.04 4.04 0 0 1 1.375-1.013 4.214 4.214 0 0 1 1.787-.375c.65 0 1.242.125 1.775.375.533.25.988.596 1.363 1.038.383.433.679.941.887 1.524a5.56 5.56 0 0 1 .313 1.888c0 .683-.104 1.32-.313 1.912a4.543 4.543 0 0 1-.862 1.538c-.375.433-.83.775-1.363 1.025-.525.242-1.117.363-1.775.363Zm0-.925c.508 0 .963-.092 1.363-.275.4-.184.733-.446 1-.788.275-.342.483-.754.625-1.238a5.774 5.774 0 0 0 .212-1.625 5.08 5.08 0 0 0-.225-1.537 3.728 3.728 0 0 0-.65-1.237 2.949 2.949 0 0 0-1.012-.825 2.852 2.852 0 0 0-1.338-.313c-.5 0-.95.096-1.35.287-.4.192-.742.463-1.025.813-.275.35-.492.767-.65 1.25a5.335 5.335 0 0 0-.225 1.588c0 .6.08 1.141.238 1.624.166.475.391.884.675 1.225.291.334.637.592 1.037.776.409.183.85.274 1.325.274Zm10.394.912c-.6 0-1.112-.067-1.537-.2a3.164 3.164 0 0 1-1.05-.575 2.802 2.802 0 0 1-.675-.837 4.78 4.78 0 0 1-.388-1.05l1.038-.213c.066.267.15.52.25.762.1.234.246.442.437.626.192.175.438.316.738.425.308.1.704.15 1.187.15.325 0 .625-.034.9-.1.275-.076.513-.188.713-.338a1.48 1.48 0 0 0 .475-.563c.116-.233.175-.508.175-.825 0-.291-.046-.529-.138-.712a1.075 1.075 0 0 0-.412-.475 2.63 2.63 0 0 0-.763-.313c-.308-.083-.687-.17-1.137-.262-.509-.1-.963-.213-1.363-.338a3.903 3.903 0 0 1-1.025-.475c-.275-.2-.487-.45-.637-.75-.142-.3-.213-.675-.213-1.125 0-.75.267-1.341.8-1.775.542-.441 1.292-.662 2.25-.662.5 0 .925.046 1.275.138.359.091.667.233.925.425.259.183.471.412.638.687.166.275.312.596.437.963l-.962.25c-.1-.3-.217-.55-.35-.75a1.865 1.865 0 0 0-.463-.488 1.627 1.627 0 0 0-.625-.262 3.368 3.368 0 0 0-.812-.088c-.767 0-1.309.142-1.625.425-.317.275-.475.637-.475 1.088 0 .266.033.487.1.662a.953.953 0 0 0 .375.45c.183.117.429.22.737.313.309.091.709.183 1.2.274.525.1.992.217 1.4.35.417.125.763.292 1.038.5.283.2.5.459.65.775.15.309.225.692.225 1.15 0 .45-.079.846-.238 1.188-.158.342-.383.63-.675.863a2.984 2.984 0 0 1-1.037.537 4.959 4.959 0 0 1-1.363.175Zm6.326-9.513h1.088V19h-1.088V9.588Zm4.406 0h1.288l4.987 8.013V9.587h1.025V19h-1.387l-4.888-7.85V19h-1.025V9.588Zm14.438 9.526c-.667 0-1.263-.121-1.788-.363a3.825 3.825 0 0 1-1.337-1.012 4.514 4.514 0 0 1-.838-1.526 6.115 6.115 0 0 1-.287-1.912c0-.683.1-1.32.3-1.913.2-.591.483-1.104.85-1.537a3.915 3.915 0 0 1 1.337-1.025 4.02 4.02 0 0 1 1.75-.375c.925 0 1.696.204 2.313.613.617.408 1.1 1.066 1.45 1.974l-.975.375c-.242-.7-.579-1.216-1.013-1.55-.433-.341-1.016-.512-1.75-.512-.5 0-.945.1-1.337.3a2.742 2.742 0 0 0-.988.813 3.68 3.68 0 0 0-.612 1.237 5.614 5.614 0 0 0-.213 1.588c0 .583.067 1.116.2 1.6.142.475.346.887.613 1.237a2.91 2.91 0 0 0 1 .8c.392.183.842.275 1.35.275.417 0 .804-.075 1.162-.225a2.82 2.82 0 0 0 .95-.663c.267-.283.475-.62.625-1.012.15-.392.225-.825.225-1.3v-.137h-2.55v-.913h3.613V19h-.7l-.213-1.75c-.333.6-.758 1.063-1.275 1.387-.508.317-1.129.476-1.862.476Z\&quot;\n            fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n\n    &lt;svg class=\&quot;status-indicator\&quot; width=\&quot;156\&quot; height=\&quot;28\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect x=\&quot;10\&quot; y=\&quot;10\&quot; width=\&quot;8\&quot; height=\&quot;8\&quot; rx=\&quot;4\&quot; fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n&lt;\/span&gt;&quot;,&quot;lots-closing-sm&quot;:&quot;&lt;span class=\&quot;svg-wrapper\&quot;&gt;\n    &lt;svg class=\&quot;status-text\&quot; width=\&quot;130\&quot; height=\&quot;24\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect width=\&quot;130\&quot; height=\&quot;24\&quot; rx=\&quot;12\&quot; fill=\&quot;#258A20\&quot;\/&gt;\n        &lt;path d=\&quot;M25.872 8.094h.913v7.14h4.043V16h-4.956V8.094Zm9.902 8a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.165-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.087-1.12.262-1.617.182-.497.43-.928.746-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.501-.315 3.47 3.47 0 0 1 1.491.315c.448.21.83.5 1.145.872.322.364.57.79.745 1.28a4.68 4.68 0 0 1 .263 1.586c0 .574-.088 1.11-.263 1.606-.168.497-.41.928-.724 1.292a3.406 3.406 0 0 1-1.145.861 3.526 3.526 0 0 1-1.49.305Zm0-.777c.427 0 .809-.076 1.145-.23.336-.155.616-.375.84-.662.23-.287.406-.634.525-1.04.119-.405.178-.86.178-1.364 0-.463-.063-.893-.189-1.292a3.131 3.131 0 0 0-.546-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.124-.262c-.42 0-.798.08-1.134.242a2.468 2.468 0 0 0-.86.682 3.39 3.39 0 0 0-.547 1.05c-.126.406-.189.85-.189 1.333 0 .505.067.96.2 1.365.14.4.329.742.567 1.03.245.28.535.496.871.65.343.155.714.232 1.113.232Zm7.429-6.457h-2.51v-.766h5.933v.766h-2.51V16h-.913V8.86Zm8.097 7.224c-.504 0-.934-.056-1.291-.168a2.663 2.663 0 0 1-.882-.483 2.37 2.37 0 0 1-.567-.704 4.014 4.014 0 0 1-.326-.881l.872-.179c.056.224.126.438.21.64.084.197.206.372.367.526.161.146.368.265.62.356.259.084.591.127.997.127.273 0 .525-.028.756-.085.231-.063.43-.157.599-.283.175-.126.308-.284.399-.473.098-.196.147-.427.147-.693 0-.245-.039-.444-.116-.598a.902.902 0 0 0-.346-.399 2.207 2.207 0 0 0-.64-.263 15.95 15.95 0 0 0-.956-.22 10.942 10.942 0 0 1-1.145-.284 3.27 3.27 0 0 1-.86-.399 1.72 1.72 0 0 1-.536-.63c-.12-.252-.179-.566-.179-.944 0-.63.224-1.128.672-1.492.455-.37 1.085-.556 1.89-.556.42 0 .777.038 1.071.115.301.077.56.196.777.357.217.155.396.347.536.578.14.231.262.5.367.809l-.808.21a2.645 2.645 0 0 0-.294-.63 1.556 1.556 0 0 0-.389-.41 1.368 1.368 0 0 0-.525-.22 2.831 2.831 0 0 0-.682-.074c-.644 0-1.1.119-1.365.357-.266.231-.4.536-.4.914 0 .223.029.409.085.556a.807.807 0 0 0 .315.378c.154.098.36.185.62.262.258.077.594.154 1.007.231.441.085.833.182 1.176.294.35.105.64.245.872.42.238.168.42.385.546.651.126.26.189.582.189.966 0 .379-.067.711-.2.998a1.982 1.982 0 0 1-.567.725 2.508 2.508 0 0 1-.871.451 4.16 4.16 0 0 1-1.145.147Zm12.236.01a3.597 3.597 0 0 1-1.501-.304 3.377 3.377 0 0 1-1.134-.84 3.815 3.815 0 0 1-.714-1.27 5.054 5.054 0 0 1-.252-1.628c0-.588.084-1.13.252-1.627.175-.498.42-.925.735-1.282a3.351 3.351 0 0 1 2.583-1.165c.784 0 1.438.182 1.964.546.525.357.924.935 1.197 1.733l-.809.283c-.182-.595-.462-1.043-.84-1.344-.371-.308-.868-.462-1.491-.462-.406 0-.774.08-1.103.242a2.318 2.318 0 0 0-.829.671c-.231.287-.41.634-.535 1.04a4.557 4.557 0 0 0-.19 1.354c0 .505.063.96.19 1.365.126.406.304.753.535 1.04.231.28.511.497.84.651.336.147.71.22 1.123.22.61 0 1.114-.15 1.513-.451.399-.308.689-.78.871-1.418l.819.305c-.525 1.561-1.6 2.341-3.224 2.341Zm5.305-8h.913v7.14h4.043V16H68.84V8.094Zm9.902 8a3.52 3.52 0 0 1-1.47-.304 3.709 3.709 0 0 1-1.165-.85 4.077 4.077 0 0 1-.777-1.281 4.636 4.636 0 0 1-.273-1.607c0-.581.087-1.12.262-1.617.182-.497.43-.928.746-1.292a3.394 3.394 0 0 1 1.155-.85 3.54 3.54 0 0 1 1.501-.315 3.47 3.47 0 0 1 1.491.315c.448.21.83.5 1.145.872.322.364.57.79.745 1.28a4.68 4.68 0 0 1 .263 1.586c0 .574-.088 1.11-.263 1.606-.168.497-.41.928-.724 1.292a3.406 3.406 0 0 1-1.145.861 3.526 3.526 0 0 1-1.49.305Zm0-.777c.427 0 .809-.076 1.145-.23.336-.155.616-.375.84-.662.23-.287.406-.634.525-1.04.119-.405.178-.86.178-1.364 0-.463-.063-.893-.189-1.292a3.131 3.131 0 0 0-.546-1.04 2.477 2.477 0 0 0-.85-.693 2.395 2.395 0 0 0-1.124-.262c-.42 0-.798.08-1.134.242a2.468 2.468 0 0 0-.86.682 3.39 3.39 0 0 0-.547 1.05c-.126.406-.189.85-.189 1.333 0 .505.067.96.2 1.365.14.4.329.742.567 1.03.245.28.535.496.871.65.343.155.714.232 1.113.232Zm8.626.767c-.504 0-.934-.056-1.291-.168a2.663 2.663 0 0 1-.882-.483 2.37 2.37 0 0 1-.567-.704 4.014 4.014 0 0 1-.326-.881l.872-.179c.056.224.126.438.21.64.084.197.206.372.367.526.161.146.368.265.62.356.259.084.591.127.997.127.273 0 .525-.028.756-.085.231-.063.43-.157.599-.283.175-.126.308-.284.399-.473.098-.196.147-.427.147-.693 0-.245-.039-.444-.116-.598a.902.902 0 0 0-.346-.399 2.207 2.207 0 0 0-.64-.263 15.95 15.95 0 0 0-.956-.22 10.942 10.942 0 0 1-1.145-.284 3.27 3.27 0 0 1-.86-.399 1.72 1.72 0 0 1-.536-.63c-.12-.252-.179-.566-.179-.944 0-.63.224-1.128.672-1.492.455-.37 1.085-.556 1.89-.556.42 0 .777.038 1.071.115.301.077.56.196.777.357.217.155.396.347.536.578.14.231.262.5.367.809l-.808.21a2.645 2.645 0 0 0-.294-.63 1.556 1.556 0 0 0-.389-.41 1.368 1.368 0 0 0-.525-.22 2.831 2.831 0 0 0-.682-.074c-.644 0-1.1.119-1.365.357-.266.231-.4.536-.4.914 0 .223.029.409.085.556a.807.807 0 0 0 .315.378c.154.098.36.185.62.262.258.077.594.154 1.007.231.441.085.833.182 1.176.294.35.105.64.245.872.42.238.168.42.385.546.651.126.26.189.582.189.966 0 .379-.067.711-.2.998a1.982 1.982 0 0 1-.567.725 2.508 2.508 0 0 1-.871.451 4.16 4.16 0 0 1-1.145.147Zm5.21-7.99h.913V16h-.914V8.094Zm3.595 0h1.082l4.189 6.73v-6.73h.861V16h-1.165l-4.106-6.594V16h-.86V8.094Zm12.023 8c-.56 0-1.061-.101-1.502-.304a3.21 3.21 0 0 1-1.123-.85 3.792 3.792 0 0 1-.704-1.281 5.12 5.12 0 0 1-.241-1.607c0-.574.084-1.11.252-1.607.168-.497.406-.927.714-1.291a3.283 3.283 0 0 1 1.123-.861c.441-.21.931-.315 1.47-.315.777 0 1.425.171 1.943.514.518.343.924.896 1.218 1.66l-.819.315c-.203-.588-.487-1.023-.851-1.303-.364-.287-.854-.43-1.47-.43-.42 0-.794.084-1.123.252a2.304 2.304 0 0 0-.83.682 3.075 3.075 0 0 0-.514 1.04c-.119.406-.179.85-.179 1.333 0 .49.056.938.168 1.345.119.399.291.745.515 1.039.231.287.511.511.84.672.329.154.707.231 1.134.231a2.5 2.5 0 0 0 .976-.189c.308-.133.574-.319.798-.556.224-.239.399-.522.525-.851a3.03 3.03 0 0 0 .189-1.092v-.116h-2.142v-.766h3.035V16h-.588l-.179-1.47c-.28.504-.637.893-1.071 1.165-.427.266-.948.4-1.564.4Z\&quot;\n            fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n\n    &lt;svg class=\&quot;status-indicator\&quot; width=\&quot;130\&quot; height=\&quot;24\&quot; fill=\&quot;none\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;\n        &lt;rect x=\&quot;9\&quot; y=\&quot;9\&quot; width=\&quot;6\&quot; height=\&quot;6\&quot; rx=\&quot;3\&quot; fill=\&quot;#fff\&quot;\/&gt;\n    &lt;\/svg&gt;\n&lt;\/span&gt;&quot;},&quot;modules&quot;:[{&quot;type&quot;:&quot;header&quot;,&quot;id&quot;:1,&quot;is_global&quot;:0,&quot;custom_id&quot;:&quot;nuic&quot;,&quot;data&quot;:{&quot;id&quot;:28,&quot;type&quot;:&quot;normal&quot;,&quot;is_parallax&quot;:0,&quot;header_image&quot;:&quot;\/files\/media\/pages\/26\/modules\/wright_1695227330.jpg&quot;,&quot;video&quot;:&quot;&quot;,&quot;headline&quot;:{&quot;data&quot;:[{&quot;text&quot;:&quot;404 Error&quot;,&quot;color&quot;:&quot;#FFFFFF&quot;}],&quot;border_color&quot;:&quot;#FFFFFF&quot;},&quot;masthead&quot;:{&quot;data&quot;:[{&quot;text&quot;:&quot;404: Page Not Found&quot;,&quot;color&quot;:&quot;#FFFFFF&quot;}]},&quot;background_type&quot;:&quot;static&quot;,&quot;align_vertical&quot;:&quot;bottom&quot;,&quot;header_image_mobile&quot;:&quot;&quot;,&quot;classes&quot;:&quot;page__header background static normal module-header-28&quot;,&quot;has_headline&quot;:1,&quot;header_styles&quot;:&quot;&quot;,&quot;header_classes&quot;:&quot;page__header background normal static bg-v-align-bottom&quot;,&quot;with_subnav&quot;:false,&quot;align_horizontal&quot;:false,&quot;has_timer&quot;:false,&quot;has_countdown&quot;:false,&quot;start_date&quot;:false,&quot;is_online&quot;:false,&quot;timer_text_color&quot;:false,&quot;legend_color&quot;:&quot;#5f5f5f&quot;,&quot;timer_bg_color&quot;:false},&quot;hidden&quot;:0,&quot;color_scheme&quot;:null,&quot;custom_color_scheme&quot;:null,&quot;text_color&quot;:null,&quot;background_color&quot;:null,&quot;updated_at&quot;:&quot;2023-09-20T16:47:18.000000Z&quot;,&quot;classes&quot;:&quot;&quot;,&quot;styles&quot;:&quot;&quot;},{&quot;type&quot;:&quot;text&quot;,&quot;id&quot;:2,&quot;is_global&quot;:0,&quot;custom_id&quot;:&quot;o28i&quot;,&quot;data&quot;:{&quot;id&quot;:42,&quot;body&quot;:&quot;&lt;p&gt;You are attempting to access a page or resource that is no longer available at this URL. Please use the resources below to attempt another search or find the content you are looking for.\u00a0&lt;\/p&gt;&amp;#13;\n&lt;p&gt;If you are unable to locate what you are looking for please\u00a0&lt;smart-link href=\&quot;\/about\/contact\&quot; draggable=\&quot;false\&quot;&gt;contact us&lt;\/smart-link&gt;\u00a0or use our\u00a0&lt;smart-link href=\&quot;\/about\/submit-feedback\&quot; draggable=\&quot;false\&quot;&gt;online feedback form&lt;\/smart-link&gt;.&lt;br\/&gt;&lt;\/p&gt;&quot;,&quot;body_is_full&quot;:0,&quot;body_is_grey&quot;:0,&quot;sidebar&quot;:&quot;&quot;,&quot;sidebar_is_sticky&quot;:0,&quot;sidebar_small&quot;:&quot;&quot;,&quot;sidebar_small_is_sticky&quot;:0,&quot;created_at&quot;:&quot;2016-05-02T12:56:42.000000Z&quot;,&quot;updated_at&quot;:&quot;2023-09-20T16:47:18.000000Z&quot;,&quot;color_scheme&quot;:&quot;light&quot;,&quot;background_color&quot;:null,&quot;text_color&quot;:null},&quot;hidden&quot;:0,&quot;color_scheme&quot;:null,&quot;custom_color_scheme&quot;:null,&quot;text_color&quot;:null,&quot;background_color&quot;:null,&quot;updated_at&quot;:&quot;2023-09-20T16:47:18.000000Z&quot;,&quot;classes&quot;:&quot;&quot;,&quot;styles&quot;:&quot;&quot;}],&quot;metadata&quot;:{&quot;title&quot;:&quot;404 Error | Wright: Auctions of Art and Design&quot;,&quot;og:title&quot;:&quot;404 Error | Wright: Auctions of Art and Design&quot;,&quot;description&quot;:&quot;404 Error&quot;,&quot;og:description&quot;:&quot;404 Error&quot;,&quot;og:url&quot;:&quot;https:\/\/www.wright20.com\/wnews&quot;,&quot;og:type&quot;:&quot;website&quot;}},&quot;url&quot;:&quot;\/wnews\/?feed=rss2&quot;,&quot;version&quot;:&quot;8a80554c91d9fca8acb82f023de02f11&quot;}"></div>
<script>

    
        window.loadStylesheet = function (href) {
        var head = document.getElementsByTagName("HEAD")[0];
        var link = document.createElement('link');
        link.href = href;
        link.rel = "stylesheet"
        head.appendChild(link);
    }
    window.loadScript = function (sScriptSrc, callback, asModule) {
        return new Promise((resolve, reject) => {
            var oHead = document.getElementsByTagName("HEAD")[0];
            var oScript = document.createElement('script');
            oScript.type = 'text/javascript';
            oScript.src = sScriptSrc;

            //console.log('loading',sScriptSrc,asModule);
            if (asModule) {
                oScript.type = "module";
            } else {
                oScript.async = true;
            }
            oScript.crossorigin = 'anonymous';
            // console.log('loadscript',sScriptSrc);

            // Handle Script loading
            var done = false;

            // Attach handlers for all browsers
            oScript.onload = oScript.onreadystatechange = function () {
                // console.log(oScript.src,this.readyState);
                if (
                    !done
                    && (
                        !this.readyState
                        || this.readyState === "loaded"
                        || this.readyState === "complete"
                    )
                ) {
                    done = true;
                    if (callback) {
                        callback.call(this);
                    }
                    resolve(this);

                    // Handle memory leak in IE
                    oScript.onload = oScript.onreadystatechange = null;
                    // if ( head && oScript.parentNode ) {
                    //     head.removeChild( oScript );
                    // }
                }
            };
            oHead.appendChild(oScript);
        })
    }

    window.waitForLoad = function (opts) {
        var t0 = Date.now();
        // console.log('opts',opts);
        var check = function () {
            // console.log('wait for load',opts.condition())
            if (opts.condition()) {
                //done
                opts.success();
            } else {
                let duration = Date.now() - t0;
                if (duration < (opts.max || 60 * 1000)) {
                    setTimeout(check, opts.i || 100)
                } else {
                    // timed out
                    opts.error()
                }
            }
        }
        // kickoff
        check();
    }

</script>


    <style>

        .uwy.userway_p1 .uai.userway_dark,
        .uwy.userway_p7 .uai.userway_dark {
            top: calc(100vh - 5.5rem) !important;
        }

        .uwy.userway_p1 .uai.userway_dark {
            left: calc(100vw - 1rem) !important;
        }

        body.tt_active .uwy.userway_p1 .uai.userway_dark {
            left: calc(100vw - 6rem) !important;
        }

        .uwy.userway_p7 .uai.userway_dark {
            left: 1rem !important;
        }

        .uwy.userway_p7 .uai.userway_dark,
        .uwy.userway_p5 .uai.userway_dark {

            left: 8.7rem !important;
        }
    </style>





    <!-- OneTrust Cookies Consent Notice start for wright20.com -->
    <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8"
            data-domain-script="983cbb59-51fc-4877-b2f9-37448ebe4d8f"></script>
    <script type="text/javascript">
        function OptanonWrapper() {
            OneTrust.InsertScript('/js/matamo', 'body-scripts', null, null, 'C0003')

            OneTrust.InsertScript('/js/ga', 'body-scripts', null, null, 'C0003')

            OneTrust.InsertScript('https://www.googletagmanager.com/gtag/js?id=GTM-M8SWGTZ', 'body-scripts', null, null, 'C0003')

            OneTrust.InsertScript('/js/gtm', 'body-scripts', null, null, 'C0003')

            OneTrust.InsertScript('/js/chatlio', 'body-scripts', null, null, 'C0003')
        }
    </script>
    <!-- OneTrust Cookies Consent Notice end for wright20.com -->

<div id="body-scripts"></div>

    <!-- Fathom - beautiful, simple website analytics -->
    <script src="https://cdn.usefathom.com/script.js" data-site="QHOKVYLY" data-spa="auto" defer></script>
    <!-- / Fathom -->

    <script type="text/javascript">var _kmq = _kmq || [];
        var _kmk = _kmk || 'f63f9356b3a455472b9fb43ea235a632936a56e4';
        function _kms(u){
            setTimeout(function(){
                var d = document, f = d.getElementsByTagName('script')[0],
                    s = d.createElement('script');
                s.type = 'text/javascript'; s.async = true; s.src = u;
                f.parentNode.insertBefore(s, f);
            }, 1);
        }
        _kms('//i.kissmetrics.io/i.js');
        _kms('//scripts.kissmetrics.io/' + _kmk + '.2.js');
    </script>
</body>
</html>
