301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: sqx.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.sqx.com/', AccountUUID: '6a3e214f4e984508ab990f241079e8b9', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'c4f21b7a', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue May 27 19:11:15 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '4dbb95901951485aba743b24644991e2', InitialPageId: '1178173813', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '3ace74a7ae644168b00235c8a51aa94e', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '500000', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: true, cookiesNotificationMarkup: ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.sqx.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.sqx.com/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/SQX+plain+square.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/c4f21b7a/site_favicon_16_1647298233533.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";.clearfix:after,:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Times New Roman';font-style:normal;font-weight:400;src:local("Times New Roman"),local("TimesNewRomanPSMT"),url(https://dd-cdn.multiscreensite.com/fonts/additionalfonts/f889a07745b51249.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;font-display:swap}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.clearfix:after{clear:both;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium,#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:15px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:15px}}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side]{width:75vw}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] h4,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.dmLargeBody .dmRespRow,h1,h2,h3,h4,ul{margin-left:0;margin-right:0}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}#dm div.dmInner .dmform .dmforminput label[hide=true]{display:none}.dmform .dmforminput label{display:block;overflow:hidden;text-overflow:ellipsis}img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}A IMG{border:none}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#111}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#fff;color:#111;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}.dmStandardDesktop{margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{font-size:23px;text-shadow:none;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}#dm .dmDivider{display:block;margin:10px 0}.dmSpacer{border:0;height:15px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmDividerWrapper{display:block}.main-navigation.unifiednav{display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';-ms-grid-row-align:center;align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:400;font-family:Roboto,"Roboto Fallback"}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav.effect-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px;transform-origin:left}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;-ms-grid-row-align:center;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{padding-left:15px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:1;position:static;transform:translate(0)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{justify-content:inherit;padding:8px 1em;margin:0;font-size:.8em}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_5] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:12px 0;justify-content:center}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_5] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:5px 0;justify-content:center}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_5] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-width:1px;width:5%;-ms-grid-row-align:center;align-self:center}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL]:not([data-show-vertical-sub-items=HIDE]):not([data-show-vertical-sub-items=HOVER]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav>.nav-item-text .icon::before,#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=SHOW] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:last-child .unifiednav__container[data-depth='0']{left:auto;right:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:inline-block;padding-right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#fff;max-width:100%}#dm div.dmContent h1{color:#111;direction:ltr;font-style:normal;text-decoration:none;font-size:60px}#dm div.dmRespCol>*{line-height:1.5}#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(17,17,17,1);font-style:normal}#dm .dmNewParagraph,#dm .dmwidget-title,#dm h1,#dm h2,#dm h3,#dm h4{direction:ltr;text-align:left}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{color:rgba(0,83,137,1)}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent h2{text-decoration:none}#dm div.dmContent h2{color:rgba(0,0,0,1);direction:ltr;font-style:normal;font-size:44px}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *,#dm div.dmContent h3{text-decoration:none}#dm div.dmContent h3{color:rgba(0,83,137,1);direction:ltr;font-style:normal;font-size:36px}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *,#dm div.dmContent h4{text-decoration:none}#dm div.dmContent h4{color:rgba(0,0,0,1);direction:ltr;font-family:Roboto,"Roboto Fallback";font-weight:700;font-style:normal}#dm div.dmContent .dmNewParagraph[data-version] h4{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h4 *{text-decoration:none}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{text-decoration:underline}#dm .dmContent .dmRespRow{margin:0;padding:75px 30px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmContent h4,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:18px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:6px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(0, 83, 137);--btn-border-color:rgb(247, 247, 247);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:700;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(0, 73, 119);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgb(51, 51, 51);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=BORDER_SHORT]{overflow:initial;background-clip:border-box;border-radius:1px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=BORDER_SHORT] .text{padding:16px 0}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=BORDER_SHORT] .iconBg{display:none}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget[data-buttonstyle=BORDER_SHORT]{width:222px}}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,nav.u_1152797763.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{border-top-width:1px!important;border-top-style:solid!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1240316787.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1240316787.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:18px!important}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm .dmInner div.fHeader .u_hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(122,122,122,1)!important}#dm .p_hfcontainer .u_1240316787.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1240316787.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:15px!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{box-shadow:rgba(198,198,198,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(198,198,198,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(198,198,198,.25) 0 3px 11px 0!important}#dm .p_hfcontainer div.u_1402897633 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1152797763.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:center!important}nav.u_1152797763.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(0,0,0,0)!important}nav.u_1152797763.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(108,118,127,1)!important;font-weight:700!important}#dm .p_hfcontainer .u_1152797763.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 12px - 0px)!important}nav.u_1152797763.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-width:0!important;border-top-style:solid!important}#dm .p_hfcontainer div.u_1245845530,#dm .p_hfcontainer div.u_1885154557{border-top-color:rgba(0,83,137,1)!important;border-top-width:8px!important;border-top-style:solid!important}nav.u_1152797763.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(108,118,127,1)!important;font-weight:400!important}#dm .p_hfcontainer .u_1152797763.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:center!important;margin:0!important;padding:8px 0!important}#dm .p_hfcontainer .u_1152797763.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{padding:7px 0!important;margin:0!important}#dm .p_hfcontainer nav.u_1152797763{color:#000!important}#dm .p_hfcontainer nav.u_1152797763.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,#dm .p_hfcontainer nav.u_1152797763.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item,#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item,.font-size-16,.size-16{font-size:16px!important}#dm .p_hfcontainer .u_1240316787.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{margin:0!important;padding:0 0 0 65px!important}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-weight:400!important;color:rgba(15,83,130,1)!important;font-family:Roboto!important}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(243,243,243,1)!important}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-style:solid!important;border-top-width:1px!important;border-top-color:rgba(243,243,243,1)!important}#dm .p_hfcontainer .u_1402897633,#dm .p_hfcontainer .u_1869546465{width:100%!important}#dm .p_hfcontainer div.u_1885154557{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;margin:0 auto!important;padding:15px 40px!important}#dm .p_hfcontainer div.u_1245845530,#dm .p_hfcontainer div.u_1402897633,#dm .p_hfcontainer nav.u_1152797763{max-width:100%!important;text-align:center!important;float:none!important;left:0!important;height:auto!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:35vw!important}#dm .p_hfcontainer div.u_1780253144{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1841421465{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1610026265{padding-top:30px!important;margin-top:0!important;padding-right:50px!important;padding-left:50px!important}#dm .p_hfcontainer div.u_1853595739{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(255,255,255,1)!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(255,255,255,1)!important;background-color:rgba(0,83,137,1)!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:rgba(168,168,168,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(168,168,168,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(168,168,168,.25) 0 3px 11px 0!important;background-color:#fff!important;background-image:none!important;background-repeat:repeat!important;background-size:auto!important;background-position:0 0!important}#dm .p_hfcontainer nav.u_1152797763{top:0!important;width:240px!important;position:relative!important;justify-content:center!important;align-items:stretch!important;min-width:0!important;padding:0!important;margin:115px auto 0!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}#dm .p_hfcontainer nav.u_1240316787.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:18px!important}#dm .p_hfcontainer div.u_1245845530{width:auto!important;top:0!important;position:relative!important;min-width:0!important;margin:0!important;padding:4px 0 4px 10px!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:35.67px!important}[dmtemplateid=Hamburger] .site_content{margin-top:123.33px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:34.94px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:121.88px!important}}#dm .p_hfcontainer div.u_1402897633{top:0!important;width:170px!important;position:relative!important;min-width:25px!important;display:block!important;padding:0!important;margin:0 63.65px 0 127.31px!important}#dm .p_hfcontainer nav.u_1240316787{float:none!important;top:0!important;left:0!important;width:calc(100% - 5px)!important;position:relative!important;height:auto!important;max-width:826.77px!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:27px 249.98px 0 5.19px!important}#dm .p_hfcontainer div.u_1103561793,#dm .p_hfcontainer div.u_1869546465{width:calc(100% - 0px)!important;position:relative!important;min-width:25px!important}#dm .dmBody div.u_1848013682,#dm .p_hfcontainer div.u_1869546465{float:none!important;top:0!important;left:0!important;min-height:auto!important;text-align:center!important}#dm .p_hfcontainer div.u_1318811680{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1123571755{margin:0 0 0 -55px!important;padding:0!important}#dm .p_hfcontainer div.u_1103561793{float:none!important;top:0!important;left:0!important;height:auto!important;min-height:auto!important;max-width:196.99px!important;display:block!important;padding:2px 0!important;margin:32px 0 8px!important}#dm .p_hfcontainer div.u_1197747215,div.u_1141794358{height:5px!important}#dm .p_hfcontainer div.u_1869546465{max-width:184.05px!important;height:auto!important;margin:0 auto!important;padding:0!important}#dm .dmBody div.u_1437738680{background-image:none!important;padding-top:0!important;background-position:50% 100%!important;background-repeat:no-repeat!important;background-size:contain!important;padding-bottom:0!important}#dm .dmBody a.u_1328308401 .iconBg,#dm .dmBody a.u_1725160739 .iconBg{display:none!important}#dm .dmBody a.u_1725160739{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;background-color:rgba(255,255,255,1)!important;border-style:solid!important;border-width:0!important;border-color:transparent!important}#dm .dmBody a.u_1725160739 span.text,#dm .dmBody div.u_1232802255 hr{color:rgba(15,83,130,1)!important}#dm .dmBody div.u_1911869307:before{opacity:.8!important;background-color:rgba(0,66,110,1)!important}#dm .dmBody div.u_1218886772 input:not([type=submit]),#dm .dmBody div.u_1957807769{background-color:rgba(231,233,239,1)!important}#dm .dmBody div.u_1957807769{background-image:initial!important}#dm .dmBody div.u_1911869307{background-color:rgba(39,3,118,1)!important;background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/D89A1500-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1911869307:before{opacity:.5!important;background-color:#00426e!important}#dm .dmBody div.u_1447087085{border-style:solid!important;border-width:0!important}#dm .dmBody div.u_1688466339 .svg,#dm .dmBody div.u_1935953493 .svg{color:rgba(15,83,130,1)!important;fill:rgba(15,83,130,1)!important}#dm .dmBody div.u_1060063721 .svg,#dm .dmBody div.u_1847413787 .svg{color:rgba(0,82,137,1)!important;fill:rgba(0,82,137,1)!important}#dm .dmBody div.u_1141184131{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1632510535 .svg{color:rgba(15,83,130,1)!important;fill:rgba(15,83,130,1)!important}#dm .dmBody div.u_1108790860 .svg,#dm .dmBody div.u_1191846023 .svg{color:rgba(0,82,137,1)!important;fill:rgba(0,82,137,1)!important}#dm .dmBody div.u_1295517128 hr,#dm .dmBody div.u_1629500638 hr,#dm .dmBody div.u_1737888742 hr,#dm .dmBody div.u_1909075498 hr{color:rgba(171,205,234,1)!important;border-top-width:1px!important;border-top-style:solid!important}#dm .dmBody .u_1000956739:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1000956739:before{opacity:.5!important;background-color:rgba(0,83,137,1)!important}#dm .dmBody div.u_1171687631 .svg{color:rgba(0,82,137,1)!important;fill:rgba(0,82,137,1)!important}#dm .dmBody div.u_1443779846 .svg,#dm .dmBody div.u_1992449316 .svg{color:rgba(15,83,130,1)!important;fill:rgba(15,83,130,1)!important}#dm .dmBody div.u_1050815021 .svg,#dm .dmBody div.u_1099625562 .svg{color:rgba(0,82,137,1)!important;fill:rgba(0,82,137,1)!important}#dm .dmBody div.u_1530335214 .svg{color:rgba(15,83,130,1)!important;fill:rgba(15,83,130,1)!important}#dm .dmBody div.u_1611556393 .svg,#dm .dmBody div.u_1846492778 .svg{color:rgba(0,82,137,1)!important;fill:rgba(0,82,137,1)!important}#dm .dmBody div.u_1394140726 .svg{color:rgba(15,83,130,1)!important;fill:rgba(15,83,130,1)!important}#dm .dmBody div.u_1640364486{padding:0!important;margin:0!important}#dm .dmBody div.u_1848013682{height:5px!important;width:calc(100% - 126px)!important;position:relative!important;max-width:925.9px!important;min-width:25px!important;padding:0!important;margin:0 0 0 126.01px!important}#dm .dmBody div.u_1447087085,#dm .dmBody div.u_1654060305,#dm .dmBody div.u_1796410038{padding:2px 0!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;min-width:0!important;display:block!important;width:925.9px!important}#dm .dmBody div.u_1447087085{margin:-21px auto 8px!important}#dm .dmBody div.u_1654060305,#dm .dmBody div.u_1796410038{margin:8px auto!important}#dm .dmBody div.u_1232802255{float:none!important;top:0!important;left:0!important;width:925.9px!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;display:block!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1761086739,#dm .dmBody div.u_1955270455{float:none!important;top:0!important;position:relative!important;height:auto!important;max-width:100%!important;padding:2px 0!important;margin:-8px auto 8px!important;left:0!important;min-width:0!important;display:block!important;min-height:auto!important}#dm .dmBody div.u_1955270455{border-style:solid!important;border-color:transparent!important;border-width:1px!important;width:925.9px!important}#dm .dmBody div.u_1761086739{width:777.15px!important}#dm .dmBody div.u_1461585889,#dm .dmBody div.u_1482322887,#dm .dmBody div.u_1911869307,#dm .dmBody div.u_1957807769{height:auto!important;margin:0!important;float:none!important;top:0!important;position:relative!important;max-width:100%!important}#dm .dmBody div.u_1957807769{width:auto!important;left:0!important;min-width:0!important;text-align:start!important;min-height:auto!important;padding:45px 100px 14.5px!important}#dm .dmBody div.u_1482322887{width:auto!important;left:0!important;min-width:0!important;text-align:start!important;padding:50px 100px 23px!important}#dm .dmBody a.u_1725160739,#dm .dmBody div.u_1060063721,#dm .dmBody div.u_1461585889,#dm .dmBody div.u_1911869307,#dm .dmBody div.u_1935953493{text-align:center!important;min-width:0!important;left:0!important}#dm .dmBody div.u_1911869307{width:auto!important;background-attachment:fixed!important;background-size:cover!important;min-height:auto!important;padding:67px 100px!important}#dm .dmBody div.u_1461585889{width:auto!important;padding:0!important}#dm .dmBody a.u_1725160739{width:151px!important;float:none!important;top:0!important;position:relative!important;height:50.4px!important;min-height:auto!important;max-width:100%!important;display:block!important;padding:0!important;margin:10px auto!important}#dm .dmBody div.u_1111884789,#dm .dmBody div.u_1167419878,#dm .dmBody div.u_1512106929{margin:0!important;padding:0!important}#dm .dmBody div.u_1945328342{padding:0!important}#dm .dmBody div.u_1935953493{width:82px!important;height:82px!important;float:none!important;top:0!important;position:relative!important;max-width:100%!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1172115254,#dm .dmBody div.u_1355831731{float:none!important;top:0!important;position:relative!important;max-width:100%!important;display:block!important;margin:7px auto 8px!important;padding:2px 0!important;min-height:auto!important}#dm .dmBody div.u_1355831731{left:0!important;width:166.8px!important;height:auto!important;min-width:0!important}#dm .dmBody div.u_1060063721{float:none!important;top:0!important;width:82px!important;position:relative!important;height:82px!important;max-width:100%!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1172115254{left:0!important;width:185.95px!important;height:auto!important;min-width:0!important}#dm .dmBody div.u_1688466339,#dm .dmBody div.u_1847413787{height:79px!important;float:none!important;position:relative!important;max-width:100%!important;min-width:0!important;padding:0!important;margin:0 auto!important;top:0!important;text-align:center!important;display:block!important}#dm .dmBody div.u_1688466339{width:79px!important;left:0!important;min-height:auto!important}#dm .dmBody div.u_1359201344{float:none!important;top:0!important;left:0!important;width:161.88px!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;display:block!important;min-height:auto!important;padding:2px 0!important;margin:10px auto 8px!important}#dm .dmBody div.u_1847413787{width:83.8px!important;left:0!important;min-height:auto!important}#dm .dmBody div.u_1327612848,#dm .dmBody div.u_1392264063,#dm .dmBody div.u_1993593815{float:none!important;left:0!important;position:relative!important;min-width:25px!important;min-height:auto!important;height:auto!important}#dm .dmBody div.u_1327612848{display:block!important;top:0!important;width:calc(100% - 40px)!important;max-width:158.8px!important;margin:8px auto 0!important;padding:2px 0!important}#dm .dmBody div.u_1141184131{width:auto!important;padding:0 100px 40px!important;margin:0!important}#dm .dmBody div.u_1104541704{margin:0!important;padding:0 0 10px!important}#dm .dmBody div.u_1051877767{margin:0!important;padding:0!important}#dm .dmBody div.u_1392264063,#dm .dmBody div.u_1993593815{top:0!important;width:calc(100% - 0px)!important;max-width:162.93px!important;padding:2px 0!important;margin:0!important}#dm .dmBody div.u_1000956739{background-image:url(https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/dynamic-wave-with-connected-dots-lines-digital-wave-background-concept-abstract-technology-background-big-data-visualization-3d-rendering-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-repeat:repeat!important;background-size:cover!important;background-attachment:initial!important;background-position:0 50%!important;width:auto!important;padding:75px 0!important}#dm .dmBody div.u_1223903761,#dm .dmBody div.u_1650787531,#dm .dmBody div.u_1909075498{float:none!important;top:0!important;left:0!important;width:calc(100% - 81px)!important;position:relative!important;min-width:25px!important;min-height:auto!important}#dm .dmBody div.u_1223903761{height:auto!important;max-width:157.8px!important;display:block!important;padding:2px 0!important;margin:0 68px 0 81.4px!important}#dm .dmBody div.u_1909075498{height:auto!important;max-width:100.8px!important;text-align:center!important;margin:0 85.41px 0 81.4px!important;padding:0!important}#dm .dmBody div.u_1650787531{display:block!important;height:auto!important;max-width:157.4px!important;margin:0 76.41px 0 81.4px!important;padding:2px 0!important}#dm .dmBody div.u_1094427274,#dm .dmBody div.u_1326903828{display:block!important;width:149.8px!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;padding:2px 0!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;float:none!important}#dm .dmBody div.u_1295517128,#dm .dmBody div.u_1629500638,#dm .dmBody div.u_1737888742{max-width:100.8px!important;text-align:center!important}#dm .dmBody div.u_1737888742{float:none!important;top:0!important;left:0!important;width:calc(100% - 81px)!important;position:relative!important;height:auto!important;min-width:25px!important;min-height:auto!important;padding:0!important}#dm .dmBody div.u_1042728510{margin:0!important;padding:0 0 0 30px!important}#dm .dmBody div.u_1252462785,#dm .dmBody div.u_1915053594{top:0!important;left:0!important;max-width:100%!important;margin:0 auto!important;padding:2px 0!important;height:auto!important;position:relative!important;display:block!important;min-width:0!important}#dm .dmBody div.u_1252462785{float:none!important;width:163px!important;min-height:auto!important}#dm .dmBody div.u_1915053594{float:none!important;width:161.95px!important;min-height:auto!important}#dm .dmBody div.u_1050815021,#dm .dmBody div.u_1295517128,#dm .dmBody div.u_1443779846,#dm .dmBody div.u_1629500638{float:none!important;top:0!important;left:0!important;min-width:25px!important;min-height:auto!important}#dm .dmBody div.u_1029217644{margin:0!important;padding:0!important}#dm .dmBody div.u_1629500638{width:calc(100% - 29px)!important;position:relative!important;height:auto!important;padding:0!important;margin:0 0 0 29.5px!important}#dm .dmBody div.u_1295517128{width:calc(100% - 39px)!important;position:relative!important;height:auto!important;display:block!important;padding:0!important;margin:0 54px 0 39px!important}#dm .dmBody div.u_1078912138,#dm .dmBody div.u_1366280220,#dm .dmBody div.u_1764679290{margin:0!important;padding:0!important}#dm .dmBody div.u_1180033313{padding:0!important}#dm .dmBody div.u_1571538663,#dm .dmBody div.u_1918690712{width:auto!important;padding:0 0 40px!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1091713300,#dm .dmBody div.u_1595943880,#dm .dmBody div.u_1882179972{margin:0!important;padding:0!important}#dm .dmBody div.u_1050815021{width:calc(100% - 176px)!important;height:78.99px!important;position:relative!important;max-width:78.99px!important;text-align:center!important;display:block!important;padding:0!important;margin:0 110.51px 0 176px!important}#dm .dmBody div.u_1172140702{padding:0!important}#dm .dmBody div.u_1443779846{width:calc(100% - 42px)!important;height:79px!important;position:relative!important;max-width:79px!important;text-align:center!important;display:block!important;padding:0!important;margin:0 99.49px 0 42.51px!important}#dm .dmBody div.u_1302105020,#dm .dmBody div.u_1580965400,#dm .dmBody div.u_1792665350{top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:25px!important;min-height:auto!important;padding:2px 0!important;float:none!important}#dm .dmBody div.u_1302105020{width:calc(100% - 1px)!important;max-width:161.88px!important;display:block!important;margin:10px 57.11px 8px 1.06px!important}#dm .dmBody div.u_1792665350{display:block!important;width:calc(100% - 135px)!important;max-width:162px!important;margin:8px 69px 0 135px!important}#dm .dmBody div.u_1580965400{width:calc(100% - 63px)!important;max-width:218px!important;margin:7px 41px 8px 63px!important}#dm .dmBody div.u_1099625562,#dm .dmBody div.u_1992449316{padding:0!important;min-width:25px!important;top:0!important;left:0!important;position:relative!important;text-align:center!important;display:block!important;min-height:auto!important}#dm .dmBody div.u_1992449316{width:calc(100% - 130px)!important;height:82px!important;float:none!important;max-width:82px!important;margin:0 109px 0 130px!important}#dm .dmBody div.u_1099625562{float:none!important;width:calc(100% - 88px)!important;height:82px!important;max-width:82px!important;margin:0 109px 0 85px!important}#dm .dmBody div.u_1214237275{float:none!important;top:0!important;left:0!important;width:calc(100% - 34px)!important;position:relative!important;height:auto!important;max-width:185.95px!important;min-width:25px!important;display:block!important;min-height:auto!important;margin:7px 57.03px 8px 34px!important;padding:2px 0!important}#dm .dmBody div.u_1530335214{width:calc(100% - 176px)!important;height:79px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:79px!important;min-width:25px!important;text-align:center!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 0 0 176px!important}#dm .dmBody div.u_1611556393{width:calc(100% - 42px)!important;height:78.99px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:78.99px!important;min-width:25px!important;text-align:center!important;display:block!important;min-height:auto!important;margin:0 0 0 42.51px!important;padding:0!important}#dm .dmBody div.u_1171687631{float:none!important;top:0!important;left:0!important;width:calc(100% - 130px)!important;position:relative!important;height:82px!important;max-width:82px!important;min-width:25px!important;text-align:center!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 0 0 130px!important}#dm .dmBody div.u_1846492778{width:calc(100% - 85px)!important;height:81.89px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:81.89px!important;min-width:25px!important;text-align:center!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 0 0 85px!important}#dm .dmBody div.u_1763641715,#dm .dmBody div.u_1785076889,#dm .dmBody div.u_1872464183{margin:0!important;padding:0!important}#dm .dmBody div.u_1137684576{padding:0!important}#dm .dmBody div.u_1394140726{width:82px!important;height:82px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1215105914,#dm .dmBody div.u_1590661867{margin:7px auto 8px!important;max-width:100%!important;min-width:0!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;padding:2px 0!important}#dm .dmBody div.u_1590661867{width:166.8px!important}#dm .dmBody div.u_1215105914{width:185.95px!important}#dm .dmBody div.u_1666855627{float:none!important;top:0!important;left:0!important;width:161.88px!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;display:block!important;min-height:auto!important;padding:2px 0!important;margin:10px auto 8px!important}#dm .dmBody div.u_1331756483{display:block!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 40px)!important;position:relative!important;height:auto!important;max-width:158.8px!important;min-width:25px!important;min-height:auto!important;margin:8px auto 0!important;padding:2px 0!important}#dm .dmBody div.u_1218670293{background-color:rgba(255,255,255,1)!important;width:auto!important;padding:0 100px 40px!important}#dm .dmBody div.u_1108790860,#dm .dmBody div.u_1191846023,#dm .dmBody div.u_1632510535{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;min-height:auto!important;margin:0 auto!important;padding:0!important}#dm .dmBody div.u_1632510535{width:79px!important;height:79px!important}#dm .dmBody div.u_1108790860{width:81.89px!important;height:81.89px!important}#dm .dmBody div.u_1191846023{width:88.66px!important;height:91px!important}.font-size-53,.size-53{font-size:53px!important}.font-size-20,.size-20{font-size:20px!important}.font-size-22,.size-22{font-size:22px!important}.runtime-module-container .layout-drawer-overlay{z-index:600!important}.runtime-module-container .hamburger-header-container{z-index:500!important}.runtime-module-container .layout-drawer-hamburger{z-index:800!important}.runtime-module-container .layout-drawer{z-index:700!important}#dm .dmwidget-title{margin:2px 0!important}#\31 348029665,#\31 388262880,#\31 412602533,#\31 460908112,#\31 871644054,#hamburger-drawer{order:0}#\31 348029665,#\31 412602533{flex-direction:row}#\31 044279754,#\31 050722784,#\31 077695107,#\31 152698958,#\31 152797763,#\31 159717435,#\31 179756284,#\31 196022623,#\31 240316787,#\31 276526394,#\31 407237078,#\31 425241879,#\31 426733885,#\31 468188024,#\31 502815861,#\31 527317007,#\31 554239017,#\31 726184838,#\31 816972449,#\31 889144436,#\31 899607393,#\31 945693129{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Libre Franklin Fallback"; src: local('Arial'); ascent-override: 92.4942%; descent-override: 23.5544%; size-adjust: 104.4389%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Libre Baskerville Fallback"; src: local('Arial'); ascent-override: 83.6258%; descent-override: 23.2773%; size-adjust: 115.9929%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.sqx.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.sqx.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.sqx.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "SQX: Securities Quote Xchange", "url" : "https://www.sqx.com/" } </script> <meta property="og:image" content="https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/SQX+transparent+plain+square-1920w.png"/> <title> SQX | Securities Quote Xchange | Financial Data Vendor </title> <meta name="keywords" content="Difficult-to-price, Hard-to-Price, Investment Industry, Structured Notes, Financial Data"/> <meta name="description" content="SQX offers pricing data for Muni Bonds, Alternative Investments, Structured Notes, Corporate Bonds, Yield Curves, Private Credit, Treasuries, and Cat Bonds."/> <meta property="og:locale" content="en_US"/> <meta property="og:title" content="SQX - Pricing and Data for Fixed-Income and Hard-to-Price Securities"/> <meta property="og:url" content="https://www.sqx.com"/> <meta property="og:type" content="website"/> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M7XN8HK'); </script> <!-- End Google Tag Manager --> <!-- Leadinfo tracking code --> <script> (function(l,e,a,d,i,n,f,o){if(!l[i]){l.GlobalLeadinfoNamespace=l.GlobalLeadinfoNamespace||[]; l.GlobalLeadinfoNamespace.push(i);l[i]=function(){(l[i].q=l[i].q||[]).push(arguments)};l[i].t=l[i].t||n; l[i].q=l[i].q||[];o=e.createElement(a);f=e.getElementsByTagName(a)[0];o.async=1;o.src=d;f.parentNode.insertBefore(o,f);} }(window,document,'script','https://cdn.leadinfo.net/ping.js','leadinfo','LI-658024A52D64C')); </script> <style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;script type="text/javascript"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; _linkedin_partner_id = "4255130"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/script&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;script type="text/javascript"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/script&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;noscript&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4255130&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;fmt=gif" /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/noscript&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; .dmLargeBody #dm .dmRespRow .dmRespCol.large-5 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-6 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-7 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-8 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-9 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-10 .dmform-wrapper .dmformsubmit{ min-width: 150px!important; } #dm [list-layout=layout4][text-box-padding=true] .postArticle .postText{ padding: 25px 30px 25px 30px; } *#dm *.dmBody div.u_1394886604 .readMore a{ padding: 0 25px 30px 25px; } .dmform-success{ margin-top: 25px!important; margin-bottom3 25px!important; margin-left: 5px!important; } #dm .dmHeader[data-scrollable-target].scroll-responder_set .dmRespRow.mini-header-show-row{ box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; -moz-box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; -webkit-box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; padding-top: 12px !important; padding-bottom: 12px !important; -webkit-transition: all 0.3s ease-in-out !important; transition: all 0.3s ease-in-out !important; } *#dm *.p_hfcontainer *#mobile-hamburger-header.scroll-responder_set, *#dm *.p_hfcontainer *#hamburger-header.scroll-responder_set{ box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; -moz-box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; -webkit-box-shadow:rgba(67,67,67,0.12) 0px 3px 11px 0px !important; } #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) .dmNewParagraph, #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=ButtonLinkId], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=clicktocall], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=dButtonLinkId], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=ec_store_cart], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=emailextension], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=externalapp], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=facebook_like], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=graphic], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=image], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=multilingual], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=onelinksmenu], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=onelinksmenu]:not([navigation-id=unifiedNav]) ul, #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=onelinksmenu][navigation-id=unifiedNav], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=opentable], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=paragraph], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=paypal], #dm .dmHeader[data-scrollable-target].scroll-responder_set .has-more-one-widget:not(.safari-widget) [data-element-type=social_hub]{ margin-top: 2px!important; margin-bottom: 2px!important; } .runtime-module-container .layout-drawer-overlay{ z-index: 600 !important; } .runtime-module-container .hamburger-header-container{ z-index: 500 !important } .runtime-module-container .layout-drawer-hamburger{ z-index: 800 !important; } .runtime-module-container .layout-drawer{ z-index: 700 !important; } .dmforminput{ padding: 5px!important; border-radius: 5px; } #dm .dmform .dmformsubmit{ margin: 8px 4px!important; } .dmform-wrapper .dmRespRow, .dmRespDesignRow{ padding-top: 0!important; } #dm .dmwidget-title, .shapeRssFeed .listItemTitle{ margin: 2px 0!important; } .dmLargeBody #dm .dmRespRow .dmRespCol.large-11 .dmform-wrapper .dmformsubmit, .dmLargeBody #dm .dmRespRow .dmRespCol.large-12 .dmform-wrapper .dmformsubmit{ min-width: 150px !important; } div.dmInner input[type="text"], div.dmInner input[type="email"], div.dmInner input[type="number"], div.dmInner input[type="tel"], div.dmInner input[type=password], div.dmInner select{ margin: 0 0!important; } </style> <meta name="referrer" content="strict-origin-when-cross-origin"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="SQX | Securities Quote Xchange | Financial Data Vendor"/> <meta name="twitter:description" content="SQX offers pricing data for Muni Bonds, Alternative Investments, Structured Notes, Corporate Bonds, Yield Curves, Private Credit, Treasuries, and Cat Bonds."/> <meta property="og:description" content="SQX offers pricing data for Muni Bonds, Alternative Investments, Structured Notes, Corporate Bonds, Yield Curves, Private Credit, Treasuries, and Cat Bonds."/> <meta property="og:title" content="SQX | Securities Quote Xchange | Financial Data Vendor"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations rows-1200 dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side"> <div class="u_1841421465 dmRespRow" style="text-align: center;" id="1841421465"> <div class="dmRespColsWrapper" id="1412602533"> <div class="u_1780253144 dmRespCol small-12 medium-12 large-12 empty-column" id="1780253144"></div> </div> </div> <div class="u_1610026265 dmRespRow middleDrawerRow" style="text-align: center;" id="1610026265"> <div class="dmRespColsWrapper" id="1554239017"> <div class="dmRespCol small-12 u_1433914205 medium-12 large-12" id="1433914205"> <nav class="u_1152797763 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_5" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="SHOW" id="1152797763" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101201764 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Data Solutions " data-auto="page-text-style">Data Solutions<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/municipal-bonds" class="unifiednav__item dmUDNavigationItem_010101900594 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Muni Bonds " data-auto="page-text-style">Muni Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/alternative-investments" class="unifiednav__item dmUDNavigationItem_010101386091 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Alternative Investments " data-auto="page-text-style">Alternative Investments<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/structured-notes" class="unifiednav__item dmUDNavigationItem_010101920473 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Structured Notes " data-auto="page-text-style">Structured Notes<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/evaluated-taxable-bonds" class="unifiednav__item dmUDNavigationItem_010101262510 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Corporate Bonds " data-auto="page-text-style">Corporate Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/catastrophe-bonds" class="unifiednav__item dmUDNavigationItem_010101921215 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Catastrophe Bonds " data-auto="page-text-style">Catastrophe Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/private-credit" class="unifiednav__item dmUDNavigationItem_010101791500 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Private Credit" data-auto="page-text-style">Private Credit<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/yield-curves" class="unifiednav__item dmUDNavigationItem_010101648796 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Yield Curves" data-auto="page-text-style">Yield Curves<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/derivative-data-and-analytics" class="unifiednav__item dmUDNavigationItem_010101233353 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Derivative Data and Analytics " data-auto="page-text-style">Derivative Data and Analytics<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/resources" class="unifiednav__item dmUDNavigationItem_010101502379 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Resources " data-auto="page-text-style">Resources<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/updates" class="unifiednav__item dmUDNavigationItem_010101802715 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Updates " data-auto="page-text-style">Updates<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101120655 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101196415 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/company" class="unifiednav__item dmUDNavigationItem_010101457227 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Company " data-auto="page-text-style">Company<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-team" class="unifiednav__item dmUDNavigationItem_010101188477 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Leadership Team " data-auto="page-text-style">Leadership Team<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1853595739" style="text-align: center;" id="1853595739"> <div class="dmRespColsWrapper" id="1468188024"> <div class="u_1259829017 dmRespCol small-12 medium-12 large-12 empty-column" id="1259829017"></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" has-shadow="true"> <div class="u_1885154557 dmRespRow" style="text-align: center;" id="1885154557"> <div class="dmRespColsWrapper" id="1899607393"> <div class="dmRespCol small-12 u_1388262880 medium-4 large-4 content-removed" id="1388262880"> <div data-element-type="spacer" class="dmSpacer" id="1702539875"></div> </div> <div class="dmRespCol small-12 medium-4 large-4 empty-column" id="1871644054"></div> <div class="dmRespCol small-12 medium-4 large-4" id="1460908112"> <div class="u_1402897633 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1402897633"> <a href="/homef50cc669" id="1701866918" file="false"><img src="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/sqx_log_fix.svg" id="1546385233" class="" data-dm-image-path="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/sqx_log_fix.svg" width="379" height="187" alt="The blue logo for SQX, Securities Quote Xchange." onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" headerlayout="725" mini-header-show-only-navigation-row="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1245845530 dmRespRow fullBleedChanged fullBleedMode" id="1245845530"> <div class="dmRespColsWrapper" id="1348029665"> <div class="u_1318811680 dmRespCol small-12 large-2 medium-2" id="1318811680"> <div data-element-type="spacer" class="dmSpacer u_1141794358" id="1141794358"></div> <div class="u_1869546465 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1869546465"> <a id="1116417927" href="/" file="false"><img src="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/sqx_log_fix.svg" alt="The blue logo for SQX: Securities Quote Xchange." id="1050127370" class="" data-dm-image-path="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/sqx_log_fix.svg" width="379" height="187" onerror="handleImageLoadError(this)"/></a> </div> <div data-element-type="spacer" class="dmSpacer u_1197747215" id="1197747215"></div> </div> <div class="u_1123571755 dmRespCol small-12 large-8 medium-8" id="1123571755"> <nav class="u_1240316787 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1240316787" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/SQX-LOGO-1920w.png" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101201764 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Data Solutions " data-auto="page-text-style">Data Solutions<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/municipal-bonds" class="unifiednav__item dmUDNavigationItem_010101900594 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Muni Bonds " data-auto="page-text-style">Muni Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/alternative-investments" class="unifiednav__item dmUDNavigationItem_010101386091 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Alternative Investments " data-auto="page-text-style">Alternative Investments<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/structured-notes" class="unifiednav__item dmUDNavigationItem_010101920473 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Structured Notes " data-auto="page-text-style">Structured Notes<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/evaluated-taxable-bonds" class="unifiednav__item dmUDNavigationItem_010101262510 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Corporate Bonds " data-auto="page-text-style">Corporate Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/catastrophe-bonds" class="unifiednav__item dmUDNavigationItem_010101921215 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Catastrophe Bonds " data-auto="page-text-style">Catastrophe Bonds<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/private-credit" class="unifiednav__item dmUDNavigationItem_010101791500 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Private Credit" data-auto="page-text-style">Private Credit<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/yield-curves" class="unifiednav__item dmUDNavigationItem_010101648796 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Yield Curves" data-auto="page-text-style">Yield Curves<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/derivative-data-and-analytics" class="unifiednav__item dmUDNavigationItem_010101233353 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Derivative Data and Analytics " data-auto="page-text-style">Derivative Data and Analytics<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/resources" class="unifiednav__item dmUDNavigationItem_010101502379 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Resources " data-auto="page-text-style">Resources<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/updates" class="unifiednav__item dmUDNavigationItem_010101802715 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Updates " data-auto="page-text-style">Updates<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101120655 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101196415 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/company" class="unifiednav__item dmUDNavigationItem_010101457227 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Company " data-auto="page-text-style">Company<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-team" class="unifiednav__item dmUDNavigationItem_010101188477 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Leadership Team " data-auto="page-text-style">Leadership Team<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> <div class="u_1052207637 dmRespCol small-12 large-2 medium-2" id="1052207637"> <div class="u_1103561793 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1103561793" style="transition: none; text-align: left; display: block;"><p class="m-size-13 size-16"><a href="https://www.sqxalts.com/" target="_blank" runtime_url="https://www.sqxalts.com/" type="url" class="m-font-size-13 font-size-16" style="display: initial;">Looking for SQX Alts news?</a></p></div> </div> </div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1911869307 dmRespRow fullBleedChanged fullBleedMode dmSectionParallaxNew hasBackgroundOverlay" style="text-align: center;" id="1911869307"> <div class="dmRespColsWrapper" id="1527317007"> <div class="dmRespCol small-12 medium-12 large-12 u_1437738680" id="1437738680"> <span id="1806309226"></span> <div class="u_1461585889 dmRespRow" id="1461585889"> <div class="dmRespColsWrapper" id="1816972449"> <div class="u_1640364486 dmRespCol small-12 medium-12 large-12" id="1640364486"> <div class="u_1761086739 dmNewParagraph" data-element-type="paragraph" id="1761086739" data-version="5" data-styletopreserve="{" background-image":""}"=""> <h3 class="text-align-center"><span style="color:rgb(171, 205, 234);font-weight:300;display:initial;font-family:Roboto, 'Roboto Fallback';">SQX offers a better way to get market data.</span></h3> </div> <div class="u_1955270455 dmNewParagraph" data-element-type="paragraph" id="1955270455" style="transition: none; display: block; text-align: left;" data-version="5"> <h1 class="text-align-center size-53 m-size-42" style="line-height: 1.2;"><strong class="font-size-53 m-font-size-42" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Roboto, 'Roboto Fallback';">Pricing you need, service you deserve.</strong></h1> </div> <div data-element-type="spacer" class="u_1848013682 dmSpacer" id="1848013682"></div> <a data-display-type="block" class="u_1725160739 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/company" data-element-type="dButtonLinkId" id="1725160739" data-buttonstyle="BORDER_SHORT"> <span class="iconBg" id="1601133023"> <span class="icon hasFontIcon icon-star" id="1080255273"></span> </span> <span class="text" id="1044822681">Learn More</span> </a> </div> </div> </div> </div> </div> </div> <div class="u_1957807769 dmRespRow" id="1957807769"> <div class="dmRespColsWrapper" id="1945693129"> <div class="dmRespCol large-12 medium-12 small-12 u_1949116975" id="1949116975"> <div class="u_1447087085 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1447087085" style="transition: none; text-align: left;"> <h3 class="text-align-left"><span style="color: rgb(15, 83, 130); display: initial;">You need the data – not the headache.</span><span style="display: initial;"><br/></span></h3> </div> <div class="u_1654060305 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1654060305" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: initial;">SQX is a customer-centered market data alternative for institutions. We’re a hand-picked team. We’re laser focused. We’re here to get you financial data—without making your life miserable.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">As a client, you deserve the best. And if you haven’t experienced that from a data provider in a while, you’re going to be amazed at just how good our best can be.<br/></span></p></div> </div> </div> </div> <div class="u_1482322887 dmRespRow" id="1482322887"> <div class="dmRespColsWrapper" id="1407237078"> <div class="dmRespCol large-12 medium-12 small-12" id="1728957732"> <div class="u_1796410038 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1796410038" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center"><span style="color: rgb(15, 83, 130); display: unset;">Cost effective, client-centered, customized.</span></h2> </div> <div class="u_1232802255 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1232802255"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1793642453"/></div> </div> </div> </div> <div class="u_1141184131 dmRespRow hide-for-small hide-for-large" id="1141184131"> <div class="dmRespColsWrapper" id="1050722784"> <div class="u_1111884789 dmRespCol small-12 large-3 medium-3" id="1111884789"> <div class="u_1847413787 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1847413787"> <a href="/municipal-bonds" id="1739074322" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1282571763" class="svg u_1282571763" data-icon-name="business_skyline" data-hover-effect="zoomout" aria-labelledby="1203507241"> <title id="1203507241">A line drawing of a city skyline with buildings and a tower.</title> <path d="M17.83,85.66H9.94V46.43h7.88Zm-5.87-2h3.86V48.44H12Z"></path> <path d="M90.06,85.66H70.31V60.71H90.06Zm-17.73-2H88V62.73H72.32Z"></path> <path d="M84.22,62.73H76.15v-9h8.07Zm-6.06-2h4v-5h-4Z"></path> <path d="M57.36,85.66H44.46V61H57.36Zm-10.88-2h8.87V63H46.48Z"></path> <path d="M40.85,29.21H21.45v-9h19.4Zm-17.39-2H38.83v-5H23.46Z"></path> <path d="M71.32,85.66a1,1,0,0,1-1-1v-32h-13v32a1,1,0,1,1-2,0v-34h17v34A1,1,0,0,1,71.32,85.66Z"></path> <path d="M69.48,52.63H58.19V36H69.48Zm-9.27-2h7.26V38H60.2Z"></path> <path d="M63.83,38a1,1,0,0,1-1-1V24.87a1,1,0,0,1,2,0V37A1,1,0,0,1,63.83,38Z"></path> <path d="M34.07,22.21a1,1,0,0,1-1-1V16.36H29.23v4.85a1,1,0,1,1-2,0V14.34h7.87v6.86A1,1,0,0,1,34.07,22.21Z"></path> <path d="M23.92,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,38.28Z"></path> <path d="M31.15,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,38.28Z"></path> <path d="M38.38,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,38.28Z"></path> <path d="M23.92,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,46.53Z"></path> <path d="M31.15,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,46.53Z"></path> <path d="M38.38,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,46.53Z"></path> <path d="M23.92,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,54.77Z"></path> <path d="M31.15,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,54.77Z"></path> <path d="M38.38,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,54.77Z"></path> <path d="M23.92,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,23.92,63Z"></path> <path d="M31.15,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,31.15,63Z"></path> <path d="M38.38,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,38.38,63Z"></path> <path d="M23.92,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,23.92,71.26Z"></path> <path d="M31.15,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,31.15,71.26Z"></path> <path d="M38.38,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,38.38,71.26Z"></path> <path d="M23.92,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,23.92,79.51Z"></path> <path d="M31.15,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,31.15,79.51Z"></path> <path d="M38.38,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,38.38,79.51Z"></path> <path d="M45.47,85.66a1,1,0,0,1-1-1V29.21H17.83V84.65a1,1,0,1,1-2,0V27.2H46.48V84.65A1,1,0,0,1,45.47,85.66Z"></path> <path d="M89,85.66H11a1,1,0,1,1,0-2H89a1,1,0,1,1,0,2Z"></path> <path d="M50.91,63a1,1,0,0,1-1-1V54.13a1,1,0,1,1,2,0V62A1,1,0,0,1,50.91,63Z"></path> </svg> </a> </div> <div class="u_1327612848 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1327612848" background-image":""}"="" style="text-align: left; transition: none;"> <h4 class="text-align-center m-size-16 size-20"><a href="/municipal-bonds" runtime_url="/municipal-bonds" type="page" class="m-font-size-16 font-size-20" style="color: rgb(15, 83, 130); display: unset;">Muni Bonds</a></h4> </div> </div> <div class="u_1167419878 dmRespCol small-12 large-3 medium-3" id="1167419878"> <div class="u_1935953493 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1935953493"> <a href="/alternative-investments" id="1271955305" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1442108861" class="svg u_1442108861" data-icon-name="li-house" data-hover-effect="zoomout" aria-labelledby="1153523559"> <title id="1153523559">A line drawing of a house with an arrow pointing up.</title> <path d="M81.7,38.8L50.6,18c-0.3-0.2-0.8-0.2-1.2,0L18.3,38.8c-0.4,0.3-0.6,0.7-0.4,1.2c0.1,0.4,0.5,0.7,1,0.7h9.3v40.5 c0,0.6,0.5,1,1,1h10.4h20.8h10.4c0.6,0,1-0.5,1-1V40.7h9.3c0.5,0,0.9-0.3,1-0.7C82.3,39.5,82.1,39,81.7,38.8z M40.7,80.1V51h18.7 v29.1H40.7z M70.8,38.6c-0.6,0-1,0.5-1,1v40.5h-8.3V50c0-0.6-0.5-1-1-1H39.6c-0.6,0-1,0.5-1,1v30.1h-8.3V39.6c0-0.6-0.5-1-1-1h-7 L50,20.1l27.7,18.5H70.8z"></path> </svg> </a> </div> <div class="u_1355831731 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1355831731" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="/alternative-investments" runtime_url="/alternative-investments" type="page" class="font-size-20 m-font-size-16" style="color: rgb(15, 83, 130); display: unset;">Alternative Investments</a></h4> </div> </div> <div class="dmRespCol small-12 large-3 medium-3 u_1512106929" id="1512106929"> <div class="u_1060063721 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1060063721"> <a href="/yield-curves" id="1059249692" file="false" class=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1536172092" class="svg u_1536172092" data-icon-name="li_chart" data-hover-effect="zoomout" aria-labelledby="1715594168"> <title id="1715594168">A line graph with an arrow pointing up in a square.</title> <path d="M76.7,18.1H23.3c-2.8,0-5.1,2.3-5.1,5.1v53.4c0,2.8,2.3,5.1,5.1,5.1h53.4c2.8,0,5.1-2.3,5.1-5.1V23.3 C81.9,20.4,79.6,18.1,76.7,18.1z M79.8,76.7c0,1.7-1.4,3.1-3.1,3.1H23.3c-1.7,0-3.1-1.4-3.1-3.1v-16l19.5-19.5L50,51.5l19.5-19.5V50 h2.1V28.4H50v2.1h18.1L50,48.5L39.7,38.3L20.2,57.8V23.3c0-1.7,1.4-3.1,3.1-3.1h53.4c1.7,0,3.1,1.4,3.1,3.1V76.7z"></path> </svg> </a> </div> <div class="u_1172115254 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1172115254" style="transition: opacity 1s ease-in-out; text-align: left;"> <h4 class="m-size-16 text-align-center size-20"><a href="/yield-curves" runtime_url="/yield-curves" type="page" class="font-size-20 m-font-size-16" style="display: initial;">Yield Curves</a></h4> </div> </div> <div class="dmRespCol large-3 medium-3 small-12 u_1945328342" id="1945328342"> <div class="u_1688466339 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1688466339"> <a href="/structured-notes" id="1962922281" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1110257693" class="svg u_1110257693" data-icon-name="business_papers_pen" data-hover-effect="zoomout" aria-labelledby="1684308345"> <title id="1684308345">A stack of papers with a pen next to them.</title> <path d="M21.28,88.31h52V17.7h-6v-6h-52V82.3h6ZM71.14,19.79V86.22H23.37V82.3H67.22V19.79Zm-53.78-6H65.13V80.21H17.36Z"></path> <path d="M40.53,17.7H21.28V37H40.53ZM38.44,34.86H23.37V19.79H38.44Z"></path> <path d="M35.69,23.59a1,1,0,1,0-2.09,0V30H28.21V23.59a1,1,0,1,0-2.09,0v8.52h9.57Z"></path> <path d="M21.34,43H61a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M21.34,49.31H61a1,1,0,0,0,0-2.09H21.34a1,1,0,0,0,0,2.09Z"></path> <path d="M21.34,55.61H61a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M44.9,19.79H61a1,1,0,0,0,0-2.09H44.9a1,1,0,0,0,0,2.09Z"></path> <path d="M44.9,26.09H61A1,1,0,1,0,61,24H44.9a1,1,0,0,0,0,2.09Z"></path> <path d="M61,61.91a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M61,73.88H47.26a1,1,0,0,0,0,2.09H61a1,1,0,0,0,0-2.09Z"></path> <path d="M48.37,65.68a1,1,0,0,0-1,1v5.19H60.9V66.73a1,1,0,0,0-2.09,0v3.1H49.41v-3.1A1,1,0,0,0,48.37,65.68Z"></path> <path d="M80.49,83.79v3.47a1,1,0,1,0,2.09,0V83.79a3.19,3.19,0,0,0,2.15-3V47.5a3.19,3.19,0,0,0-6.38,0V80.79A3.19,3.19,0,0,0,80.49,83.79Zm-.06-36.3a1.1,1.1,0,1,1,2.2,0v1.1h-2.2Zm0,3.19h2.2V74.45h-2.2Zm2.2,25.85v4.25a1.1,1.1,0,0,1-2.2,0V76.54Z"></path> </svg> </a> </div> <div class="u_1359201344 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1359201344" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="/structured-notes" runtime_url="/structured-notes" type="page" class="m-font-size-16 font-size-20" style="display: initial; color: rgb(15, 83, 130);">Structured Notes</a></h4> </div> </div> </div> </div> <div class="u_1571538663 dmRespRow hide-for-medium" id="1571538663"> <div class="dmRespColsWrapper" id="1077695107"> <div class="u_1595943880 dmRespCol small-12 large-3 medium-3" id="1595943880"> <div class="u_1050815021 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1050815021"> <a href="/municipal-bonds" id="1183796286" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1266607833" class="svg u_1266607833" data-icon-name="business_skyline" data-hover-effect="zoomout" aria-labelledby="1229789308"> <title id="1229789308">A line drawing of a city skyline with buildings and a tower.</title> <path d="M17.83,85.66H9.94V46.43h7.88Zm-5.87-2h3.86V48.44H12Z"></path> <path d="M90.06,85.66H70.31V60.71H90.06Zm-17.73-2H88V62.73H72.32Z"></path> <path d="M84.22,62.73H76.15v-9h8.07Zm-6.06-2h4v-5h-4Z"></path> <path d="M57.36,85.66H44.46V61H57.36Zm-10.88-2h8.87V63H46.48Z"></path> <path d="M40.85,29.21H21.45v-9h19.4Zm-17.39-2H38.83v-5H23.46Z"></path> <path d="M71.32,85.66a1,1,0,0,1-1-1v-32h-13v32a1,1,0,1,1-2,0v-34h17v34A1,1,0,0,1,71.32,85.66Z"></path> <path d="M69.48,52.63H58.19V36H69.48Zm-9.27-2h7.26V38H60.2Z"></path> <path d="M63.83,38a1,1,0,0,1-1-1V24.87a1,1,0,0,1,2,0V37A1,1,0,0,1,63.83,38Z"></path> <path d="M34.07,22.21a1,1,0,0,1-1-1V16.36H29.23v4.85a1,1,0,1,1-2,0V14.34h7.87v6.86A1,1,0,0,1,34.07,22.21Z"></path> <path d="M23.92,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,38.28Z"></path> <path d="M31.15,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,38.28Z"></path> <path d="M38.38,38.28a1,1,0,0,1-1-1V34.35a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,38.28Z"></path> <path d="M23.92,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,46.53Z"></path> <path d="M31.15,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,46.53Z"></path> <path d="M38.38,46.53a1,1,0,0,1-1-1V42.59a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,46.53Z"></path> <path d="M23.92,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,23.92,54.77Z"></path> <path d="M31.15,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,31.15,54.77Z"></path> <path d="M38.38,54.77a1,1,0,0,1-1-1V50.84a1,1,0,0,1,2,0v2.93A1,1,0,0,1,38.38,54.77Z"></path> <path d="M23.92,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,23.92,63Z"></path> <path d="M31.15,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,31.15,63Z"></path> <path d="M38.38,63a1,1,0,0,1-1-1V59.08a1,1,0,0,1,2,0V62A1,1,0,0,1,38.38,63Z"></path> <path d="M23.92,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,23.92,71.26Z"></path> <path d="M31.15,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,31.15,71.26Z"></path> <path d="M38.38,71.26a1,1,0,0,1-1-1V67.33a1,1,0,1,1,2,0v2.93A1,1,0,0,1,38.38,71.26Z"></path> <path d="M23.92,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,23.92,79.51Z"></path> <path d="M31.15,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,31.15,79.51Z"></path> <path d="M38.38,79.51a1,1,0,0,1-1-1V75.57a1,1,0,1,1,2,0V78.5A1,1,0,0,1,38.38,79.51Z"></path> <path d="M45.47,85.66a1,1,0,0,1-1-1V29.21H17.83V84.65a1,1,0,1,1-2,0V27.2H46.48V84.65A1,1,0,0,1,45.47,85.66Z"></path> <path d="M89,85.66H11a1,1,0,1,1,0-2H89a1,1,0,1,1,0,2Z"></path> <path d="M50.91,63a1,1,0,0,1-1-1V54.13a1,1,0,1,1,2,0V62A1,1,0,0,1,50.91,63Z"></path> </svg> </a> </div> <div class="u_1792665350 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1792665350" background-image":""}"="" style="text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="/municipal-bonds" runtime_url="/municipal-bonds" type="page" class="font-size-20 m-font-size-16" style="display: unset; color: rgb(15, 83, 130);">Muni Bonds</a></h4> </div> </div> <div class="u_1091713300 dmRespCol small-12 large-3 medium-3" id="1091713300"> <div class="u_1992449316 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1992449316"> <a href="/alternative-investments" id="1748809353" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1731692044" class="svg u_1731692044" data-icon-name="li-house" data-hover-effect="zoomout" aria-labelledby="1261848840"> <title id="1261848840">A line drawing of a house with an arrow pointing up.</title> <path d="M81.7,38.8L50.6,18c-0.3-0.2-0.8-0.2-1.2,0L18.3,38.8c-0.4,0.3-0.6,0.7-0.4,1.2c0.1,0.4,0.5,0.7,1,0.7h9.3v40.5 c0,0.6,0.5,1,1,1h10.4h20.8h10.4c0.6,0,1-0.5,1-1V40.7h9.3c0.5,0,0.9-0.3,1-0.7C82.3,39.5,82.1,39,81.7,38.8z M40.7,80.1V51h18.7 v29.1H40.7z M70.8,38.6c-0.6,0-1,0.5-1,1v40.5h-8.3V50c0-0.6-0.5-1-1-1H39.6c-0.6,0-1,0.5-1,1v30.1h-8.3V39.6c0-0.6-0.5-1-1-1h-7 L50,20.1l27.7,18.5H70.8z"></path> </svg> </a> </div> <div class="u_1580965400 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1580965400" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="/alternative-investments" runtime_url="/alternative-investments" type="page" class="font-size-20 m-font-size-16" style="color: rgb(15, 83, 130); display: unset;">Alternative Investments</a></h4> </div> </div> <div class="dmRespCol small-12 large-3 medium-3 u_1882179972" id="1882179972"> <div class="u_1099625562 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1099625562"> <a href="/yield-curves" id="1832951723" file="false" class=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1104255955" class="svg u_1104255955" data-icon-name="li_chart" data-hover-effect="zoomout" aria-labelledby="1723202716"> <title id="1723202716">A line graph with an arrow pointing up in a square.</title> <path d="M76.7,18.1H23.3c-2.8,0-5.1,2.3-5.1,5.1v53.4c0,2.8,2.3,5.1,5.1,5.1h53.4c2.8,0,5.1-2.3,5.1-5.1V23.3 C81.9,20.4,79.6,18.1,76.7,18.1z M79.8,76.7c0,1.7-1.4,3.1-3.1,3.1H23.3c-1.7,0-3.1-1.4-3.1-3.1v-16l19.5-19.5L50,51.5l19.5-19.5V50 h2.1V28.4H50v2.1h18.1L50,48.5L39.7,38.3L20.2,57.8V23.3c0-1.7,1.4-3.1,3.1-3.1h53.4c1.7,0,3.1,1.4,3.1,3.1V76.7z"></path> </svg> </a> </div> <div class="u_1214237275 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1214237275" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h4 class="text-align-center m-size-16 size-20"><a href="/yield-curves" runtime_url="/yield-curves" type="page" class="m-font-size-16 font-size-20" style="color: rgb(15, 83, 130); display: unset;">Yield Curves</a></h4> </div> </div> <div class="dmRespCol large-3 medium-3 small-12 u_1172140702" id="1172140702"> <div class="u_1443779846 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1443779846"> <a href="/structured-notes" id="1988166265" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1881519676" class="svg u_1881519676" data-icon-name="business_papers_pen" data-hover-effect="zoomout" aria-labelledby="1733330772"> <title id="1733330772">A stack of papers with a pen next to them.</title> <path d="M21.28,88.31h52V17.7h-6v-6h-52V82.3h6ZM71.14,19.79V86.22H23.37V82.3H67.22V19.79Zm-53.78-6H65.13V80.21H17.36Z"></path> <path d="M40.53,17.7H21.28V37H40.53ZM38.44,34.86H23.37V19.79H38.44Z"></path> <path d="M35.69,23.59a1,1,0,1,0-2.09,0V30H28.21V23.59a1,1,0,1,0-2.09,0v8.52h9.57Z"></path> <path d="M21.34,43H61a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M21.34,49.31H61a1,1,0,0,0,0-2.09H21.34a1,1,0,0,0,0,2.09Z"></path> <path d="M21.34,55.61H61a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M44.9,19.79H61a1,1,0,0,0,0-2.09H44.9a1,1,0,0,0,0,2.09Z"></path> <path d="M44.9,26.09H61A1,1,0,1,0,61,24H44.9a1,1,0,0,0,0,2.09Z"></path> <path d="M61,61.91a1,1,0,1,0,0-2.09H21.34a1,1,0,1,0,0,2.09Z"></path> <path d="M61,73.88H47.26a1,1,0,0,0,0,2.09H61a1,1,0,0,0,0-2.09Z"></path> <path d="M48.37,65.68a1,1,0,0,0-1,1v5.19H60.9V66.73a1,1,0,0,0-2.09,0v3.1H49.41v-3.1A1,1,0,0,0,48.37,65.68Z"></path> <path d="M80.49,83.79v3.47a1,1,0,1,0,2.09,0V83.79a3.19,3.19,0,0,0,2.15-3V47.5a3.19,3.19,0,0,0-6.38,0V80.79A3.19,3.19,0,0,0,80.49,83.79Zm-.06-36.3a1.1,1.1,0,1,1,2.2,0v1.1h-2.2Zm0,3.19h2.2V74.45h-2.2Zm2.2,25.85v4.25a1.1,1.1,0,0,1-2.2,0V76.54Z"></path> </svg> </a> </div> <div class="u_1302105020 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1302105020" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="text-align-center m-size-16 size-20"><a href="/structured-notes" runtime_url="/structured-notes" type="page" class="font-size-20 m-font-size-16" style="color: rgb(15, 83, 130); display: initial;">Structured Notes</a></h4> </div> </div> </div> </div> <div class="u_1918690712 dmRespRow hide-for-medium" id="1918690712"> <div class="dmRespColsWrapper" id="1159717435"> <div class="u_1078912138 dmRespCol small-12 large-3 medium-3" id="1078912138"> <div class="u_1530335214 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1530335214"> <a href="/evaluated-taxable-bonds" id="1552809633" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1340555962" class="svg u_1340555962" data-icon-name="business_office_building" data-hover-effect="zoomout" aria-labelledby="1743026353"> <title id="1743026353">An icon of a hotel with five stars on top of it.</title> <path d="M69.36,79.4H30.64a1.14,1.14,0,0,1-1.14-1.14v-54a1.14,1.14,0,0,1,1.14-1.14H69.36a1.14,1.14,0,0,1,1.14,1.14v54A1.14,1.14,0,0,1,69.36,79.4ZM31.77,77.13H68.23V25.38H31.77Z"></path> <path d="M84,86.39H16a1.14,1.14,0,0,1-1.14-1.14v-7A1.14,1.14,0,0,1,16,77.13H84a1.14,1.14,0,0,1,1.14,1.14v7A1.14,1.14,0,0,1,84,86.39ZM17.1,84.12H82.9V79.4H17.1Z"></path> <path d="M21.3,79.4a1.14,1.14,0,0,1-1.14-1.14V73.58a1.14,1.14,0,1,1,2.27,0v4.68A1.14,1.14,0,0,1,21.3,79.4Z"></path> <path d="M21.3,74.72c-3,0-5.33-3.6-5.33-8.2s2.34-8.2,5.33-8.2,5.33,3.6,5.33,8.2S24.29,74.72,21.3,74.72Zm0-14.13c-1.45,0-3.06,2.43-3.06,5.93s1.61,5.93,3.06,5.93,3.06-2.43,3.06-5.93S22.75,60.59,21.3,60.59Z"></path> <path d="M78.7,79.4a1.14,1.14,0,0,1-1.14-1.14V73.58a1.14,1.14,0,1,1,2.27,0v4.68A1.14,1.14,0,0,1,78.7,79.4Z"></path> <path d="M78.7,74.72c-3,0-5.33-3.6-5.33-8.2s2.34-8.2,5.33-8.2S84,61.92,84,66.52,81.69,74.72,78.7,74.72Zm0-14.13c-1.45,0-3.06,2.43-3.06,5.93s1.61,5.93,3.06,5.93,3.06-2.43,3.06-5.93S80.15,60.59,78.7,60.59Z"></path> <path d="M36.37,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,33.59Z"></path> <path d="M43.19,33.59A1.14,1.14,0,0,1,42,32.46V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,43.19,33.59Z"></path> <path d="M50,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,50,33.59Z"></path> <path d="M56.81,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,56.81,33.59Z"></path> <path d="M63.63,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,33.59Z"></path> <path d="M36.37,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,36.37,43.44Z"></path> <path d="M43.19,43.44A1.14,1.14,0,0,1,42,42.3V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,43.19,43.44Z"></path> <path d="M50,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,50,43.44Z"></path> <path d="M56.81,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,56.81,43.44Z"></path> <path d="M63.63,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,63.63,43.44Z"></path> <path d="M36.37,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,53.29Z"></path> <path d="M43.19,53.29A1.14,1.14,0,0,1,42,52.15V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,43.19,53.29Z"></path> <path d="M50,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,50,53.29Z"></path> <path d="M56.81,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,56.81,53.29Z"></path> <path d="M63.63,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,53.29Z"></path> <path d="M36.37,63.13A1.14,1.14,0,0,1,35.24,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,36.37,63.13Z"></path> <path d="M43.19,63.13A1.14,1.14,0,0,1,42,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,43.19,63.13Z"></path> <path d="M50,63.13A1.14,1.14,0,0,1,48.86,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,50,63.13Z"></path> <path d="M56.81,63.13A1.14,1.14,0,0,1,55.68,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,56.81,63.13Z"></path> <path d="M63.63,63.13A1.14,1.14,0,0,1,62.49,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,63.63,63.13Z"></path> <path d="M36.37,73a1.14,1.14,0,0,1-1.14-1.14V68.47a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,73Z"></path> <path d="M63.63,73a1.14,1.14,0,0,1-1.14-1.14V68.47a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,73Z"></path> <path d="M57.85,79.4H42.15A1.14,1.14,0,0,1,41,78.27V66.52a1.14,1.14,0,0,1,1.14-1.14h15.7A1.14,1.14,0,0,1,59,66.52V78.27A1.14,1.14,0,0,1,57.85,79.4ZM43.29,77.13H56.71V67.66H43.29Z"></path> <path d="M50,79.4H42.15A1.14,1.14,0,0,1,41,78.27V66.52a1.14,1.14,0,0,1,1.14-1.14H50a1.14,1.14,0,0,1,1.14,1.14V78.27A1.14,1.14,0,0,1,50,79.4Zm-6.71-2.27h5.57V67.66H43.29Z"></path> <path d="M36.46,21.47a1.14,1.14,0,0,1-.53-.13l-1.29-.68-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94L33,15.54l.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33ZM34.1,17.66a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.67,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,34.1,17.66Z"></path> <path d="M40.5,21.47a1.14,1.14,0,0,1-1.12-1.33l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.65,1.2l-1.29-.68L41,21.34A1.14,1.14,0,0,1,40.5,21.47Zm1.82-3.23a1.14,1.14,0,0,1,.33,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39,1.14,1.14,0,0,1-.54.39,1.14,1.14,0,0,1,.21.63A1.14,1.14,0,0,1,42.32,18.24Z"></path> <path d="M51.82,21.47a1.13,1.13,0,0,1-.53-.13L50,20.66l-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33ZM50,18.24a1.14,1.14,0,0,1,.33,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39,1.14,1.14,0,0,1-.54.39,1.14,1.14,0,0,1,.21.63A1.14,1.14,0,0,1,50,18.24Z"></path> <path d="M55.86,21.47a1.14,1.14,0,0,1-1.12-1.33L55,18.71l-1-1a1.14,1.14,0,0,1,.63-1.94L56,15.54l.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43A1.14,1.14,0,0,1,59,21.34l-1.29-.68-1.29.68A1.13,1.13,0,0,1,55.86,21.47Zm1.28-3.81a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.66,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,57.14,17.66Z"></path> <path d="M67.18,21.47a1.14,1.14,0,0,1-.53-.13l-1.29-.68-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33Zm-2.35-3.81a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.66,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,64.82,17.66Z"></path> </svg> </a> </div> <div class="u_1519536324 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1519536324" background-image":""}"="" style="text-align: left; display: block;"> <h4 class="text-align-center m-size-16 size-20"><a href="/evaluated-taxable-bonds" runtime_url="/evaluated-taxable-bonds" type="page" class="m-font-size-16 font-size-20" style="display: unset;">Corporate Bonds</a></h4> </div> </div> <div class="u_1764679290 dmRespCol small-12 large-3 medium-3" id="1764679290"> <div class="u_1171687631 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1171687631"> <a href="/private-credit" id="1471417771" file="false" class=""> <svg width="4085" height="4096" viewbox="0 0 4085 4096" fill="none" xmlns="http://www.w3.org/2000/svg" id="1531319323" class="svg u_1531319323" data-hover-effect="zoomout" data-icon-custom="true" data-icon-name="lock_2.svg" aria-labelledby="1387472373"> <title id="1387472373">A blue line drawing of a padlock with a keyhole.</title> <path d="M2161.8 294.453C2166.69 295.289 2171.6 295.893 2176.52 296.497C2181.03 297.149 2185.4 298.199 2189.82 299.281C2193.06 300.013 2196.27 300.531 2199.56 301C2204.74 301.749 2209.69 302.878 2214.75 304.211C2219.26 305.306 2223.82 306.122 2228.39 306.91C2232.42 307.622 2236.14 308.689 2240 310C2241.76 310.348 2243.54 310.661 2245.31 310.937C2249.61 311.676 2253.54 312.774 2257.64 314.244C2259.93 314.978 2262.14 315.452 2264.51 315.875C2270.56 317.047 2276.41 318.749 2282.31 320.5C2283.9 320.962 2283.9 320.962 2285.52 321.434C2293.32 323.729 2293.32 323.729 2296.61 325.046C2299.27 326.109 2301.98 326.749 2304.76 327.419C2308.95 328.507 2313.03 329.927 2317.12 331.312C2318.06 331.625 2318.99 331.938 2319.94 332.26C2326.64 334.521 2333.32 336.841 2339.96 339.261C2342.45 340.163 2344.94 341.054 2347.43 341.945C2349.39 342.651 2351.35 343.357 2353.31 344.062C2354.23 344.391 2355.15 344.72 2356.1 345.058C2361.19 346.898 2366.15 348.889 2371.07 351.127C2373.29 352.133 2375.54 353.05 2377.81 353.937C2386.82 357.517 2395.61 361.251 2404.25 365.656C2407.16 367.077 2410.07 368.225 2413.11 369.312C2421.46 372.349 2429.2 376.692 2437.01 380.879C2440.31 382.645 2443.65 384.331 2447 386C2456.35 390.814 2465.64 395.734 2474.81 400.875C2475.77 401.41 2475.77 401.41 2476.75 401.956C2480.62 404.143 2484.31 406.516 2488 409C2489.66 410.011 2491.33 411.011 2493 412C2493.81 412.495 2494.63 412.99 2495.46 413.5C2499.9 416.191 2504.31 418.778 2509 421C2509 421.66 2509 422.32 2509 423C2509.85 423.229 2510.69 423.459 2511.56 423.695C2515.59 425.223 2518.58 427.312 2522 429.875C2523.19 430.748 2524.37 431.621 2525.56 432.492C2526.14 432.914 2526.71 433.337 2527.3 433.772C2529.82 435.59 2532.4 437.297 2535 439C2537 440.333 2539 441.667 2541 443C2541.79 443.5 2542.57 444 2543.38 444.516C2544.61 445.312 2544.61 445.312 2545.88 446.125C2546.66 446.623 2547.44 447.12 2548.24 447.633C2549.11 448.31 2549.11 448.31 2550 449C2550 449.66 2550 450.32 2550 451C2550.9 451.155 2550.9 451.155 2551.81 451.312C2554.35 452.111 2555.17 453.101 2557 455C2557.71 455.416 2558.43 455.833 2559.16 456.262C2562.65 458.399 2565.75 460.878 2568.94 463.437C2572.36 466.184 2575.73 468.872 2579.44 471.223C2580.29 471.809 2581.13 472.396 2582 473C2582 473.66 2582 474.32 2582 475C2582.73 475.246 2583.46 475.492 2584.21 475.746C2587.3 477.136 2589.17 478.736 2591.62 481.062C2597.73 486.718 2604.14 491.952 2610.67 497.105C2613.3 499.242 2615.61 501.605 2618 504C2618.93 504.722 2619.86 505.444 2620.81 506.187C2621.53 506.786 2622.26 507.384 2623 508C2623 508.66 2623 509.32 2623 510C2623.89 510.403 2623.89 510.403 2624.79 510.814C2627.01 512.003 2628.54 513.24 2630.35 514.969C2630.95 515.54 2631.56 516.111 2632.18 516.699C2632.8 517.293 2633.42 517.888 2634.06 518.5C2635.3 519.679 2636.54 520.856 2637.79 522.031C2638.33 522.553 2638.88 523.074 2639.44 523.611C2641.16 525.206 2641.16 525.206 2644 527C2644 527.66 2644 528.32 2644 529C2644.54 529.227 2645.07 529.454 2645.62 529.687C2650.72 532.504 2655.08 536.733 2659 541C2659 541.66 2659 542.32 2659 543C2660.08 543.34 2660.08 543.34 2661.19 543.687C2664.59 545.273 2666.45 547.261 2669 550C2669.82 550.825 2670.65 551.65 2671.5 552.5C2675.25 556.25 2675.25 556.25 2679 560C2679.85 560.825 2680.69 561.65 2681.56 562.5C2684 565 2684 565 2686.19 567.75C2687.8 570.075 2687.8 570.075 2690 571C2690.29 571.608 2690.57 572.217 2690.87 572.844C2692.59 576.131 2695.36 577.938 2698.22 580.219C2700 582 2700 582 2700.5 584.094C2700.66 584.723 2700.83 585.352 2701 586C2701.84 586.416 2701.84 586.416 2702.7 586.84C2706.23 588.621 2708.31 591.552 2710.81 594.562C2711.34 595.19 2711.87 595.818 2712.42 596.464C2715.92 600.636 2719.32 604.875 2722.6 609.23C2723.97 610.96 2725.44 612.443 2727 614C2744 633.85 2744 633.85 2744 638C2744.99 638.33 2745.98 638.66 2747 639C2748.05 640.638 2749.04 642.31 2750 644C2751.31 645.687 2752.64 647.354 2754 649C2756.65 652.216 2758.89 655.411 2761 659C2762.77 661.519 2764.57 664.01 2766.38 666.5C2767.96 668.941 2769.02 671.269 2770 674C2770.66 674 2771.32 674 2772 674C2772.5 676.475 2772.5 676.475 2773 679C2773.66 679 2774.32 679 2775 679C2776.3 680.871 2776.3 680.871 2777.75 683.437C2779.7 686.803 2781.69 690.096 2783.88 693.312C2790.13 702.591 2795.78 712.25 2801.41 721.912C2803.42 725.358 2805.47 728.767 2807.61 732.137C2809.63 735.334 2811.34 738.602 2813 742C2814.11 743.947 2815.23 745.884 2816.38 747.812C2820.71 755.197 2820.71 755.197 2822.75 758.812C2823.3 759.781 2823.3 759.781 2823.86 760.77C2824.79 762.581 2825.61 764.447 2826.39 766.324C2827.97 770.068 2829.93 773.51 2832 777C2834.71 781.56 2836.94 786.096 2839 791C2840.15 793.342 2841.32 795.675 2842.5 798C2844.85 802.608 2846.99 807.238 2849 812C2849.63 813.432 2850.27 814.863 2850.91 816.293C2854.35 824.02 2857.65 831.809 2860.97 839.59C2861.8 841.54 2862.64 843.487 2863.48 845.434C2866.21 851.816 2868.56 858.294 2870.83 864.847C2872.47 869.553 2874.24 874.183 2876.13 878.793C2877.33 881.837 2878.34 884.934 2879.35 888.047C2879.86 889.574 2880.45 891.075 2881.06 892.562C2882.11 895.29 2882.76 898.056 2883.43 900.895C2884 902.998 2884.71 904.973 2885.5 907C2886.75 910.204 2887.62 913.398 2888.41 916.75C2889.37 920.395 2890.65 923.931 2891.9 927.484C2893.16 931.528 2894.18 935.604 2895.19 939.717C2896 943.003 2896.85 946.278 2897.72 949.551C2900.82 961.318 2903.85 973.016 2906 985C2906.48 987.584 2906.96 990.167 2907.44 992.75C2907.56 993.406 2907.68 994.063 2907.8 994.739C2908.64 999.219 2909.57 1003.67 2910.53 1008.13C2912.18 1015.73 2913.51 1023.25 2914.44 1030.98C2914.94 1034.82 2915.67 1038.61 2916.41 1042.41C2919 1055.74 2920.43 1069.11 2921.68 1082.62C2921.96 1085.58 2922.27 1088.52 2922.59 1091.47C2923.78 1102.51 2924.25 1113.54 2924.55 1124.63C2924.57 1125.42 2924.59 1126.2 2924.61 1127.01C2925.04 1143.03 2925.14 1159.05 2925.13 1175.07C2925.13 1178.97 2925.13 1182.86 2925.13 1186.76C2925.14 1194.36 2925.14 1201.97 2925.14 1209.58C2925.13 1215.85 2925.13 1222.11 2925.13 1228.38C2925.13 1229.29 2925.13 1230.2 2925.13 1231.13C2925.13 1232.98 2925.13 1234.83 2925.14 1236.68C2925.14 1253.97 2925.13 1271.26 2925.13 1288.54C2925.13 1302.99 2925.13 1317.44 2925.13 1331.88C2925.16 1422.98 2924.96 1514.08 2924 1644C2924.64 1644 2925.28 1643.99 2925.95 1643.99C2932.75 1643.94 2939.55 1643.91 2946.34 1643.89C2948.87 1643.88 2951.39 1643.87 2953.92 1643.85C2973.56 1643.72 2992.78 1644.55 3012.19 1647.75C3013.21 1647.92 3014.24 1648.08 3015.3 1648.26C3044.39 1653.18 3072.49 1661.45 3100 1672C3100.88 1672.33 3101.76 1672.65 3102.67 1672.99C3108.72 1675.29 3114.45 1678.15 3120.21 1681.1C3123.21 1682.63 3126.19 1684.08 3129.31 1685.38C3134.35 1687.5 3139.09 1690.19 3143.88 1692.81C3145.29 1693.58 3145.29 1693.58 3146.73 1694.35C3152.01 1697.23 3157.05 1700.29 3162.02 1703.68C3164.55 1705.37 3167.18 1706.83 3169.88 1708.25C3172.7 1709.74 3175.34 1711.23 3178 1713C3178 1713.66 3178 1714.32 3178 1715C3179.08 1715.39 3179.08 1715.39 3180.19 1715.79C3183.12 1717.05 3185.42 1718.56 3188 1720.44C3190.48 1722.23 3192.91 1723.95 3195.56 1725.47C3198.12 1727.07 3199.91 1728.84 3202 1731C3203.67 1732.42 3205.36 1733.81 3207.06 1735.19C3208.03 1735.97 3208.99 1736.75 3209.98 1737.56C3211.98 1739.18 3213.98 1740.79 3215.99 1742.41C3216.94 1743.18 3217.89 1743.95 3218.88 1744.75C3220.17 1745.79 3220.17 1745.79 3221.49 1746.86C3224.14 1749.12 3226.55 1751.53 3229 1754C3229.95 1754.76 3230.9 1755.53 3231.88 1756.31C3235.08 1758.92 3237.66 1761.94 3240.34 1765.08C3241.72 1766.68 3243.19 1768.19 3244.69 1769.69C3247 1772 3248.96 1774.45 3251 1777C3252.66 1778.67 3254.33 1780.34 3256 1782C3261.24 1787.56 3266.29 1793.16 3270.76 1799.36C3272.07 1801.17 3272.07 1801.17 3274.19 1803.19C3276.28 1805.28 3277.48 1807.47 3279 1810C3280.3 1811.8 3281.61 1813.6 3282.94 1815.38C3285.15 1818.39 3287.31 1821.35 3289.12 1824.62C3291.1 1828.18 3293.31 1831.46 3295.63 1834.79C3297.07 1837.12 3298.01 1839.45 3299 1842C3299.5 1842.66 3299.99 1843.32 3300.5 1844C3302 1846 3302 1846 3302.84 1848.16C3304.3 1851.73 3306.15 1855.06 3308 1858.44C3311.69 1865.31 3315.08 1872.28 3318.31 1879.38C3318.72 1880.27 3319.13 1881.16 3319.55 1882.07C3322.35 1888.28 3324.74 1894.58 3327 1901C3327.52 1902.45 3328.04 1903.89 3328.56 1905.34C3329.04 1906.68 3329.52 1908.03 3330 1909.38C3330.23 1910.03 3330.47 1910.68 3330.71 1911.35C3341.08 1940.58 3347.53 1970.96 3351.42 2001.68C3351.63 2003.37 3351.85 2005.06 3352.07 2006.75C3353.61 2018.42 3354.25 2030.08 3354.56 2041.84C3354.58 2042.63 3354.6 2043.41 3354.62 2044.21C3355.22 2067.3 3355.14 2090.4 3355.13 2113.49C3355.13 2119.55 3355.13 2125.62 3355.13 2131.68C3355.14 2144.19 3355.14 2156.71 3355.13 2169.22C3355.13 2181.88 3355.13 2194.54 3355.13 2207.2C3355.13 2208 3355.13 2208.8 3355.13 2209.63C3355.13 2212.91 3355.13 2216.18 3355.13 2219.45C3355.14 2249.85 3355.14 2280.24 3355.14 2310.64C3355.13 2339.91 3355.13 2369.18 3355.13 2398.46C3355.13 2400.3 3355.13 2402.14 3355.13 2403.98C3355.13 2411.39 3355.13 2418.79 3355.14 2426.2C3355.14 2446.89 3355.14 2467.59 3355.14 2488.28C3355.14 2489.22 3355.14 2490.16 3355.14 2491.14C3355.14 2521.13 3355.14 2551.12 3355.13 2581.12C3355.13 2582.09 3355.13 2583.06 3355.13 2584.06C3355.13 2599.84 3355.13 2615.62 3355.13 2631.41C3355.13 2694.02 3355.13 2756.64 3355.13 2819.26C3355.13 2835.05 3355.13 2850.84 3355.13 2866.63C3355.13 2868.08 3355.13 2868.08 3355.13 2869.57C3355.14 2899.55 3355.14 2929.52 3355.14 2959.5C3355.14 2960.44 3355.14 2961.38 3355.14 2962.35C3355.14 2983.01 3355.14 3003.68 3355.13 3024.34C3355.13 3031.74 3355.13 3039.13 3355.13 3046.52C3355.13 3048.36 3355.13 3050.2 3355.13 3052.04C3355.13 3081.31 3355.13 3110.58 3355.14 3139.85C3355.14 3170.15 3355.14 3200.45 3355.13 3230.74C3355.13 3234 3355.13 3237.26 3355.13 3240.51C3355.13 3241.31 3355.13 3242.11 3355.13 3242.93C3355.13 3255.56 3355.13 3268.19 3355.13 3280.81C3355.14 3293.24 3355.13 3305.67 3355.13 3318.11C3355.13 3324.75 3355.13 3331.39 3355.13 3338.03C3355.13 3344.09 3355.13 3350.14 3355.13 3356.2C3355.13 3358.36 3355.13 3360.53 3355.13 3362.69C3355.14 3373.8 3355 3384.88 3354.55 3395.98C3354.51 3396.97 3354.47 3397.96 3354.43 3398.98C3354.1 3406.44 3353.31 3413.7 3352.06 3421.06C3351.7 3423.34 3351.34 3425.61 3350.98 3427.88C3350.81 3428.94 3350.63 3429.99 3350.46 3431.08C3349.87 3434.86 3349.4 3438.64 3348.94 3442.44C3348.25 3447.74 3347.17 3452.8 3345.79 3457.96C3344.91 3461.35 3344.2 3464.76 3343.5 3468.19C3342.52 3472.85 3341.34 3477.28 3339.74 3481.76C3338.9 3484.3 3338.3 3486.84 3337.69 3489.44C3329.95 3521.2 3315.58 3552.92 3299 3581C3297.53 3583.56 3296.08 3586.12 3294.62 3588.69C3292.82 3591.86 3291.03 3594.96 3289 3598C3288.34 3598 3287.68 3598 3287 3598C3286.87 3599.07 3286.87 3599.07 3286.74 3600.16C3285.84 3603.62 3284.3 3605.66 3282.12 3608.5C3280.04 3611.24 3278.08 3613.86 3276.37 3616.84C3275.92 3617.56 3275.46 3618.27 3275 3619C3274.34 3619 3273.68 3619 3273 3619C3272.74 3619.72 3272.48 3620.44 3272.21 3621.18C3270.94 3624.13 3269.42 3626.51 3267.56 3629.12C3266.97 3629.97 3266.37 3630.82 3265.75 3631.7C3264.27 3633.65 3262.74 3635.28 3261 3637C3260.01 3638.49 3260.01 3638.49 3259 3640C3258.34 3640 3257.68 3640 3257 3640C3256.34 3641.65 3255.68 3643.3 3255 3645C3254.34 3645 3253.68 3645 3253 3645C3252.76 3645.54 3252.53 3646.08 3252.28 3646.64C3250.66 3649.63 3248.65 3652.11 3246.5 3654.75C3245.31 3656.23 3245.31 3656.23 3244.09 3657.73C3243.4 3658.48 3242.71 3659.23 3242 3660C3241.34 3660 3240.68 3660 3240 3660C3239.73 3660.59 3239.45 3661.18 3239.17 3661.79C3236.11 3667.56 3231.18 3672.12 3226 3676C3225.34 3676 3224.68 3676 3224 3676C3223.8 3676.55 3223.6 3677.1 3223.39 3677.66C3221.45 3680.92 3218.71 3683.02 3215.81 3685.38C3214.63 3686.35 3213.46 3687.32 3212.28 3688.3C3211.71 3688.76 3211.15 3689.23 3210.56 3689.71C3208.63 3691.31 3206.75 3692.96 3204.88 3694.62C3202 3697 3202 3697 3199 3698C3198.39 3698.61 3197.79 3699.21 3197.16 3699.84C3194.77 3702.23 3192.32 3703.81 3189.44 3705.56C3185.65 3707.83 3185.65 3707.83 3182.35 3710.71C3181 3712 3181 3712 3178 3712C3178 3712.66 3178 3713.32 3178 3714C3176.27 3715.23 3176.27 3715.23 3173.81 3716.62C3169.73 3718.98 3165.73 3721.42 3161.75 3723.94C3156.18 3727.37 3150.49 3730.35 3144.62 3733.21C3141.43 3734.77 3138.31 3736.44 3135.19 3738.13C3129.82 3741.05 3124.5 3743.8 3118.77 3745.95C3115.81 3747.07 3112.89 3748.29 3109.96 3749.51C3089.17 3758.2 3089.17 3758.2 3079.16 3760.48C3076.21 3761.19 3073.3 3762.04 3070.38 3762.88C3068.55 3763.4 3068.55 3763.4 3066.69 3763.93C3064.35 3764.61 3062.02 3765.3 3059.69 3766.01C3042.49 3771.16 3024.72 3773.86 3007 3776.54C3004.29 3776.95 3001.59 3777.4 2998.89 3777.85C2958.89 3784.24 2917.51 3782.29 2877.13 3782.26C2867.83 3782.25 2858.52 3782.26 2849.22 3782.26C2831.84 3782.27 2814.46 3782.27 2797.08 3782.27C2779.49 3782.26 2761.9 3782.26 2744.32 3782.26C2743.2 3782.26 2742.09 3782.26 2740.94 3782.26C2736.4 3782.26 2731.85 3782.27 2727.31 3782.27C2685.11 3782.28 2642.9 3782.28 2600.7 3782.27C2599.45 3782.27 2598.2 3782.27 2596.92 3782.27C2595.67 3782.27 2594.42 3782.27 2593.13 3782.27C2554.99 3782.27 2516.86 3782.27 2478.72 3782.27C2476.17 3782.27 2473.61 3782.27 2471.05 3782.27C2460.78 3782.27 2450.5 3782.27 2440.22 3782.27C2411.5 3782.27 2382.78 3782.27 2354.06 3782.27C2352.1 3782.27 2352.1 3782.27 2350.09 3782.27C2308.45 3782.27 2266.8 3782.27 2225.15 3782.27C2224.14 3782.27 2224.14 3782.27 2223.11 3782.27C2200.5 3782.27 2177.9 3782.26 2155.29 3782.26C2086.93 3782.25 2018.57 3782.25 1896.47 3782.26C1873.86 3782.26 1851.25 3782.27 1828.64 3782.27C1827.63 3782.27 1827.63 3782.27 1826.6 3782.27C1784.3 3782.27 1742.01 3782.27 1699.71 3782.27C1698.4 3782.27 1697.1 3782.27 1695.75 3782.27C1667.07 3782.27 1638.38 3782.27 1609.7 3782.27C1599.43 3782.27 1589.17 3782.27 1578.91 3782.27C1576.35 3782.27 1573.8 3782.27 1571.25 3782.27C1533.12 3782.26 1494.99 3782.27 1456.86 3782.27C1454.98 3782.27 1454.98 3782.27 1453.07 3782.27C1451.83 3782.27 1450.58 3782.27 1449.3 3782.27C1407.22 3782.28 1365.14 3782.28 1323.07 3782.27C1318.55 3782.27 1314.02 3782.26 1309.5 3782.26C1308.39 3782.26 1307.28 3782.26 1306.14 3782.26C1288.6 3782.26 1271.06 3782.26 1253.52 3782.27C1236.25 3782.27 1218.98 3782.27 1201.72 3782.26C1191.61 3782.25 1181.5 3782.25 1171.39 3782.26C1164.66 3782.27 1157.93 3782.27 1151.19 3782.26C1147.39 3782.25 1143.59 3782.25 1139.78 3782.26C1114.54 3782.31 1089.27 3781.71 1064.33 3777.51C1062.01 3777.12 1059.68 3776.75 1057.36 3776.39C1048.81 3775.02 1040.51 3773.23 1032.17 3770.87C1029.33 3770.09 1026.52 3769.47 1023.62 3768.94C1019.67 3768.2 1016.01 3767.05 1012.22 3765.72C1009.95 3764.98 1007.71 3764.47 1005.37 3764C1001.32 3763.15 997.804 3761.67 994 3760C992.464 3759.52 990.922 3759.07 989.375 3758.62C974.315 3754.22 959.669 3747.55 945.746 3740.36C943.767 3739.38 941.749 3738.48 939.711 3737.63C935.365 3735.79 931.295 3733.5 927.187 3731.19C926.388 3730.74 925.588 3730.29 924.764 3729.83C919.112 3726.65 913.516 3723.41 908 3720C906.615 3719.16 905.229 3718.32 903.844 3717.48C902.354 3716.57 900.864 3715.66 899.375 3714.75C898.65 3714.31 897.926 3713.88 897.179 3713.43C895.418 3712.34 893.704 3711.18 892 3710C892 3709.34 892 3708.68 892 3708C891.328 3707.78 890.657 3707.56 889.965 3707.34C886.085 3705.59 882.943 3703.19 879.562 3700.62C878.273 3699.66 876.983 3698.69 875.691 3697.73C874.756 3697.03 874.756 3697.03 873.801 3696.31C872.187 3695.14 870.516 3694.04 868.84 3692.96C865.848 3690.9 863.532 3688.6 861 3686C859.187 3684.46 857.353 3682.93 855.5 3681.44C854.582 3680.69 853.664 3679.95 852.719 3679.18C850.886 3677.71 849.031 3676.27 847.156 3674.85C846.445 3674.24 845.733 3673.63 845 3673C845 3672.34 845 3671.68 845 3671C844.041 3670.6 844.041 3670.6 843.062 3670.19C841 3669 841 3669 840 3666C839.299 3665.77 838.597 3665.55 837.875 3665.31C834.181 3663.63 832.465 3661.25 829.91 3658.16C827.396 3655.32 824.566 3653 821.602 3650.64C820 3649 820 3649 819.523 3646.92C819.351 3646.29 819.178 3645.65 819 3645C818.434 3644.72 817.868 3644.44 817.285 3644.15C813.864 3642.43 811.816 3639.54 809.437 3636.62C808.956 3636.05 808.475 3635.47 807.978 3634.88C801 3626.47 801 3626.47 801 3624C800.34 3624 799.68 3624 799 3624C798.063 3622.68 797.139 3621.35 796.277 3619.98C794.175 3616.72 791.86 3613.61 789.586 3610.46C788.024 3608.04 786.975 3605.71 786 3603C785.34 3603 784.68 3603 784 3603C783.505 3600.53 783.505 3600.53 783 3598C782.34 3598 781.68 3598 781 3598C779.703 3596.16 779.703 3596.16 778.25 3593.62C777.446 3592.23 777.446 3592.23 776.625 3590.82C776.089 3589.89 775.552 3588.96 775 3588C774.084 3586.52 773.168 3585.04 772.25 3583.56C764.479 3570.56 757.864 3557 751.905 3543.09C750.96 3540.91 749.976 3538.75 748.992 3536.59C746.884 3531.86 745.17 3527.03 743.5 3522.12C742.889 3520.35 742.277 3518.58 741.664 3516.8C741.376 3515.96 741.087 3515.13 740.79 3514.26C739.86 3511.6 738.873 3508.95 737.875 3506.31C733.929 3495.51 730.902 3484.43 728.676 3473.15C728.032 3469.95 728.032 3469.95 727.012 3466.68C725.833 3462.39 725.146 3458.14 724.5 3453.75C724.262 3452.16 724.022 3450.57 723.781 3448.98C723.664 3448.21 723.548 3447.44 723.427 3446.65C723.018 3444.11 722.54 3441.59 722.05 3439.06C716.536 3408.65 717.455 3377.29 717.348 3346.51C717.329 3341.12 717.304 3335.73 717.275 3330.34C716.815 3243.74 716.855 3157.15 716.833 3001.47C716.832 2979.17 716.831 2956.88 716.828 2934.58C716.827 2927.01 716.826 2919.43 716.825 2911.86C716.824 2911.02 716.824 2910.18 716.824 2909.32C716.818 2861.65 716.814 2813.98 716.814 2766.31C716.814 2764.54 716.814 2762.78 716.814 2761.01C716.814 2753.04 716.814 2745.06 716.815 2737.09C716.815 2733.53 716.815 2729.98 716.815 2726.42C716.815 2724.65 716.815 2722.87 716.815 2721.09C716.815 2664.55 716.808 2608.01 716.794 2551.47C716.791 2537.14 716.787 2522.81 716.784 2508.48C716.784 2507.6 716.784 2506.72 716.783 2505.81C716.777 2478.6 716.773 2451.39 716.772 2424.18C716.772 2423.33 716.772 2422.47 716.772 2421.59C716.771 2402.85 716.771 2384.1 716.771 2365.36C716.771 2358.65 716.771 2351.95 716.771 2345.25C716.771 2343.58 716.771 2341.91 716.771 2340.24C716.772 2313.78 716.766 2287.32 716.757 2260.86C716.749 2234.27 716.746 2207.69 716.753 2181.11C716.754 2177.43 716.755 2173.76 716.755 2170.08C716.756 2169.36 716.756 2168.64 716.756 2167.9C716.758 2156.53 716.754 2145.17 716.747 2133.8C716.74 2122.61 716.74 2111.41 716.748 2100.21C716.752 2094.24 716.753 2088.26 716.744 2082.28C716.688 2037.82 716.688 2037.82 718.746 2015.82C719.108 2011.8 719.39 2007.78 719.672 2003.76C720.406 1993.79 721.951 1984.18 724.07 1974.42C724.843 1970.85 725.411 1967.31 725.875 1963.69C728.088 1948.51 732.807 1933.4 738 1919C738.227 1918.37 738.453 1917.73 738.686 1917.08C741.907 1908.1 745.499 1899.33 749.387 1890.62C750.428 1888.28 751.453 1885.94 752.457 1883.58C760.847 1864.1 771.107 1845.83 782.871 1828.2C784.427 1825.86 785.972 1823.52 787.508 1821.17C788.38 1819.84 789.253 1818.51 790.125 1817.19C790.567 1816.51 791.009 1815.83 791.465 1815.13C794.774 1810.11 794.774 1810.11 797 1809C798.001 1807.33 799.001 1805.67 800 1804C801.952 1801.34 804.003 1798.76 806.062 1796.19C806.605 1795.49 807.147 1794.8 807.705 1794.09C808.226 1793.43 808.748 1792.78 809.285 1792.11C809.758 1791.51 810.231 1790.91 810.719 1790.3C811.142 1789.87 811.564 1789.44 812 1789C812.66 1789 813.32 1789 814 1789C814.227 1788.28 814.454 1787.56 814.687 1786.81C816.269 1783.42 818.299 1781.58 821 1779C821.763 1778.05 822.526 1777.1 823.312 1776.12C825.306 1773.68 827.466 1771.67 829.875 1769.62C832.698 1767.23 835.167 1764.76 837.562 1761.94C840.695 1758.25 844.014 1754.78 848 1752C848.66 1752 849.32 1752 850 1752C850.387 1751.11 850.387 1751.11 850.781 1750.2C852.098 1747.82 853.426 1746.49 855.5 1744.75C856.413 1743.97 856.413 1743.97 857.344 1743.17C859 1742 859 1742 861 1742C861 1741.34 861 1740.68 861 1740C863.13 1738.17 865.268 1736.45 867.5 1734.75C868.465 1734 868.465 1734 869.45 1733.24C873.318 1730.26 877.208 1727.31 881.133 1724.4C884.073 1722.19 886.946 1719.9 889.824 1717.61C892.134 1715.9 894.53 1714.47 897 1713C898.634 1711.87 900.259 1710.72 901.875 1709.56C904.714 1707.56 907.523 1705.62 910.562 1703.94C913.963 1702.02 917.114 1699.91 920.301 1697.66C923.542 1695.67 926.905 1694.03 930.318 1692.35C934.597 1690.2 938.758 1687.84 942.937 1685.5C949.832 1681.68 956.703 1678.01 964 1675C965.112 1674.54 965.112 1674.54 966.246 1674.07C967.845 1673.42 969.45 1672.78 971.059 1672.15C973.311 1671.27 975.549 1670.36 977.785 1669.44C990.263 1664.36 1003.02 1660.59 1016 1657C1017.44 1656.6 1017.44 1656.6 1018.9 1656.19C1024.12 1654.73 1029.3 1653.45 1034.62 1652.44C1039.28 1651.56 1039.28 1651.56 1043.89 1650.54C1050.87 1648.84 1057.95 1648.03 1065.06 1647.2C1067.23 1646.94 1069.4 1646.68 1071.57 1646.41C1084.19 1644.9 1096.7 1643.84 1109.43 1643.9C1110.54 1643.9 1111.65 1643.91 1112.8 1643.91C1116.3 1643.91 1119.81 1643.92 1123.31 1643.94C1125.71 1643.94 1128.11 1643.95 1130.51 1643.95C1136.34 1643.96 1142.17 1643.98 1148 1644C1147.99 1643.06 1147.99 1642.12 1147.98 1641.16C1147.5 1553.04 1147.08 1464.92 1146.82 1287.33C1146.82 1276.51 1146.81 1265.69 1146.79 1254.87C1146.78 1242.48 1146.77 1230.08 1146.77 1217.69C1146.77 1211.35 1146.77 1205.01 1146.76 1198.67C1146.71 1171.77 1147.05 1145 1148.75 1118.14C1149.1 1112.49 1149.38 1106.82 1149.67 1101.16C1150.48 1086 1152.31 1071.08 1154.56 1056.07C1155.15 1051.93 1155.62 1047.78 1156.06 1043.62C1156.78 1037.22 1157.95 1030.99 1159.28 1024.68C1160.01 1020.94 1160.53 1017.22 1161 1013.44C1161.76 1007.4 1162.88 1001.54 1164.21 995.609C1165.07 991.69 1165.79 987.759 1166.5 983.812C1167.49 978.367 1168.73 973.061 1170.26 967.742C1171.09 964.68 1171.74 961.607 1172.37 958.5C1174.08 950.381 1176.19 942.387 1178.36 934.382C1178.96 932.144 1179.56 929.904 1180.15 927.664C1184.61 911.073 1189.61 894.509 1195.99 878.551C1196.89 876.28 1197.69 874.011 1198.44 871.688C1202.05 860.585 1206.44 849.74 1211 839C1211.83 837.001 1212.67 835.001 1213.5 833C1213.92 832.007 1214.33 831.015 1214.76 829.992C1215.58 828.023 1216.38 826.049 1217.18 824.07C1219.91 817.338 1223.01 810.867 1226.35 804.422C1227.54 801.95 1228.55 799.614 1229.48 797.051C1230.95 793.027 1232.74 789.249 1234.69 785.437C1235.03 784.754 1235.38 784.071 1235.73 783.367C1242.53 769.982 1249.71 756.813 1257.35 743.895C1259.01 740.977 1260.5 738.004 1262 735C1264.86 729.953 1267.93 725.053 1271.19 720.25C1272.8 717.869 1274.17 715.654 1275.44 713.062C1277.3 709.411 1279.6 706.239 1281.98 702.906C1284.24 699.656 1286.38 696.341 1288.5 693C1291.64 688.075 1294.88 683.25 1298.26 678.488C1300.2 675.712 1302.07 672.892 1303.94 670.062C1308.61 663.021 1313.38 655.995 1318.88 649.562C1320.67 647.401 1321.91 645.568 1323 643C1323.66 643 1324.32 643 1325 643C1325.24 642.286 1325.48 641.572 1325.73 640.836C1327.18 637.604 1328.97 635.329 1331.25 632.625C1332.45 631.19 1332.45 631.19 1333.67 629.727C1335.6 627.47 1337.54 625.231 1339.5 623C1342.13 620.213 1342.13 620.213 1343 617C1344.13 615.873 1345.26 614.75 1346.41 613.648C1350.48 609.433 1353.94 604.622 1357.55 600.02C1358.66 598.643 1359.82 597.315 1361 596C1361.66 596 1362.32 596 1363 596C1363.23 595.278 1363.45 594.556 1363.69 593.812C1365.27 590.415 1367.32 588.62 1370 586C1371.94 583.959 1373.84 581.886 1375.75 579.812C1376.22 579.299 1376.7 578.785 1377.19 578.256C1379.4 575.858 1381.6 573.459 1383.74 571.002C1391.14 562.585 1399.12 554.733 1407.05 546.822C1409.56 544.311 1412.07 541.796 1414.58 539.279C1416.2 537.661 1417.82 536.043 1419.44 534.426C1420.18 533.684 1420.92 532.942 1421.68 532.178C1425.76 528.119 1429.93 524.229 1434.3 520.488C1436.64 518.437 1438.8 516.205 1441 514C1443.11 512.124 1445.27 510.31 1447.44 508.5C1447.98 508.04 1448.53 507.58 1449.1 507.105C1450.19 506.189 1451.28 505.275 1452.37 504.363C1453.48 503.433 1454.58 502.492 1455.68 501.543C1459.79 498 1459.79 498 1462 498C1462.21 497.448 1462.41 496.897 1462.62 496.328C1464.51 493.133 1467.16 491.057 1470 488.75C1470.55 488.291 1471.09 487.832 1471.66 487.359C1475.74 484 1475.74 484 1478 484C1478 483.34 1478 482.68 1478 482C1478.8 481.732 1479.61 481.464 1480.44 481.187C1481.28 480.796 1482.13 480.404 1483 480C1483.33 479.01 1483.66 478.02 1484 477C1484.99 476.67 1485.98 476.34 1487 476C1487.68 475.319 1488.36 474.639 1489.06 473.937C1489.7 473.298 1490.34 472.659 1491 472C1491.66 472 1492.32 472 1493 472C1493 471.34 1493 470.68 1493 470C1494.61 468.683 1496.29 467.446 1498 466.25C1499.01 465.533 1500.02 464.817 1501.06 464.078C1502.03 463.392 1503 462.707 1504 462C1505.34 461.006 1506.67 460.007 1508 459C1515.46 453.38 1523.05 447.933 1530.71 442.598C1532.76 441.167 1534.79 439.714 1536.81 438.25C1538.61 436.983 1540.43 435.745 1542.32 434.621C1546.42 432.143 1550.32 429.371 1554.26 426.645C1557 425 1557 425 1560 425C1560 424.34 1560 423.68 1560 423C1561.46 422.161 1562.91 421.329 1564.38 420.5C1565.19 420.036 1566 419.572 1566.84 419.094C1569 418 1569 418 1571 418C1571 417.34 1571 416.68 1571 416C1571.52 415.746 1572.04 415.492 1572.57 415.23C1577.1 412.997 1581.44 410.638 1585.7 407.914C1591.32 404.336 1597.12 401.145 1603 398C1604.23 397.339 1605.46 396.677 1606.69 396.016C1613.74 392.23 1620.82 388.535 1628 385C1629.58 384.209 1631.17 383.418 1632.75 382.625C1633.59 382.209 1634.42 381.792 1635.28 381.363C1637.18 380.411 1639.08 379.449 1640.97 378.48C1648.32 374.745 1655.75 371.231 1663.25 367.812C1664.16 367.397 1665.07 366.981 1666.01 366.552C1671.94 363.865 1677.94 361.389 1684 359C1685.86 358.235 1687.71 357.465 1689.56 356.687C1690.57 356.266 1691.59 355.844 1692.63 355.41C1695.04 354.403 1697.44 353.39 1699.84 352.371C1714.03 346.391 1728.48 341.299 1743.24 336.902C1746.61 335.8 1749.75 334.374 1752.95 332.871C1755.59 331.747 1758.24 331.121 1761.04 330.496C1763.71 329.822 1766.21 328.826 1768.75 327.781C1771.29 326.9 1773.86 326.296 1776.47 325.661C1781.47 324.355 1786.4 322.794 1791.34 321.288C1821.66 312.06 1821.66 312.06 1835.77 309.457C1838.3 308.939 1840.76 308.264 1843.25 307.562C1853.91 304.589 1864.82 302.628 1875.67 300.485C1880.45 299.534 1885.2 298.511 1889.94 297.375C1894.93 296.199 1899.89 295.345 1904.97 294.622C1908.88 294.038 1912.78 293.33 1916.67 292.624C1995.7 278.423 2082.93 279.781 2161.8 294.453ZM1927.56 375.937C1926.61 376.059 1925.65 376.18 1924.67 376.304C1912.88 377.826 1901.23 379.812 1889.57 382.129C1885.54 382.92 1881.51 383.531 1877.44 384.062C1872.12 384.773 1867.05 385.907 1861.87 387.281C1859.07 387.983 1856.28 388.516 1853.44 389C1848.76 389.807 1844.26 390.982 1839.69 392.281C1837.1 392.974 1834.52 393.51 1831.88 394C1827.9 394.757 1824.21 395.882 1820.39 397.219C1817.72 398.09 1815.04 398.772 1812.31 399.437C1785.86 405.936 1759.59 415.365 1734.73 426.501C1731.51 427.935 1728.3 429.278 1724.99 430.48C1721.01 431.948 1717.27 433.752 1713.5 435.687C1712.1 436.396 1710.7 437.104 1709.3 437.812C1708.6 438.173 1707.89 438.534 1707.16 438.906C1703.65 440.683 1700.14 442.434 1696.62 444.187C1695.29 444.857 1693.95 445.526 1692.62 446.195C1690.48 447.264 1688.34 448.321 1686.2 449.367C1681.76 451.534 1677.49 453.857 1673.25 456.375C1667.7 459.664 1662.03 462.529 1656.23 465.324C1652.98 467.011 1650.03 468.959 1647 471C1644.62 471.75 1644.62 471.75 1643 472C1643 472.66 1643 473.32 1643 474C1642.3 474.268 1641.6 474.536 1640.88 474.812C1635.06 477.213 1629.8 480.288 1624.46 483.598C1622.03 484.981 1619.62 486.025 1617 487C1617 487.66 1617 488.32 1617 489C1616 489.35 1616 489.35 1614.98 489.707C1611.19 491.351 1607.85 493.471 1604.38 495.687C1603.67 496.133 1602.97 496.579 1602.24 497.038C1600.82 497.936 1599.41 498.835 1597.99 499.737C1596.23 500.857 1594.45 501.966 1592.68 503.074C1591.74 503.668 1590.79 504.263 1589.81 504.875C1588.99 505.388 1588.18 505.901 1587.33 506.43C1584.92 508.003 1584.92 508.003 1582.51 510.008C1580.1 511.924 1577.65 513.434 1575 515C1570.03 518.46 1565.1 521.986 1560.5 525.937C1558 528 1558 528 1555 529C1555 529.66 1555 530.32 1555 531C1554.45 531.25 1553.9 531.5 1553.34 531.758C1550.56 533.234 1548.15 535.001 1545.62 536.875C1542.67 539.058 1539.73 541.222 1536.62 543.187C1533.94 544.925 1533.94 544.925 1531.75 547.25C1527.8 551.205 1523.39 554.538 1519 558C1516.95 559.618 1514.91 561.243 1512.88 562.875C1511.94 563.615 1511.01 564.355 1510.05 565.117C1509.38 565.738 1508.7 566.36 1508 567C1508 567.66 1508 568.32 1508 569C1507.28 569.227 1506.56 569.454 1505.81 569.687C1503.08 570.964 1501.58 572.327 1499.51 574.464C1496.43 577.592 1493.2 580.559 1490 583.562C1488.98 584.522 1488.98 584.522 1487.94 585.502C1484.66 588.588 1481.37 591.665 1478.04 594.702C1470.32 601.76 1462.83 609.017 1455.44 616.429C1453.61 618.266 1451.77 620.098 1449.93 621.93C1444.08 627.783 1438.33 633.655 1433 640C1432.05 641.095 1431.1 642.189 1430.15 643.281C1423.07 651.476 1416.18 659.808 1409.41 668.251C1408.17 669.784 1406.94 671.31 1405.7 672.836C1405.07 673.612 1404.45 674.388 1403.81 675.187C1403.3 675.82 1402.79 676.453 1402.27 677.105C1400.8 679.301 1399.9 681.523 1399 684C1398.34 684 1397.68 684 1397 684C1395.2 686.258 1393.53 688.513 1391.88 690.875C1391.41 691.526 1390.94 692.177 1390.46 692.848C1387.89 696.107 1387.89 696.107 1387 700C1386.34 700 1385.68 700 1385 700C1383.81 701.704 1382.69 703.466 1381.62 705.25C1379.37 709.003 1377.13 711.951 1374 715C1373.55 715.907 1373.09 716.815 1372.62 717.75C1370.85 721.305 1368.67 724.167 1366.21 727.266C1364.81 728.921 1364.81 728.921 1365 731C1364.34 731 1363.68 731 1363 731C1362.65 731.784 1362.3 732.567 1361.94 733.375C1360.45 736.363 1358.64 738.983 1356.69 741.687C1353.49 746.147 1350.9 750.757 1348.34 755.602C1346.82 758.32 1344.96 760.585 1343 763C1341.91 765.051 1340.9 767.123 1339.93 769.23C1339 771 1339 771 1337 773C1336.73 773.691 1336.45 774.382 1336.17 775.094C1334.56 779.096 1332.43 782.749 1330.31 786.5C1329.41 788.119 1328.5 789.739 1327.59 791.359C1327.15 792.151 1326.71 792.944 1326.25 793.76C1318.11 808.352 1310.81 823.261 1303.91 838.474C1301.93 842.827 1299.95 847.163 1297.79 851.43C1296.41 854.187 1295.17 856.878 1294.06 859.75C1292.61 863.46 1291.11 867.142 1289.56 870.812C1285.66 880.168 1282.03 889.573 1278.99 899.246C1278 902 1278 902 1276.5 904.988C1275.05 907.899 1274.09 910.634 1273.19 913.75C1271.33 919.983 1269.3 926.141 1267.19 932.292C1265.55 937.145 1264.13 942.03 1262.81 946.979C1261.93 950.277 1261.01 953.566 1260.1 956.855C1251.82 986.638 1244.97 1016.47 1240 1047C1239.88 1047.73 1239.76 1048.47 1239.64 1049.23C1236.03 1071.46 1233.45 1093.73 1231.84 1116.2C1231.76 1117.4 1231.67 1118.61 1231.58 1119.85C1229.83 1144.78 1229.44 1169.62 1229.54 1194.6C1229.55 1200.67 1229.55 1206.74 1229.54 1212.82C1229.54 1223.26 1229.55 1233.7 1229.58 1244.15C1229.6 1255.07 1229.62 1265.98 1229.62 1276.9C1229.62 1277.59 1229.62 1278.27 1229.62 1278.98C1229.62 1282.47 1229.62 1285.96 1229.63 1289.45C1229.63 1313.96 1229.66 1338.48 1229.7 1362.99C1229.74 1386.76 1229.76 1410.54 1229.78 1434.31C1229.78 1435.81 1229.78 1437.31 1229.78 1438.82C1229.79 1450.46 1229.8 1462.1 1229.81 1473.74C1229.84 1530.49 1229.93 1587.25 1230 1644C1327.35 1644 1424.7 1644 1525 1644C1525.84 1590.92 1525.84 1590.92 1526.27 1537.83C1526.29 1532.99 1526.31 1528.15 1526.34 1523.31C1526.37 1515.01 1526.41 1506.71 1526.45 1498.41C1526.5 1486.36 1526.55 1474.31 1526.61 1462.26C1526.7 1442.63 1526.79 1423 1526.88 1403.37C1526.88 1402.21 1526.89 1401.04 1526.89 1399.84C1526.94 1388.03 1526.99 1376.21 1527.05 1364.39C1527.07 1358.47 1527.1 1352.55 1527.12 1346.63C1527.13 1345.46 1527.14 1344.29 1527.14 1343.09C1527.23 1323.48 1527.32 1303.87 1527.41 1284.27C1527.46 1272.27 1527.52 1260.27 1527.57 1248.27C1527.6 1240.05 1527.64 1231.82 1527.68 1223.6C1527.7 1218.89 1527.72 1214.18 1527.74 1209.47C1527.83 1185.79 1528.21 1162.13 1528.84 1138.46C1528.97 1133.33 1529.08 1128.21 1529.14 1123.09C1529.35 1113.42 1531.05 1103.98 1532.81 1094.5C1532.94 1093.82 1533.06 1093.15 1533.19 1092.45C1534.7 1084.39 1536.61 1076.62 1539.12 1068.82C1540.18 1065.42 1540.94 1062.06 1541.62 1058.56C1542.26 1055.34 1542.91 1052.27 1543.96 1049.15C1544.79 1046.65 1545.41 1044.29 1545.95 1041.72C1546.99 1036.89 1548.32 1032.17 1549.75 1027.44C1550.01 1026.57 1550.27 1025.7 1550.54 1024.8C1552.81 1017.39 1555.43 1010.17 1558.25 1002.95C1559.02 1000.94 1559.76 998.929 1560.5 996.91C1563.21 989.501 1566.11 982.289 1569.51 975.16C1570.68 972.687 1571.8 970.208 1572.91 967.707C1579.28 953.309 1586.13 939.246 1594.31 925.781C1595.57 923.704 1596.82 921.621 1598.06 919.531C1602.31 912.383 1606.65 905.317 1611.26 898.392C1613.35 895.446 1613.35 895.446 1614 892C1614.66 892 1615.32 892 1616 892C1617.39 890.252 1617.39 890.252 1618.75 888C1621.26 884.086 1623.93 880.385 1626.8 876.727C1628.19 874.9 1628.19 874.9 1629 872C1630.31 870.641 1631.65 869.312 1633 868C1634.44 866.312 1635.86 864.603 1637.25 862.875C1637.96 862.006 1638.66 861.137 1639.39 860.242C1641.19 858.189 1641.19 858.189 1641 856C1641.66 856 1642.32 856 1643 856C1643.43 855.278 1643.87 854.556 1644.31 853.812C1646.21 850.652 1648.36 848.579 1651 846C1652.45 844.45 1653.89 842.886 1655.31 841.312C1656.01 840.546 1656.71 839.779 1657.43 838.988C1659.21 837.161 1659.21 837.161 1659 835C1659.64 834.732 1660.28 834.464 1660.94 834.188C1663.33 833.113 1663.33 833.113 1664 830C1664.66 830 1665.32 830 1666 830C1667.4 828.617 1667.4 828.617 1668.88 826.75C1672.14 822.913 1675.57 819.31 1679.12 815.75C1679.63 815.243 1680.13 814.736 1680.65 814.214C1682.96 811.906 1685.29 809.777 1687.87 807.766C1688.57 807.183 1689.27 806.6 1690 806C1690 805.34 1690 804.68 1690 804C1690.87 803.598 1690.87 803.598 1691.77 803.188C1694.03 801.985 1695.81 800.662 1697.75 799C1698.67 798.227 1698.67 798.227 1699.61 797.438C1701.23 796.094 1701.23 796.094 1701 794C1702.14 793.598 1702.14 793.598 1703.31 793.187C1705.91 792.04 1707.13 791.054 1709 789C1709.66 788.67 1710.32 788.34 1711 788C1711 787.34 1711 786.68 1711 786C1711.54 785.752 1712.09 785.505 1712.64 785.25C1715.52 783.726 1718.06 781.911 1720.69 780C1721.66 779.299 1722.63 778.597 1723.64 777.875C1726.07 776.218 1726.07 776.218 1727 774C1728.65 772.977 1730.32 771.981 1732 771C1734.82 768.98 1737.6 766.911 1740.38 764.84C1742.55 763.317 1744.59 762.092 1747 761C1747 760.34 1747 759.68 1747 759C1747.72 758.737 1748.44 758.474 1749.18 758.203C1752.09 756.962 1754.54 755.485 1757.19 753.75C1767.83 746.867 1778.79 740.493 1789.81 734.25C1790.46 733.884 1791.1 733.518 1791.77 733.141C1794.18 731.907 1796.65 730.86 1799.15 729.808C1802.16 728.493 1805.07 726.99 1808 725.5C1812.61 723.155 1817.23 720.995 1822 719C1822.95 718.6 1823.91 718.201 1824.89 717.789C1826.88 716.962 1828.87 716.135 1830.86 715.309C1832.81 714.496 1834.76 713.676 1836.7 712.848C1851.54 706.553 1866.64 700.888 1882 696C1882.99 695.676 1883.98 695.353 1885 695.02C1908.61 687.489 1933.15 681.592 1957.6 677.586C1960.27 677.125 1962.82 676.566 1965.44 675.875C1969.61 674.919 1973.8 674.681 1978.05 674.454C1978.85 674.411 1979.64 674.368 1980.45 674.324C1989.53 673.873 1998.6 673.855 2007.69 673.867C2009.53 673.866 2011.38 673.866 2013.22 673.864C2017.06 673.863 2020.89 673.865 2024.73 673.87C2029.57 673.875 2034.4 673.872 2039.24 673.866C2094.76 673.809 2094.76 673.809 2118.81 677.625C2120.07 677.818 2120.07 677.818 2121.36 678.016C2138.34 680.628 2156.02 683.516 2172 690C2173.72 690.445 2175.45 690.859 2177.19 691.25C2183.42 692.759 2189.43 694.742 2195.49 696.805C2199.43 698.146 2203.37 699.431 2207.38 700.562C2212.09 701.939 2216.55 703.816 2221.06 705.746C2223.71 706.877 2226.38 707.949 2229.06 709C2237.15 712.221 2244.97 715.949 2252.73 719.879C2255.77 721.377 2258.88 722.672 2262 724C2272.93 729.16 2283.38 735.26 2293.64 741.641C2298 744.329 2301.99 746.682 2307 748C2307 748.66 2307 749.32 2307 750C2309.05 751.458 2309.05 751.458 2311.62 752.875C2312.55 753.411 2313.47 753.947 2314.42 754.5C2315.27 754.995 2316.12 755.49 2317 756C2324.11 760.536 2331.16 765.435 2337.5 771C2339.86 773.312 2339.86 773.312 2343 773C2343 773.66 2343 774.32 2343 775C2344.99 776.518 2344.99 776.518 2347.44 778C2351.9 780.79 2351.9 780.79 2353 783C2353.82 783.495 2354.65 783.99 2355.5 784.5C2358 786 2358 786 2359 788C2360.1 788.657 2360.1 788.657 2361.23 789.328C2364.3 791.181 2366.69 793.306 2369.31 795.75C2372.53 798.725 2375.75 801.689 2379.06 804.562C2382.98 807.969 2386.83 811.455 2390.68 814.941C2392.48 816.542 2394.3 818.068 2396.19 819.562C2398.54 821.605 2400.38 823.565 2402.38 825.938C2405.34 829.448 2408.49 832.03 2412.3 834.578C2414.26 836.216 2414.89 837.728 2416 840C2417.57 841.517 2417.57 841.517 2419.44 842.938C2427.54 849.791 2434.05 858.597 2440.46 867C2441.58 868.452 2442.72 869.886 2443.87 871.309C2446.39 874.492 2448.76 877.761 2451.12 881.062C2451.79 881.98 2451.79 881.98 2452.46 882.916C2454.56 885.846 2456.53 888.699 2458 892C2458.66 892 2459.32 892 2460 892C2460.33 892.967 2460.33 892.967 2460.67 893.953C2462.5 898.136 2464.9 901.885 2467.31 905.75C2471.05 911.747 2474.62 917.797 2478 924C2478.48 924.859 2478.95 925.717 2479.44 926.602C2480.23 928.026 2481.02 929.45 2481.81 930.875C2482.89 932.806 2484 934.716 2485.12 936.625C2487.01 940.018 2488.52 943.415 2490 947C2491.88 951.344 2493.8 955.654 2495.94 959.875C2502.02 971.901 2506.84 984.339 2511.31 997.039C2512.04 999.101 2512.77 1001.16 2513.51 1003.22C2516.56 1011.75 2519.45 1020.3 2522 1029C2522.22 1029.73 2522.43 1030.46 2522.66 1031.22C2528.76 1051.91 2534.15 1072.76 2538 1094C2538.21 1095.13 2538.42 1096.26 2538.64 1097.42C2539.35 1101.25 2540.02 1105.09 2540.69 1108.94C2540.9 1110.1 2541.12 1111.25 2541.34 1112.45C2542.79 1121.08 2543.28 1129.61 2543.55 1138.36C2543.6 1139.63 2543.64 1140.91 2543.68 1142.22C2544.08 1155.22 2544.17 1168.21 2544.19 1181.22C2544.2 1183.8 2544.21 1186.38 2544.21 1188.97C2544.23 1194.49 2544.25 1200.01 2544.26 1205.54C2544.28 1213.68 2544.3 1221.82 2544.33 1229.95C2544.37 1243.37 2544.41 1256.79 2544.45 1270.21C2544.45 1271.01 2544.45 1271.81 2544.45 1272.63C2544.46 1275.85 2544.47 1279.08 2544.48 1282.3C2544.55 1309.5 2544.63 1336.71 2544.72 1363.91C2544.72 1364.68 2544.72 1365.45 2544.73 1366.24C2544.87 1413.52 2545.1 1460.81 2545.42 1508.09C2545.45 1512.51 2545.48 1516.92 2545.51 1521.34C2545.53 1524.17 2545.55 1527 2545.57 1529.84C2545.58 1531.7 2545.59 1533.56 2545.6 1535.42C2545.85 1571.62 2546.43 1607.8 2547 1644C2644.35 1644 2741.7 1644 2842 1644C2842.43 1590 2842.43 1590 2842.77 1536C2842.77 1535.02 2842.78 1534.04 2842.78 1533.02C2843.1 1471.54 2843.15 1410.06 2843.18 1348.58C2843.18 1336.61 2843.19 1324.65 2843.21 1312.68C2843.22 1298.83 2843.23 1284.97 2843.23 1271.12C2843.23 1263.96 2843.23 1256.79 2843.24 1249.63C2843.28 1221.73 2843.11 1193.86 2842.11 1165.97C2842.07 1164.85 2842.03 1163.73 2841.99 1162.58C2841.34 1144.28 2839.83 1126.14 2837.68 1107.96C2836.99 1102.05 2836.47 1096.12 2836 1090.19C2835.06 1079.04 2833.28 1068.03 2831.48 1057C2831.05 1054.31 2830.63 1051.63 2830.21 1048.94C2826.78 1025.61 2826.78 1025.61 2821.65 1002.62C2820.93 999.72 2820.45 996.829 2820 993.875C2819.28 989.246 2818.15 984.955 2816.72 980.5C2815.95 977.824 2815.46 975.183 2815 972.438C2814.29 968.259 2813.27 964.426 2811.78 960.461C2810.83 957.476 2810.2 954.463 2809.54 951.404C2808.69 947.611 2807.67 943.869 2806.62 940.125C2806.3 938.946 2806.3 938.946 2805.96 937.743C2804.51 932.614 2802.86 927.616 2800.96 922.633C2799.47 918.561 2798.26 914.411 2797 910.262C2792.61 895.929 2787.26 881.962 2781.79 868.015C2781.14 866.347 2780.49 864.677 2779.84 863.008C2777.86 857.967 2775.69 853.039 2773.42 848.121C2772.05 845.105 2770.72 842.073 2769.41 839.032C2766.47 832.244 2763.39 825.578 2760 819C2759.16 817.334 2758.33 815.668 2757.5 814C2756.89 812.77 2756.89 812.77 2756.26 811.516C2750 799 2750 799 2748.58 796.102C2746.94 792.88 2745.18 789.756 2743.38 786.625C2741.12 782.713 2738.88 778.796 2736.69 774.848C2733.2 768.574 2729.74 762.374 2725.66 756.465C2723.36 753.055 2721.22 749.556 2719.06 746.062C2715.82 740.839 2712.5 735.71 2708.92 730.707C2707.35 728.489 2705.8 726.258 2704.27 724.012C2703.78 723.299 2703.29 722.587 2702.79 721.853C2701.83 720.443 2700.87 719.031 2699.91 717.619C2697.4 713.956 2694.81 710.442 2692 707C2690.47 705.007 2688.95 703.006 2687.44 701C2686.67 699.989 2685.91 698.979 2685.12 697.937C2683 695 2683 695 2681.47 692.375C2679.9 689.839 2678.12 688.094 2676 686C2674.02 683.386 2672.08 680.744 2670.18 678.07C2669.17 676.679 2668.09 675.335 2667 674C2666.34 674 2665.68 674 2665 674C2664.88 673.151 2664.88 673.151 2664.75 672.285C2663.77 669.284 2662.17 667.725 2660 665.437C2654.23 659.21 2648.94 652.642 2643.61 646.035C2642.44 644.595 2642.44 644.595 2641.25 643.125C2640.21 641.829 2640.21 641.829 2639.14 640.508C2636.88 637.863 2634.47 635.448 2632 633C2631.11 631.953 2630.23 630.893 2629.38 629.812C2627.12 626.881 2627.12 626.881 2624 625C2623.67 624.01 2623.34 623.02 2623 622C2621.31 620.285 2621.31 620.285 2619.25 618.625C2614.33 614.435 2609.97 609.968 2605.69 605.125C2602.28 601.307 2598.74 597.939 2594.84 594.648C2592.47 592.52 2590.52 590.146 2588.5 587.691C2586.42 585.347 2584.09 583.407 2581.67 581.422C2580 580 2580 580 2577.25 577.125C2575.15 574.657 2575.15 574.657 2572 575C2571.79 574.447 2571.58 573.894 2571.37 573.324C2569.5 570.152 2566.88 568.106 2564.06 565.812C2563.2 565.096 2563.2 565.096 2562.31 564.365C2561.13 563.383 2559.94 562.404 2558.74 561.428C2557.11 560.091 2555.49 558.741 2553.87 557.387C2548.87 553.15 2548.87 553.15 2543.44 549.5C2540.86 547.916 2539.11 546.154 2537 544C2535.05 542.426 2533.07 540.885 2531.06 539.375C2530.04 538.599 2529.02 537.823 2527.97 537.023C2525.14 534.932 2525.14 534.932 2522.18 533.914C2521.46 533.612 2520.74 533.311 2520 533C2519.67 532.01 2519.34 531.02 2519 530C2517.05 528.428 2517.05 528.428 2514.69 527C2512.33 525.501 2510.04 524.031 2507.83 522.312C2506.1 520.806 2506.1 520.806 2504 521C2503.67 520.01 2503.34 519.02 2503 518C2501.37 516.938 2499.7 515.946 2498 515C2495.48 513.267 2492.99 511.494 2490.5 509.719C2488.87 508.597 2487.2 507.523 2485.5 506.508C2482 504.399 2478.78 501.952 2475.5 499.523C2472.93 497.958 2470.96 497.391 2468 497C2468 496.34 2468 495.68 2468 495C2466.54 494.161 2465.09 493.329 2463.62 492.5C2462.81 492.036 2462 491.572 2461.16 491.094C2459.11 489.85 2459.11 489.85 2457 490C2457 489.34 2457 488.68 2457 488C2456.22 487.619 2456.22 487.619 2455.43 487.23C2451.51 485.297 2447.73 483.275 2444 481C2442.52 480.184 2441.04 479.372 2439.56 478.562C2437 477.15 2434.6 475.726 2432.19 474.062C2429.23 472.146 2426.29 470.615 2423.12 469.062C2418.89 466.986 2414.89 464.781 2410.94 462.227C2406.68 459.533 2402.3 456.904 2397.61 455.062C2394.57 453.824 2391.81 452.285 2388.94 450.687C2376.95 444.16 2364.42 438.658 2352 433C2350.59 432.356 2350.59 432.356 2349.15 431.699C2340.54 427.778 2331.95 424.075 2323 421C2319.15 419.603 2315.37 418.163 2311.62 416.5C2307.97 414.986 2304.32 413.85 2300.53 412.742C2294.45 410.959 2288.57 408.839 2282.69 406.5C2277.68 404.556 2272.76 403.087 2267.53 401.871C2263 400.753 2258.54 399.433 2254.06 398.125C2243.45 395.059 2232.78 392.417 2222 390C2220.9 389.752 2219.79 389.504 2218.66 389.249C2205.56 386.329 2192.49 383.592 2179.21 381.645C2175.25 381.06 2171.35 380.293 2167.44 379.5C2157.2 377.532 2146.84 376.5 2136.47 375.392C2134.11 375.125 2131.75 374.835 2129.4 374.522C2115.5 372.72 2101.55 372.056 2087.56 371.375C2086.9 371.343 2086.24 371.31 2085.56 371.277C2032.87 368.705 1979.96 369.279 1927.56 375.937ZM2009.94 750.687C2008.8 750.748 2008.8 750.748 2007.65 750.811C1995.93 751.467 1984.36 752.664 1972.75 754.375C1971.73 754.523 1971.73 754.523 1970.68 754.675C1961.8 755.984 1953.15 757.834 1944.48 760.113C1941.51 760.869 1938.57 761.512 1935.56 762.062C1931.63 762.805 1927.98 763.958 1924.21 765.285C1922.02 765.993 1919.88 766.486 1917.62 766.937C1913.13 767.876 1908.96 769.389 1904.67 771.004C1902.4 771.852 1900.12 772.632 1897.81 773.375C1887.4 776.801 1877.12 780.801 1867 785C1866.31 785.281 1865.63 785.562 1864.92 785.852C1859.45 788.183 1854.23 790.966 1849.01 793.796C1844.35 796.31 1839.63 798.675 1834.88 801C1827.62 804.57 1820.82 808.66 1814 813C1811.46 814.545 1808.9 816.055 1806.32 817.535C1805.45 818.039 1804.58 818.543 1803.69 819.062C1802.8 819.569 1801.92 820.076 1801.01 820.598C1800.35 821.06 1799.68 821.523 1799 822C1799 822.66 1799 823.32 1799 824C1798.24 824.103 1797.47 824.206 1796.69 824.312C1793.65 825.09 1793.14 825.819 1791 828C1789.35 829.216 1787.69 830.401 1786 831.562C1785.13 832.162 1784.27 832.761 1783.38 833.379C1781.59 834.597 1779.8 835.802 1778 837C1778 837.66 1778 838.32 1778 839C1777.27 839.257 1776.54 839.513 1775.79 839.777C1772.86 841.061 1770.83 842.529 1768.38 844.562C1767.51 845.27 1766.65 845.978 1765.76 846.707C1764.85 847.464 1763.94 848.22 1763 849C1761.06 850.584 1759.13 852.168 1757.19 853.75C1756.31 854.467 1755.44 855.183 1754.54 855.922C1752.83 857.323 1751.1 858.708 1749.36 860.078C1747.44 861.644 1745.73 863.231 1744 865C1742.88 865.968 1741.76 866.926 1740.62 867.875C1737.6 870.45 1734.78 873.152 1732 876C1731.15 876.825 1730.31 877.65 1729.44 878.5C1726.95 880.964 1726.95 880.964 1724.81 883.75C1723 886 1723 886 1721 887C1720.73 887.577 1720.46 888.155 1720.19 888.75C1718.61 891.731 1716.39 893.616 1714 896C1712.08 898.172 1710.23 900.396 1708.38 902.625C1705.68 905.859 1702.98 909.026 1700 912C1699.59 912.722 1699.18 913.444 1698.75 914.188C1696.66 917.547 1694.13 920.255 1691.43 923.133C1689.7 925.006 1689.7 925.006 1690 928C1689.34 928 1688.68 928 1688 928C1686.52 929.929 1685.15 931.85 1683.81 933.875C1683 935.081 1682.18 936.287 1681.37 937.492C1680.96 938.091 1680.56 938.69 1680.15 939.308C1678.62 941.566 1677.03 943.781 1675.44 946C1664.88 961.107 1656.08 977.404 1648.12 994C1647.67 994.943 1647.22 995.886 1646.75 996.857C1643 1004.8 1639.76 1012.9 1636.71 1021.14C1636.03 1022.93 1635.27 1024.68 1634.5 1026.44C1633.04 1029.9 1631.84 1033.37 1630.69 1036.94C1630.17 1038.5 1629.57 1040.04 1628.94 1041.56C1627.93 1044.18 1627.28 1046.81 1626.62 1049.53C1624.88 1056.46 1622.82 1063.32 1620.73 1070.16C1618.27 1078.27 1616.19 1086.29 1614.68 1094.63C1614 1098 1614 1098 1612.98 1101.53C1612.05 1104.84 1611.5 1107.97 1611.06 1111.38C1610.48 1115.84 1609.77 1120.21 1608.86 1124.63C1606.68 1135.54 1606.59 1146.24 1606.64 1157.33C1606.64 1159.43 1606.64 1161.54 1606.63 1163.65C1606.62 1169.4 1606.64 1175.15 1606.65 1180.9C1606.66 1187.21 1606.66 1193.52 1606.66 1199.83C1606.66 1210.67 1606.67 1221.52 1606.68 1232.36C1606.71 1247.91 1606.71 1263.45 1606.72 1278.99C1606.73 1316.35 1606.77 1353.71 1606.81 1391.06C1606.87 1474.53 1606.94 1558 1607 1644C1890.14 1644 2173.28 1644 2465 1644C2465.8 1572.01 2465.8 1572.01 2466.3 1500.02C2466.32 1495.79 2466.34 1491.56 2466.36 1487.32C2466.43 1473.77 2466.49 1460.21 2466.55 1446.66C2466.57 1441.96 2466.59 1437.27 2466.61 1432.58C2466.75 1399.39 2466.88 1366.19 2467 1333C2467 1332.03 2467.01 1331.06 2467.01 1330.06C2467.09 1307.62 2467.15 1285.18 2467.18 1262.74C2467.18 1258.11 2467.2 1253.48 2467.21 1248.85C2467.28 1221.82 2467.02 1194.96 2465 1168C2464.87 1166.14 2464.74 1164.28 2464.62 1162.43C2464.33 1158.22 2463.99 1154.02 2463.62 1149.81C2463.56 1149.11 2463.5 1148.4 2463.44 1147.67C2462.39 1135.43 2460.67 1123.38 2458.42 1111.31C2457.88 1108.36 2457.47 1105.4 2457.06 1102.44C2452.1 1069.91 2441.98 1037.95 2429.14 1007.71C2428.1 1005.24 2427.14 1002.75 2426.19 1000.25C2421.16 987.603 2414.47 975.379 2407.19 963.906C2406.05 962.087 2404.99 960.244 2403.94 958.375C2402.75 956.315 2401.52 954.283 2400.2 952.309C2398.58 949.875 2397.02 947.438 2395.49 944.949C2395.06 944.251 2394.63 943.553 2394.19 942.834C2393.3 941.385 2392.42 939.935 2391.54 938.482C2391.11 937.791 2390.68 937.099 2390.24 936.387C2389.86 935.76 2389.48 935.133 2389.08 934.487C2388.05 932.836 2388.05 932.836 2386 932C2385.61 931.34 2385.22 930.68 2384.81 930C2382.7 926.507 2380.24 923.421 2377.71 920.227C2376.26 918.341 2374.95 916.447 2373.69 914.438C2372.85 913.231 2372.85 913.231 2372 912C2371.34 912 2370.68 912 2370 912C2369.7 910.989 2369.7 910.989 2369.39 909.957C2367.5 905.924 2364.77 902.985 2361.81 899.688C2361.22 899.017 2360.63 898.346 2360.02 897.655C2358.85 896.339 2357.69 895.025 2356.52 893.713C2354.82 891.792 2353.16 889.835 2351.5 887.875C2348.2 884.117 2344.7 880.558 2341.19 877C2340.61 876.411 2340.04 875.821 2339.44 875.214C2338 873.77 2336.5 872.38 2335 871C2334.34 871 2333.68 871 2333 871C2332.73 870.361 2332.46 869.721 2332.19 869.062C2331.11 866.669 2331.11 866.669 2328 866C2328 865.34 2328 864.68 2328 864C2326.32 862.504 2324.58 861.077 2322.81 859.688C2319.86 857.358 2317.08 855.084 2314.45 852.395C2312.06 850.056 2309.87 848.687 2307 847C2303.77 844.55 2300.66 841.952 2297.53 839.383C2294.13 836.624 2290.77 834.232 2287 832C2286 831.002 2285 830.002 2284 829C2281.73 827.301 2279.44 825.638 2277.12 824C2276.21 823.343 2276.21 823.343 2275.27 822.672C2271.92 820.293 2268.54 818.08 2265 816C2263.29 814.9 2261.58 813.795 2259.88 812.688C2255.4 809.833 2250.86 807.21 2246.17 804.715C2243.79 803.424 2241.43 802.107 2239.08 800.754C2219.94 789.8 2199.82 781.211 2179 774C2178.2 773.722 2177.4 773.444 2176.58 773.158C2165.93 769.476 2155.34 766.063 2144.35 763.546C2141.61 762.909 2138.88 762.237 2136.14 761.566C2121.74 758.079 2107.34 755.428 2092.66 753.385C2090.82 753.12 2089 752.818 2087.18 752.486C2083.38 751.906 2079.6 751.664 2075.77 751.465C2074.58 751.4 2074.58 751.4 2073.38 751.335C2071.7 751.245 2070.03 751.157 2068.36 751.07C2065.87 750.94 2063.37 750.802 2060.88 750.662C2043.88 749.744 2026.94 749.76 2009.94 750.687ZM1082.19 1728.94C1080.39 1729.3 1078.6 1729.66 1076.8 1730.02C1075.97 1730.19 1075.13 1730.37 1074.28 1730.54C1071.48 1731.1 1068.68 1731.59 1065.87 1732.06C1061.41 1732.86 1057.11 1734.04 1052.75 1735.28C1049.12 1736.23 1045.46 1736.84 1041.77 1737.46C1037.94 1738.2 1034.24 1739.28 1030.5 1740.35C1028 1741 1028 1741 1024.31 1741.44C1020.75 1742.04 1018.38 1743.21 1015.23 1744.89C1011.93 1746.53 1008.49 1747.68 1005 1748.88C1000.92 1750.4 996.97 1752.2 993 1754C992.265 1754.33 991.529 1754.66 990.772 1755C973.09 1763.03 956.929 1772.77 940.909 1783.71C939.668 1784.55 938.415 1785.37 937.15 1786.17C935.735 1787.07 934.362 1788.03 933 1789C933 1789.66 933 1790.32 933 1791C932.176 1791.36 932.176 1791.36 931.336 1791.73C928.461 1793.29 926.138 1795.22 923.625 1797.31C922.662 1798.11 921.699 1798.92 920.707 1799.74C919.814 1800.49 918.92 1801.23 918 1802C917.323 1802.54 916.646 1803.08 915.949 1803.63C914.596 1804.71 913.291 1805.85 912 1807C912 1807.66 912 1808.32 912 1809C911.319 1809.17 910.639 1809.33 909.937 1809.5C906.301 1811.36 904.478 1813.74 901.895 1816.84C899.43 1819.65 896.688 1822 893.848 1824.41C891.436 1826.49 889.219 1828.72 887 1831C882 1836 882 1836 879.68 1838.27C876.864 1841.14 874.217 1844.12 871.625 1847.19C871.149 1847.75 870.673 1848.31 870.182 1848.9C862.721 1856.69 862.721 1856.69 859 1866C858.34 1866 857.68 1866 857 1866C855.343 1868.39 853.813 1870.77 852.312 1873.25C851.864 1873.98 851.416 1874.71 850.954 1875.47C849.628 1877.64 848.313 1879.82 847 1882C846.043 1883.57 846.043 1883.57 845.066 1885.17C834.237 1903.28 825.648 1922.75 818.312 1942.5C817.46 1944.77 816.547 1947.03 815.566 1949.25C812.691 1955.94 810.88 1962.98 809 1970C808.678 1971.18 808.678 1971.18 808.35 1972.39C804.847 1985.62 803.137 1998.98 801.75 2012.56C801.667 2013.35 801.584 2014.14 801.499 2014.95C798.177 2047.12 798.854 2079.6 798.872 2111.89C798.874 2117.85 798.871 2123.81 798.869 2129.77C798.864 2142.09 798.865 2154.41 798.867 2166.72C798.87 2179.19 798.871 2191.65 798.869 2204.11C798.868 2204.91 798.868 2205.7 798.868 2206.51C798.868 2209.73 798.867 2212.95 798.867 2216.17C798.861 2246.09 798.861 2276 798.864 2305.92C798.864 2306.8 798.864 2307.69 798.864 2308.6C798.864 2309.48 798.864 2310.37 798.864 2311.28C798.867 2338.31 798.867 2365.35 798.866 2392.38C798.866 2394.19 798.866 2396.01 798.866 2397.82C798.866 2405.1 798.865 2412.39 798.865 2419.68C798.864 2440.04 798.863 2460.41 798.863 2480.78C798.863 2481.7 798.863 2482.63 798.863 2483.59C798.863 2513.11 798.864 2542.64 798.866 2572.17C798.866 2573.13 798.866 2574.08 798.866 2575.07C798.867 2590.61 798.869 2606.15 798.87 2621.7C798.875 2683.34 798.874 2744.98 798.87 2806.62C798.868 2822.16 798.867 2837.69 798.866 2853.23C798.866 2854.19 798.866 2855.14 798.866 2856.13C798.864 2885.63 798.863 2915.13 798.863 2944.63C798.863 2945.56 798.863 2946.49 798.863 2947.44C798.864 2967.78 798.864 2988.13 798.865 3008.47C798.865 3015.75 798.866 3023.03 798.866 3030.3C798.866 3032.12 798.866 3033.93 798.866 3035.74C798.867 3062.76 798.867 3089.79 798.864 3116.81C798.864 3117.7 798.864 3118.58 798.864 3119.49C798.864 3120.38 798.863 3121.26 798.863 3122.17C798.861 3152 798.862 3181.83 798.867 3211.66C798.867 3214.86 798.868 3218.07 798.869 3221.28C798.869 3222.07 798.869 3222.85 798.869 3223.67C798.871 3236.09 798.87 3248.52 798.867 3260.95C798.864 3273.19 798.865 3285.43 798.87 3297.67C798.872 3304.21 798.873 3310.75 798.869 3317.29C798.747 3363.42 798.747 3363.42 801.687 3409.44C801.772 3410.3 801.856 3411.17 801.943 3412.06C804.076 3433.56 808.326 3454.42 815 3475C815.315 3475.99 815.315 3475.99 815.637 3476.99C818.805 3486.9 822.122 3496.7 826.973 3505.92C828.136 3508.28 829.145 3510.69 830.172 3513.11C831.573 3516.31 833.123 3519.44 834.687 3522.56C835.031 3523.25 835.375 3523.94 835.729 3524.65C839.719 3532.54 844.105 3540.19 848.668 3547.77C850 3550 850 3550 851 3552C851.66 3552 852.32 3552 853 3552C853.402 3553.08 853.402 3553.08 853.812 3554.19C854.999 3557 856.275 3559.48 858 3562C858.66 3562 859.32 3562 860 3562C860.227 3562.69 860.454 3563.38 860.687 3564.09C862.303 3567.67 864.544 3570.53 867 3573.56C867.488 3574.17 867.975 3574.78 868.478 3575.41C869.487 3576.66 870.499 3577.92 871.514 3579.17C872.907 3580.89 874.288 3582.61 875.668 3584.34C879.85 3589.48 884.013 3594.13 889.125 3598.35C891.827 3600.73 894.088 3603.42 896.418 3606.16C900.436 3610.84 905.011 3615.34 910 3619C910.66 3619 911.32 3619 912 3619C912 3619.66 912 3620.32 912 3621C914.254 3622.96 916.513 3624.8 918.875 3626.62C919.526 3627.14 920.177 3627.66 920.848 3628.19C924.065 3631.02 924.065 3631.02 928 3632C928.33 3632.99 928.66 3633.98 929 3635C930.648 3636.03 932.321 3637.02 934 3638C935.488 3639.18 936.967 3640.36 938.437 3641.56C941.834 3644.25 944.71 3646.01 949 3647C949 3647.66 949 3648.32 949 3649C951.367 3650.56 953.726 3651.98 956.187 3653.38C956.939 3653.81 957.691 3654.24 958.465 3654.69C960.102 3655.63 961.74 3656.57 963.381 3657.5C966.077 3659.04 968.766 3660.6 971.453 3662.15C973.281 3663.21 975.109 3664.26 976.937 3665.31C977.788 3665.8 978.638 3666.29 979.514 3666.8C987.747 3671.51 995.951 3675.79 1004.92 3678.91C1007.77 3679.92 1010.59 3681.01 1013.4 3682.11C1027.95 3687.75 1042.82 3691.77 1058.12 3694.75C1059.59 3695.05 1059.59 3695.05 1061.09 3695.35C1083.26 3699.43 1106.08 3699.3 1128.53 3699.28C1132.41 3699.28 1136.29 3699.29 1140.17 3699.3C1146.96 3699.31 1153.76 3699.31 1160.56 3699.32C1170.73 3699.32 1180.91 3699.33 1191.09 3699.34C1208.44 3699.37 1225.8 3699.39 1243.15 3699.4C1260.73 3699.41 1278.31 3699.42 1295.89 3699.44C1297.56 3699.44 1297.56 3699.44 1299.27 3699.45C1303.8 3699.45 1308.33 3699.46 1312.87 3699.46C1360.12 3699.52 1407.37 3699.56 1454.63 3699.59C1459.71 3699.59 1464.8 3699.6 1469.88 3699.6C1471.14 3699.6 1472.41 3699.6 1473.71 3699.6C1501.7 3699.63 1529.69 3699.65 1557.68 3699.68C1650.5 3699.76 1743.32 3699.83 1956.48 3699.97C1994.84 3699.99 2033.21 3700.01 2071.57 3700.04C2174.54 3700.1 2174.54 3700.1 2441.91 3700.22C2444.52 3700.22 2447.14 3700.22 2449.75 3700.22C2451.04 3700.22 2452.34 3700.22 2453.67 3700.22C2456.28 3700.23 2458.89 3700.23 2461.49 3700.23C2463.43 3700.23 2463.43 3700.23 2465.4 3700.23C2466.69 3700.23 2467.98 3700.23 2469.3 3700.23C2473.2 3700.23 2477.09 3700.23 2480.99 3700.23C2518.47 3700.24 2555.96 3700.26 2593.45 3700.28C2638.85 3700.31 2684.26 3700.32 2729.67 3700.32C2734.28 3700.32 2738.89 3700.32 2743.5 3700.32C2744.63 3700.32 2745.76 3700.32 2746.92 3700.32C2764.79 3700.32 2782.65 3700.34 2800.51 3700.35C2818.11 3700.36 2835.71 3700.37 2853.32 3700.36C2862.72 3700.36 2872.13 3700.36 2881.53 3700.37C2943.57 3701.62 2943.57 3701.62 3004.81 3693.48C3007.31 3692.93 3009.81 3692.49 3012.33 3692.05C3028.63 3689.13 3044.44 3684.53 3059.94 3678.76C3062.68 3677.75 3065.43 3676.78 3068.19 3675.81C3076.99 3672.68 3085.39 3668.45 3093.81 3664.44C3094.84 3663.96 3095.86 3663.47 3096.91 3662.98C3097.9 3662.51 3098.88 3662.04 3099.89 3661.56C3101.22 3660.93 3101.22 3660.93 3102.58 3660.29C3104.93 3659.04 3106.9 3657.62 3109 3656C3111.06 3654.9 3113.15 3653.84 3115.25 3652.81C3116.33 3652.28 3117.41 3651.75 3118.52 3651.21C3119.34 3650.81 3120.16 3650.41 3121 3650C3121 3649.34 3121 3648.68 3121 3648C3122.05 3647.63 3122.05 3647.63 3123.12 3647.25C3126.39 3645.83 3129.08 3644.03 3132 3642C3133.33 3641.13 3133.33 3641.13 3134.69 3640.25C3141.75 3635.54 3148.52 3630.48 3155 3625C3155.66 3624.67 3156.32 3624.34 3157 3624C3157 3623.34 3157 3622.68 3157 3622C3157.89 3621.59 3157.89 3621.59 3158.79 3621.17C3160.93 3620.04 3162.53 3618.84 3164.35 3617.25C3164.95 3616.72 3165.56 3616.2 3166.18 3615.66C3166.8 3615.11 3167.42 3614.56 3168.06 3614C3169.3 3612.92 3170.54 3611.83 3171.79 3610.75C3172.33 3610.27 3172.88 3609.79 3173.44 3609.3C3175 3608 3175 3608 3178 3606C3178 3605.34 3178 3604.68 3178 3604C3178.84 3603.66 3178.84 3603.66 3179.69 3603.31C3182.66 3601.63 3184.65 3599.47 3187 3597C3187.75 3596.26 3188.51 3595.53 3189.29 3594.77C3192.34 3591.65 3195.18 3588.39 3198 3585.06C3198.51 3584.47 3199.02 3583.87 3199.54 3583.26C3200.55 3582.08 3201.55 3580.89 3202.55 3579.71C3203.49 3578.6 3204.43 3577.5 3205.38 3576.4C3207.94 3573.41 3210.03 3570.4 3212 3567C3213.77 3564.48 3215.57 3561.99 3217.38 3559.5C3218.96 3557.06 3220.02 3554.73 3221 3552C3221.66 3552 3222.32 3552 3223 3552C3223.36 3551.32 3223.73 3550.64 3224.1 3549.95C3227.12 3544.36 3230.24 3538.87 3233.61 3533.48C3235.33 3530.42 3236.63 3527.24 3238 3524C3239.13 3521.72 3240.28 3519.45 3241.44 3517.19C3244.28 3511.56 3246.79 3505.91 3249 3500C3249.45 3498.84 3249.9 3497.69 3250.36 3496.5C3253.17 3489.23 3255.76 3481.92 3258.12 3474.5C3258.47 3473.44 3258.47 3473.44 3258.82 3472.35C3262.7 3459.97 3265.5 3447.33 3267.81 3434.57C3268.19 3432.5 3268.58 3430.43 3268.97 3428.36C3269.23 3426.98 3269.48 3425.6 3269.73 3424.22C3269.95 3423.02 3270.17 3421.82 3270.4 3420.59C3272.65 3405.22 3272.15 3389.5 3272.16 3374.01C3272.16 3370.47 3272.17 3366.92 3272.17 3363.38C3272.18 3357.16 3272.19 3350.94 3272.2 3344.73C3272.2 3335.44 3272.22 3326.15 3272.23 3316.87C3272.26 3301.11 3272.27 3285.34 3272.29 3269.58C3272.31 3253.73 3272.33 3237.87 3272.35 3222.02C3272.35 3221.02 3272.35 3220.02 3272.35 3218.99C3272.36 3214.94 3272.36 3210.88 3272.37 3206.82C3272.43 3162.6 3272.48 3118.37 3272.53 3074.15C3272.53 3073.04 3272.53 3071.93 3272.53 3070.78C3272.53 3068.54 3272.53 3066.29 3272.54 3064.04C3272.56 3040.53 3272.59 3017.01 3272.62 2993.49C3272.75 2882.44 3272.86 2771.39 3273 2616.06C3273 2613.02 3273 2609.99 3273.01 2606.95C3273.08 2520.68 3273.14 2434.41 3273.17 2341.21C3273.17 2340.07 3273.17 2340.07 3273.17 2338.91C3273.17 2332.06 3273.18 2325.21 3273.18 2318.37C3273.18 2296.71 3273.19 2275.05 3273.21 2253.4C3273.22 2227.52 3273.23 2201.64 3273.23 2175.76C3273.23 2163.17 3273.23 2150.59 3273.24 2138.01C3273.25 2127.7 3273.25 2117.39 3273.25 2107.08C3273.24 2101.94 3273.24 2096.8 3273.25 2091.66C3273.28 2071.59 3273.06 2051.55 3272.16 2031.49C3272.13 2030.65 3272.09 2029.8 3272.05 2028.92C3271.04 2005.19 3267.77 1980.53 3260 1958C3259.74 1957.24 3259.48 1956.48 3259.22 1955.7C3255.79 1945.78 3251.88 1936.09 3247.58 1926.52C3246.52 1924.16 3245.49 1921.8 3244.48 1919.43C3243.09 1916.2 3241.59 1913.07 3240 1909.94C3239.26 1908.47 3239.26 1908.47 3238.5 1906.96C3237.76 1905.5 3237.76 1905.5 3237 1904C3236.26 1902.51 3236.26 1902.51 3235.51 1901C3234 1898 3232.42 1895.06 3230.81 1892.12C3230.28 1891.16 3229.75 1890.19 3229.21 1889.2C3228.61 1888.11 3228.61 1888.11 3228 1887C3227.34 1887 3226.68 1887 3226 1887C3225.8 1886.21 3225.6 1885.41 3225.4 1884.59C3223.5 1879.71 3220.64 1875.77 3217.62 1871.5C3216.47 1869.84 3215.32 1868.19 3214.16 1866.53C3213.62 1865.75 3213.07 1864.98 3212.51 1864.18C3211.2 1862.29 3209.95 1860.39 3208.71 1858.47C3207.24 1855.92 3207.24 1855.92 3205 1855C3204.6 1854.31 3204.19 1853.62 3203.78 1852.91C3201.43 1849.07 3198.54 1845.86 3195.56 1842.5C3194.42 1841.2 3193.27 1839.9 3192.13 1838.59C3191.59 1837.98 3191.05 1837.37 3190.49 1836.74C3189.18 1835.21 3187.94 1833.63 3186.71 1832.03C3185.87 1831.03 3185.87 1831.03 3185 1830C3184.34 1830 3183.68 1830 3183 1830C3182.73 1829.36 3182.46 1828.72 3182.19 1828.06C3181.11 1825.67 3181.11 1825.67 3178 1825C3177.33 1823.67 3176.67 1822.33 3176 1821C3175.01 1820.67 3174.02 1820.34 3173 1820C3172.3 1818.68 3171.64 1817.35 3171 1816C3169.58 1814.49 3169.58 1814.49 3167.92 1813.16C3167.01 1812.4 3167.01 1812.4 3166.09 1811.63C3165.15 1810.85 3165.15 1810.85 3164.19 1810.06C3162.95 1809.03 3161.71 1808 3160.48 1806.97C3159.88 1806.47 3159.29 1805.98 3158.67 1805.46C3157.17 1804.15 3155.76 1802.73 3154.36 1801.31C3152.02 1799.02 3149.82 1797.63 3147 1796C3144.9 1794.42 3142.82 1792.82 3140.75 1791.19C3136.33 1787.74 3131.87 1784.47 3127.16 1781.43C3124.78 1779.86 3122.49 1778.18 3120.19 1776.5C3115.64 1773.3 3110.92 1770.86 3105.92 1768.45C3103.29 1767.14 3100.81 1765.73 3098.31 1764.19C3088.03 1757.89 3077.34 1752.12 3066 1748C3064.82 1747.54 3063.65 1747.08 3062.44 1746.61C3052.77 1742.85 3043.01 1739.71 3033 1737C3032.27 1736.8 3031.54 1736.59 3030.78 1736.38C3018.8 1733.06 3006.66 1731.03 2994.38 1729.25C2993.31 1729.09 2993.31 1729.09 2992.22 1728.93C2982.8 1727.52 2973.41 1726.78 2963.89 1726.44C2962.72 1726.4 2961.55 1726.36 2960.34 1726.32C2946.64 1725.87 2932.94 1725.86 2919.23 1725.87C2915.32 1725.88 2911.41 1725.87 2907.49 1725.87C2900.64 1725.87 2893.78 1725.87 2886.92 1725.87C2876.66 1725.87 2866.39 1725.87 2856.13 1725.87C2838.63 1725.86 2821.13 1725.86 2803.63 1725.87C2785.9 1725.87 2768.18 1725.87 2750.46 1725.87C2748.78 1725.87 2748.78 1725.87 2747.06 1725.87C2742.49 1725.87 2737.93 1725.87 2733.36 1725.87C2690.86 1725.86 2648.37 1725.86 2605.87 1725.86C2604.62 1725.86 2603.36 1725.86 2602.06 1725.86C2600.8 1725.86 2599.54 1725.86 2598.24 1725.86C2559.84 1725.87 2521.45 1725.87 2483.05 1725.87C2480.47 1725.87 2477.9 1725.87 2475.33 1725.87C2464.99 1725.87 2454.65 1725.87 2444.32 1725.86C2415.42 1725.86 2386.52 1725.86 2357.63 1725.86C2356.31 1725.86 2355 1725.86 2353.64 1725.86C2311.72 1725.86 2269.81 1725.86 2227.89 1725.87C2226.87 1725.87 2226.87 1725.87 2225.83 1725.87C2203.07 1725.87 2180.32 1725.87 2157.56 1725.87C2088.72 1725.87 2019.89 1725.88 1896.93 1725.87C1874.17 1725.87 1851.4 1725.87 1828.63 1725.87C1827.95 1725.87 1827.27 1725.87 1826.57 1725.87C1784.01 1725.86 1741.44 1725.86 1698.87 1725.86C1697.55 1725.86 1696.24 1725.86 1694.88 1725.86C1666.03 1725.86 1637.17 1725.86 1608.31 1725.87C1597.99 1725.87 1587.66 1725.87 1577.34 1725.87C1574.77 1725.87 1572.2 1725.87 1569.63 1725.87C1531.23 1725.87 1492.84 1725.87 1454.44 1725.86C1453.18 1725.86 1451.92 1725.86 1450.63 1725.86C1449.37 1725.86 1448.11 1725.86 1446.82 1725.86C1404.46 1725.86 1362.1 1725.86 1319.74 1725.87C1315.19 1725.87 1310.64 1725.87 1306.09 1725.87C1304.98 1725.87 1303.86 1725.87 1302.71 1725.87C1285.03 1725.87 1267.35 1725.87 1249.67 1725.87C1232.29 1725.86 1214.92 1725.87 1197.54 1725.87C1187.35 1725.87 1177.15 1725.87 1166.96 1725.87C1160.19 1725.87 1153.43 1725.87 1146.66 1725.87C1142.82 1725.87 1138.98 1725.87 1135.15 1725.87C1108.52 1725.55 1108.52 1725.55 1082.19 1728.94Z" fill="#005388"></path> <path d="M2075 2279C2076.55 2279.16 2076.55 2279.16 2078.13 2279.32C2090.75 2280.67 2102.77 2282.61 2115 2286C2117.04 2286.51 2119.09 2287.01 2121.14 2287.5C2128.85 2289.37 2136.44 2291.56 2144 2294C2144.77 2294.24 2145.55 2294.49 2146.35 2294.74C2155.61 2297.73 2164.64 2300.99 2173 2306C2174.69 2306.72 2176.39 2307.44 2178.09 2308.15C2181.3 2309.57 2184.36 2311.26 2187.44 2312.94C2188.75 2313.65 2190.06 2314.35 2191.38 2315.06C2192 2315.39 2192.62 2315.73 2193.26 2316.07C2196.47 2317.79 2199.73 2319.4 2203 2321C2203 2321.66 2203 2322.32 2203 2323C2203.73 2323.1 2204.46 2323.21 2205.21 2323.31C2208.27 2324.07 2210.12 2325.19 2212.69 2327C2215.75 2329.16 2215.75 2329.16 2219 2331C2219 2331.66 2219 2332.32 2219 2333C2219.76 2333.27 2220.53 2333.54 2221.31 2333.81C2223.99 2334.99 2225.02 2335.94 2227 2338C2228.14 2339.01 2229.28 2340.01 2230.44 2341C2234.55 2344.58 2238.56 2348.25 2242.57 2351.95C2245.38 2354.54 2248.22 2357.08 2251.13 2359.56C2255.98 2363.78 2260.72 2368.2 2265 2373C2265 2373.66 2265 2374.32 2265 2375C2265.55 2375.22 2266.1 2375.43 2266.67 2375.66C2269.81 2377.46 2271.83 2379.82 2274.25 2382.5C2274.71 2383 2275.17 2383.5 2275.64 2384.01C2279 2387.74 2279 2387.74 2279 2390C2279.66 2390 2280.32 2390 2281 2390C2281.27 2390.8 2281.54 2391.61 2281.81 2392.44C2282.2 2393.28 2282.6 2394.13 2283 2395C2283.99 2395.33 2284.98 2395.66 2286 2396C2287.05 2397.64 2288.05 2399.3 2289 2401C2289.66 2401.66 2290.32 2402.32 2291 2403C2291 2403.99 2291 2404.98 2291 2406C2291.99 2406.33 2292.98 2406.66 2294 2407C2295.36 2408.68 2295.36 2408.68 2296.75 2410.87C2297.27 2411.68 2297.78 2412.49 2298.32 2413.32C2298.87 2414.21 2299.43 2415.09 2300 2416C2300.91 2417.4 2300.91 2417.4 2301.84 2418.83C2304.84 2423.47 2307.54 2428.06 2310 2433C2311.09 2434.86 2312.2 2436.72 2313.31 2438.56C2317.01 2444.85 2320.04 2451.34 2323 2458C2323.43 2458.93 2323.86 2459.85 2324.31 2460.81C2329.47 2471.89 2333.69 2483.24 2337 2495C2337.35 2496.24 2337.35 2496.24 2337.71 2497.51C2341.11 2509.71 2343.98 2521.82 2345.63 2534.38C2345.9 2536.25 2346.18 2538.12 2346.49 2539.98C2347.89 2548.81 2348.33 2557.44 2348.34 2566.36C2348.34 2567.81 2348.35 2569.25 2348.36 2570.7C2348.37 2573.71 2348.37 2576.72 2348.37 2579.74C2348.37 2582.77 2348.38 2585.8 2348.41 2588.83C2348.57 2606.8 2347.93 2623.92 2344.44 2641.63C2343.85 2644.81 2343.44 2647.98 2343.06 2651.19C2340.04 2672.5 2333.77 2693.36 2325 2713C2324.46 2714.26 2324.46 2714.26 2323.91 2715.54C2322.17 2719.56 2320.27 2723.25 2318 2727C2317.31 2728.64 2316.62 2730.28 2315.94 2731.92C2312.75 2738.99 2308.74 2745.57 2304.37 2751.95C2303.14 2753.78 2302.06 2755.63 2301 2757.56C2299.06 2760.9 2296.93 2763.87 2294.56 2766.91C2293.38 2768.5 2292.25 2770.13 2291.16 2771.79C2288.71 2775.44 2286.08 2778.91 2283.38 2782.37C2282.64 2783.34 2282.64 2783.34 2281.89 2784.32C2280.64 2785.92 2279.33 2787.46 2278 2789C2277.34 2789 2276.68 2789 2276 2789C2275.92 2789.62 2275.84 2790.24 2275.75 2790.87C2275 2793 2275 2793 2273.06 2793.94C2270.23 2795.4 2270.16 2797.08 2269 2800C2267.38 2801.71 2265.71 2803.37 2264 2805C2263.4 2805.78 2262.8 2806.57 2262.19 2807.37C2260.31 2809.63 2258.54 2811.31 2256.31 2813.19C2249.06 2819.4 2243.03 2826.7 2237.41 2834.38C2236.71 2835.18 2236.71 2835.18 2236 2836C2235.34 2836 2234.68 2836 2234 2836C2233.9 2836.72 2233.79 2837.44 2233.69 2838.19C2233 2841 2233 2841 2231.56 2843.29C2226.86 2851.44 2225.42 2862.75 2227.73 2871.86C2230.4 2880.25 2233.75 2888.51 2237.69 2896.37C2239 2899 2239 2899 2239.94 2901.87C2240.78 2904.36 2241.68 2906.44 2242.88 2908.75C2244.81 2912.52 2246.39 2916.37 2247.94 2920.31C2250.77 2927.51 2253.79 2934.61 2257.06 2941.62C2259.19 2946.2 2261.17 2950.79 2263.02 2955.49C2265.96 2962.99 2269.13 2970.35 2272.56 2977.62C2274.89 2982.54 2277.07 2987.48 2279.05 2992.55C2281.82 2999.68 2284.83 3006.69 2288.06 3013.62C2290.12 3018.04 2292.04 3022.47 2293.8 3027.01C2295.13 3030.33 2296.53 3033.62 2297.93 3036.91C2299.64 3040.93 2301.32 3044.97 2303 3049C2303.42 3049.99 2303.84 3050.98 2304.27 3052C2312.6 3073.13 2314.34 3097.81 2310 3120C2309.88 3120.64 2309.75 3121.28 2309.63 3121.94C2307.05 3134.85 2301.76 3145.3 2294.27 3156.14C2292.89 3158.11 2292.89 3158.11 2291.44 3160.75C2289.63 3163.57 2287.39 3165.66 2285 3168C2284.39 3168.79 2283.78 3169.57 2283.15 3170.38C2276.46 3178.52 2267.22 3184.13 2258 3189C2257.16 3189.45 2256.33 3189.9 2255.46 3190.37C2230.56 3202.76 2201.62 3201.31 2174.57 3201.28C2170.4 3201.27 2166.22 3201.28 2162.04 3201.29C2153.89 3201.3 2145.74 3201.3 2137.59 3201.3C2130.95 3201.3 2124.32 3201.3 2117.69 3201.31C2116.27 3201.31 2116.27 3201.31 2114.81 3201.31C2112.89 3201.31 2110.96 3201.31 2109.03 3201.31C2091.01 3201.32 2072.99 3201.32 2054.97 3201.31C2038.52 3201.31 2022.07 3201.32 2005.63 3201.34C1988.69 3201.36 1971.75 3201.37 1954.8 3201.36C1945.31 3201.36 1935.82 3201.36 1926.33 3201.38C1918.26 3201.39 1910.19 3201.39 1902.11 3201.38C1898 3201.37 1893.89 3201.37 1889.78 3201.38C1861.45 3201.46 1836.68 3199.09 1810.75 3187C1809.45 3186.4 1809.45 3186.4 1808.12 3185.78C1802.94 3183.27 1797.74 3180.49 1794 3176C1794 3175.01 1794 3174.02 1794 3173C1793.42 3172.78 1792.85 3172.56 1792.25 3172.33C1789.3 3170.59 1787.94 3168.49 1786 3165.69C1784.03 3162.87 1782.08 3160.09 1779.91 3157.42C1773.56 3149.38 1770.09 3139.65 1767 3130C1766.66 3128.98 1766.31 3127.97 1765.96 3126.92C1765.6 3125.83 1765.24 3124.75 1764.88 3123.62C1764.54 3122.63 1764.21 3121.63 1763.87 3120.6C1756.71 3090.89 1764.66 3062.27 1776 3035C1776.44 3033.93 1776.89 3032.86 1777.35 3031.75C1778.18 3029.75 1779.02 3027.75 1779.86 3025.75C1782.12 3020.31 1784.27 3014.83 1786.44 3009.36C1786.96 3008.05 1787.48 3006.74 1788 3005.44C1788.47 3004.24 1788.95 3003.04 1789.44 3001.81C1791.18 2997.49 1793.09 2993.25 1795 2989C1800.75 2976.23 1800.75 2976.23 1806.08 2963.28C1807.5 2959.76 1809.11 2956.33 1810.7 2952.88C1812.54 2948.81 1814.21 2944.67 1815.89 2940.53C1817 2938 1817 2938 1819 2935C1819.67 2933 1820.33 2931 1821 2929C1822.23 2926.06 1823.56 2923.16 1824.88 2920.25C1827.38 2914.67 1829.81 2909.09 1832.02 2903.38C1833.19 2900.55 1834.53 2897.82 1835.88 2895.06C1843.39 2878.75 1848.97 2861.62 1842.85 2843.88C1841.94 2841.74 1841.94 2841.74 1840 2839C1840 2838.01 1840 2837.02 1840 2836C1839.36 2835.73 1838.72 2835.46 1838.06 2835.19C1836 2834 1836 2834 1835 2831C1834.41 2830.71 1833.83 2830.42 1833.23 2830.12C1830.26 2828.63 1828.57 2826.6 1826.38 2824.12C1825.21 2822.83 1825.21 2822.83 1824.02 2821.51C1822 2819 1822 2819 1820.98 2816.8C1819.7 2814.45 1818.41 2814.07 1816 2813C1814.72 2812.04 1813.47 2811.04 1812.25 2810C1811.64 2809.48 1811.02 2808.97 1810.39 2808.44C1809 2807 1809 2807 1809 2805C1808.36 2804.73 1807.72 2804.46 1807.06 2804.19C1805 2803 1805 2803 1804 2800C1803.43 2799.74 1802.86 2799.47 1802.27 2799.2C1798.96 2797.45 1796.95 2794.67 1794.63 2791.81C1793.65 2790.63 1792.68 2789.46 1791.7 2788.28C1791.24 2787.71 1790.77 2787.15 1790.29 2786.56C1788.69 2784.63 1787.04 2782.75 1785.38 2780.87C1783 2778 1783 2778 1782 2775C1781.1 2774.11 1781.1 2774.11 1780.18 2773.2C1777.61 2770.61 1775.94 2767.88 1774.06 2764.75C1773.36 2763.58 1772.65 2762.4 1771.94 2761.23C1770.98 2759.63 1770.98 2759.63 1770 2758C1769.17 2756.68 1768.34 2755.37 1767.5 2754.06C1752.36 2729.86 1740.43 2702.87 1734 2675C1733.53 2673.15 1733.05 2671.29 1732.57 2669.44C1731.69 2665.97 1730.84 2662.48 1730 2659C1729.83 2658.31 1729.66 2657.61 1729.48 2656.9C1714.83 2596.91 1722.3 2529.88 1745 2473C1745.34 2472.11 1745.67 2471.22 1746.02 2470.3C1748.82 2462.94 1752.43 2456 1756 2449C1756.71 2447.56 1757.42 2446.13 1758.13 2444.69C1761.79 2437.38 1765.92 2430.44 1770.35 2423.58C1771.39 2421.95 1772.41 2420.32 1773.39 2418.66C1775.53 2415.11 1777.79 2411.65 1780.06 2408.19C1780.51 2407.49 1780.96 2406.8 1781.42 2406.09C1782.56 2404.36 1783.77 2402.67 1785 2401C1785.66 2401 1786.32 2401 1787 2401C1787.23 2400.3 1787.46 2399.6 1787.69 2398.88C1789.27 2395.41 1791.46 2392.78 1793.94 2389.94C1797.44 2385.88 1797.44 2385.88 1800.69 2381.63C1801.12 2381.09 1801.56 2380.55 1802 2380C1802.66 2380 1803.32 2380 1804 2380C1804.23 2379.46 1804.45 2378.93 1804.69 2378.37C1807.55 2373.2 1811.8 2369.1 1816 2365C1816.85 2364.09 1817.69 2363.18 1818.56 2362.25C1821.02 2359.98 1821.93 2359.74 1825 2359C1825.23 2358.44 1825.46 2357.88 1825.7 2357.31C1827.61 2353.92 1830.57 2351.93 1833.63 2349.62C1834.26 2349.14 1834.9 2348.65 1835.55 2348.15C1837.36 2346.76 1839.18 2345.38 1841 2344C1842.16 2343.11 1842.16 2343.11 1843.35 2342.2C1845.22 2340.77 1847.1 2339.38 1849 2338C1849.74 2337.46 1850.48 2336.92 1851.25 2336.37C1857.01 2332.26 1862.94 2328.5 1868.99 2324.84C1871.3 2323.43 1873.56 2321.98 1875.81 2320.5C1880.43 2317.58 1885.37 2315.25 1890.28 2312.85C1893.16 2311.44 1895.95 2310.03 1898.7 2308.37C1900.95 2307.03 1903.12 2306.06 1905.56 2305.12C1909.26 2303.69 1912.92 2302.19 1916.56 2300.62C1933.41 2293.61 1950.81 2288.29 1968.69 2284.68C1970.81 2284.24 1972.93 2283.77 1975.03 2283.26C1987.49 2280.27 2000.27 2279.23 2013 2278C2013.77 2277.92 2014.53 2277.85 2015.32 2277.77C2035.22 2275.9 2055.17 2276.91 2075 2279ZM1997.04 2362.56C1994.5 2363.11 1991.95 2363.51 1989.38 2363.87C1971.32 2367.14 1953.02 2374.6 1936.83 2383.06C1934.86 2384.07 1932.88 2385.04 1930.89 2386.01C1923.56 2389.58 1916.64 2393.25 1910 2398C1908.4 2399.09 1906.8 2400.17 1905.19 2401.25C1904.48 2401.73 1903.77 2402.21 1903.04 2402.7C1901 2404 1901 2404 1898.99 2404.92C1896.52 2406.26 1894.95 2407.99 1893 2410C1891.22 2411.5 1889.43 2412.98 1887.63 2414.44C1886.66 2415.22 1885.7 2416 1884.71 2416.81C1883.13 2418.09 1881.54 2419.36 1879.95 2420.62C1878.6 2421.71 1877.29 2422.85 1876 2424C1876 2424.66 1876 2425.32 1876 2426C1875.16 2426.09 1875.16 2426.09 1874.31 2426.19C1871.01 2427.35 1869.37 2429.46 1867 2432C1866.11 2432.85 1865.23 2433.69 1864.31 2434.56C1861.99 2436.77 1861.99 2436.77 1861 2439C1859.87 2441.26 1858.35 2442.6 1856.55 2444.34C1847.66 2453.88 1841.59 2465.87 1835.31 2477.19C1834.84 2478.04 1834.36 2478.9 1833.87 2479.78C1831.31 2484.44 1829 2489.07 1827 2494C1826.26 2495.81 1826.26 2495.81 1825.5 2497.65C1823.08 2503.63 1820.71 2509.59 1818.76 2515.75C1817.96 2518.11 1817.03 2520.39 1816.07 2522.7C1796.45 2571.58 1804.45 2627.11 1822 2675C1822.35 2675.96 1822.7 2676.93 1823.05 2677.92C1830.01 2696.27 1840.19 2714.7 1852.43 2729.99C1853.83 2731.78 1855.09 2733.59 1856.31 2735.5C1857.76 2738.08 1857.76 2738.08 1860 2739C1860.31 2739.64 1860.62 2740.28 1860.94 2740.94C1861.95 2743.32 1861.95 2743.32 1865 2745C1865.5 2746.48 1865.5 2746.48 1866 2748C1867.62 2749.68 1867.62 2749.68 1869.63 2751.31C1870.34 2751.92 1871.06 2752.53 1871.8 2753.16C1872.53 2753.77 1873.25 2754.38 1874 2755C1875.25 2756.06 1876.5 2757.12 1877.75 2758.19C1878.6 2758.91 1878.6 2758.91 1879.46 2759.64C1880.8 2760.83 1882.07 2762.1 1883.31 2763.37C1884.85 2765.23 1884.85 2765.23 1887 2765C1887.39 2765.9 1887.39 2765.9 1887.8 2766.82C1889.07 2769.12 1890.2 2770.21 1892.25 2771.81C1895.97 2774.89 1898.98 2778.24 1902 2782C1902.59 2782.73 1903.18 2783.45 1903.79 2784.2C1907.3 2788.6 1910.29 2793.05 1913 2798C1913.32 2798.58 1913.64 2799.17 1913.97 2799.77C1918.06 2807.35 1921.6 2815.02 1924.38 2823.19C1924.61 2823.87 1924.85 2824.56 1925.1 2825.27C1928.59 2836.06 1929.35 2847.1 1929.25 2858.37C1929.24 2860.16 1929.24 2860.16 1929.22 2861.97C1928.94 2883.33 1923.07 2902.34 1915 2922C1914.58 2923.03 1914.16 2924.07 1913.72 2925.13C1910.38 2933.24 1906.82 2941.23 1903.13 2949.19C1900.45 2954.97 1897.92 2960.81 1895.43 2966.67C1894.18 2969.59 1892.89 2972.49 1891.56 2975.37C1887.14 2985.04 1882.84 2994.76 1878.95 3004.66C1877.53 3008.16 1875.94 3011.58 1874.36 3015.01C1872.34 3019.46 1870.44 3023.95 1868.53 3028.45C1867.39 3031.08 1866.24 3033.71 1865.07 3036.33C1862.61 3041.84 1860.3 3047.41 1858 3052.98C1856.42 3056.77 1854.79 3060.48 1852.92 3064.13C1846.05 3077.67 1843.67 3092.44 1846.79 3107.38C1848.02 3111.05 1848.44 3112.12 1851.75 3113.87C1852.83 3114.45 1852.83 3114.45 1853.93 3115.04C1863.69 3119.56 1874.07 3119.15 1884.62 3119.15C1885.99 3119.15 1887.36 3119.15 1888.74 3119.16C1892.48 3119.17 1896.23 3119.17 1899.98 3119.17C1904.03 3119.18 1908.08 3119.19 1912.13 3119.2C1921.89 3119.22 1931.66 3119.23 1941.43 3119.24C1946.03 3119.24 1950.64 3119.25 1955.25 3119.25C1970.57 3119.27 1985.89 3119.28 2001.22 3119.29C2005.19 3119.29 2009.16 3119.29 2013.13 3119.3C2014.11 3119.3 2015.1 3119.3 2016.12 3119.3C2032.1 3119.3 2048.09 3119.33 2064.07 3119.36C2080.5 3119.4 2096.93 3119.41 2113.37 3119.42C2122.58 3119.42 2131.8 3119.43 2141.02 3119.45C2148.87 3119.48 2156.72 3119.48 2164.57 3119.47C2168.57 3119.47 2172.57 3119.47 2176.57 3119.49C2180.24 3119.51 2183.91 3119.51 2187.58 3119.49C2189.52 3119.49 2191.45 3119.5 2193.39 3119.52C2205.59 3119.43 2218.36 3117.66 2227.34 3108.66C2231.05 3102.73 2229.83 3095.05 2228.47 3088.44C2225.76 3077.27 2222.47 3065.38 2216.48 3055.48C2215.07 3053.12 2214.05 3050.87 2213.06 3048.31C2212.72 3047.44 2212.38 3046.56 2212.02 3045.66C2211.38 3043.99 2210.74 3042.32 2210.1 3040.66C2207.56 3034.15 2204.64 3027.85 2201.66 3021.54C2198.85 3015.54 2196.2 3009.5 2193.69 3003.37C2191.73 2998.64 2189.63 2994 2187.44 2989.37C2185.08 2984.39 2182.89 2979.38 2180.89 2974.25C2178.52 2968.24 2175.73 2962.41 2173 2956.56C2171.25 2952.78 2169.57 2949.01 2168.06 2945.12C2166.41 2940.87 2164.51 2936.75 2162.56 2932.62C2160.01 2927.21 2157.58 2921.77 2155.32 2916.22C2154.32 2913.78 2153.31 2911.36 2152.28 2908.93C2148.68 2900.42 2145.36 2891.95 2143 2883C2142.77 2882.16 2142.55 2881.32 2142.32 2880.46C2140.94 2874.36 2140.8 2868.29 2140.75 2862.06C2140.74 2861.25 2140.73 2860.44 2140.72 2859.61C2140.78 2848.15 2143.42 2837.62 2147.06 2826.81C2147.46 2825.64 2147.85 2824.46 2148.25 2823.25C2152.42 2811.21 2157.88 2800.55 2165 2790C2165.5 2789.13 2165.99 2788.27 2166.5 2787.37C2168.08 2784.88 2169.92 2783.08 2172 2781C2172 2780.34 2172 2779.68 2172 2779C2172.99 2778.67 2173.98 2778.34 2175 2778C2176.47 2776.51 2176.47 2776.51 2177.94 2774.62C2184.52 2766.86 2192.46 2760.23 2200.18 2753.63C2204.85 2749.43 2208.99 2744.82 2213.06 2740.06C2213.58 2739.47 2214.1 2738.87 2214.63 2738.26C2217.71 2734.66 2220.44 2731 2223 2727C2223.66 2726.03 2224.32 2725.06 2225 2724.06C2229.13 2718.41 2229.13 2718.41 2231 2712C2231.66 2712 2232.32 2712 2233 2712C2233.28 2711.43 2233.56 2710.86 2233.85 2710.27C2236.31 2705.28 2238.88 2700.37 2241.56 2695.5C2244.01 2690.98 2246.16 2686.52 2247.97 2681.71C2249 2679 2250.1 2676.31 2251.21 2673.62C2253.76 2667.38 2256.05 2661.14 2257.93 2654.66C2258.74 2651.89 2259.59 2649.15 2260.47 2646.4C2270.84 2613.34 2272.21 2573.52 2261.96 2540.21C2261.2 2537.68 2260.6 2535.23 2260.05 2532.65C2259.06 2528.07 2257.7 2523.68 2256.19 2519.25C2255.79 2518.08 2255.79 2518.08 2255.39 2516.89C2251.43 2505.27 2247.38 2493.54 2241 2483C2240.27 2481.31 2239.53 2479.62 2238.83 2477.91C2237.37 2474.54 2235.67 2471.28 2234 2468C2233.34 2468 2232.68 2468 2232 2468C2231.75 2467.3 2231.51 2466.6 2231.25 2465.87C2229.83 2462.61 2228.03 2459.92 2226 2457C2225.4 2456.08 2224.8 2455.16 2224.18 2454.21C2221.92 2450.88 2219.53 2447.68 2217.06 2444.5C2216.65 2443.96 2216.23 2443.41 2215.8 2442.86C2211.49 2437.27 2207.06 2431.94 2202 2427C2201.22 2426.2 2200.43 2425.39 2199.63 2424.56C2194.52 2418.81 2194.52 2418.81 2188 2416C2188 2415.34 2188 2414.68 2188 2414C2186.65 2412.7 2186.65 2412.7 2184.85 2411.43C2184.18 2410.93 2183.51 2410.43 2182.82 2409.91C2182.09 2409.38 2181.37 2408.86 2180.63 2408.31C2179.53 2407.5 2179.53 2407.5 2178.41 2406.68C2176.28 2405.11 2174.14 2403.55 2172 2402C2170.98 2401.26 2169.97 2400.52 2168.92 2399.76C2164.74 2396.77 2160.67 2394.18 2156 2392C2154.66 2391.26 2153.33 2390.51 2152 2389.75C2139.93 2383 2127.36 2376.7 2114.29 2372.16C2111.77 2371.27 2109.29 2370.34 2106.81 2369.37C2084.64 2360.89 2063.19 2358.53 2039.63 2358.44C2038.61 2358.43 2037.6 2358.42 2036.56 2358.41C2022.98 2358.33 2010.3 2359.62 1997.04 2362.56Z" fill="#005287"></path> </svg> </a> </div> <div class="u_1964229482 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1964229482" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="text-align-center m-size-16 size-20"><a href="/private-credit" runtime_url="/private-credit" type="page" class="font-size-20 m-font-size-16" style="display: unset;">Private Credit</a></h4> </div> </div> <div class="dmRespCol small-12 large-3 medium-3 u_1366280220" id="1366280220"> <div class="u_1846492778 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1846492778"> <a href="/catastrophe-bonds" id="1390231524" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1263032046" class="svg u_1263032046" data-icon-name="wp-band_aid_thin" data-hover-effect="zoomout" aria-labelledby="1297421443"> <title id="1297421443">A black and white icon of a bandage on a white background.</title> <g> <path d="M56,14c-2.6-2.6-5.6-4-8.7-4c-1.1,0-2.2,0.5-3,1.3l-33,33c-0.8,0.8-1.3,1.9-1.3,3c0,3.1,1.4,6.1,4,8.7c2.6,2.6,5.6,4,8.7,4 c1.1,0,2.2-0.5,3-1.3l33-33c0.8-0.8,1.3-1.9,1.3-3C60,19.6,58.7,16.6,56,14z M57.3,24.3l-33,33C24,57.6,23.4,58,22.7,58 c-2.6,0-5-1.1-7.3-3.4c-2.2-2.2-3.4-4.7-3.4-7.3c0-0.7,0.4-1.3,0.7-1.6l33-33c0.3-0.3,0.9-0.7,1.6-0.7c2.6,0,5,1.1,7.3,3.4 c2.3,2.3,3.4,4.7,3.4,7.3C58,23.4,57.6,24,57.3,24.3z"></path> <circle cx="43.5" cy="21.5" r="1.5"></circle> <circle cx="17.5" cy="47.5" r="1.5"></circle> <circle cx="21.5" cy="43.5" r="1.5"></circle> <circle cx="22.5" cy="52.5" r="1.5"></circle> <circle cx="26.5" cy="48.5" r="1.5"></circle> <circle cx="47.5" cy="17.5" r="1.5"></circle> <circle cx="48.5" cy="26.5" r="1.5"></circle> <circle cx="52.5" cy="22.5" r="1.5"></circle> <path d="M25.7,36.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8,8c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L25.7,36.3z"></path> <path d="M37.7,24.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8,8c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L37.7,24.3z"></path> </g> </svg> </a> </div> <div class="u_1162991963 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1162991963" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h4 class="m-size-16 text-align-center size-20"><a href="/catastrophe-bonds" runtime_url="/catastrophe-bonds" type="page" class="m-font-size-16 font-size-20" style="color: rgb(15, 83, 130); display: unset;">Catastrophe Bonds</a></h4> </div> </div> <div class="dmRespCol large-3 medium-3 small-12 u_1180033313" id="1180033313"> <div class="u_1611556393 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1611556393"> <a href="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" id="1131894502" file="true" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1402956238" class="svg u_1402956238" data-icon-name="payment_dollar_coin" data-hover-effect="zoomout" aria-labelledby="1541947999"> <title id="1541947999">A black and white icon of a dollar sign in a circle.</title> <path d="M51.38,35.56V33.5H48.63v2.06a7.81,7.81,0,0,0-6.43,7.67c0,3.31,2.18,6.17,5.7,7.48.47.18,1,.33,1.44.49a20.74,20.74,0,0,1,2.45.92,5.16,5.16,0,0,1,3.26,4.64,5,5,0,0,1-10.1.1v-.45H42.19v.47a7.83,7.83,0,0,0,6.43,7.56V66.5h2.75V64.44A7.74,7.74,0,0,0,56,51.88a9.06,9.06,0,0,0-4.27-2.72l-1.17-.39a12.64,12.64,0,0,1-3.7-1.65A4.93,4.93,0,0,1,45,43.23a5,5,0,1,1,10.1,0v.46h2.75v-.46A7.81,7.81,0,0,0,51.38,35.56Z"></path> <path d="M50,12.82A37.18,37.18,0,1,0,87.18,50,37.23,37.23,0,0,0,50,12.82Zm0,72.41A35.22,35.22,0,1,1,85.22,50,35.26,35.26,0,0,1,50,85.22Z"></path> <path d="M50,21A29,29,0,1,0,79,50,29,29,0,0,0,50,21Zm0,56A27,27,0,1,1,77,50,27.05,27.05,0,0,1,50,77Z"></path> <path d="M49.87,19.09a1.28,1.28,0,1,0-1.28-1.28A1.28,1.28,0,0,0,49.87,19.09Zm0-2a.68.68,0,1,1-.68.68A.68.68,0,0,1,49.87,17.12Z"></path> <path d="M38.87,21.07a1.28,1.28,0,1,0-1.21-.84A1.29,1.29,0,0,0,38.87,21.07Zm-.23-1.92a.68.68,0,1,1-.41.87A.68.68,0,0,1,38.64,19.15Z"></path> <path d="M29.21,26.7a1.28,1.28,0,0,0,.11-2.56,1.31,1.31,0,0,0-.94.3,1.28,1.28,0,0,0,.83,2.26ZM29.73,25a.68.68,0,1,1-1-.09.68.68,0,0,1,1,.09"></path> <path d="M21.41,35.12a1.27,1.27,0,0,0,.64.17,1.29,1.29,0,0,0,1.11-.64,1.28,1.28,0,0,0-.47-1.75,1.28,1.28,0,1,0-1.28,2.22Zm.05-1.45a.68.68,0,0,1,.59-.34.67.67,0,0,1,.34.09.68.68,0,1,1-.93.25Z"></path> <path d="M18,45.8l.22,0a1.29,1.29,0,0,0,1.26-1.06,1.28,1.28,0,0,0-1-1.48,1.28,1.28,0,0,0-1.49,1A1.29,1.29,0,0,0,18,45.8Zm.34-1.93h0a.68.68,0,1,1-.79.55.68.68,0,0,1,.79-.55"></path> <path d="M19.05,54.67a1.27,1.27,0,0,0-1-.21h0A1.28,1.28,0,0,0,18.31,57l.22,0a1.28,1.28,0,0,0,.52-2.31Zm-.62,1.72a.68.68,0,0,1-.79-.55.68.68,0,0,1,.55-.79h.12a.68.68,0,0,1,.12,1.35"></path> <path d="M22.51,65a1.28,1.28,0,0,0-1.44,1.88,1.29,1.29,0,0,0,1.11.64,1.26,1.26,0,0,0,.64-.17A1.28,1.28,0,0,0,22.51,65Zm-.67.65a.68.68,0,1,1-.32.42.68.68,0,0,1,.32-.42h0"></path> <path d="M29.29,73.47A1.28,1.28,0,0,0,29.4,76h.11a1.28,1.28,0,0,0,.71-2.26A1.29,1.29,0,0,0,29.29,73.47Zm-.41.84a.68.68,0,0,1,.46-.24.67.67,0,0,1,.5.16.68.68,0,1,1-1,.09"></path> <path d="M39.55,79.09a1.28,1.28,0,1,0,.77,1.64A1.29,1.29,0,0,0,39.55,79.09Zm.2,1.44a.68.68,0,1,1-.41-.87A.68.68,0,0,1,39.75,80.53Z"></path> <path d="M50.13,80.91a1.28,1.28,0,1,0,1.28,1.28A1.28,1.28,0,0,0,50.13,80.91Zm0,2a.68.68,0,1,1,.68-.68A.68.68,0,0,1,50.13,82.88Z"></path> <path d="M60.69,79a1.28,1.28,0,0,0-.77,1.64h0a1.29,1.29,0,0,0,1.21.84,1.28,1.28,0,0,0,1.2-1.72A1.28,1.28,0,0,0,60.69,79Zm1.08,1a.68.68,0,1,1-.64-.45.68.68,0,0,1,.64.45"></path> <path d="M70,73.6a1.29,1.29,0,0,0-.16,1.81h0A1.28,1.28,0,1,0,70,73.6Zm1.35.54a.68.68,0,1,1-.52-.24.68.68,0,0,1,.52.24"></path> <path d="M78.59,64.88a1.28,1.28,0,1,0-.64,2.39,1.31,1.31,0,0,0,.33,0,1.28,1.28,0,0,0,.31-2.35Zm-1,1.7h0a.68.68,0,0,1,.68-1.18h0a.68.68,0,1,1-.68,1.18"></path> <path d="M82,54.2a1.28,1.28,0,0,0-.45,2.53h0l.22,0A1.28,1.28,0,0,0,82,54.2Zm-.1.59a.68.68,0,1,1-.12,0h.12"></path> <path d="M81.68,45.57l.23,0a1.28,1.28,0,1,0-.23,0Zm-.12-2h.12a.68.68,0,0,1,.67.56.68.68,0,0,1-.55.79.7.7,0,0,1-.51-.11A.69.69,0,0,1,81,44.4.68.68,0,0,1,81.57,43.61Z"></path> <path d="M77.82,35.07a1.28,1.28,0,1,0-1.11-.64A1.28,1.28,0,0,0,77.82,35.07Zm-.66-1.46a.68.68,0,0,1,.32-.42.67.67,0,0,1,.34-.09.68.68,0,1,1-.66.51Z"></path> <path d="M70.6,26.54a1.28,1.28,0,0,0,1-.45h0a1.29,1.29,0,1,0-1,.46Zm-.52-1.72a.68.68,0,1,1,.58,1.12.69.69,0,0,1-.5-.16.68.68,0,0,1-.08-1"></path> <path d="M60.45,20.91a1.28,1.28,0,1,0-.77-1.64A1.29,1.29,0,0,0,60.45,20.91Zm-.2-1.44a.68.68,0,1,1,.41.87A.68.68,0,0,1,60.25,19.47Z"></path> </svg> </a> </div> <div class="u_1055730688 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1055730688" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" runtime_url="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" type="file" class="m-font-size-16 font-size-20" style="display: initial; color: rgb(15, 83, 130);" file="true" target="_blank">U.S. Treasuries</a></h4> </div> </div> </div> </div> <div class="u_1218670293 dmRespRow hide-for-small hide-for-large" id="1218670293"> <div class="dmRespColsWrapper" id="1044279754"> <div class="u_1872464183 dmRespCol small-12 large-3 medium-3" id="1872464183"> <div class="u_1632510535 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1632510535"> <a href="/evaluated-taxable-bonds" id="1971841868" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1532058862" class="svg u_1532058862" data-icon-name="business_office_building" data-hover-effect="zoomout" aria-labelledby="1019306790"> <title id="1019306790">An icon of a hotel with five stars on top of it.</title> <path d="M69.36,79.4H30.64a1.14,1.14,0,0,1-1.14-1.14v-54a1.14,1.14,0,0,1,1.14-1.14H69.36a1.14,1.14,0,0,1,1.14,1.14v54A1.14,1.14,0,0,1,69.36,79.4ZM31.77,77.13H68.23V25.38H31.77Z"></path> <path d="M84,86.39H16a1.14,1.14,0,0,1-1.14-1.14v-7A1.14,1.14,0,0,1,16,77.13H84a1.14,1.14,0,0,1,1.14,1.14v7A1.14,1.14,0,0,1,84,86.39ZM17.1,84.12H82.9V79.4H17.1Z"></path> <path d="M21.3,79.4a1.14,1.14,0,0,1-1.14-1.14V73.58a1.14,1.14,0,1,1,2.27,0v4.68A1.14,1.14,0,0,1,21.3,79.4Z"></path> <path d="M21.3,74.72c-3,0-5.33-3.6-5.33-8.2s2.34-8.2,5.33-8.2,5.33,3.6,5.33,8.2S24.29,74.72,21.3,74.72Zm0-14.13c-1.45,0-3.06,2.43-3.06,5.93s1.61,5.93,3.06,5.93,3.06-2.43,3.06-5.93S22.75,60.59,21.3,60.59Z"></path> <path d="M78.7,79.4a1.14,1.14,0,0,1-1.14-1.14V73.58a1.14,1.14,0,1,1,2.27,0v4.68A1.14,1.14,0,0,1,78.7,79.4Z"></path> <path d="M78.7,74.72c-3,0-5.33-3.6-5.33-8.2s2.34-8.2,5.33-8.2S84,61.92,84,66.52,81.69,74.72,78.7,74.72Zm0-14.13c-1.45,0-3.06,2.43-3.06,5.93s1.61,5.93,3.06,5.93,3.06-2.43,3.06-5.93S80.15,60.59,78.7,60.59Z"></path> <path d="M36.37,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,33.59Z"></path> <path d="M43.19,33.59A1.14,1.14,0,0,1,42,32.46V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,43.19,33.59Z"></path> <path d="M50,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,50,33.59Z"></path> <path d="M56.81,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,56.81,33.59Z"></path> <path d="M63.63,33.59a1.14,1.14,0,0,1-1.14-1.14V29.08a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,33.59Z"></path> <path d="M36.37,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,36.37,43.44Z"></path> <path d="M43.19,43.44A1.14,1.14,0,0,1,42,42.3V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,43.19,43.44Z"></path> <path d="M50,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,50,43.44Z"></path> <path d="M56.81,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,56.81,43.44Z"></path> <path d="M63.63,43.44a1.14,1.14,0,0,1-1.14-1.14V38.93a1.14,1.14,0,1,1,2.27,0V42.3A1.14,1.14,0,0,1,63.63,43.44Z"></path> <path d="M36.37,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,53.29Z"></path> <path d="M43.19,53.29A1.14,1.14,0,0,1,42,52.15V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,43.19,53.29Z"></path> <path d="M50,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,50,53.29Z"></path> <path d="M56.81,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,56.81,53.29Z"></path> <path d="M63.63,53.29a1.14,1.14,0,0,1-1.14-1.14V48.78a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,53.29Z"></path> <path d="M36.37,63.13A1.14,1.14,0,0,1,35.24,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,36.37,63.13Z"></path> <path d="M43.19,63.13A1.14,1.14,0,0,1,42,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,43.19,63.13Z"></path> <path d="M50,63.13A1.14,1.14,0,0,1,48.86,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,50,63.13Z"></path> <path d="M56.81,63.13A1.14,1.14,0,0,1,55.68,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,56.81,63.13Z"></path> <path d="M63.63,63.13A1.14,1.14,0,0,1,62.49,62V58.62a1.14,1.14,0,1,1,2.27,0V62A1.14,1.14,0,0,1,63.63,63.13Z"></path> <path d="M36.37,73a1.14,1.14,0,0,1-1.14-1.14V68.47a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,36.37,73Z"></path> <path d="M63.63,73a1.14,1.14,0,0,1-1.14-1.14V68.47a1.14,1.14,0,1,1,2.27,0v3.37A1.14,1.14,0,0,1,63.63,73Z"></path> <path d="M57.85,79.4H42.15A1.14,1.14,0,0,1,41,78.27V66.52a1.14,1.14,0,0,1,1.14-1.14h15.7A1.14,1.14,0,0,1,59,66.52V78.27A1.14,1.14,0,0,1,57.85,79.4ZM43.29,77.13H56.71V67.66H43.29Z"></path> <path d="M50,79.4H42.15A1.14,1.14,0,0,1,41,78.27V66.52a1.14,1.14,0,0,1,1.14-1.14H50a1.14,1.14,0,0,1,1.14,1.14V78.27A1.14,1.14,0,0,1,50,79.4Zm-6.71-2.27h5.57V67.66H43.29Z"></path> <path d="M36.46,21.47a1.14,1.14,0,0,1-.53-.13l-1.29-.68-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94L33,15.54l.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33ZM34.1,17.66a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.67,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,34.1,17.66Z"></path> <path d="M40.5,21.47a1.14,1.14,0,0,1-1.12-1.33l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.65,1.2l-1.29-.68L41,21.34A1.14,1.14,0,0,1,40.5,21.47Zm1.82-3.23a1.14,1.14,0,0,1,.33,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39,1.14,1.14,0,0,1-.54.39,1.14,1.14,0,0,1,.21.63A1.14,1.14,0,0,1,42.32,18.24Z"></path> <path d="M51.82,21.47a1.13,1.13,0,0,1-.53-.13L50,20.66l-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33ZM50,18.24a1.14,1.14,0,0,1,.33,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39,1.14,1.14,0,0,1-.54.39,1.14,1.14,0,0,1,.21.63A1.14,1.14,0,0,1,50,18.24Z"></path> <path d="M55.86,21.47a1.14,1.14,0,0,1-1.12-1.33L55,18.71l-1-1a1.14,1.14,0,0,1,.63-1.94L56,15.54l.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43A1.14,1.14,0,0,1,59,21.34l-1.29-.68-1.29.68A1.13,1.13,0,0,1,55.86,21.47Zm1.28-3.81a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.66,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,57.14,17.66Z"></path> <path d="M67.18,21.47a1.14,1.14,0,0,1-.53-.13l-1.29-.68-1.29.68a1.14,1.14,0,0,1-1.65-1.2l.25-1.43-1-1a1.14,1.14,0,0,1,.63-1.94l1.44-.21.64-1.3a1.14,1.14,0,0,1,2,0l.64,1.3,1.44.21a1.14,1.14,0,0,1,.63,1.94l-1,1,.25,1.43a1.14,1.14,0,0,1-1.12,1.33Zm-2.35-3.81a1.14,1.14,0,0,1,.21.63,1.14,1.14,0,0,1,.66,0,1.14,1.14,0,0,1,.21-.63,1.14,1.14,0,0,1-.54-.39A1.14,1.14,0,0,1,64.82,17.66Z"></path> </svg> </a> </div> <div class="u_1331756483 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1331756483" background-image":""}"="" style="text-align: left; transition: none;"> <h4 class="m-size-16 text-align-center size-20"><a href="/evaluated-taxable-bonds" runtime_url="/evaluated-taxable-bonds" type="page" class="m-font-size-16 font-size-20" style="color: rgb(15, 83, 130); display: unset;">Corporate Bonds</a></h4> </div> </div> <div class="u_1785076889 dmRespCol small-12 large-3 medium-3" id="1785076889"> <div class="u_1394140726 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1394140726"> <a href="/private-credit" id="1831065137" file="false"> <svg width="4085" height="4096" viewbox="0 0 4085 4096" fill="none" xmlns="http://www.w3.org/2000/svg" id="1571514496" class="svg u_1571514496" data-hover-effect="zoomout" data-icon-custom="true" data-icon-name="lock_2.svg" aria-labelledby="1292137647"> <title id="1292137647">A blue line drawing of a padlock with a keyhole.</title> <path d="M2161.8 294.453C2166.69 295.289 2171.6 295.893 2176.52 296.497C2181.03 297.149 2185.4 298.199 2189.82 299.281C2193.06 300.013 2196.27 300.531 2199.56 301C2204.74 301.749 2209.69 302.878 2214.75 304.211C2219.26 305.306 2223.82 306.122 2228.39 306.91C2232.42 307.622 2236.14 308.689 2240 310C2241.76 310.348 2243.54 310.661 2245.31 310.937C2249.61 311.676 2253.54 312.774 2257.64 314.244C2259.93 314.978 2262.14 315.452 2264.51 315.875C2270.56 317.047 2276.41 318.749 2282.31 320.5C2283.9 320.962 2283.9 320.962 2285.52 321.434C2293.32 323.729 2293.32 323.729 2296.61 325.046C2299.27 326.109 2301.98 326.749 2304.76 327.419C2308.95 328.507 2313.03 329.927 2317.12 331.312C2318.06 331.625 2318.99 331.938 2319.94 332.26C2326.64 334.521 2333.32 336.841 2339.96 339.261C2342.45 340.163 2344.94 341.054 2347.43 341.945C2349.39 342.651 2351.35 343.357 2353.31 344.062C2354.23 344.391 2355.15 344.72 2356.1 345.058C2361.19 346.898 2366.15 348.889 2371.07 351.127C2373.29 352.133 2375.54 353.05 2377.81 353.937C2386.82 357.517 2395.61 361.251 2404.25 365.656C2407.16 367.077 2410.07 368.225 2413.11 369.312C2421.46 372.349 2429.2 376.692 2437.01 380.879C2440.31 382.645 2443.65 384.331 2447 386C2456.35 390.814 2465.64 395.734 2474.81 400.875C2475.77 401.41 2475.77 401.41 2476.75 401.956C2480.62 404.143 2484.31 406.516 2488 409C2489.66 410.011 2491.33 411.011 2493 412C2493.81 412.495 2494.63 412.99 2495.46 413.5C2499.9 416.191 2504.31 418.778 2509 421C2509 421.66 2509 422.32 2509 423C2509.85 423.229 2510.69 423.459 2511.56 423.695C2515.59 425.223 2518.58 427.312 2522 429.875C2523.19 430.748 2524.37 431.621 2525.56 432.492C2526.14 432.914 2526.71 433.337 2527.3 433.772C2529.82 435.59 2532.4 437.297 2535 439C2537 440.333 2539 441.667 2541 443C2541.79 443.5 2542.57 444 2543.38 444.516C2544.61 445.312 2544.61 445.312 2545.88 446.125C2546.66 446.623 2547.44 447.12 2548.24 447.633C2549.11 448.31 2549.11 448.31 2550 449C2550 449.66 2550 450.32 2550 451C2550.9 451.155 2550.9 451.155 2551.81 451.312C2554.35 452.111 2555.17 453.101 2557 455C2557.71 455.416 2558.43 455.833 2559.16 456.262C2562.65 458.399 2565.75 460.878 2568.94 463.437C2572.36 466.184 2575.73 468.872 2579.44 471.223C2580.29 471.809 2581.13 472.396 2582 473C2582 473.66 2582 474.32 2582 475C2582.73 475.246 2583.46 475.492 2584.21 475.746C2587.3 477.136 2589.17 478.736 2591.62 481.062C2597.73 486.718 2604.14 491.952 2610.67 497.105C2613.3 499.242 2615.61 501.605 2618 504C2618.93 504.722 2619.86 505.444 2620.81 506.187C2621.53 506.786 2622.26 507.384 2623 508C2623 508.66 2623 509.32 2623 510C2623.89 510.403 2623.89 510.403 2624.79 510.814C2627.01 512.003 2628.54 513.24 2630.35 514.969C2630.95 515.54 2631.56 516.111 2632.18 516.699C2632.8 517.293 2633.42 517.888 2634.06 518.5C2635.3 519.679 2636.54 520.856 2637.79 522.031C2638.33 522.553 2638.88 523.074 2639.44 523.611C2641.16 525.206 2641.16 525.206 2644 527C2644 527.66 2644 528.32 2644 529C2644.54 529.227 2645.07 529.454 2645.62 529.687C2650.72 532.504 2655.08 536.733 2659 541C2659 541.66 2659 542.32 2659 543C2660.08 543.34 2660.08 543.34 2661.19 543.687C2664.59 545.273 2666.45 547.261 2669 550C2669.82 550.825 2670.65 551.65 2671.5 552.5C2675.25 556.25 2675.25 556.25 2679 560C2679.85 560.825 2680.69 561.65 2681.56 562.5C2684 565 2684 565 2686.19 567.75C2687.8 570.075 2687.8 570.075 2690 571C2690.29 571.608 2690.57 572.217 2690.87 572.844C2692.59 576.131 2695.36 577.938 2698.22 580.219C2700 582 2700 582 2700.5 584.094C2700.66 584.723 2700.83 585.352 2701 586C2701.84 586.416 2701.84 586.416 2702.7 586.84C2706.23 588.621 2708.31 591.552 2710.81 594.562C2711.34 595.19 2711.87 595.818 2712.42 596.464C2715.92 600.636 2719.32 604.875 2722.6 609.23C2723.97 610.96 2725.44 612.443 2727 614C2744 633.85 2744 633.85 2744 638C2744.99 638.33 2745.98 638.66 2747 639C2748.05 640.638 2749.04 642.31 2750 644C2751.31 645.687 2752.64 647.354 2754 649C2756.65 652.216 2758.89 655.411 2761 659C2762.77 661.519 2764.57 664.01 2766.38 666.5C2767.96 668.941 2769.02 671.269 2770 674C2770.66 674 2771.32 674 2772 674C2772.5 676.475 2772.5 676.475 2773 679C2773.66 679 2774.32 679 2775 679C2776.3 680.871 2776.3 680.871 2777.75 683.437C2779.7 686.803 2781.69 690.096 2783.88 693.312C2790.13 702.591 2795.78 712.25 2801.41 721.912C2803.42 725.358 2805.47 728.767 2807.61 732.137C2809.63 735.334 2811.34 738.602 2813 742C2814.11 743.947 2815.23 745.884 2816.38 747.812C2820.71 755.197 2820.71 755.197 2822.75 758.812C2823.3 759.781 2823.3 759.781 2823.86 760.77C2824.79 762.581 2825.61 764.447 2826.39 766.324C2827.97 770.068 2829.93 773.51 2832 777C2834.71 781.56 2836.94 786.096 2839 791C2840.15 793.342 2841.32 795.675 2842.5 798C2844.85 802.608 2846.99 807.238 2849 812C2849.63 813.432 2850.27 814.863 2850.91 816.293C2854.35 824.02 2857.65 831.809 2860.97 839.59C2861.8 841.54 2862.64 843.487 2863.48 845.434C2866.21 851.816 2868.56 858.294 2870.83 864.847C2872.47 869.553 2874.24 874.183 2876.13 878.793C2877.33 881.837 2878.34 884.934 2879.35 888.047C2879.86 889.574 2880.45 891.075 2881.06 892.562C2882.11 895.29 2882.76 898.056 2883.43 900.895C2884 902.998 2884.71 904.973 2885.5 907C2886.75 910.204 2887.62 913.398 2888.41 916.75C2889.37 920.395 2890.65 923.931 2891.9 927.484C2893.16 931.528 2894.18 935.604 2895.19 939.717C2896 943.003 2896.85 946.278 2897.72 949.551C2900.82 961.318 2903.85 973.016 2906 985C2906.48 987.584 2906.96 990.167 2907.44 992.75C2907.56 993.406 2907.68 994.063 2907.8 994.739C2908.64 999.219 2909.57 1003.67 2910.53 1008.13C2912.18 1015.73 2913.51 1023.25 2914.44 1030.98C2914.94 1034.82 2915.67 1038.61 2916.41 1042.41C2919 1055.74 2920.43 1069.11 2921.68 1082.62C2921.96 1085.58 2922.27 1088.52 2922.59 1091.47C2923.78 1102.51 2924.25 1113.54 2924.55 1124.63C2924.57 1125.42 2924.59 1126.2 2924.61 1127.01C2925.04 1143.03 2925.14 1159.05 2925.13 1175.07C2925.13 1178.97 2925.13 1182.86 2925.13 1186.76C2925.14 1194.36 2925.14 1201.97 2925.14 1209.58C2925.13 1215.85 2925.13 1222.11 2925.13 1228.38C2925.13 1229.29 2925.13 1230.2 2925.13 1231.13C2925.13 1232.98 2925.13 1234.83 2925.14 1236.68C2925.14 1253.97 2925.13 1271.26 2925.13 1288.54C2925.13 1302.99 2925.13 1317.44 2925.13 1331.88C2925.16 1422.98 2924.96 1514.08 2924 1644C2924.64 1644 2925.28 1643.99 2925.95 1643.99C2932.75 1643.94 2939.55 1643.91 2946.34 1643.89C2948.87 1643.88 2951.39 1643.87 2953.92 1643.85C2973.56 1643.72 2992.78 1644.55 3012.19 1647.75C3013.21 1647.92 3014.24 1648.08 3015.3 1648.26C3044.39 1653.18 3072.49 1661.45 3100 1672C3100.88 1672.33 3101.76 1672.65 3102.67 1672.99C3108.72 1675.29 3114.45 1678.15 3120.21 1681.1C3123.21 1682.63 3126.19 1684.08 3129.31 1685.38C3134.35 1687.5 3139.09 1690.19 3143.88 1692.81C3145.29 1693.58 3145.29 1693.58 3146.73 1694.35C3152.01 1697.23 3157.05 1700.29 3162.02 1703.68C3164.55 1705.37 3167.18 1706.83 3169.88 1708.25C3172.7 1709.74 3175.34 1711.23 3178 1713C3178 1713.66 3178 1714.32 3178 1715C3179.08 1715.39 3179.08 1715.39 3180.19 1715.79C3183.12 1717.05 3185.42 1718.56 3188 1720.44C3190.48 1722.23 3192.91 1723.95 3195.56 1725.47C3198.12 1727.07 3199.91 1728.84 3202 1731C3203.67 1732.42 3205.36 1733.81 3207.06 1735.19C3208.03 1735.97 3208.99 1736.75 3209.98 1737.56C3211.98 1739.18 3213.98 1740.79 3215.99 1742.41C3216.94 1743.18 3217.89 1743.95 3218.88 1744.75C3220.17 1745.79 3220.17 1745.79 3221.49 1746.86C3224.14 1749.12 3226.55 1751.53 3229 1754C3229.95 1754.76 3230.9 1755.53 3231.88 1756.31C3235.08 1758.92 3237.66 1761.94 3240.34 1765.08C3241.72 1766.68 3243.19 1768.19 3244.69 1769.69C3247 1772 3248.96 1774.45 3251 1777C3252.66 1778.67 3254.33 1780.34 3256 1782C3261.24 1787.56 3266.29 1793.16 3270.76 1799.36C3272.07 1801.17 3272.07 1801.17 3274.19 1803.19C3276.28 1805.28 3277.48 1807.47 3279 1810C3280.3 1811.8 3281.61 1813.6 3282.94 1815.38C3285.15 1818.39 3287.31 1821.35 3289.12 1824.62C3291.1 1828.18 3293.31 1831.46 3295.63 1834.79C3297.07 1837.12 3298.01 1839.45 3299 1842C3299.5 1842.66 3299.99 1843.32 3300.5 1844C3302 1846 3302 1846 3302.84 1848.16C3304.3 1851.73 3306.15 1855.06 3308 1858.44C3311.69 1865.31 3315.08 1872.28 3318.31 1879.38C3318.72 1880.27 3319.13 1881.16 3319.55 1882.07C3322.35 1888.28 3324.74 1894.58 3327 1901C3327.52 1902.45 3328.04 1903.89 3328.56 1905.34C3329.04 1906.68 3329.52 1908.03 3330 1909.38C3330.23 1910.03 3330.47 1910.68 3330.71 1911.35C3341.08 1940.58 3347.53 1970.96 3351.42 2001.68C3351.63 2003.37 3351.85 2005.06 3352.07 2006.75C3353.61 2018.42 3354.25 2030.08 3354.56 2041.84C3354.58 2042.63 3354.6 2043.41 3354.62 2044.21C3355.22 2067.3 3355.14 2090.4 3355.13 2113.49C3355.13 2119.55 3355.13 2125.62 3355.13 2131.68C3355.14 2144.19 3355.14 2156.71 3355.13 2169.22C3355.13 2181.88 3355.13 2194.54 3355.13 2207.2C3355.13 2208 3355.13 2208.8 3355.13 2209.63C3355.13 2212.91 3355.13 2216.18 3355.13 2219.45C3355.14 2249.85 3355.14 2280.24 3355.14 2310.64C3355.13 2339.91 3355.13 2369.18 3355.13 2398.46C3355.13 2400.3 3355.13 2402.14 3355.13 2403.98C3355.13 2411.39 3355.13 2418.79 3355.14 2426.2C3355.14 2446.89 3355.14 2467.59 3355.14 2488.28C3355.14 2489.22 3355.14 2490.16 3355.14 2491.14C3355.14 2521.13 3355.14 2551.12 3355.13 2581.12C3355.13 2582.09 3355.13 2583.06 3355.13 2584.06C3355.13 2599.84 3355.13 2615.62 3355.13 2631.41C3355.13 2694.02 3355.13 2756.64 3355.13 2819.26C3355.13 2835.05 3355.13 2850.84 3355.13 2866.63C3355.13 2868.08 3355.13 2868.08 3355.13 2869.57C3355.14 2899.55 3355.14 2929.52 3355.14 2959.5C3355.14 2960.44 3355.14 2961.38 3355.14 2962.35C3355.14 2983.01 3355.14 3003.68 3355.13 3024.34C3355.13 3031.74 3355.13 3039.13 3355.13 3046.52C3355.13 3048.36 3355.13 3050.2 3355.13 3052.04C3355.13 3081.31 3355.13 3110.58 3355.14 3139.85C3355.14 3170.15 3355.14 3200.45 3355.13 3230.74C3355.13 3234 3355.13 3237.26 3355.13 3240.51C3355.13 3241.31 3355.13 3242.11 3355.13 3242.93C3355.13 3255.56 3355.13 3268.19 3355.13 3280.81C3355.14 3293.24 3355.13 3305.67 3355.13 3318.11C3355.13 3324.75 3355.13 3331.39 3355.13 3338.03C3355.13 3344.09 3355.13 3350.14 3355.13 3356.2C3355.13 3358.36 3355.13 3360.53 3355.13 3362.69C3355.14 3373.8 3355 3384.88 3354.55 3395.98C3354.51 3396.97 3354.47 3397.96 3354.43 3398.98C3354.1 3406.44 3353.31 3413.7 3352.06 3421.06C3351.7 3423.34 3351.34 3425.61 3350.98 3427.88C3350.81 3428.94 3350.63 3429.99 3350.46 3431.08C3349.87 3434.86 3349.4 3438.64 3348.94 3442.44C3348.25 3447.74 3347.17 3452.8 3345.79 3457.96C3344.91 3461.35 3344.2 3464.76 3343.5 3468.19C3342.52 3472.85 3341.34 3477.28 3339.74 3481.76C3338.9 3484.3 3338.3 3486.84 3337.69 3489.44C3329.95 3521.2 3315.58 3552.92 3299 3581C3297.53 3583.56 3296.08 3586.12 3294.62 3588.69C3292.82 3591.86 3291.03 3594.96 3289 3598C3288.34 3598 3287.68 3598 3287 3598C3286.87 3599.07 3286.87 3599.07 3286.74 3600.16C3285.84 3603.62 3284.3 3605.66 3282.12 3608.5C3280.04 3611.24 3278.08 3613.86 3276.37 3616.84C3275.92 3617.56 3275.46 3618.27 3275 3619C3274.34 3619 3273.68 3619 3273 3619C3272.74 3619.72 3272.48 3620.44 3272.21 3621.18C3270.94 3624.13 3269.42 3626.51 3267.56 3629.12C3266.97 3629.97 3266.37 3630.82 3265.75 3631.7C3264.27 3633.65 3262.74 3635.28 3261 3637C3260.01 3638.49 3260.01 3638.49 3259 3640C3258.34 3640 3257.68 3640 3257 3640C3256.34 3641.65 3255.68 3643.3 3255 3645C3254.34 3645 3253.68 3645 3253 3645C3252.76 3645.54 3252.53 3646.08 3252.28 3646.64C3250.66 3649.63 3248.65 3652.11 3246.5 3654.75C3245.31 3656.23 3245.31 3656.23 3244.09 3657.73C3243.4 3658.48 3242.71 3659.23 3242 3660C3241.34 3660 3240.68 3660 3240 3660C3239.73 3660.59 3239.45 3661.18 3239.17 3661.79C3236.11 3667.56 3231.18 3672.12 3226 3676C3225.34 3676 3224.68 3676 3224 3676C3223.8 3676.55 3223.6 3677.1 3223.39 3677.66C3221.45 3680.92 3218.71 3683.02 3215.81 3685.38C3214.63 3686.35 3213.46 3687.32 3212.28 3688.3C3211.71 3688.76 3211.15 3689.23 3210.56 3689.71C3208.63 3691.31 3206.75 3692.96 3204.88 3694.62C3202 3697 3202 3697 3199 3698C3198.39 3698.61 3197.79 3699.21 3197.16 3699.84C3194.77 3702.23 3192.32 3703.81 3189.44 3705.56C3185.65 3707.83 3185.65 3707.83 3182.35 3710.71C3181 3712 3181 3712 3178 3712C3178 3712.66 3178 3713.32 3178 3714C3176.27 3715.23 3176.27 3715.23 3173.81 3716.62C3169.73 3718.98 3165.73 3721.42 3161.75 3723.94C3156.18 3727.37 3150.49 3730.35 3144.62 3733.21C3141.43 3734.77 3138.31 3736.44 3135.19 3738.13C3129.82 3741.05 3124.5 3743.8 3118.77 3745.95C3115.81 3747.07 3112.89 3748.29 3109.96 3749.51C3089.17 3758.2 3089.17 3758.2 3079.16 3760.48C3076.21 3761.19 3073.3 3762.04 3070.38 3762.88C3068.55 3763.4 3068.55 3763.4 3066.69 3763.93C3064.35 3764.61 3062.02 3765.3 3059.69 3766.01C3042.49 3771.16 3024.72 3773.86 3007 3776.54C3004.29 3776.95 3001.59 3777.4 2998.89 3777.85C2958.89 3784.24 2917.51 3782.29 2877.13 3782.26C2867.83 3782.25 2858.52 3782.26 2849.22 3782.26C2831.84 3782.27 2814.46 3782.27 2797.08 3782.27C2779.49 3782.26 2761.9 3782.26 2744.32 3782.26C2743.2 3782.26 2742.09 3782.26 2740.94 3782.26C2736.4 3782.26 2731.85 3782.27 2727.31 3782.27C2685.11 3782.28 2642.9 3782.28 2600.7 3782.27C2599.45 3782.27 2598.2 3782.27 2596.92 3782.27C2595.67 3782.27 2594.42 3782.27 2593.13 3782.27C2554.99 3782.27 2516.86 3782.27 2478.72 3782.27C2476.17 3782.27 2473.61 3782.27 2471.05 3782.27C2460.78 3782.27 2450.5 3782.27 2440.22 3782.27C2411.5 3782.27 2382.78 3782.27 2354.06 3782.27C2352.1 3782.27 2352.1 3782.27 2350.09 3782.27C2308.45 3782.27 2266.8 3782.27 2225.15 3782.27C2224.14 3782.27 2224.14 3782.27 2223.11 3782.27C2200.5 3782.27 2177.9 3782.26 2155.29 3782.26C2086.93 3782.25 2018.57 3782.25 1896.47 3782.26C1873.86 3782.26 1851.25 3782.27 1828.64 3782.27C1827.63 3782.27 1827.63 3782.27 1826.6 3782.27C1784.3 3782.27 1742.01 3782.27 1699.71 3782.27C1698.4 3782.27 1697.1 3782.27 1695.75 3782.27C1667.07 3782.27 1638.38 3782.27 1609.7 3782.27C1599.43 3782.27 1589.17 3782.27 1578.91 3782.27C1576.35 3782.27 1573.8 3782.27 1571.25 3782.27C1533.12 3782.26 1494.99 3782.27 1456.86 3782.27C1454.98 3782.27 1454.98 3782.27 1453.07 3782.27C1451.83 3782.27 1450.58 3782.27 1449.3 3782.27C1407.22 3782.28 1365.14 3782.28 1323.07 3782.27C1318.55 3782.27 1314.02 3782.26 1309.5 3782.26C1308.39 3782.26 1307.28 3782.26 1306.14 3782.26C1288.6 3782.26 1271.06 3782.26 1253.52 3782.27C1236.25 3782.27 1218.98 3782.27 1201.72 3782.26C1191.61 3782.25 1181.5 3782.25 1171.39 3782.26C1164.66 3782.27 1157.93 3782.27 1151.19 3782.26C1147.39 3782.25 1143.59 3782.25 1139.78 3782.26C1114.54 3782.31 1089.27 3781.71 1064.33 3777.51C1062.01 3777.12 1059.68 3776.75 1057.36 3776.39C1048.81 3775.02 1040.51 3773.23 1032.17 3770.87C1029.33 3770.09 1026.52 3769.47 1023.62 3768.94C1019.67 3768.2 1016.01 3767.05 1012.22 3765.72C1009.95 3764.98 1007.71 3764.47 1005.37 3764C1001.32 3763.15 997.804 3761.67 994 3760C992.464 3759.52 990.922 3759.07 989.375 3758.62C974.315 3754.22 959.669 3747.55 945.746 3740.36C943.767 3739.38 941.749 3738.48 939.711 3737.63C935.365 3735.79 931.295 3733.5 927.187 3731.19C926.388 3730.74 925.588 3730.29 924.764 3729.83C919.112 3726.65 913.516 3723.41 908 3720C906.615 3719.16 905.229 3718.32 903.844 3717.48C902.354 3716.57 900.864 3715.66 899.375 3714.75C898.65 3714.31 897.926 3713.88 897.179 3713.43C895.418 3712.34 893.704 3711.18 892 3710C892 3709.34 892 3708.68 892 3708C891.328 3707.78 890.657 3707.56 889.965 3707.34C886.085 3705.59 882.943 3703.19 879.562 3700.62C878.273 3699.66 876.983 3698.69 875.691 3697.73C874.756 3697.03 874.756 3697.03 873.801 3696.31C872.187 3695.14 870.516 3694.04 868.84 3692.96C865.848 3690.9 863.532 3688.6 861 3686C859.187 3684.46 857.353 3682.93 855.5 3681.44C854.582 3680.69 853.664 3679.95 852.719 3679.18C850.886 3677.71 849.031 3676.27 847.156 3674.85C846.445 3674.24 845.733 3673.63 845 3673C845 3672.34 845 3671.68 845 3671C844.041 3670.6 844.041 3670.6 843.062 3670.19C841 3669 841 3669 840 3666C839.299 3665.77 838.597 3665.55 837.875 3665.31C834.181 3663.63 832.465 3661.25 829.91 3658.16C827.396 3655.32 824.566 3653 821.602 3650.64C820 3649 820 3649 819.523 3646.92C819.351 3646.29 819.178 3645.65 819 3645C818.434 3644.72 817.868 3644.44 817.285 3644.15C813.864 3642.43 811.816 3639.54 809.437 3636.62C808.956 3636.05 808.475 3635.47 807.978 3634.88C801 3626.47 801 3626.47 801 3624C800.34 3624 799.68 3624 799 3624C798.063 3622.68 797.139 3621.35 796.277 3619.98C794.175 3616.72 791.86 3613.61 789.586 3610.46C788.024 3608.04 786.975 3605.71 786 3603C785.34 3603 784.68 3603 784 3603C783.505 3600.53 783.505 3600.53 783 3598C782.34 3598 781.68 3598 781 3598C779.703 3596.16 779.703 3596.16 778.25 3593.62C777.446 3592.23 777.446 3592.23 776.625 3590.82C776.089 3589.89 775.552 3588.96 775 3588C774.084 3586.52 773.168 3585.04 772.25 3583.56C764.479 3570.56 757.864 3557 751.905 3543.09C750.96 3540.91 749.976 3538.75 748.992 3536.59C746.884 3531.86 745.17 3527.03 743.5 3522.12C742.889 3520.35 742.277 3518.58 741.664 3516.8C741.376 3515.96 741.087 3515.13 740.79 3514.26C739.86 3511.6 738.873 3508.95 737.875 3506.31C733.929 3495.51 730.902 3484.43 728.676 3473.15C728.032 3469.95 728.032 3469.95 727.012 3466.68C725.833 3462.39 725.146 3458.14 724.5 3453.75C724.262 3452.16 724.022 3450.57 723.781 3448.98C723.664 3448.21 723.548 3447.44 723.427 3446.65C723.018 3444.11 722.54 3441.59 722.05 3439.06C716.536 3408.65 717.455 3377.29 717.348 3346.51C717.329 3341.12 717.304 3335.73 717.275 3330.34C716.815 3243.74 716.855 3157.15 716.833 3001.47C716.832 2979.17 716.831 2956.88 716.828 2934.58C716.827 2927.01 716.826 2919.43 716.825 2911.86C716.824 2911.02 716.824 2910.18 716.824 2909.32C716.818 2861.65 716.814 2813.98 716.814 2766.31C716.814 2764.54 716.814 2762.78 716.814 2761.01C716.814 2753.04 716.814 2745.06 716.815 2737.09C716.815 2733.53 716.815 2729.98 716.815 2726.42C716.815 2724.65 716.815 2722.87 716.815 2721.09C716.815 2664.55 716.808 2608.01 716.794 2551.47C716.791 2537.14 716.787 2522.81 716.784 2508.48C716.784 2507.6 716.784 2506.72 716.783 2505.81C716.777 2478.6 716.773 2451.39 716.772 2424.18C716.772 2423.33 716.772 2422.47 716.772 2421.59C716.771 2402.85 716.771 2384.1 716.771 2365.36C716.771 2358.65 716.771 2351.95 716.771 2345.25C716.771 2343.58 716.771 2341.91 716.771 2340.24C716.772 2313.78 716.766 2287.32 716.757 2260.86C716.749 2234.27 716.746 2207.69 716.753 2181.11C716.754 2177.43 716.755 2173.76 716.755 2170.08C716.756 2169.36 716.756 2168.64 716.756 2167.9C716.758 2156.53 716.754 2145.17 716.747 2133.8C716.74 2122.61 716.74 2111.41 716.748 2100.21C716.752 2094.24 716.753 2088.26 716.744 2082.28C716.688 2037.82 716.688 2037.82 718.746 2015.82C719.108 2011.8 719.39 2007.78 719.672 2003.76C720.406 1993.79 721.951 1984.18 724.07 1974.42C724.843 1970.85 725.411 1967.31 725.875 1963.69C728.088 1948.51 732.807 1933.4 738 1919C738.227 1918.37 738.453 1917.73 738.686 1917.08C741.907 1908.1 745.499 1899.33 749.387 1890.62C750.428 1888.28 751.453 1885.94 752.457 1883.58C760.847 1864.1 771.107 1845.83 782.871 1828.2C784.427 1825.86 785.972 1823.52 787.508 1821.17C788.38 1819.84 789.253 1818.51 790.125 1817.19C790.567 1816.51 791.009 1815.83 791.465 1815.13C794.774 1810.11 794.774 1810.11 797 1809C798.001 1807.33 799.001 1805.67 800 1804C801.952 1801.34 804.003 1798.76 806.062 1796.19C806.605 1795.49 807.147 1794.8 807.705 1794.09C808.226 1793.43 808.748 1792.78 809.285 1792.11C809.758 1791.51 810.231 1790.91 810.719 1790.3C811.142 1789.87 811.564 1789.44 812 1789C812.66 1789 813.32 1789 814 1789C814.227 1788.28 814.454 1787.56 814.687 1786.81C816.269 1783.42 818.299 1781.58 821 1779C821.763 1778.05 822.526 1777.1 823.312 1776.12C825.306 1773.68 827.466 1771.67 829.875 1769.62C832.698 1767.23 835.167 1764.76 837.562 1761.94C840.695 1758.25 844.014 1754.78 848 1752C848.66 1752 849.32 1752 850 1752C850.387 1751.11 850.387 1751.11 850.781 1750.2C852.098 1747.82 853.426 1746.49 855.5 1744.75C856.413 1743.97 856.413 1743.97 857.344 1743.17C859 1742 859 1742 861 1742C861 1741.34 861 1740.68 861 1740C863.13 1738.17 865.268 1736.45 867.5 1734.75C868.465 1734 868.465 1734 869.45 1733.24C873.318 1730.26 877.208 1727.31 881.133 1724.4C884.073 1722.19 886.946 1719.9 889.824 1717.61C892.134 1715.9 894.53 1714.47 897 1713C898.634 1711.87 900.259 1710.72 901.875 1709.56C904.714 1707.56 907.523 1705.62 910.562 1703.94C913.963 1702.02 917.114 1699.91 920.301 1697.66C923.542 1695.67 926.905 1694.03 930.318 1692.35C934.597 1690.2 938.758 1687.84 942.937 1685.5C949.832 1681.68 956.703 1678.01 964 1675C965.112 1674.54 965.112 1674.54 966.246 1674.07C967.845 1673.42 969.45 1672.78 971.059 1672.15C973.311 1671.27 975.549 1670.36 977.785 1669.44C990.263 1664.36 1003.02 1660.59 1016 1657C1017.44 1656.6 1017.44 1656.6 1018.9 1656.19C1024.12 1654.73 1029.3 1653.45 1034.62 1652.44C1039.28 1651.56 1039.28 1651.56 1043.89 1650.54C1050.87 1648.84 1057.95 1648.03 1065.06 1647.2C1067.23 1646.94 1069.4 1646.68 1071.57 1646.41C1084.19 1644.9 1096.7 1643.84 1109.43 1643.9C1110.54 1643.9 1111.65 1643.91 1112.8 1643.91C1116.3 1643.91 1119.81 1643.92 1123.31 1643.94C1125.71 1643.94 1128.11 1643.95 1130.51 1643.95C1136.34 1643.96 1142.17 1643.98 1148 1644C1147.99 1643.06 1147.99 1642.12 1147.98 1641.16C1147.5 1553.04 1147.08 1464.92 1146.82 1287.33C1146.82 1276.51 1146.81 1265.69 1146.79 1254.87C1146.78 1242.48 1146.77 1230.08 1146.77 1217.69C1146.77 1211.35 1146.77 1205.01 1146.76 1198.67C1146.71 1171.77 1147.05 1145 1148.75 1118.14C1149.1 1112.49 1149.38 1106.82 1149.67 1101.16C1150.48 1086 1152.31 1071.08 1154.56 1056.07C1155.15 1051.93 1155.62 1047.78 1156.06 1043.62C1156.78 1037.22 1157.95 1030.99 1159.28 1024.68C1160.01 1020.94 1160.53 1017.22 1161 1013.44C1161.76 1007.4 1162.88 1001.54 1164.21 995.609C1165.07 991.69 1165.79 987.759 1166.5 983.812C1167.49 978.367 1168.73 973.061 1170.26 967.742C1171.09 964.68 1171.74 961.607 1172.37 958.5C1174.08 950.381 1176.19 942.387 1178.36 934.382C1178.96 932.144 1179.56 929.904 1180.15 927.664C1184.61 911.073 1189.61 894.509 1195.99 878.551C1196.89 876.28 1197.69 874.011 1198.44 871.688C1202.05 860.585 1206.44 849.74 1211 839C1211.83 837.001 1212.67 835.001 1213.5 833C1213.92 832.007 1214.33 831.015 1214.76 829.992C1215.58 828.023 1216.38 826.049 1217.18 824.07C1219.91 817.338 1223.01 810.867 1226.35 804.422C1227.54 801.95 1228.55 799.614 1229.48 797.051C1230.95 793.027 1232.74 789.249 1234.69 785.437C1235.03 784.754 1235.38 784.071 1235.73 783.367C1242.53 769.982 1249.71 756.813 1257.35 743.895C1259.01 740.977 1260.5 738.004 1262 735C1264.86 729.953 1267.93 725.053 1271.19 720.25C1272.8 717.869 1274.17 715.654 1275.44 713.062C1277.3 709.411 1279.6 706.239 1281.98 702.906C1284.24 699.656 1286.38 696.341 1288.5 693C1291.64 688.075 1294.88 683.25 1298.26 678.488C1300.2 675.712 1302.07 672.892 1303.94 670.062C1308.61 663.021 1313.38 655.995 1318.88 649.562C1320.67 647.401 1321.91 645.568 1323 643C1323.66 643 1324.32 643 1325 643C1325.24 642.286 1325.48 641.572 1325.73 640.836C1327.18 637.604 1328.97 635.329 1331.25 632.625C1332.45 631.19 1332.45 631.19 1333.67 629.727C1335.6 627.47 1337.54 625.231 1339.5 623C1342.13 620.213 1342.13 620.213 1343 617C1344.13 615.873 1345.26 614.75 1346.41 613.648C1350.48 609.433 1353.94 604.622 1357.55 600.02C1358.66 598.643 1359.82 597.315 1361 596C1361.66 596 1362.32 596 1363 596C1363.23 595.278 1363.45 594.556 1363.69 593.812C1365.27 590.415 1367.32 588.62 1370 586C1371.94 583.959 1373.84 581.886 1375.75 579.812C1376.22 579.299 1376.7 578.785 1377.19 578.256C1379.4 575.858 1381.6 573.459 1383.74 571.002C1391.14 562.585 1399.12 554.733 1407.05 546.822C1409.56 544.311 1412.07 541.796 1414.58 539.279C1416.2 537.661 1417.82 536.043 1419.44 534.426C1420.18 533.684 1420.92 532.942 1421.68 532.178C1425.76 528.119 1429.93 524.229 1434.3 520.488C1436.64 518.437 1438.8 516.205 1441 514C1443.11 512.124 1445.27 510.31 1447.44 508.5C1447.98 508.04 1448.53 507.58 1449.1 507.105C1450.19 506.189 1451.28 505.275 1452.37 504.363C1453.48 503.433 1454.58 502.492 1455.68 501.543C1459.79 498 1459.79 498 1462 498C1462.21 497.448 1462.41 496.897 1462.62 496.328C1464.51 493.133 1467.16 491.057 1470 488.75C1470.55 488.291 1471.09 487.832 1471.66 487.359C1475.74 484 1475.74 484 1478 484C1478 483.34 1478 482.68 1478 482C1478.8 481.732 1479.61 481.464 1480.44 481.187C1481.28 480.796 1482.13 480.404 1483 480C1483.33 479.01 1483.66 478.02 1484 477C1484.99 476.67 1485.98 476.34 1487 476C1487.68 475.319 1488.36 474.639 1489.06 473.937C1489.7 473.298 1490.34 472.659 1491 472C1491.66 472 1492.32 472 1493 472C1493 471.34 1493 470.68 1493 470C1494.61 468.683 1496.29 467.446 1498 466.25C1499.01 465.533 1500.02 464.817 1501.06 464.078C1502.03 463.392 1503 462.707 1504 462C1505.34 461.006 1506.67 460.007 1508 459C1515.46 453.38 1523.05 447.933 1530.71 442.598C1532.76 441.167 1534.79 439.714 1536.81 438.25C1538.61 436.983 1540.43 435.745 1542.32 434.621C1546.42 432.143 1550.32 429.371 1554.26 426.645C1557 425 1557 425 1560 425C1560 424.34 1560 423.68 1560 423C1561.46 422.161 1562.91 421.329 1564.38 420.5C1565.19 420.036 1566 419.572 1566.84 419.094C1569 418 1569 418 1571 418C1571 417.34 1571 416.68 1571 416C1571.52 415.746 1572.04 415.492 1572.57 415.23C1577.1 412.997 1581.44 410.638 1585.7 407.914C1591.32 404.336 1597.12 401.145 1603 398C1604.23 397.339 1605.46 396.677 1606.69 396.016C1613.74 392.23 1620.82 388.535 1628 385C1629.58 384.209 1631.17 383.418 1632.75 382.625C1633.59 382.209 1634.42 381.792 1635.28 381.363C1637.18 380.411 1639.08 379.449 1640.97 378.48C1648.32 374.745 1655.75 371.231 1663.25 367.812C1664.16 367.397 1665.07 366.981 1666.01 366.552C1671.94 363.865 1677.94 361.389 1684 359C1685.86 358.235 1687.71 357.465 1689.56 356.687C1690.57 356.266 1691.59 355.844 1692.63 355.41C1695.04 354.403 1697.44 353.39 1699.84 352.371C1714.03 346.391 1728.48 341.299 1743.24 336.902C1746.61 335.8 1749.75 334.374 1752.95 332.871C1755.59 331.747 1758.24 331.121 1761.04 330.496C1763.71 329.822 1766.21 328.826 1768.75 327.781C1771.29 326.9 1773.86 326.296 1776.47 325.661C1781.47 324.355 1786.4 322.794 1791.34 321.288C1821.66 312.06 1821.66 312.06 1835.77 309.457C1838.3 308.939 1840.76 308.264 1843.25 307.562C1853.91 304.589 1864.82 302.628 1875.67 300.485C1880.45 299.534 1885.2 298.511 1889.94 297.375C1894.93 296.199 1899.89 295.345 1904.97 294.622C1908.88 294.038 1912.78 293.33 1916.67 292.624C1995.7 278.423 2082.93 279.781 2161.8 294.453ZM1927.56 375.937C1926.61 376.059 1925.65 376.18 1924.67 376.304C1912.88 377.826 1901.23 379.812 1889.57 382.129C1885.54 382.92 1881.51 383.531 1877.44 384.062C1872.12 384.773 1867.05 385.907 1861.87 387.281C1859.07 387.983 1856.28 388.516 1853.44 389C1848.76 389.807 1844.26 390.982 1839.69 392.281C1837.1 392.974 1834.52 393.51 1831.88 394C1827.9 394.757 1824.21 395.882 1820.39 397.219C1817.72 398.09 1815.04 398.772 1812.31 399.437C1785.86 405.936 1759.59 415.365 1734.73 426.501C1731.51 427.935 1728.3 429.278 1724.99 430.48C1721.01 431.948 1717.27 433.752 1713.5 435.687C1712.1 436.396 1710.7 437.104 1709.3 437.812C1708.6 438.173 1707.89 438.534 1707.16 438.906C1703.65 440.683 1700.14 442.434 1696.62 444.187C1695.29 444.857 1693.95 445.526 1692.62 446.195C1690.48 447.264 1688.34 448.321 1686.2 449.367C1681.76 451.534 1677.49 453.857 1673.25 456.375C1667.7 459.664 1662.03 462.529 1656.23 465.324C1652.98 467.011 1650.03 468.959 1647 471C1644.62 471.75 1644.62 471.75 1643 472C1643 472.66 1643 473.32 1643 474C1642.3 474.268 1641.6 474.536 1640.88 474.812C1635.06 477.213 1629.8 480.288 1624.46 483.598C1622.03 484.981 1619.62 486.025 1617 487C1617 487.66 1617 488.32 1617 489C1616 489.35 1616 489.35 1614.98 489.707C1611.19 491.351 1607.85 493.471 1604.38 495.687C1603.67 496.133 1602.97 496.579 1602.24 497.038C1600.82 497.936 1599.41 498.835 1597.99 499.737C1596.23 500.857 1594.45 501.966 1592.68 503.074C1591.74 503.668 1590.79 504.263 1589.81 504.875C1588.99 505.388 1588.18 505.901 1587.33 506.43C1584.92 508.003 1584.92 508.003 1582.51 510.008C1580.1 511.924 1577.65 513.434 1575 515C1570.03 518.46 1565.1 521.986 1560.5 525.937C1558 528 1558 528 1555 529C1555 529.66 1555 530.32 1555 531C1554.45 531.25 1553.9 531.5 1553.34 531.758C1550.56 533.234 1548.15 535.001 1545.62 536.875C1542.67 539.058 1539.73 541.222 1536.62 543.187C1533.94 544.925 1533.94 544.925 1531.75 547.25C1527.8 551.205 1523.39 554.538 1519 558C1516.95 559.618 1514.91 561.243 1512.88 562.875C1511.94 563.615 1511.01 564.355 1510.05 565.117C1509.38 565.738 1508.7 566.36 1508 567C1508 567.66 1508 568.32 1508 569C1507.28 569.227 1506.56 569.454 1505.81 569.687C1503.08 570.964 1501.58 572.327 1499.51 574.464C1496.43 577.592 1493.2 580.559 1490 583.562C1488.98 584.522 1488.98 584.522 1487.94 585.502C1484.66 588.588 1481.37 591.665 1478.04 594.702C1470.32 601.76 1462.83 609.017 1455.44 616.429C1453.61 618.266 1451.77 620.098 1449.93 621.93C1444.08 627.783 1438.33 633.655 1433 640C1432.05 641.095 1431.1 642.189 1430.15 643.281C1423.07 651.476 1416.18 659.808 1409.41 668.251C1408.17 669.784 1406.94 671.31 1405.7 672.836C1405.07 673.612 1404.45 674.388 1403.81 675.187C1403.3 675.82 1402.79 676.453 1402.27 677.105C1400.8 679.301 1399.9 681.523 1399 684C1398.34 684 1397.68 684 1397 684C1395.2 686.258 1393.53 688.513 1391.88 690.875C1391.41 691.526 1390.94 692.177 1390.46 692.848C1387.89 696.107 1387.89 696.107 1387 700C1386.34 700 1385.68 700 1385 700C1383.81 701.704 1382.69 703.466 1381.62 705.25C1379.37 709.003 1377.13 711.951 1374 715C1373.55 715.907 1373.09 716.815 1372.62 717.75C1370.85 721.305 1368.67 724.167 1366.21 727.266C1364.81 728.921 1364.81 728.921 1365 731C1364.34 731 1363.68 731 1363 731C1362.65 731.784 1362.3 732.567 1361.94 733.375C1360.45 736.363 1358.64 738.983 1356.69 741.687C1353.49 746.147 1350.9 750.757 1348.34 755.602C1346.82 758.32 1344.96 760.585 1343 763C1341.91 765.051 1340.9 767.123 1339.93 769.23C1339 771 1339 771 1337 773C1336.73 773.691 1336.45 774.382 1336.17 775.094C1334.56 779.096 1332.43 782.749 1330.31 786.5C1329.41 788.119 1328.5 789.739 1327.59 791.359C1327.15 792.151 1326.71 792.944 1326.25 793.76C1318.11 808.352 1310.81 823.261 1303.91 838.474C1301.93 842.827 1299.95 847.163 1297.79 851.43C1296.41 854.187 1295.17 856.878 1294.06 859.75C1292.61 863.46 1291.11 867.142 1289.56 870.812C1285.66 880.168 1282.03 889.573 1278.99 899.246C1278 902 1278 902 1276.5 904.988C1275.05 907.899 1274.09 910.634 1273.19 913.75C1271.33 919.983 1269.3 926.141 1267.19 932.292C1265.55 937.145 1264.13 942.03 1262.81 946.979C1261.93 950.277 1261.01 953.566 1260.1 956.855C1251.82 986.638 1244.97 1016.47 1240 1047C1239.88 1047.73 1239.76 1048.47 1239.64 1049.23C1236.03 1071.46 1233.45 1093.73 1231.84 1116.2C1231.76 1117.4 1231.67 1118.61 1231.58 1119.85C1229.83 1144.78 1229.44 1169.62 1229.54 1194.6C1229.55 1200.67 1229.55 1206.74 1229.54 1212.82C1229.54 1223.26 1229.55 1233.7 1229.58 1244.15C1229.6 1255.07 1229.62 1265.98 1229.62 1276.9C1229.62 1277.59 1229.62 1278.27 1229.62 1278.98C1229.62 1282.47 1229.62 1285.96 1229.63 1289.45C1229.63 1313.96 1229.66 1338.48 1229.7 1362.99C1229.74 1386.76 1229.76 1410.54 1229.78 1434.31C1229.78 1435.81 1229.78 1437.31 1229.78 1438.82C1229.79 1450.46 1229.8 1462.1 1229.81 1473.74C1229.84 1530.49 1229.93 1587.25 1230 1644C1327.35 1644 1424.7 1644 1525 1644C1525.84 1590.92 1525.84 1590.92 1526.27 1537.83C1526.29 1532.99 1526.31 1528.15 1526.34 1523.31C1526.37 1515.01 1526.41 1506.71 1526.45 1498.41C1526.5 1486.36 1526.55 1474.31 1526.61 1462.26C1526.7 1442.63 1526.79 1423 1526.88 1403.37C1526.88 1402.21 1526.89 1401.04 1526.89 1399.84C1526.94 1388.03 1526.99 1376.21 1527.05 1364.39C1527.07 1358.47 1527.1 1352.55 1527.12 1346.63C1527.13 1345.46 1527.14 1344.29 1527.14 1343.09C1527.23 1323.48 1527.32 1303.87 1527.41 1284.27C1527.46 1272.27 1527.52 1260.27 1527.57 1248.27C1527.6 1240.05 1527.64 1231.82 1527.68 1223.6C1527.7 1218.89 1527.72 1214.18 1527.74 1209.47C1527.83 1185.79 1528.21 1162.13 1528.84 1138.46C1528.97 1133.33 1529.08 1128.21 1529.14 1123.09C1529.35 1113.42 1531.05 1103.98 1532.81 1094.5C1532.94 1093.82 1533.06 1093.15 1533.19 1092.45C1534.7 1084.39 1536.61 1076.62 1539.12 1068.82C1540.18 1065.42 1540.94 1062.06 1541.62 1058.56C1542.26 1055.34 1542.91 1052.27 1543.96 1049.15C1544.79 1046.65 1545.41 1044.29 1545.95 1041.72C1546.99 1036.89 1548.32 1032.17 1549.75 1027.44C1550.01 1026.57 1550.27 1025.7 1550.54 1024.8C1552.81 1017.39 1555.43 1010.17 1558.25 1002.95C1559.02 1000.94 1559.76 998.929 1560.5 996.91C1563.21 989.501 1566.11 982.289 1569.51 975.16C1570.68 972.687 1571.8 970.208 1572.91 967.707C1579.28 953.309 1586.13 939.246 1594.31 925.781C1595.57 923.704 1596.82 921.621 1598.06 919.531C1602.31 912.383 1606.65 905.317 1611.26 898.392C1613.35 895.446 1613.35 895.446 1614 892C1614.66 892 1615.32 892 1616 892C1617.39 890.252 1617.39 890.252 1618.75 888C1621.26 884.086 1623.93 880.385 1626.8 876.727C1628.19 874.9 1628.19 874.9 1629 872C1630.31 870.641 1631.65 869.312 1633 868C1634.44 866.312 1635.86 864.603 1637.25 862.875C1637.96 862.006 1638.66 861.137 1639.39 860.242C1641.19 858.189 1641.19 858.189 1641 856C1641.66 856 1642.32 856 1643 856C1643.43 855.278 1643.87 854.556 1644.31 853.812C1646.21 850.652 1648.36 848.579 1651 846C1652.45 844.45 1653.89 842.886 1655.31 841.312C1656.01 840.546 1656.71 839.779 1657.43 838.988C1659.21 837.161 1659.21 837.161 1659 835C1659.64 834.732 1660.28 834.464 1660.94 834.188C1663.33 833.113 1663.33 833.113 1664 830C1664.66 830 1665.32 830 1666 830C1667.4 828.617 1667.4 828.617 1668.88 826.75C1672.14 822.913 1675.57 819.31 1679.12 815.75C1679.63 815.243 1680.13 814.736 1680.65 814.214C1682.96 811.906 1685.29 809.777 1687.87 807.766C1688.57 807.183 1689.27 806.6 1690 806C1690 805.34 1690 804.68 1690 804C1690.87 803.598 1690.87 803.598 1691.77 803.188C1694.03 801.985 1695.81 800.662 1697.75 799C1698.67 798.227 1698.67 798.227 1699.61 797.438C1701.23 796.094 1701.23 796.094 1701 794C1702.14 793.598 1702.14 793.598 1703.31 793.187C1705.91 792.04 1707.13 791.054 1709 789C1709.66 788.67 1710.32 788.34 1711 788C1711 787.34 1711 786.68 1711 786C1711.54 785.752 1712.09 785.505 1712.64 785.25C1715.52 783.726 1718.06 781.911 1720.69 780C1721.66 779.299 1722.63 778.597 1723.64 777.875C1726.07 776.218 1726.07 776.218 1727 774C1728.65 772.977 1730.32 771.981 1732 771C1734.82 768.98 1737.6 766.911 1740.38 764.84C1742.55 763.317 1744.59 762.092 1747 761C1747 760.34 1747 759.68 1747 759C1747.72 758.737 1748.44 758.474 1749.18 758.203C1752.09 756.962 1754.54 755.485 1757.19 753.75C1767.83 746.867 1778.79 740.493 1789.81 734.25C1790.46 733.884 1791.1 733.518 1791.77 733.141C1794.18 731.907 1796.65 730.86 1799.15 729.808C1802.16 728.493 1805.07 726.99 1808 725.5C1812.61 723.155 1817.23 720.995 1822 719C1822.95 718.6 1823.91 718.201 1824.89 717.789C1826.88 716.962 1828.87 716.135 1830.86 715.309C1832.81 714.496 1834.76 713.676 1836.7 712.848C1851.54 706.553 1866.64 700.888 1882 696C1882.99 695.676 1883.98 695.353 1885 695.02C1908.61 687.489 1933.15 681.592 1957.6 677.586C1960.27 677.125 1962.82 676.566 1965.44 675.875C1969.61 674.919 1973.8 674.681 1978.05 674.454C1978.85 674.411 1979.64 674.368 1980.45 674.324C1989.53 673.873 1998.6 673.855 2007.69 673.867C2009.53 673.866 2011.38 673.866 2013.22 673.864C2017.06 673.863 2020.89 673.865 2024.73 673.87C2029.57 673.875 2034.4 673.872 2039.24 673.866C2094.76 673.809 2094.76 673.809 2118.81 677.625C2120.07 677.818 2120.07 677.818 2121.36 678.016C2138.34 680.628 2156.02 683.516 2172 690C2173.72 690.445 2175.45 690.859 2177.19 691.25C2183.42 692.759 2189.43 694.742 2195.49 696.805C2199.43 698.146 2203.37 699.431 2207.38 700.562C2212.09 701.939 2216.55 703.816 2221.06 705.746C2223.71 706.877 2226.38 707.949 2229.06 709C2237.15 712.221 2244.97 715.949 2252.73 719.879C2255.77 721.377 2258.88 722.672 2262 724C2272.93 729.16 2283.38 735.26 2293.64 741.641C2298 744.329 2301.99 746.682 2307 748C2307 748.66 2307 749.32 2307 750C2309.05 751.458 2309.05 751.458 2311.62 752.875C2312.55 753.411 2313.47 753.947 2314.42 754.5C2315.27 754.995 2316.12 755.49 2317 756C2324.11 760.536 2331.16 765.435 2337.5 771C2339.86 773.312 2339.86 773.312 2343 773C2343 773.66 2343 774.32 2343 775C2344.99 776.518 2344.99 776.518 2347.44 778C2351.9 780.79 2351.9 780.79 2353 783C2353.82 783.495 2354.65 783.99 2355.5 784.5C2358 786 2358 786 2359 788C2360.1 788.657 2360.1 788.657 2361.23 789.328C2364.3 791.181 2366.69 793.306 2369.31 795.75C2372.53 798.725 2375.75 801.689 2379.06 804.562C2382.98 807.969 2386.83 811.455 2390.68 814.941C2392.48 816.542 2394.3 818.068 2396.19 819.562C2398.54 821.605 2400.38 823.565 2402.38 825.938C2405.34 829.448 2408.49 832.03 2412.3 834.578C2414.26 836.216 2414.89 837.728 2416 840C2417.57 841.517 2417.57 841.517 2419.44 842.938C2427.54 849.791 2434.05 858.597 2440.46 867C2441.58 868.452 2442.72 869.886 2443.87 871.309C2446.39 874.492 2448.76 877.761 2451.12 881.062C2451.79 881.98 2451.79 881.98 2452.46 882.916C2454.56 885.846 2456.53 888.699 2458 892C2458.66 892 2459.32 892 2460 892C2460.33 892.967 2460.33 892.967 2460.67 893.953C2462.5 898.136 2464.9 901.885 2467.31 905.75C2471.05 911.747 2474.62 917.797 2478 924C2478.48 924.859 2478.95 925.717 2479.44 926.602C2480.23 928.026 2481.02 929.45 2481.81 930.875C2482.89 932.806 2484 934.716 2485.12 936.625C2487.01 940.018 2488.52 943.415 2490 947C2491.88 951.344 2493.8 955.654 2495.94 959.875C2502.02 971.901 2506.84 984.339 2511.31 997.039C2512.04 999.101 2512.77 1001.16 2513.51 1003.22C2516.56 1011.75 2519.45 1020.3 2522 1029C2522.22 1029.73 2522.43 1030.46 2522.66 1031.22C2528.76 1051.91 2534.15 1072.76 2538 1094C2538.21 1095.13 2538.42 1096.26 2538.64 1097.42C2539.35 1101.25 2540.02 1105.09 2540.69 1108.94C2540.9 1110.1 2541.12 1111.25 2541.34 1112.45C2542.79 1121.08 2543.28 1129.61 2543.55 1138.36C2543.6 1139.63 2543.64 1140.91 2543.68 1142.22C2544.08 1155.22 2544.17 1168.21 2544.19 1181.22C2544.2 1183.8 2544.21 1186.38 2544.21 1188.97C2544.23 1194.49 2544.25 1200.01 2544.26 1205.54C2544.28 1213.68 2544.3 1221.82 2544.33 1229.95C2544.37 1243.37 2544.41 1256.79 2544.45 1270.21C2544.45 1271.01 2544.45 1271.81 2544.45 1272.63C2544.46 1275.85 2544.47 1279.08 2544.48 1282.3C2544.55 1309.5 2544.63 1336.71 2544.72 1363.91C2544.72 1364.68 2544.72 1365.45 2544.73 1366.24C2544.87 1413.52 2545.1 1460.81 2545.42 1508.09C2545.45 1512.51 2545.48 1516.92 2545.51 1521.34C2545.53 1524.17 2545.55 1527 2545.57 1529.84C2545.58 1531.7 2545.59 1533.56 2545.6 1535.42C2545.85 1571.62 2546.43 1607.8 2547 1644C2644.35 1644 2741.7 1644 2842 1644C2842.43 1590 2842.43 1590 2842.77 1536C2842.77 1535.02 2842.78 1534.04 2842.78 1533.02C2843.1 1471.54 2843.15 1410.06 2843.18 1348.58C2843.18 1336.61 2843.19 1324.65 2843.21 1312.68C2843.22 1298.83 2843.23 1284.97 2843.23 1271.12C2843.23 1263.96 2843.23 1256.79 2843.24 1249.63C2843.28 1221.73 2843.11 1193.86 2842.11 1165.97C2842.07 1164.85 2842.03 1163.73 2841.99 1162.58C2841.34 1144.28 2839.83 1126.14 2837.68 1107.96C2836.99 1102.05 2836.47 1096.12 2836 1090.19C2835.06 1079.04 2833.28 1068.03 2831.48 1057C2831.05 1054.31 2830.63 1051.63 2830.21 1048.94C2826.78 1025.61 2826.78 1025.61 2821.65 1002.62C2820.93 999.72 2820.45 996.829 2820 993.875C2819.28 989.246 2818.15 984.955 2816.72 980.5C2815.95 977.824 2815.46 975.183 2815 972.438C2814.29 968.259 2813.27 964.426 2811.78 960.461C2810.83 957.476 2810.2 954.463 2809.54 951.404C2808.69 947.611 2807.67 943.869 2806.62 940.125C2806.3 938.946 2806.3 938.946 2805.96 937.743C2804.51 932.614 2802.86 927.616 2800.96 922.633C2799.47 918.561 2798.26 914.411 2797 910.262C2792.61 895.929 2787.26 881.962 2781.79 868.015C2781.14 866.347 2780.49 864.677 2779.84 863.008C2777.86 857.967 2775.69 853.039 2773.42 848.121C2772.05 845.105 2770.72 842.073 2769.41 839.032C2766.47 832.244 2763.39 825.578 2760 819C2759.16 817.334 2758.33 815.668 2757.5 814C2756.89 812.77 2756.89 812.77 2756.26 811.516C2750 799 2750 799 2748.58 796.102C2746.94 792.88 2745.18 789.756 2743.38 786.625C2741.12 782.713 2738.88 778.796 2736.69 774.848C2733.2 768.574 2729.74 762.374 2725.66 756.465C2723.36 753.055 2721.22 749.556 2719.06 746.062C2715.82 740.839 2712.5 735.71 2708.92 730.707C2707.35 728.489 2705.8 726.258 2704.27 724.012C2703.78 723.299 2703.29 722.587 2702.79 721.853C2701.83 720.443 2700.87 719.031 2699.91 717.619C2697.4 713.956 2694.81 710.442 2692 707C2690.47 705.007 2688.95 703.006 2687.44 701C2686.67 699.989 2685.91 698.979 2685.12 697.937C2683 695 2683 695 2681.47 692.375C2679.9 689.839 2678.12 688.094 2676 686C2674.02 683.386 2672.08 680.744 2670.18 678.07C2669.17 676.679 2668.09 675.335 2667 674C2666.34 674 2665.68 674 2665 674C2664.88 673.151 2664.88 673.151 2664.75 672.285C2663.77 669.284 2662.17 667.725 2660 665.437C2654.23 659.21 2648.94 652.642 2643.61 646.035C2642.44 644.595 2642.44 644.595 2641.25 643.125C2640.21 641.829 2640.21 641.829 2639.14 640.508C2636.88 637.863 2634.47 635.448 2632 633C2631.11 631.953 2630.23 630.893 2629.38 629.812C2627.12 626.881 2627.12 626.881 2624 625C2623.67 624.01 2623.34 623.02 2623 622C2621.31 620.285 2621.31 620.285 2619.25 618.625C2614.33 614.435 2609.97 609.968 2605.69 605.125C2602.28 601.307 2598.74 597.939 2594.84 594.648C2592.47 592.52 2590.52 590.146 2588.5 587.691C2586.42 585.347 2584.09 583.407 2581.67 581.422C2580 580 2580 580 2577.25 577.125C2575.15 574.657 2575.15 574.657 2572 575C2571.79 574.447 2571.58 573.894 2571.37 573.324C2569.5 570.152 2566.88 568.106 2564.06 565.812C2563.2 565.096 2563.2 565.096 2562.31 564.365C2561.13 563.383 2559.94 562.404 2558.74 561.428C2557.11 560.091 2555.49 558.741 2553.87 557.387C2548.87 553.15 2548.87 553.15 2543.44 549.5C2540.86 547.916 2539.11 546.154 2537 544C2535.05 542.426 2533.07 540.885 2531.06 539.375C2530.04 538.599 2529.02 537.823 2527.97 537.023C2525.14 534.932 2525.14 534.932 2522.18 533.914C2521.46 533.612 2520.74 533.311 2520 533C2519.67 532.01 2519.34 531.02 2519 530C2517.05 528.428 2517.05 528.428 2514.69 527C2512.33 525.501 2510.04 524.031 2507.83 522.312C2506.1 520.806 2506.1 520.806 2504 521C2503.67 520.01 2503.34 519.02 2503 518C2501.37 516.938 2499.7 515.946 2498 515C2495.48 513.267 2492.99 511.494 2490.5 509.719C2488.87 508.597 2487.2 507.523 2485.5 506.508C2482 504.399 2478.78 501.952 2475.5 499.523C2472.93 497.958 2470.96 497.391 2468 497C2468 496.34 2468 495.68 2468 495C2466.54 494.161 2465.09 493.329 2463.62 492.5C2462.81 492.036 2462 491.572 2461.16 491.094C2459.11 489.85 2459.11 489.85 2457 490C2457 489.34 2457 488.68 2457 488C2456.22 487.619 2456.22 487.619 2455.43 487.23C2451.51 485.297 2447.73 483.275 2444 481C2442.52 480.184 2441.04 479.372 2439.56 478.562C2437 477.15 2434.6 475.726 2432.19 474.062C2429.23 472.146 2426.29 470.615 2423.12 469.062C2418.89 466.986 2414.89 464.781 2410.94 462.227C2406.68 459.533 2402.3 456.904 2397.61 455.062C2394.57 453.824 2391.81 452.285 2388.94 450.687C2376.95 444.16 2364.42 438.658 2352 433C2350.59 432.356 2350.59 432.356 2349.15 431.699C2340.54 427.778 2331.95 424.075 2323 421C2319.15 419.603 2315.37 418.163 2311.62 416.5C2307.97 414.986 2304.32 413.85 2300.53 412.742C2294.45 410.959 2288.57 408.839 2282.69 406.5C2277.68 404.556 2272.76 403.087 2267.53 401.871C2263 400.753 2258.54 399.433 2254.06 398.125C2243.45 395.059 2232.78 392.417 2222 390C2220.9 389.752 2219.79 389.504 2218.66 389.249C2205.56 386.329 2192.49 383.592 2179.21 381.645C2175.25 381.06 2171.35 380.293 2167.44 379.5C2157.2 377.532 2146.84 376.5 2136.47 375.392C2134.11 375.125 2131.75 374.835 2129.4 374.522C2115.5 372.72 2101.55 372.056 2087.56 371.375C2086.9 371.343 2086.24 371.31 2085.56 371.277C2032.87 368.705 1979.96 369.279 1927.56 375.937ZM2009.94 750.687C2008.8 750.748 2008.8 750.748 2007.65 750.811C1995.93 751.467 1984.36 752.664 1972.75 754.375C1971.73 754.523 1971.73 754.523 1970.68 754.675C1961.8 755.984 1953.15 757.834 1944.48 760.113C1941.51 760.869 1938.57 761.512 1935.56 762.062C1931.63 762.805 1927.98 763.958 1924.21 765.285C1922.02 765.993 1919.88 766.486 1917.62 766.937C1913.13 767.876 1908.96 769.389 1904.67 771.004C1902.4 771.852 1900.12 772.632 1897.81 773.375C1887.4 776.801 1877.12 780.801 1867 785C1866.31 785.281 1865.63 785.562 1864.92 785.852C1859.45 788.183 1854.23 790.966 1849.01 793.796C1844.35 796.31 1839.63 798.675 1834.88 801C1827.62 804.57 1820.82 808.66 1814 813C1811.46 814.545 1808.9 816.055 1806.32 817.535C1805.45 818.039 1804.58 818.543 1803.69 819.062C1802.8 819.569 1801.92 820.076 1801.01 820.598C1800.35 821.06 1799.68 821.523 1799 822C1799 822.66 1799 823.32 1799 824C1798.24 824.103 1797.47 824.206 1796.69 824.312C1793.65 825.09 1793.14 825.819 1791 828C1789.35 829.216 1787.69 830.401 1786 831.562C1785.13 832.162 1784.27 832.761 1783.38 833.379C1781.59 834.597 1779.8 835.802 1778 837C1778 837.66 1778 838.32 1778 839C1777.27 839.257 1776.54 839.513 1775.79 839.777C1772.86 841.061 1770.83 842.529 1768.38 844.562C1767.51 845.27 1766.65 845.978 1765.76 846.707C1764.85 847.464 1763.94 848.22 1763 849C1761.06 850.584 1759.13 852.168 1757.19 853.75C1756.31 854.467 1755.44 855.183 1754.54 855.922C1752.83 857.323 1751.1 858.708 1749.36 860.078C1747.44 861.644 1745.73 863.231 1744 865C1742.88 865.968 1741.76 866.926 1740.62 867.875C1737.6 870.45 1734.78 873.152 1732 876C1731.15 876.825 1730.31 877.65 1729.44 878.5C1726.95 880.964 1726.95 880.964 1724.81 883.75C1723 886 1723 886 1721 887C1720.73 887.577 1720.46 888.155 1720.19 888.75C1718.61 891.731 1716.39 893.616 1714 896C1712.08 898.172 1710.23 900.396 1708.38 902.625C1705.68 905.859 1702.98 909.026 1700 912C1699.59 912.722 1699.18 913.444 1698.75 914.188C1696.66 917.547 1694.13 920.255 1691.43 923.133C1689.7 925.006 1689.7 925.006 1690 928C1689.34 928 1688.68 928 1688 928C1686.52 929.929 1685.15 931.85 1683.81 933.875C1683 935.081 1682.18 936.287 1681.37 937.492C1680.96 938.091 1680.56 938.69 1680.15 939.308C1678.62 941.566 1677.03 943.781 1675.44 946C1664.88 961.107 1656.08 977.404 1648.12 994C1647.67 994.943 1647.22 995.886 1646.75 996.857C1643 1004.8 1639.76 1012.9 1636.71 1021.14C1636.03 1022.93 1635.27 1024.68 1634.5 1026.44C1633.04 1029.9 1631.84 1033.37 1630.69 1036.94C1630.17 1038.5 1629.57 1040.04 1628.94 1041.56C1627.93 1044.18 1627.28 1046.81 1626.62 1049.53C1624.88 1056.46 1622.82 1063.32 1620.73 1070.16C1618.27 1078.27 1616.19 1086.29 1614.68 1094.63C1614 1098 1614 1098 1612.98 1101.53C1612.05 1104.84 1611.5 1107.97 1611.06 1111.38C1610.48 1115.84 1609.77 1120.21 1608.86 1124.63C1606.68 1135.54 1606.59 1146.24 1606.64 1157.33C1606.64 1159.43 1606.64 1161.54 1606.63 1163.65C1606.62 1169.4 1606.64 1175.15 1606.65 1180.9C1606.66 1187.21 1606.66 1193.52 1606.66 1199.83C1606.66 1210.67 1606.67 1221.52 1606.68 1232.36C1606.71 1247.91 1606.71 1263.45 1606.72 1278.99C1606.73 1316.35 1606.77 1353.71 1606.81 1391.06C1606.87 1474.53 1606.94 1558 1607 1644C1890.14 1644 2173.28 1644 2465 1644C2465.8 1572.01 2465.8 1572.01 2466.3 1500.02C2466.32 1495.79 2466.34 1491.56 2466.36 1487.32C2466.43 1473.77 2466.49 1460.21 2466.55 1446.66C2466.57 1441.96 2466.59 1437.27 2466.61 1432.58C2466.75 1399.39 2466.88 1366.19 2467 1333C2467 1332.03 2467.01 1331.06 2467.01 1330.06C2467.09 1307.62 2467.15 1285.18 2467.18 1262.74C2467.18 1258.11 2467.2 1253.48 2467.21 1248.85C2467.28 1221.82 2467.02 1194.96 2465 1168C2464.87 1166.14 2464.74 1164.28 2464.62 1162.43C2464.33 1158.22 2463.99 1154.02 2463.62 1149.81C2463.56 1149.11 2463.5 1148.4 2463.44 1147.67C2462.39 1135.43 2460.67 1123.38 2458.42 1111.31C2457.88 1108.36 2457.47 1105.4 2457.06 1102.44C2452.1 1069.91 2441.98 1037.95 2429.14 1007.71C2428.1 1005.24 2427.14 1002.75 2426.19 1000.25C2421.16 987.603 2414.47 975.379 2407.19 963.906C2406.05 962.087 2404.99 960.244 2403.94 958.375C2402.75 956.315 2401.52 954.283 2400.2 952.309C2398.58 949.875 2397.02 947.438 2395.49 944.949C2395.06 944.251 2394.63 943.553 2394.19 942.834C2393.3 941.385 2392.42 939.935 2391.54 938.482C2391.11 937.791 2390.68 937.099 2390.24 936.387C2389.86 935.76 2389.48 935.133 2389.08 934.487C2388.05 932.836 2388.05 932.836 2386 932C2385.61 931.34 2385.22 930.68 2384.81 930C2382.7 926.507 2380.24 923.421 2377.71 920.227C2376.26 918.341 2374.95 916.447 2373.69 914.438C2372.85 913.231 2372.85 913.231 2372 912C2371.34 912 2370.68 912 2370 912C2369.7 910.989 2369.7 910.989 2369.39 909.957C2367.5 905.924 2364.77 902.985 2361.81 899.688C2361.22 899.017 2360.63 898.346 2360.02 897.655C2358.85 896.339 2357.69 895.025 2356.52 893.713C2354.82 891.792 2353.16 889.835 2351.5 887.875C2348.2 884.117 2344.7 880.558 2341.19 877C2340.61 876.411 2340.04 875.821 2339.44 875.214C2338 873.77 2336.5 872.38 2335 871C2334.34 871 2333.68 871 2333 871C2332.73 870.361 2332.46 869.721 2332.19 869.062C2331.11 866.669 2331.11 866.669 2328 866C2328 865.34 2328 864.68 2328 864C2326.32 862.504 2324.58 861.077 2322.81 859.688C2319.86 857.358 2317.08 855.084 2314.45 852.395C2312.06 850.056 2309.87 848.687 2307 847C2303.77 844.55 2300.66 841.952 2297.53 839.383C2294.13 836.624 2290.77 834.232 2287 832C2286 831.002 2285 830.002 2284 829C2281.73 827.301 2279.44 825.638 2277.12 824C2276.21 823.343 2276.21 823.343 2275.27 822.672C2271.92 820.293 2268.54 818.08 2265 816C2263.29 814.9 2261.58 813.795 2259.88 812.688C2255.4 809.833 2250.86 807.21 2246.17 804.715C2243.79 803.424 2241.43 802.107 2239.08 800.754C2219.94 789.8 2199.82 781.211 2179 774C2178.2 773.722 2177.4 773.444 2176.58 773.158C2165.93 769.476 2155.34 766.063 2144.35 763.546C2141.61 762.909 2138.88 762.237 2136.14 761.566C2121.74 758.079 2107.34 755.428 2092.66 753.385C2090.82 753.12 2089 752.818 2087.18 752.486C2083.38 751.906 2079.6 751.664 2075.77 751.465C2074.58 751.4 2074.58 751.4 2073.38 751.335C2071.7 751.245 2070.03 751.157 2068.36 751.07C2065.87 750.94 2063.37 750.802 2060.88 750.662C2043.88 749.744 2026.94 749.76 2009.94 750.687ZM1082.19 1728.94C1080.39 1729.3 1078.6 1729.66 1076.8 1730.02C1075.97 1730.19 1075.13 1730.37 1074.28 1730.54C1071.48 1731.1 1068.68 1731.59 1065.87 1732.06C1061.41 1732.86 1057.11 1734.04 1052.75 1735.28C1049.12 1736.23 1045.46 1736.84 1041.77 1737.46C1037.94 1738.2 1034.24 1739.28 1030.5 1740.35C1028 1741 1028 1741 1024.31 1741.44C1020.75 1742.04 1018.38 1743.21 1015.23 1744.89C1011.93 1746.53 1008.49 1747.68 1005 1748.88C1000.92 1750.4 996.97 1752.2 993 1754C992.265 1754.33 991.529 1754.66 990.772 1755C973.09 1763.03 956.929 1772.77 940.909 1783.71C939.668 1784.55 938.415 1785.37 937.15 1786.17C935.735 1787.07 934.362 1788.03 933 1789C933 1789.66 933 1790.32 933 1791C932.176 1791.36 932.176 1791.36 931.336 1791.73C928.461 1793.29 926.138 1795.22 923.625 1797.31C922.662 1798.11 921.699 1798.92 920.707 1799.74C919.814 1800.49 918.92 1801.23 918 1802C917.323 1802.54 916.646 1803.08 915.949 1803.63C914.596 1804.71 913.291 1805.85 912 1807C912 1807.66 912 1808.32 912 1809C911.319 1809.17 910.639 1809.33 909.937 1809.5C906.301 1811.36 904.478 1813.74 901.895 1816.84C899.43 1819.65 896.688 1822 893.848 1824.41C891.436 1826.49 889.219 1828.72 887 1831C882 1836 882 1836 879.68 1838.27C876.864 1841.14 874.217 1844.12 871.625 1847.19C871.149 1847.75 870.673 1848.31 870.182 1848.9C862.721 1856.69 862.721 1856.69 859 1866C858.34 1866 857.68 1866 857 1866C855.343 1868.39 853.813 1870.77 852.312 1873.25C851.864 1873.98 851.416 1874.71 850.954 1875.47C849.628 1877.64 848.313 1879.82 847 1882C846.043 1883.57 846.043 1883.57 845.066 1885.17C834.237 1903.28 825.648 1922.75 818.312 1942.5C817.46 1944.77 816.547 1947.03 815.566 1949.25C812.691 1955.94 810.88 1962.98 809 1970C808.678 1971.18 808.678 1971.18 808.35 1972.39C804.847 1985.62 803.137 1998.98 801.75 2012.56C801.667 2013.35 801.584 2014.14 801.499 2014.95C798.177 2047.12 798.854 2079.6 798.872 2111.89C798.874 2117.85 798.871 2123.81 798.869 2129.77C798.864 2142.09 798.865 2154.41 798.867 2166.72C798.87 2179.19 798.871 2191.65 798.869 2204.11C798.868 2204.91 798.868 2205.7 798.868 2206.51C798.868 2209.73 798.867 2212.95 798.867 2216.17C798.861 2246.09 798.861 2276 798.864 2305.92C798.864 2306.8 798.864 2307.69 798.864 2308.6C798.864 2309.48 798.864 2310.37 798.864 2311.28C798.867 2338.31 798.867 2365.35 798.866 2392.38C798.866 2394.19 798.866 2396.01 798.866 2397.82C798.866 2405.1 798.865 2412.39 798.865 2419.68C798.864 2440.04 798.863 2460.41 798.863 2480.78C798.863 2481.7 798.863 2482.63 798.863 2483.59C798.863 2513.11 798.864 2542.64 798.866 2572.17C798.866 2573.13 798.866 2574.08 798.866 2575.07C798.867 2590.61 798.869 2606.15 798.87 2621.7C798.875 2683.34 798.874 2744.98 798.87 2806.62C798.868 2822.16 798.867 2837.69 798.866 2853.23C798.866 2854.19 798.866 2855.14 798.866 2856.13C798.864 2885.63 798.863 2915.13 798.863 2944.63C798.863 2945.56 798.863 2946.49 798.863 2947.44C798.864 2967.78 798.864 2988.13 798.865 3008.47C798.865 3015.75 798.866 3023.03 798.866 3030.3C798.866 3032.12 798.866 3033.93 798.866 3035.74C798.867 3062.76 798.867 3089.79 798.864 3116.81C798.864 3117.7 798.864 3118.58 798.864 3119.49C798.864 3120.38 798.863 3121.26 798.863 3122.17C798.861 3152 798.862 3181.83 798.867 3211.66C798.867 3214.86 798.868 3218.07 798.869 3221.28C798.869 3222.07 798.869 3222.85 798.869 3223.67C798.871 3236.09 798.87 3248.52 798.867 3260.95C798.864 3273.19 798.865 3285.43 798.87 3297.67C798.872 3304.21 798.873 3310.75 798.869 3317.29C798.747 3363.42 798.747 3363.42 801.687 3409.44C801.772 3410.3 801.856 3411.17 801.943 3412.06C804.076 3433.56 808.326 3454.42 815 3475C815.315 3475.99 815.315 3475.99 815.637 3476.99C818.805 3486.9 822.122 3496.7 826.973 3505.92C828.136 3508.28 829.145 3510.69 830.172 3513.11C831.573 3516.31 833.123 3519.44 834.687 3522.56C835.031 3523.25 835.375 3523.94 835.729 3524.65C839.719 3532.54 844.105 3540.19 848.668 3547.77C850 3550 850 3550 851 3552C851.66 3552 852.32 3552 853 3552C853.402 3553.08 853.402 3553.08 853.812 3554.19C854.999 3557 856.275 3559.48 858 3562C858.66 3562 859.32 3562 860 3562C860.227 3562.69 860.454 3563.38 860.687 3564.09C862.303 3567.67 864.544 3570.53 867 3573.56C867.488 3574.17 867.975 3574.78 868.478 3575.41C869.487 3576.66 870.499 3577.92 871.514 3579.17C872.907 3580.89 874.288 3582.61 875.668 3584.34C879.85 3589.48 884.013 3594.13 889.125 3598.35C891.827 3600.73 894.088 3603.42 896.418 3606.16C900.436 3610.84 905.011 3615.34 910 3619C910.66 3619 911.32 3619 912 3619C912 3619.66 912 3620.32 912 3621C914.254 3622.96 916.513 3624.8 918.875 3626.62C919.526 3627.14 920.177 3627.66 920.848 3628.19C924.065 3631.02 924.065 3631.02 928 3632C928.33 3632.99 928.66 3633.98 929 3635C930.648 3636.03 932.321 3637.02 934 3638C935.488 3639.18 936.967 3640.36 938.437 3641.56C941.834 3644.25 944.71 3646.01 949 3647C949 3647.66 949 3648.32 949 3649C951.367 3650.56 953.726 3651.98 956.187 3653.38C956.939 3653.81 957.691 3654.24 958.465 3654.69C960.102 3655.63 961.74 3656.57 963.381 3657.5C966.077 3659.04 968.766 3660.6 971.453 3662.15C973.281 3663.21 975.109 3664.26 976.937 3665.31C977.788 3665.8 978.638 3666.29 979.514 3666.8C987.747 3671.51 995.951 3675.79 1004.92 3678.91C1007.77 3679.92 1010.59 3681.01 1013.4 3682.11C1027.95 3687.75 1042.82 3691.77 1058.12 3694.75C1059.59 3695.05 1059.59 3695.05 1061.09 3695.35C1083.26 3699.43 1106.08 3699.3 1128.53 3699.28C1132.41 3699.28 1136.29 3699.29 1140.17 3699.3C1146.96 3699.31 1153.76 3699.31 1160.56 3699.32C1170.73 3699.32 1180.91 3699.33 1191.09 3699.34C1208.44 3699.37 1225.8 3699.39 1243.15 3699.4C1260.73 3699.41 1278.31 3699.42 1295.89 3699.44C1297.56 3699.44 1297.56 3699.44 1299.27 3699.45C1303.8 3699.45 1308.33 3699.46 1312.87 3699.46C1360.12 3699.52 1407.37 3699.56 1454.63 3699.59C1459.71 3699.59 1464.8 3699.6 1469.88 3699.6C1471.14 3699.6 1472.41 3699.6 1473.71 3699.6C1501.7 3699.63 1529.69 3699.65 1557.68 3699.68C1650.5 3699.76 1743.32 3699.83 1956.48 3699.97C1994.84 3699.99 2033.21 3700.01 2071.57 3700.04C2174.54 3700.1 2174.54 3700.1 2441.91 3700.22C2444.52 3700.22 2447.14 3700.22 2449.75 3700.22C2451.04 3700.22 2452.34 3700.22 2453.67 3700.22C2456.28 3700.23 2458.89 3700.23 2461.49 3700.23C2463.43 3700.23 2463.43 3700.23 2465.4 3700.23C2466.69 3700.23 2467.98 3700.23 2469.3 3700.23C2473.2 3700.23 2477.09 3700.23 2480.99 3700.23C2518.47 3700.24 2555.96 3700.26 2593.45 3700.28C2638.85 3700.31 2684.26 3700.32 2729.67 3700.32C2734.28 3700.32 2738.89 3700.32 2743.5 3700.32C2744.63 3700.32 2745.76 3700.32 2746.92 3700.32C2764.79 3700.32 2782.65 3700.34 2800.51 3700.35C2818.11 3700.36 2835.71 3700.37 2853.32 3700.36C2862.72 3700.36 2872.13 3700.36 2881.53 3700.37C2943.57 3701.62 2943.57 3701.62 3004.81 3693.48C3007.31 3692.93 3009.81 3692.49 3012.33 3692.05C3028.63 3689.13 3044.44 3684.53 3059.94 3678.76C3062.68 3677.75 3065.43 3676.78 3068.19 3675.81C3076.99 3672.68 3085.39 3668.45 3093.81 3664.44C3094.84 3663.96 3095.86 3663.47 3096.91 3662.98C3097.9 3662.51 3098.88 3662.04 3099.89 3661.56C3101.22 3660.93 3101.22 3660.93 3102.58 3660.29C3104.93 3659.04 3106.9 3657.62 3109 3656C3111.06 3654.9 3113.15 3653.84 3115.25 3652.81C3116.33 3652.28 3117.41 3651.75 3118.52 3651.21C3119.34 3650.81 3120.16 3650.41 3121 3650C3121 3649.34 3121 3648.68 3121 3648C3122.05 3647.63 3122.05 3647.63 3123.12 3647.25C3126.39 3645.83 3129.08 3644.03 3132 3642C3133.33 3641.13 3133.33 3641.13 3134.69 3640.25C3141.75 3635.54 3148.52 3630.48 3155 3625C3155.66 3624.67 3156.32 3624.34 3157 3624C3157 3623.34 3157 3622.68 3157 3622C3157.89 3621.59 3157.89 3621.59 3158.79 3621.17C3160.93 3620.04 3162.53 3618.84 3164.35 3617.25C3164.95 3616.72 3165.56 3616.2 3166.18 3615.66C3166.8 3615.11 3167.42 3614.56 3168.06 3614C3169.3 3612.92 3170.54 3611.83 3171.79 3610.75C3172.33 3610.27 3172.88 3609.79 3173.44 3609.3C3175 3608 3175 3608 3178 3606C3178 3605.34 3178 3604.68 3178 3604C3178.84 3603.66 3178.84 3603.66 3179.69 3603.31C3182.66 3601.63 3184.65 3599.47 3187 3597C3187.75 3596.26 3188.51 3595.53 3189.29 3594.77C3192.34 3591.65 3195.18 3588.39 3198 3585.06C3198.51 3584.47 3199.02 3583.87 3199.54 3583.26C3200.55 3582.08 3201.55 3580.89 3202.55 3579.71C3203.49 3578.6 3204.43 3577.5 3205.38 3576.4C3207.94 3573.41 3210.03 3570.4 3212 3567C3213.77 3564.48 3215.57 3561.99 3217.38 3559.5C3218.96 3557.06 3220.02 3554.73 3221 3552C3221.66 3552 3222.32 3552 3223 3552C3223.36 3551.32 3223.73 3550.64 3224.1 3549.95C3227.12 3544.36 3230.24 3538.87 3233.61 3533.48C3235.33 3530.42 3236.63 3527.24 3238 3524C3239.13 3521.72 3240.28 3519.45 3241.44 3517.19C3244.28 3511.56 3246.79 3505.91 3249 3500C3249.45 3498.84 3249.9 3497.69 3250.36 3496.5C3253.17 3489.23 3255.76 3481.92 3258.12 3474.5C3258.47 3473.44 3258.47 3473.44 3258.82 3472.35C3262.7 3459.97 3265.5 3447.33 3267.81 3434.57C3268.19 3432.5 3268.58 3430.43 3268.97 3428.36C3269.23 3426.98 3269.48 3425.6 3269.73 3424.22C3269.95 3423.02 3270.17 3421.82 3270.4 3420.59C3272.65 3405.22 3272.15 3389.5 3272.16 3374.01C3272.16 3370.47 3272.17 3366.92 3272.17 3363.38C3272.18 3357.16 3272.19 3350.94 3272.2 3344.73C3272.2 3335.44 3272.22 3326.15 3272.23 3316.87C3272.26 3301.11 3272.27 3285.34 3272.29 3269.58C3272.31 3253.73 3272.33 3237.87 3272.35 3222.02C3272.35 3221.02 3272.35 3220.02 3272.35 3218.99C3272.36 3214.94 3272.36 3210.88 3272.37 3206.82C3272.43 3162.6 3272.48 3118.37 3272.53 3074.15C3272.53 3073.04 3272.53 3071.93 3272.53 3070.78C3272.53 3068.54 3272.53 3066.29 3272.54 3064.04C3272.56 3040.53 3272.59 3017.01 3272.62 2993.49C3272.75 2882.44 3272.86 2771.39 3273 2616.06C3273 2613.02 3273 2609.99 3273.01 2606.95C3273.08 2520.68 3273.14 2434.41 3273.17 2341.21C3273.17 2340.07 3273.17 2340.07 3273.17 2338.91C3273.17 2332.06 3273.18 2325.21 3273.18 2318.37C3273.18 2296.71 3273.19 2275.05 3273.21 2253.4C3273.22 2227.52 3273.23 2201.64 3273.23 2175.76C3273.23 2163.17 3273.23 2150.59 3273.24 2138.01C3273.25 2127.7 3273.25 2117.39 3273.25 2107.08C3273.24 2101.94 3273.24 2096.8 3273.25 2091.66C3273.28 2071.59 3273.06 2051.55 3272.16 2031.49C3272.13 2030.65 3272.09 2029.8 3272.05 2028.92C3271.04 2005.19 3267.77 1980.53 3260 1958C3259.74 1957.24 3259.48 1956.48 3259.22 1955.7C3255.79 1945.78 3251.88 1936.09 3247.58 1926.52C3246.52 1924.16 3245.49 1921.8 3244.48 1919.43C3243.09 1916.2 3241.59 1913.07 3240 1909.94C3239.26 1908.47 3239.26 1908.47 3238.5 1906.96C3237.76 1905.5 3237.76 1905.5 3237 1904C3236.26 1902.51 3236.26 1902.51 3235.51 1901C3234 1898 3232.42 1895.06 3230.81 1892.12C3230.28 1891.16 3229.75 1890.19 3229.21 1889.2C3228.61 1888.11 3228.61 1888.11 3228 1887C3227.34 1887 3226.68 1887 3226 1887C3225.8 1886.21 3225.6 1885.41 3225.4 1884.59C3223.5 1879.71 3220.64 1875.77 3217.62 1871.5C3216.47 1869.84 3215.32 1868.19 3214.16 1866.53C3213.62 1865.75 3213.07 1864.98 3212.51 1864.18C3211.2 1862.29 3209.95 1860.39 3208.71 1858.47C3207.24 1855.92 3207.24 1855.92 3205 1855C3204.6 1854.31 3204.19 1853.62 3203.78 1852.91C3201.43 1849.07 3198.54 1845.86 3195.56 1842.5C3194.42 1841.2 3193.27 1839.9 3192.13 1838.59C3191.59 1837.98 3191.05 1837.37 3190.49 1836.74C3189.18 1835.21 3187.94 1833.63 3186.71 1832.03C3185.87 1831.03 3185.87 1831.03 3185 1830C3184.34 1830 3183.68 1830 3183 1830C3182.73 1829.36 3182.46 1828.72 3182.19 1828.06C3181.11 1825.67 3181.11 1825.67 3178 1825C3177.33 1823.67 3176.67 1822.33 3176 1821C3175.01 1820.67 3174.02 1820.34 3173 1820C3172.3 1818.68 3171.64 1817.35 3171 1816C3169.58 1814.49 3169.58 1814.49 3167.92 1813.16C3167.01 1812.4 3167.01 1812.4 3166.09 1811.63C3165.15 1810.85 3165.15 1810.85 3164.19 1810.06C3162.95 1809.03 3161.71 1808 3160.48 1806.97C3159.88 1806.47 3159.29 1805.98 3158.67 1805.46C3157.17 1804.15 3155.76 1802.73 3154.36 1801.31C3152.02 1799.02 3149.82 1797.63 3147 1796C3144.9 1794.42 3142.82 1792.82 3140.75 1791.19C3136.33 1787.74 3131.87 1784.47 3127.16 1781.43C3124.78 1779.86 3122.49 1778.18 3120.19 1776.5C3115.64 1773.3 3110.92 1770.86 3105.92 1768.45C3103.29 1767.14 3100.81 1765.73 3098.31 1764.19C3088.03 1757.89 3077.34 1752.12 3066 1748C3064.82 1747.54 3063.65 1747.08 3062.44 1746.61C3052.77 1742.85 3043.01 1739.71 3033 1737C3032.27 1736.8 3031.54 1736.59 3030.78 1736.38C3018.8 1733.06 3006.66 1731.03 2994.38 1729.25C2993.31 1729.09 2993.31 1729.09 2992.22 1728.93C2982.8 1727.52 2973.41 1726.78 2963.89 1726.44C2962.72 1726.4 2961.55 1726.36 2960.34 1726.32C2946.64 1725.87 2932.94 1725.86 2919.23 1725.87C2915.32 1725.88 2911.41 1725.87 2907.49 1725.87C2900.64 1725.87 2893.78 1725.87 2886.92 1725.87C2876.66 1725.87 2866.39 1725.87 2856.13 1725.87C2838.63 1725.86 2821.13 1725.86 2803.63 1725.87C2785.9 1725.87 2768.18 1725.87 2750.46 1725.87C2748.78 1725.87 2748.78 1725.87 2747.06 1725.87C2742.49 1725.87 2737.93 1725.87 2733.36 1725.87C2690.86 1725.86 2648.37 1725.86 2605.87 1725.86C2604.62 1725.86 2603.36 1725.86 2602.06 1725.86C2600.8 1725.86 2599.54 1725.86 2598.24 1725.86C2559.84 1725.87 2521.45 1725.87 2483.05 1725.87C2480.47 1725.87 2477.9 1725.87 2475.33 1725.87C2464.99 1725.87 2454.65 1725.87 2444.32 1725.86C2415.42 1725.86 2386.52 1725.86 2357.63 1725.86C2356.31 1725.86 2355 1725.86 2353.64 1725.86C2311.72 1725.86 2269.81 1725.86 2227.89 1725.87C2226.87 1725.87 2226.87 1725.87 2225.83 1725.87C2203.07 1725.87 2180.32 1725.87 2157.56 1725.87C2088.72 1725.87 2019.89 1725.88 1896.93 1725.87C1874.17 1725.87 1851.4 1725.87 1828.63 1725.87C1827.95 1725.87 1827.27 1725.87 1826.57 1725.87C1784.01 1725.86 1741.44 1725.86 1698.87 1725.86C1697.55 1725.86 1696.24 1725.86 1694.88 1725.86C1666.03 1725.86 1637.17 1725.86 1608.31 1725.87C1597.99 1725.87 1587.66 1725.87 1577.34 1725.87C1574.77 1725.87 1572.2 1725.87 1569.63 1725.87C1531.23 1725.87 1492.84 1725.87 1454.44 1725.86C1453.18 1725.86 1451.92 1725.86 1450.63 1725.86C1449.37 1725.86 1448.11 1725.86 1446.82 1725.86C1404.46 1725.86 1362.1 1725.86 1319.74 1725.87C1315.19 1725.87 1310.64 1725.87 1306.09 1725.87C1304.98 1725.87 1303.86 1725.87 1302.71 1725.87C1285.03 1725.87 1267.35 1725.87 1249.67 1725.87C1232.29 1725.86 1214.92 1725.87 1197.54 1725.87C1187.35 1725.87 1177.15 1725.87 1166.96 1725.87C1160.19 1725.87 1153.43 1725.87 1146.66 1725.87C1142.82 1725.87 1138.98 1725.87 1135.15 1725.87C1108.52 1725.55 1108.52 1725.55 1082.19 1728.94Z" fill="#005388"></path> <path d="M2075 2279C2076.55 2279.16 2076.55 2279.16 2078.13 2279.32C2090.75 2280.67 2102.77 2282.61 2115 2286C2117.04 2286.51 2119.09 2287.01 2121.14 2287.5C2128.85 2289.37 2136.44 2291.56 2144 2294C2144.77 2294.24 2145.55 2294.49 2146.35 2294.74C2155.61 2297.73 2164.64 2300.99 2173 2306C2174.69 2306.72 2176.39 2307.44 2178.09 2308.15C2181.3 2309.57 2184.36 2311.26 2187.44 2312.94C2188.75 2313.65 2190.06 2314.35 2191.38 2315.06C2192 2315.39 2192.62 2315.73 2193.26 2316.07C2196.47 2317.79 2199.73 2319.4 2203 2321C2203 2321.66 2203 2322.32 2203 2323C2203.73 2323.1 2204.46 2323.21 2205.21 2323.31C2208.27 2324.07 2210.12 2325.19 2212.69 2327C2215.75 2329.16 2215.75 2329.16 2219 2331C2219 2331.66 2219 2332.32 2219 2333C2219.76 2333.27 2220.53 2333.54 2221.31 2333.81C2223.99 2334.99 2225.02 2335.94 2227 2338C2228.14 2339.01 2229.28 2340.01 2230.44 2341C2234.55 2344.58 2238.56 2348.25 2242.57 2351.95C2245.38 2354.54 2248.22 2357.08 2251.13 2359.56C2255.98 2363.78 2260.72 2368.2 2265 2373C2265 2373.66 2265 2374.32 2265 2375C2265.55 2375.22 2266.1 2375.43 2266.67 2375.66C2269.81 2377.46 2271.83 2379.82 2274.25 2382.5C2274.71 2383 2275.17 2383.5 2275.64 2384.01C2279 2387.74 2279 2387.74 2279 2390C2279.66 2390 2280.32 2390 2281 2390C2281.27 2390.8 2281.54 2391.61 2281.81 2392.44C2282.2 2393.28 2282.6 2394.13 2283 2395C2283.99 2395.33 2284.98 2395.66 2286 2396C2287.05 2397.64 2288.05 2399.3 2289 2401C2289.66 2401.66 2290.32 2402.32 2291 2403C2291 2403.99 2291 2404.98 2291 2406C2291.99 2406.33 2292.98 2406.66 2294 2407C2295.36 2408.68 2295.36 2408.68 2296.75 2410.87C2297.27 2411.68 2297.78 2412.49 2298.32 2413.32C2298.87 2414.21 2299.43 2415.09 2300 2416C2300.91 2417.4 2300.91 2417.4 2301.84 2418.83C2304.84 2423.47 2307.54 2428.06 2310 2433C2311.09 2434.86 2312.2 2436.72 2313.31 2438.56C2317.01 2444.85 2320.04 2451.34 2323 2458C2323.43 2458.93 2323.86 2459.85 2324.31 2460.81C2329.47 2471.89 2333.69 2483.24 2337 2495C2337.35 2496.24 2337.35 2496.24 2337.71 2497.51C2341.11 2509.71 2343.98 2521.82 2345.63 2534.38C2345.9 2536.25 2346.18 2538.12 2346.49 2539.98C2347.89 2548.81 2348.33 2557.44 2348.34 2566.36C2348.34 2567.81 2348.35 2569.25 2348.36 2570.7C2348.37 2573.71 2348.37 2576.72 2348.37 2579.74C2348.37 2582.77 2348.38 2585.8 2348.41 2588.83C2348.57 2606.8 2347.93 2623.92 2344.44 2641.63C2343.85 2644.81 2343.44 2647.98 2343.06 2651.19C2340.04 2672.5 2333.77 2693.36 2325 2713C2324.46 2714.26 2324.46 2714.26 2323.91 2715.54C2322.17 2719.56 2320.27 2723.25 2318 2727C2317.31 2728.64 2316.62 2730.28 2315.94 2731.92C2312.75 2738.99 2308.74 2745.57 2304.37 2751.95C2303.14 2753.78 2302.06 2755.63 2301 2757.56C2299.06 2760.9 2296.93 2763.87 2294.56 2766.91C2293.38 2768.5 2292.25 2770.13 2291.16 2771.79C2288.71 2775.44 2286.08 2778.91 2283.38 2782.37C2282.64 2783.34 2282.64 2783.34 2281.89 2784.32C2280.64 2785.92 2279.33 2787.46 2278 2789C2277.34 2789 2276.68 2789 2276 2789C2275.92 2789.62 2275.84 2790.24 2275.75 2790.87C2275 2793 2275 2793 2273.06 2793.94C2270.23 2795.4 2270.16 2797.08 2269 2800C2267.38 2801.71 2265.71 2803.37 2264 2805C2263.4 2805.78 2262.8 2806.57 2262.19 2807.37C2260.31 2809.63 2258.54 2811.31 2256.31 2813.19C2249.06 2819.4 2243.03 2826.7 2237.41 2834.38C2236.71 2835.18 2236.71 2835.18 2236 2836C2235.34 2836 2234.68 2836 2234 2836C2233.9 2836.72 2233.79 2837.44 2233.69 2838.19C2233 2841 2233 2841 2231.56 2843.29C2226.86 2851.44 2225.42 2862.75 2227.73 2871.86C2230.4 2880.25 2233.75 2888.51 2237.69 2896.37C2239 2899 2239 2899 2239.94 2901.87C2240.78 2904.36 2241.68 2906.44 2242.88 2908.75C2244.81 2912.52 2246.39 2916.37 2247.94 2920.31C2250.77 2927.51 2253.79 2934.61 2257.06 2941.62C2259.19 2946.2 2261.17 2950.79 2263.02 2955.49C2265.96 2962.99 2269.13 2970.35 2272.56 2977.62C2274.89 2982.54 2277.07 2987.48 2279.05 2992.55C2281.82 2999.68 2284.83 3006.69 2288.06 3013.62C2290.12 3018.04 2292.04 3022.47 2293.8 3027.01C2295.13 3030.33 2296.53 3033.62 2297.93 3036.91C2299.64 3040.93 2301.32 3044.97 2303 3049C2303.42 3049.99 2303.84 3050.98 2304.27 3052C2312.6 3073.13 2314.34 3097.81 2310 3120C2309.88 3120.64 2309.75 3121.28 2309.63 3121.94C2307.05 3134.85 2301.76 3145.3 2294.27 3156.14C2292.89 3158.11 2292.89 3158.11 2291.44 3160.75C2289.63 3163.57 2287.39 3165.66 2285 3168C2284.39 3168.79 2283.78 3169.57 2283.15 3170.38C2276.46 3178.52 2267.22 3184.13 2258 3189C2257.16 3189.45 2256.33 3189.9 2255.46 3190.37C2230.56 3202.76 2201.62 3201.31 2174.57 3201.28C2170.4 3201.27 2166.22 3201.28 2162.04 3201.29C2153.89 3201.3 2145.74 3201.3 2137.59 3201.3C2130.95 3201.3 2124.32 3201.3 2117.69 3201.31C2116.27 3201.31 2116.27 3201.31 2114.81 3201.31C2112.89 3201.31 2110.96 3201.31 2109.03 3201.31C2091.01 3201.32 2072.99 3201.32 2054.97 3201.31C2038.52 3201.31 2022.07 3201.32 2005.63 3201.34C1988.69 3201.36 1971.75 3201.37 1954.8 3201.36C1945.31 3201.36 1935.82 3201.36 1926.33 3201.38C1918.26 3201.39 1910.19 3201.39 1902.11 3201.38C1898 3201.37 1893.89 3201.37 1889.78 3201.38C1861.45 3201.46 1836.68 3199.09 1810.75 3187C1809.45 3186.4 1809.45 3186.4 1808.12 3185.78C1802.94 3183.27 1797.74 3180.49 1794 3176C1794 3175.01 1794 3174.02 1794 3173C1793.42 3172.78 1792.85 3172.56 1792.25 3172.33C1789.3 3170.59 1787.94 3168.49 1786 3165.69C1784.03 3162.87 1782.08 3160.09 1779.91 3157.42C1773.56 3149.38 1770.09 3139.65 1767 3130C1766.66 3128.98 1766.31 3127.97 1765.96 3126.92C1765.6 3125.83 1765.24 3124.75 1764.88 3123.62C1764.54 3122.63 1764.21 3121.63 1763.87 3120.6C1756.71 3090.89 1764.66 3062.27 1776 3035C1776.44 3033.93 1776.89 3032.86 1777.35 3031.75C1778.18 3029.75 1779.02 3027.75 1779.86 3025.75C1782.12 3020.31 1784.27 3014.83 1786.44 3009.36C1786.96 3008.05 1787.48 3006.74 1788 3005.44C1788.47 3004.24 1788.95 3003.04 1789.44 3001.81C1791.18 2997.49 1793.09 2993.25 1795 2989C1800.75 2976.23 1800.75 2976.23 1806.08 2963.28C1807.5 2959.76 1809.11 2956.33 1810.7 2952.88C1812.54 2948.81 1814.21 2944.67 1815.89 2940.53C1817 2938 1817 2938 1819 2935C1819.67 2933 1820.33 2931 1821 2929C1822.23 2926.06 1823.56 2923.16 1824.88 2920.25C1827.38 2914.67 1829.81 2909.09 1832.02 2903.38C1833.19 2900.55 1834.53 2897.82 1835.88 2895.06C1843.39 2878.75 1848.97 2861.62 1842.85 2843.88C1841.94 2841.74 1841.94 2841.74 1840 2839C1840 2838.01 1840 2837.02 1840 2836C1839.36 2835.73 1838.72 2835.46 1838.06 2835.19C1836 2834 1836 2834 1835 2831C1834.41 2830.71 1833.83 2830.42 1833.23 2830.12C1830.26 2828.63 1828.57 2826.6 1826.38 2824.12C1825.21 2822.83 1825.21 2822.83 1824.02 2821.51C1822 2819 1822 2819 1820.98 2816.8C1819.7 2814.45 1818.41 2814.07 1816 2813C1814.72 2812.04 1813.47 2811.04 1812.25 2810C1811.64 2809.48 1811.02 2808.97 1810.39 2808.44C1809 2807 1809 2807 1809 2805C1808.36 2804.73 1807.72 2804.46 1807.06 2804.19C1805 2803 1805 2803 1804 2800C1803.43 2799.74 1802.86 2799.47 1802.27 2799.2C1798.96 2797.45 1796.95 2794.67 1794.63 2791.81C1793.65 2790.63 1792.68 2789.46 1791.7 2788.28C1791.24 2787.71 1790.77 2787.15 1790.29 2786.56C1788.69 2784.63 1787.04 2782.75 1785.38 2780.87C1783 2778 1783 2778 1782 2775C1781.1 2774.11 1781.1 2774.11 1780.18 2773.2C1777.61 2770.61 1775.94 2767.88 1774.06 2764.75C1773.36 2763.58 1772.65 2762.4 1771.94 2761.23C1770.98 2759.63 1770.98 2759.63 1770 2758C1769.17 2756.68 1768.34 2755.37 1767.5 2754.06C1752.36 2729.86 1740.43 2702.87 1734 2675C1733.53 2673.15 1733.05 2671.29 1732.57 2669.44C1731.69 2665.97 1730.84 2662.48 1730 2659C1729.83 2658.31 1729.66 2657.61 1729.48 2656.9C1714.83 2596.91 1722.3 2529.88 1745 2473C1745.34 2472.11 1745.67 2471.22 1746.02 2470.3C1748.82 2462.94 1752.43 2456 1756 2449C1756.71 2447.56 1757.42 2446.13 1758.13 2444.69C1761.79 2437.38 1765.92 2430.44 1770.35 2423.58C1771.39 2421.95 1772.41 2420.32 1773.39 2418.66C1775.53 2415.11 1777.79 2411.65 1780.06 2408.19C1780.51 2407.49 1780.96 2406.8 1781.42 2406.09C1782.56 2404.36 1783.77 2402.67 1785 2401C1785.66 2401 1786.32 2401 1787 2401C1787.23 2400.3 1787.46 2399.6 1787.69 2398.88C1789.27 2395.41 1791.46 2392.78 1793.94 2389.94C1797.44 2385.88 1797.44 2385.88 1800.69 2381.63C1801.12 2381.09 1801.56 2380.55 1802 2380C1802.66 2380 1803.32 2380 1804 2380C1804.23 2379.46 1804.45 2378.93 1804.69 2378.37C1807.55 2373.2 1811.8 2369.1 1816 2365C1816.85 2364.09 1817.69 2363.18 1818.56 2362.25C1821.02 2359.98 1821.93 2359.74 1825 2359C1825.23 2358.44 1825.46 2357.88 1825.7 2357.31C1827.61 2353.92 1830.57 2351.93 1833.63 2349.62C1834.26 2349.14 1834.9 2348.65 1835.55 2348.15C1837.36 2346.76 1839.18 2345.38 1841 2344C1842.16 2343.11 1842.16 2343.11 1843.35 2342.2C1845.22 2340.77 1847.1 2339.38 1849 2338C1849.74 2337.46 1850.48 2336.92 1851.25 2336.37C1857.01 2332.26 1862.94 2328.5 1868.99 2324.84C1871.3 2323.43 1873.56 2321.98 1875.81 2320.5C1880.43 2317.58 1885.37 2315.25 1890.28 2312.85C1893.16 2311.44 1895.95 2310.03 1898.7 2308.37C1900.95 2307.03 1903.12 2306.06 1905.56 2305.12C1909.26 2303.69 1912.92 2302.19 1916.56 2300.62C1933.41 2293.61 1950.81 2288.29 1968.69 2284.68C1970.81 2284.24 1972.93 2283.77 1975.03 2283.26C1987.49 2280.27 2000.27 2279.23 2013 2278C2013.77 2277.92 2014.53 2277.85 2015.32 2277.77C2035.22 2275.9 2055.17 2276.91 2075 2279ZM1997.04 2362.56C1994.5 2363.11 1991.95 2363.51 1989.38 2363.87C1971.32 2367.14 1953.02 2374.6 1936.83 2383.06C1934.86 2384.07 1932.88 2385.04 1930.89 2386.01C1923.56 2389.58 1916.64 2393.25 1910 2398C1908.4 2399.09 1906.8 2400.17 1905.19 2401.25C1904.48 2401.73 1903.77 2402.21 1903.04 2402.7C1901 2404 1901 2404 1898.99 2404.92C1896.52 2406.26 1894.95 2407.99 1893 2410C1891.22 2411.5 1889.43 2412.98 1887.63 2414.44C1886.66 2415.22 1885.7 2416 1884.71 2416.81C1883.13 2418.09 1881.54 2419.36 1879.95 2420.62C1878.6 2421.71 1877.29 2422.85 1876 2424C1876 2424.66 1876 2425.32 1876 2426C1875.16 2426.09 1875.16 2426.09 1874.31 2426.19C1871.01 2427.35 1869.37 2429.46 1867 2432C1866.11 2432.85 1865.23 2433.69 1864.31 2434.56C1861.99 2436.77 1861.99 2436.77 1861 2439C1859.87 2441.26 1858.35 2442.6 1856.55 2444.34C1847.66 2453.88 1841.59 2465.87 1835.31 2477.19C1834.84 2478.04 1834.36 2478.9 1833.87 2479.78C1831.31 2484.44 1829 2489.07 1827 2494C1826.26 2495.81 1826.26 2495.81 1825.5 2497.65C1823.08 2503.63 1820.71 2509.59 1818.76 2515.75C1817.96 2518.11 1817.03 2520.39 1816.07 2522.7C1796.45 2571.58 1804.45 2627.11 1822 2675C1822.35 2675.96 1822.7 2676.93 1823.05 2677.92C1830.01 2696.27 1840.19 2714.7 1852.43 2729.99C1853.83 2731.78 1855.09 2733.59 1856.31 2735.5C1857.76 2738.08 1857.76 2738.08 1860 2739C1860.31 2739.64 1860.62 2740.28 1860.94 2740.94C1861.95 2743.32 1861.95 2743.32 1865 2745C1865.5 2746.48 1865.5 2746.48 1866 2748C1867.62 2749.68 1867.62 2749.68 1869.63 2751.31C1870.34 2751.92 1871.06 2752.53 1871.8 2753.16C1872.53 2753.77 1873.25 2754.38 1874 2755C1875.25 2756.06 1876.5 2757.12 1877.75 2758.19C1878.6 2758.91 1878.6 2758.91 1879.46 2759.64C1880.8 2760.83 1882.07 2762.1 1883.31 2763.37C1884.85 2765.23 1884.85 2765.23 1887 2765C1887.39 2765.9 1887.39 2765.9 1887.8 2766.82C1889.07 2769.12 1890.2 2770.21 1892.25 2771.81C1895.97 2774.89 1898.98 2778.24 1902 2782C1902.59 2782.73 1903.18 2783.45 1903.79 2784.2C1907.3 2788.6 1910.29 2793.05 1913 2798C1913.32 2798.58 1913.64 2799.17 1913.97 2799.77C1918.06 2807.35 1921.6 2815.02 1924.38 2823.19C1924.61 2823.87 1924.85 2824.56 1925.1 2825.27C1928.59 2836.06 1929.35 2847.1 1929.25 2858.37C1929.24 2860.16 1929.24 2860.16 1929.22 2861.97C1928.94 2883.33 1923.07 2902.34 1915 2922C1914.58 2923.03 1914.16 2924.07 1913.72 2925.13C1910.38 2933.24 1906.82 2941.23 1903.13 2949.19C1900.45 2954.97 1897.92 2960.81 1895.43 2966.67C1894.18 2969.59 1892.89 2972.49 1891.56 2975.37C1887.14 2985.04 1882.84 2994.76 1878.95 3004.66C1877.53 3008.16 1875.94 3011.58 1874.36 3015.01C1872.34 3019.46 1870.44 3023.95 1868.53 3028.45C1867.39 3031.08 1866.24 3033.71 1865.07 3036.33C1862.61 3041.84 1860.3 3047.41 1858 3052.98C1856.42 3056.77 1854.79 3060.48 1852.92 3064.13C1846.05 3077.67 1843.67 3092.44 1846.79 3107.38C1848.02 3111.05 1848.44 3112.12 1851.75 3113.87C1852.83 3114.45 1852.83 3114.45 1853.93 3115.04C1863.69 3119.56 1874.07 3119.15 1884.62 3119.15C1885.99 3119.15 1887.36 3119.15 1888.74 3119.16C1892.48 3119.17 1896.23 3119.17 1899.98 3119.17C1904.03 3119.18 1908.08 3119.19 1912.13 3119.2C1921.89 3119.22 1931.66 3119.23 1941.43 3119.24C1946.03 3119.24 1950.64 3119.25 1955.25 3119.25C1970.57 3119.27 1985.89 3119.28 2001.22 3119.29C2005.19 3119.29 2009.16 3119.29 2013.13 3119.3C2014.11 3119.3 2015.1 3119.3 2016.12 3119.3C2032.1 3119.3 2048.09 3119.33 2064.07 3119.36C2080.5 3119.4 2096.93 3119.41 2113.37 3119.42C2122.58 3119.42 2131.8 3119.43 2141.02 3119.45C2148.87 3119.48 2156.72 3119.48 2164.57 3119.47C2168.57 3119.47 2172.57 3119.47 2176.57 3119.49C2180.24 3119.51 2183.91 3119.51 2187.58 3119.49C2189.52 3119.49 2191.45 3119.5 2193.39 3119.52C2205.59 3119.43 2218.36 3117.66 2227.34 3108.66C2231.05 3102.73 2229.83 3095.05 2228.47 3088.44C2225.76 3077.27 2222.47 3065.38 2216.48 3055.48C2215.07 3053.12 2214.05 3050.87 2213.06 3048.31C2212.72 3047.44 2212.38 3046.56 2212.02 3045.66C2211.38 3043.99 2210.74 3042.32 2210.1 3040.66C2207.56 3034.15 2204.64 3027.85 2201.66 3021.54C2198.85 3015.54 2196.2 3009.5 2193.69 3003.37C2191.73 2998.64 2189.63 2994 2187.44 2989.37C2185.08 2984.39 2182.89 2979.38 2180.89 2974.25C2178.52 2968.24 2175.73 2962.41 2173 2956.56C2171.25 2952.78 2169.57 2949.01 2168.06 2945.12C2166.41 2940.87 2164.51 2936.75 2162.56 2932.62C2160.01 2927.21 2157.58 2921.77 2155.32 2916.22C2154.32 2913.78 2153.31 2911.36 2152.28 2908.93C2148.68 2900.42 2145.36 2891.95 2143 2883C2142.77 2882.16 2142.55 2881.32 2142.32 2880.46C2140.94 2874.36 2140.8 2868.29 2140.75 2862.06C2140.74 2861.25 2140.73 2860.44 2140.72 2859.61C2140.78 2848.15 2143.42 2837.62 2147.06 2826.81C2147.46 2825.64 2147.85 2824.46 2148.25 2823.25C2152.42 2811.21 2157.88 2800.55 2165 2790C2165.5 2789.13 2165.99 2788.27 2166.5 2787.37C2168.08 2784.88 2169.92 2783.08 2172 2781C2172 2780.34 2172 2779.68 2172 2779C2172.99 2778.67 2173.98 2778.34 2175 2778C2176.47 2776.51 2176.47 2776.51 2177.94 2774.62C2184.52 2766.86 2192.46 2760.23 2200.18 2753.63C2204.85 2749.43 2208.99 2744.82 2213.06 2740.06C2213.58 2739.47 2214.1 2738.87 2214.63 2738.26C2217.71 2734.66 2220.44 2731 2223 2727C2223.66 2726.03 2224.32 2725.06 2225 2724.06C2229.13 2718.41 2229.13 2718.41 2231 2712C2231.66 2712 2232.32 2712 2233 2712C2233.28 2711.43 2233.56 2710.86 2233.85 2710.27C2236.31 2705.28 2238.88 2700.37 2241.56 2695.5C2244.01 2690.98 2246.16 2686.52 2247.97 2681.71C2249 2679 2250.1 2676.31 2251.21 2673.62C2253.76 2667.38 2256.05 2661.14 2257.93 2654.66C2258.74 2651.89 2259.59 2649.15 2260.47 2646.4C2270.84 2613.34 2272.21 2573.52 2261.96 2540.21C2261.2 2537.68 2260.6 2535.23 2260.05 2532.65C2259.06 2528.07 2257.7 2523.68 2256.19 2519.25C2255.79 2518.08 2255.79 2518.08 2255.39 2516.89C2251.43 2505.27 2247.38 2493.54 2241 2483C2240.27 2481.31 2239.53 2479.62 2238.83 2477.91C2237.37 2474.54 2235.67 2471.28 2234 2468C2233.34 2468 2232.68 2468 2232 2468C2231.75 2467.3 2231.51 2466.6 2231.25 2465.87C2229.83 2462.61 2228.03 2459.92 2226 2457C2225.4 2456.08 2224.8 2455.16 2224.18 2454.21C2221.92 2450.88 2219.53 2447.68 2217.06 2444.5C2216.65 2443.96 2216.23 2443.41 2215.8 2442.86C2211.49 2437.27 2207.06 2431.94 2202 2427C2201.22 2426.2 2200.43 2425.39 2199.63 2424.56C2194.52 2418.81 2194.52 2418.81 2188 2416C2188 2415.34 2188 2414.68 2188 2414C2186.65 2412.7 2186.65 2412.7 2184.85 2411.43C2184.18 2410.93 2183.51 2410.43 2182.82 2409.91C2182.09 2409.38 2181.37 2408.86 2180.63 2408.31C2179.53 2407.5 2179.53 2407.5 2178.41 2406.68C2176.28 2405.11 2174.14 2403.55 2172 2402C2170.98 2401.26 2169.97 2400.52 2168.92 2399.76C2164.74 2396.77 2160.67 2394.18 2156 2392C2154.66 2391.26 2153.33 2390.51 2152 2389.75C2139.93 2383 2127.36 2376.7 2114.29 2372.16C2111.77 2371.27 2109.29 2370.34 2106.81 2369.37C2084.64 2360.89 2063.19 2358.53 2039.63 2358.44C2038.61 2358.43 2037.6 2358.42 2036.56 2358.41C2022.98 2358.33 2010.3 2359.62 1997.04 2362.56Z" fill="#005287"></path> </svg> </a> </div> <div class="u_1590661867 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1590661867" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="/private-credit" runtime_url="/private-credit" type="page" class="font-size-20 m-font-size-16" style="color: rgb(15, 83, 130); display: unset;">Private Credit</a></h4> </div> </div> <div class="dmRespCol small-12 large-3 medium-3 u_1763641715" id="1763641715"> <div class="u_1108790860 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1108790860"> <a href="/catastrophe-bonds" id="1747423587" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1147685298" class="svg u_1147685298" data-icon-name="wp-band_aid_thin" data-hover-effect="zoomout" aria-labelledby="1152516479"> <title id="1152516479">A black and white icon of a bandage on a white background.</title> <g> <path d="M56,14c-2.6-2.6-5.6-4-8.7-4c-1.1,0-2.2,0.5-3,1.3l-33,33c-0.8,0.8-1.3,1.9-1.3,3c0,3.1,1.4,6.1,4,8.7c2.6,2.6,5.6,4,8.7,4 c1.1,0,2.2-0.5,3-1.3l33-33c0.8-0.8,1.3-1.9,1.3-3C60,19.6,58.7,16.6,56,14z M57.3,24.3l-33,33C24,57.6,23.4,58,22.7,58 c-2.6,0-5-1.1-7.3-3.4c-2.2-2.2-3.4-4.7-3.4-7.3c0-0.7,0.4-1.3,0.7-1.6l33-33c0.3-0.3,0.9-0.7,1.6-0.7c2.6,0,5,1.1,7.3,3.4 c2.3,2.3,3.4,4.7,3.4,7.3C58,23.4,57.6,24,57.3,24.3z"></path> <circle cx="43.5" cy="21.5" r="1.5"></circle> <circle cx="17.5" cy="47.5" r="1.5"></circle> <circle cx="21.5" cy="43.5" r="1.5"></circle> <circle cx="22.5" cy="52.5" r="1.5"></circle> <circle cx="26.5" cy="48.5" r="1.5"></circle> <circle cx="47.5" cy="17.5" r="1.5"></circle> <circle cx="48.5" cy="26.5" r="1.5"></circle> <circle cx="52.5" cy="22.5" r="1.5"></circle> <path d="M25.7,36.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8,8c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L25.7,36.3z"></path> <path d="M37.7,24.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8,8c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L37.7,24.3z"></path> </g> </svg> </a> </div> <div class="u_1215105914 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1215105914" style="transition: opacity 1s ease-in-out; text-align: left;"> <h4 class="text-align-center m-size-16 size-20"><a href="/catastrophe-bonds" runtime_url="/catastrophe-bonds" type="page" class="m-font-size-16 font-size-20" style="display: initial;">Catastrophe<br/>Bonds</a></h4> </div> </div> <div class="dmRespCol large-3 medium-3 small-12 u_1137684576" id="1137684576"> <div class="u_1191846023 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1191846023"> <a href="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" id="1621793899" file="true" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1578549977" class="svg u_1578549977" data-icon-name="payment_dollar_coin" data-hover-effect="zoomout" aria-labelledby="1029132886"> <title id="1029132886">A black and white icon of a dollar sign in a circle.</title> <path d="M51.38,35.56V33.5H48.63v2.06a7.81,7.81,0,0,0-6.43,7.67c0,3.31,2.18,6.17,5.7,7.48.47.18,1,.33,1.44.49a20.74,20.74,0,0,1,2.45.92,5.16,5.16,0,0,1,3.26,4.64,5,5,0,0,1-10.1.1v-.45H42.19v.47a7.83,7.83,0,0,0,6.43,7.56V66.5h2.75V64.44A7.74,7.74,0,0,0,56,51.88a9.06,9.06,0,0,0-4.27-2.72l-1.17-.39a12.64,12.64,0,0,1-3.7-1.65A4.93,4.93,0,0,1,45,43.23a5,5,0,1,1,10.1,0v.46h2.75v-.46A7.81,7.81,0,0,0,51.38,35.56Z"></path> <path d="M50,12.82A37.18,37.18,0,1,0,87.18,50,37.23,37.23,0,0,0,50,12.82Zm0,72.41A35.22,35.22,0,1,1,85.22,50,35.26,35.26,0,0,1,50,85.22Z"></path> <path d="M50,21A29,29,0,1,0,79,50,29,29,0,0,0,50,21Zm0,56A27,27,0,1,1,77,50,27.05,27.05,0,0,1,50,77Z"></path> <path d="M49.87,19.09a1.28,1.28,0,1,0-1.28-1.28A1.28,1.28,0,0,0,49.87,19.09Zm0-2a.68.68,0,1,1-.68.68A.68.68,0,0,1,49.87,17.12Z"></path> <path d="M38.87,21.07a1.28,1.28,0,1,0-1.21-.84A1.29,1.29,0,0,0,38.87,21.07Zm-.23-1.92a.68.68,0,1,1-.41.87A.68.68,0,0,1,38.64,19.15Z"></path> <path d="M29.21,26.7a1.28,1.28,0,0,0,.11-2.56,1.31,1.31,0,0,0-.94.3,1.28,1.28,0,0,0,.83,2.26ZM29.73,25a.68.68,0,1,1-1-.09.68.68,0,0,1,1,.09"></path> <path d="M21.41,35.12a1.27,1.27,0,0,0,.64.17,1.29,1.29,0,0,0,1.11-.64,1.28,1.28,0,0,0-.47-1.75,1.28,1.28,0,1,0-1.28,2.22Zm.05-1.45a.68.68,0,0,1,.59-.34.67.67,0,0,1,.34.09.68.68,0,1,1-.93.25Z"></path> <path d="M18,45.8l.22,0a1.29,1.29,0,0,0,1.26-1.06,1.28,1.28,0,0,0-1-1.48,1.28,1.28,0,0,0-1.49,1A1.29,1.29,0,0,0,18,45.8Zm.34-1.93h0a.68.68,0,1,1-.79.55.68.68,0,0,1,.79-.55"></path> <path d="M19.05,54.67a1.27,1.27,0,0,0-1-.21h0A1.28,1.28,0,0,0,18.31,57l.22,0a1.28,1.28,0,0,0,.52-2.31Zm-.62,1.72a.68.68,0,0,1-.79-.55.68.68,0,0,1,.55-.79h.12a.68.68,0,0,1,.12,1.35"></path> <path d="M22.51,65a1.28,1.28,0,0,0-1.44,1.88,1.29,1.29,0,0,0,1.11.64,1.26,1.26,0,0,0,.64-.17A1.28,1.28,0,0,0,22.51,65Zm-.67.65a.68.68,0,1,1-.32.42.68.68,0,0,1,.32-.42h0"></path> <path d="M29.29,73.47A1.28,1.28,0,0,0,29.4,76h.11a1.28,1.28,0,0,0,.71-2.26A1.29,1.29,0,0,0,29.29,73.47Zm-.41.84a.68.68,0,0,1,.46-.24.67.67,0,0,1,.5.16.68.68,0,1,1-1,.09"></path> <path d="M39.55,79.09a1.28,1.28,0,1,0,.77,1.64A1.29,1.29,0,0,0,39.55,79.09Zm.2,1.44a.68.68,0,1,1-.41-.87A.68.68,0,0,1,39.75,80.53Z"></path> <path d="M50.13,80.91a1.28,1.28,0,1,0,1.28,1.28A1.28,1.28,0,0,0,50.13,80.91Zm0,2a.68.68,0,1,1,.68-.68A.68.68,0,0,1,50.13,82.88Z"></path> <path d="M60.69,79a1.28,1.28,0,0,0-.77,1.64h0a1.29,1.29,0,0,0,1.21.84,1.28,1.28,0,0,0,1.2-1.72A1.28,1.28,0,0,0,60.69,79Zm1.08,1a.68.68,0,1,1-.64-.45.68.68,0,0,1,.64.45"></path> <path d="M70,73.6a1.29,1.29,0,0,0-.16,1.81h0A1.28,1.28,0,1,0,70,73.6Zm1.35.54a.68.68,0,1,1-.52-.24.68.68,0,0,1,.52.24"></path> <path d="M78.59,64.88a1.28,1.28,0,1,0-.64,2.39,1.31,1.31,0,0,0,.33,0,1.28,1.28,0,0,0,.31-2.35Zm-1,1.7h0a.68.68,0,0,1,.68-1.18h0a.68.68,0,1,1-.68,1.18"></path> <path d="M82,54.2a1.28,1.28,0,0,0-.45,2.53h0l.22,0A1.28,1.28,0,0,0,82,54.2Zm-.1.59a.68.68,0,1,1-.12,0h.12"></path> <path d="M81.68,45.57l.23,0a1.28,1.28,0,1,0-.23,0Zm-.12-2h.12a.68.68,0,0,1,.67.56.68.68,0,0,1-.55.79.7.7,0,0,1-.51-.11A.69.69,0,0,1,81,44.4.68.68,0,0,1,81.57,43.61Z"></path> <path d="M77.82,35.07a1.28,1.28,0,1,0-1.11-.64A1.28,1.28,0,0,0,77.82,35.07Zm-.66-1.46a.68.68,0,0,1,.32-.42.67.67,0,0,1,.34-.09.68.68,0,1,1-.66.51Z"></path> <path d="M70.6,26.54a1.28,1.28,0,0,0,1-.45h0a1.29,1.29,0,1,0-1,.46Zm-.52-1.72a.68.68,0,1,1,.58,1.12.69.69,0,0,1-.5-.16.68.68,0,0,1-.08-1"></path> <path d="M60.45,20.91a1.28,1.28,0,1,0-.77-1.64A1.29,1.29,0,0,0,60.45,20.91Zm-.2-1.44a.68.68,0,1,1,.41.87A.68.68,0,0,1,60.25,19.47Z"></path> </svg> </a> </div> <div class="u_1666855627 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1666855627" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-16 text-align-center size-20"><a href="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" runtime_url="https://irp.cdn-website.com/c4f21b7a/files/uploaded/Treasuries_Fact_Sheet-4db22fce.pdf" type="file" class="m-font-size-16 font-size-20" style="display: initial; color: rgb(15, 83, 130);" file="true" target="_blank">U.S. Treasuries</a></h4> </div> </div> </div> </div> <div class="u_1254900230 dmRespRow" id="1254900230"> <div class="dmRespColsWrapper" id="1276526394"> <div class="dmRespCol large-12 medium-12 small-12 u_1792902951" id="1792902951"> <div class="u_1000292743 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1000292743" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Global pricing data. Client-centered service.</span></h2> </div> </div> </div> </div> <div class="u_1000956739 dmRespRow hasBackgroundOverlay dmSectionNoParallax hide-for-large" id="1000956739"> <div class="dmRespColsWrapper" id="1179756284"> <div class="dmRespCol large-3 medium-3 small-12 u_1104541704" id="1104541704"> <div class="u_1223903761 dmNewParagraph" id="1223903761" style="transition: none; display: block; text-align: left;" data-element-type="paragraph" data-version="5"> <h4 class="m-size-18 text-align-left size-22"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);">FASTER</span><span class="m-font-size-18 font-size-22" style="font-weight: normal; display: initial; color: rgb(255, 255, 255);"><br/>response times.</span></h4> </div> <div class="u_1909075498 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1909075498"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1836763249"/></div> <div class="u_1650787531 dmNewParagraph" id="1650787531" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: initial;">Ask for help today; get a response today. It’s really not that difficult.</span></p></div></div> <div class="dmRespCol large-3 medium-3 small-12 u_1042728510" id="1042728510"> <div class="u_1326903828 dmNewParagraph" id="1326903828" style="transition: none; display: block; text-align: left;" data-element-type="paragraph" data-version="5"> <h4 class="m-size-18 text-align-left size-22"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);">FLEXIBLE</span><span class="m-font-size-18 font-size-22" style="font-weight: normal; display: initial; color: rgb(255, 255, 255);"><br/>solutions.</span></h4> </div> <div class="u_1629500638 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1629500638"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1674401245"/></div> <div class="u_1094427274 dmNewParagraph" id="1094427274" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: initial;">We customize to fit your needs, not to suit our feeds.</span></p></div></div> <div class="u_1029217644 dmRespCol small-12 large-3 medium-3" id="1029217644"> <div class="u_1252462785 dmNewParagraph" id="1252462785" style="transition: none; text-align: left; display: block;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-left m-size-18 size-22"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);">EASY</span><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255); font-weight: normal;"><br/>onboarding.</span></h4> </div> <div class="u_1295517128 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1295517128"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1365945086"/></div> <div class="u_1915053594 dmNewParagraph" id="1915053594" style="transition: none; display: block; text-align: left;" data-version="5"><p class="text-align-left"><span style="display: initial; color: rgb(247, 247, 247);">When you get valuations from someone who values you, everything gets easier.</span></p></div></div> <div class="u_1051877767 dmRespCol small-12 large-3 medium-3" id="1051877767"> <div class="u_1993593815 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1993593815" style="transition: none; text-align: left; display: block;"> <h4 class="m-size-18 text-align-left size-22"><span class="font-size-22 m-font-size-18" style="color: rgb(255, 255, 255); display: initial;">EFFICIENT</span><span class="font-size-22 m-font-size-18" style="color: rgb(255, 255, 255); display: initial; font-weight: normal;"><br/>pricing.</span></h4> </div> <div class="u_1737888742 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1737888742"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1346843260"/></div> <div class="u_1392264063 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1392264063" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: unset;">Quality is affordable when you’re dealing with an agile, innovative team.</span></p></div> </div> </div> </div> <div class="u_1275163928 dmRespRow hasBackgroundOverlay dmSectionNoParallax hide-for-medium hide-for-small" id="1275163928"> <div class="dmRespColsWrapper" id="1889144436"> <div class="dmRespCol large-3 medium-3 small-12 u_1731793967" id="1731793967"> <div class="u_1604817657 dmNewParagraph" id="1604817657" style="transition: none; display: block; text-align: left;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-left m-size-18 size-22"><span class="font-size-22 m-font-size-18" style="color: rgb(255, 255, 255); display: initial;">FASTER</span><span class="font-size-22 m-font-size-18" style="color: rgb(255, 255, 255); display: initial; font-weight: normal;"><br/>response times.</span></h4> </div> <div class="u_1148529028 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1148529028"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1031253895"/></div> <div class="u_1059771518 dmNewParagraph" id="1059771518" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: initial;">Ask for help today; get a response today. It’s really not that difficult.</span></p></div></div> <div class="dmRespCol large-3 medium-3 small-12 u_1524593971" id="1524593971"> <div class="u_1241339888 dmNewParagraph" id="1241339888" style="transition: none; display: block; text-align: left;" data-element-type="paragraph" data-version="5"> <h4 class="m-size-18 text-align-left size-22"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);">FLEXIBLE</span><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255); font-weight: normal;"> <span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255); font-weight: normal;">solutions.</span></span></h4> </div> <div class="u_1103044219 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1103044219"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1022032218"/></div> <div class="u_1011294648 dmNewParagraph" id="1011294648" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: initial;">We customize to fit your needs, not to suit our feeds.</span></p></div></div> <div class="u_1164664256 dmRespCol small-12 large-3 medium-3" id="1164664256"> <div class="u_1533664333 dmNewParagraph" id="1533664333" style="transition: none; text-align: left; display: block;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-left m-size-18 size-22"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);"><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255);">EASY</span> </span><span class="m-font-size-18 font-size-22" style="display: initial; color: rgb(255, 255, 255); font-weight: normal;">onboarding.</span></h4> </div> <div class="u_1176910065 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1176910065"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1192055764"/></div> <div class="u_1001362465 dmNewParagraph" id="1001362465" style="transition: none; display: block; text-align: left;" data-version="5"><p class="text-align-left"><span style="display: initial; color: rgb(247, 247, 247);">When you get valuations from someone who values you, everything gets easier.</span></p></div></div> <div class="u_1001766439 dmRespCol small-12 large-3 medium-3" id="1001766439"> <div class="u_1570926346 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1570926346" style="transition: none; text-align: left; display: block;"> <h4 class="m-size-18 text-align-left size-22"><span class="font-size-22 m-font-size-18" style="color: rgb(255, 255, 255); display: initial;">EFFICIENT</span><span class="font-size-22 m-font-size-18" style="font-weight: normal; color: rgb(255, 255, 255); display: initial;"><br/>pricing.</span></h4> </div> <div class="u_1189350010 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1189350010"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1792192362"/></div> <div class="u_1807674937 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1807674937" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-left"><span style="color: rgb(247, 247, 247); display: unset;">Quality is affordable when you’re dealing with an agile, innovative team.</span></p></div> </div> </div> </div> <div class="u_1404802798 dmRespRow" id="1404802798"> <div class="dmRespColsWrapper" id="1726184838"> <div class="dmRespCol empty-column large-12 medium-12 small-12 u_1809361346" id="1809361346"></div> </div> </div> <div class="u_1283982272 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1283982272"> <div class="dmRespColsWrapper" id="1502815861"> <div class="u_1632118037 dmRespCol small-12 large-6 medium-6" id="1632118037"> <div class="u_1594058233 dmSpacer" id="1594058233" data-element-type="spacer"></div> </div> <div class="u_1445282763 dmRespCol small-12 large-6 medium-6" id="1445282763"> <div class="u_1180137699 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1180137699" style="transition: none; text-align: left; display: block;"> <h2 class="m-size-29 size-36"><strong class="font-size-36 m-font-size-29" style="font-weight: bold; color: rgb(15, 83, 130); display: unset;">Laser focus; <br/>responsive service.</strong></h2> </div> <div class="u_1221227624 dmNewParagraph" id="1221227624" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-left"><span style="display: initial; color: rgb(137, 136, 136);">SQX is a small team of experts specializing in proprietary end-of-day securities pricing data. Our leaders have spent decades serving investors and the financial industry. Now, we offer clients two things: Pricing data that’s as good as you’ll get anywhere. And an experience that’s far better.</span></p></div> <div class="u_1428971321 dmNewParagraph" id="1428971321" data-element-type="paragraph" data-version="5" background-image":""}"="" style="transition: none; text-align: left; display: block;"><p class="size-18"><span class="font-size-18" style="display: initial; font-style: italic; font-weight: normal; color: rgb(40, 64, 83);"><span class="font-size-18" style="display: initial; font-style: italic; font-weight: normal; color: rgb(40, 64, 83);">SQX offices are in Aurora, Illinois.</span> </span><span class="font-size-18" style="display: initial; font-style: italic; font-weight: bold; color: rgb(40, 64, 83);">Our data coverage is worldwide.</span><span class="font-size-18" style="display: initial; font-style: italic; font-weight: normal; color: rgb(40, 64, 83);"> </span><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="u_1328308401 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/leadership-team" id="1328308401" data-element-type="dButtonLinkId" data-buttonstyle="BORDER_SHORT"> <span class="iconBg" id="1360555586"> <span class="icon hasFontIcon icon-star" id="1795634145"></span> </span> <span class="text" id="1244547899">Meet Leadership</span> </a> </div> </div> </div> <div class="dmRespRow u_SQXRespondstoyou" id="SQXRespondstoyou" data-anchor="SQX Responds to you"> <div class="dmRespColsWrapper" id="1152698958"> <div class="dmRespCol small-12 medium-12 large-12 u_1992659416" id="1992659416"> <div class="u_1969166285 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1969166285" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3><span style="display: unset;">SQX Responds To You.</span></h3> </div> <div class="u_1218886772 dmform default native-inputs" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="bottomleft" id="1218886772" data-conversion="PHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPgooZnVuY3Rpb24oKSB7CiAgdmFyIGVuY29kZSA9IHdpbmRvdy5lbmNvZGVVUklDb21wb25lbnQ7CiAgdmFyIGthID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7CiAga2EudHlwZSA9ICd0ZXh0L2phdmFzY3JpcHQnOwogIGthLmlkID0gJzFkMGNjYjdiOTk2NjlmMTUyNjg2JzsKICBrYS5hc3luYyA9IHRydWU7CiAga2Euc3JjID0gKCdodHRwczonID09IGRvY3VtZW50LmxvY2F0aW9uLnByb3RvY29sID8gJ2h0dHBzOicgOiAnaHR0cDonKSArICcvL2Nkbi5icmFuZC1kaXNwbGF5LmNvbS90ci9rbng5MjgwNi8xZDBjY2I3Yjk5NjY5ZjE1MjY4NmQ4YjU4YjA0MzdiMTM5OGEyOGU3LmpzP3M9MWQwY2NiN2I5OTY2OWYxNTI2ODZkOGI1OGIwNDM3YjEzOThhMjhlNyZ2MT0lJUNPTlRFTlRfSURTJSUmdjI9JSVDT05URU5UX0NBVEVHT1JZJSUmdjM9JSVDT05URU5UX05BTUUlJSZ2ND0lJU5VTV9JVEVNUyUlJnY1PSUlU0VBUkNIX1NUUklORyUlJnY2PSUlVkFMVUUlJSZ2Nz0lJUNVUlJFTkNZJSUmdjg9JSVTVEFUVVMlJSYmb3JkPSUlT1JERVJfSUQlJSZfdD0nICsgbmV3IERhdGUoKS5nZXRUaW1lKCk7CiAgdmFyIHMgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgnc2NyaXB0JylbMF07IHMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoa2EsIHMpOwp9KSgpOwo8L3NjcmlwdD4="> <h3 class="dmform-title dmwidget-title" id="1218029313" hide="true"></h3> <div class="dmform-wrapper" id="1518486954" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1216897468"> <div class="dmforminput required small-12 medium-4 large-4 dmRespDesignCol" id="1752082802"> <label for="1577114158" id="1072777508" class="" hide="true" data-dm-for="dmform-0">Name:</label> <input type="text" class="" name="dmform-0" id="1577114158" placeholder="Full Name *" data-placeholder-original="Full Name *"/><input type="hidden" name="label-dmform-0" value="Name:" id="1760245142" class=""/></div> <div class="dmforminput required small-12 medium-4 large-4 dmRespDesignCol" id="1943378360"> <label for="1018866268" id="1469744994" class="" hide="true" data-dm-for="dmform-1">Email:</label> <input type="email" class="" name="dmform-1" id="1018866268" placeholder="Email Address *" data-placeholder-original="Email Address *"/><input type="hidden" name="label-dmform-1" value="Email:" id="1512686166" class=""/></div> <div class="dmforminput small-12 medium-4 large-4 dmRespDesignCol" id="1357895399"> <label for="1899962025" id="1584612382" class="" hide="true" data-dm-for="dmform-2">Phone:</label> <input type="tel" class="" name="dmform-2" id="1899962025" placeholder="Phone" data-placeholder-original="Phone"/><input type="hidden" name="label-dmform-2" value="Phone" id="1413830934"/></div> <div class="dmforminput large-12 medium-12 dmRespDesignCol" id="1270589302"> <label for="1769807103" id="1518925229" class="" hide="true" data-dm-for="dmform-3">Message:</label> <textarea name="dmform-3" id="1769807103" class="" placeholder="Message" data-placeholder-original="Message"></textarea> <input type="hidden" name="label-dmform-3" value="Message:" id="1618190593" class=""/></div> <div class="dmformsubmit dmWidget R" id="1229569137"><input class="" name="submit" type="submit" value="SUBMIT" id="1001957321"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLsXLFoW0aOUxwYxSuNNKWg8FCLmZlKznH3/2iZ+cXjCLu0z8KugpvpM" id="1587703935" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1187697086"/><input name="dmformsubject" type="hidden" value="Home Page Form Message" id="1131153273" class="" data-email-subject="Home Page Form Message"/><input name="dmformfrom" type="hidden" value="" id="1561416717"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSzRkXjNcoSR4qqQbdWkJlIrJEz2MexmWc728L5BJDtXt6bp+Efvst3e1E9W8jB0bJJiTOFLtspCzz9GovU7TUI0KN4VmPGUkA4s5oAA3OCKj8UoCMjJ9dTcJH0QP0/k3ThQa8NB2jlvn5az5NHcF7x9NxuuQvvxrnvbFLAj+vvzVrIQIHcLaZF2dDm8UzT+7GS011gELkb1We9XyfMTi1LToO03FpoTIig==" data-dec="true"/><input type="hidden" name="page_uuid" value="4dbb95901951485aba743b24644991e2"/></form> </div> <div class="dmform-success" style="display:none" id="1951669795">Thank you for contacting us.<br id="1118595913"/>We will get back to you as soon as possible.</div> <div class="dmform-error" style="display:none" id="1054497451">Oops, there was an error sending your message.<br id="1094710112"/>Please try again later.</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1362494034"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1244823982 dmRespRow" id="1244823982"> <div class="dmRespColsWrapper" id="1196022623"> <div class="dmRespCol empty-column large-12 medium-12 small-12 u_1525380927" id="1525380927"></div> </div> </div> <div class="dmRespRow u_1528648981" id="1528648981"> <div class="dmRespColsWrapper" id="1425241879"> <div class="u_1948150765 dmRespCol small-12 medium-12 large-12" id="1948150765"> <div class="dmRespRow u_1182179008" id="1182179008"> <div class="dmRespColsWrapper" id="1426733885"> <div class="u_1164988566 dmRespCol small-12 large-4 medium-4" id="1164988566"> <div class="u_1337557898 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1337557898" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center text-align-left m-size-13 size-16"><span class="font-size-16 m-font-size-13" m-font-size-set="true" style="font-weight: bold; color: rgb(255, 255, 255);">CONTACT:</span></p></div> <div class="dmNewParagraph u_1237308574" data-element-type="paragraph" data-version="5" id="1237308574" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-13 m-text-align-center text-align-left size-16"><a href="tel:(630) 870-1101" target="_blank" type="call" class="m-font-size-13 font-size-16" m-font-size-set="true" style="color: rgb(171, 205, 234);">(630) 870-1101</a></p></div> <div class="u_1228606810 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1228606810" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-13 m-text-align-center text-align-left size-16"><span class="m-font-size-13 font-size-16" m-font-size-set="true" style="color: rgb(255, 255, 255);">56 S Lasalle St, Ste 106, Aurora, IL 60505</span></p></div> </div> <div class="u_1616927185 dmRespCol small-12 large-3 medium-3" id="1616927185"> <div class="u_1576345491 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1576345491"><p class="text-align-left m-text-align-center size-16 m-size-13"><span class="font-size-16 m-font-size-13" m-font-size-set="true" style="color: rgb(255, 255, 255); font-weight: bold;">EMAIL:</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1452739270" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center text-align-left size-16 m-size-13"><a href="mailto:[email protected]" target="_blank" type="email" style="color: rgb(171, 205, 234);" class="font-size-16 m-font-size-13">s</a><a href="mailto:[email protected]" target="_blank" type="email" style="color:rgb(171, 205, 234);font-weight:500;font-family:Roboto, 'Roboto Fallback';" class="font-size-16 m-font-size-13" m-font-size-set="true">u</a><a href="mailto:[email protected]" target="_blank" type="email" style="color:rgb(171, 205, 234);font-weight:500;font-family:Roboto, 'Roboto Fallback';" class="font-size-16 m-font-size-13" m-font-size-set="true">pport</a><a href="mailto:[email protected]" target="_blank" type="email" style="color: rgb(171, 205, 234);" class="font-size-16 m-font-size-13">@</a><a href="mailto:[email protected]" target="_blank" type="email" style="color: rgb(171, 205, 234);" class="font-size-16 m-font-size-13">sqx.com</a></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1197336498" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center text-align-left size-16 m-size-13"><a href="mailto:[email protected]" target="_blank" type="email" class="font-size-16 m-font-size-13" m-font-size-set="true" style="color:rgb(171, 205, 234);font-weight:500;font-family:Roboto, 'Roboto Fallback';">[email protected]</a></p></div> </div> <div class="u_1556346778 dmRespCol small-12 large-2 medium-2" id="1556346778"> <div class="u_1167777327 align-center text-align-center dmSocialHub gapSpacing" id="1167777327" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.linkedin.com/company/securities-quote-xchange" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="zoomout"></span> </a> </div> </div> </div> </div> <div class="u_1233255296 dmRespCol small-12 large-3 medium-3" id="1233255296"> <div class="u_1654579617 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1654579617" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCBTUVg8L3A+IiwicmV2ZXJzZUZsYWciOmZhbHNlfQ=="> <div class="copyright"> <div>© 2025 </div> <div><p class="rteBlock">All Rights Reserved | SQX</p></div> </div> </div> <div class="u_1849362583 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1849362583" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-12 m-text-align-center text-align-left size-13"><a href="/privacy-policy" runtime_url="/privacy-policy" type="page" class="m-font-size-12 font-size-13" m-font-size-set="true" style="color: rgb(171, 205, 234); display: initial;">Privacy Policy</a></p></div> <div class="u_1340521165 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1340521165"> <a href="https://information-publishing.com/" id="1898239250" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/IPL_Logo_Text_White_SmallScale-112w.png" alt="The IPL Logo: An IPL Company" id="1523135779" class="" data-dm-image-path="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/IPL_Logo_Text_White_SmallScale.png" width="187" height="140" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1054047314 imageWidget align-center hide-for-medium" data-element-type="image" data-widget-type="image" id="1054047314"> <a href="https://irp.cdn-website.com/c4f21b7a/files/uploaded/SQX_iSO_Certification.pdf" id="1588362058" file="true" target="_blank"><img src="https://lirp.cdn-website.com/c4f21b7a/dms3rep/multi/opt/SQX+iSO+certification-82w.jpg" alt="An ISO 27001 Information Security Management certificate from the British Assessment Bureau" id="1218017320" class="" width="1890" height="1890" data-dm-image-path="https://irp.cdn-website.com/c4f21b7a/dms3rep/multi/SQX+iSO+certification.jpg" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Raleway:[email protected]&family=Muli:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Libre+Franklin:[email protected]&family=Montserrat:[email protected]&family=Lato:wght@100;300;400;700;900&family=Libre+Baskerville:wght@400;700&family=Source+Sans+Pro:wght@200;300;400;600;700;900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5501/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/d16049dfed30a41c7ec8ba8ea04a3db5.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/c4f21b7a/files/c4f21b7a_withFlex_1.min.css?v=1205" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/c4f21b7a/files/c4f21b7a_home_withFlex_1.min.css?v=1205" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-53, .size-53, .size-53 > font { font-size: 53px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-13, .size-13, .size-13 > font { font-size: 13px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_5501"; var build = "2025-05-28T10_48_48"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-28T10_48_48"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Learn More","url":"/popup","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"442.60675048828125","overlayColor":"rgba(0, 0, 0, 0.5)","height":"619.0515289306641","animation":"fadeIn"},"name":"popup"}]</script> <script> window.cookiesNotificationMarkupPreview = ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5501'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5501'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; rtCommonProps["streamline.monolith.personalization.skipRuleConditionsForPreview.enabled"] =false; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5501/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5501/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script src="/_dm/s/rt/smart/popup.js?r=1" type="text/javascript"></script><script src="/_dm/s/rt/smart/helpers.js" type="text/javascript"></script><script src="/_dm/s/rt/smart/userVisitsConditionService.js?v=1" type="text/javascript"></script><script src="/_dm/s/rt/smart/timeRangeConditionService.js" type="text/javascript"></script><script src="https://static.cdn-website.com/libs/rrule/2.8.1/rrule.min.js" type="text/javascript"></script><script>(function(global){ global.insiteScripts.popup({useNew: true, ruleId : '2856681', ruleType : 'bfs', settings : 'eyJkZWxheSI6IjEwIiwicG9wdXBOYW1lIjoicG9wdXAiLCJjb25kaXRpb25zX251bWJlciI6IjEiLCJ1c2VyX3Zpc2l0c19udW1iZXIiOiIzIn0=', duration : null, isForced : false }); })(this);</script><script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = [{ruleId: 2856681, actionName:'popup', ruleType: 'bfs'}]; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DD292602S9"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = 'c4f21b7a'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-DD292602S9'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-DD292602S9', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['sqx.com'] } }); _dm_gaq.pushEvent('G-DD292602S9', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'c4f21b7a' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: c4f21b7a --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M7XN8HK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Leadinfo tracking code --> <script> (function(l,e,a,d,i,n,f,o){if(!l[i]){l.GlobalLeadinfoNamespace=l.GlobalLeadinfoNamespace||[]; l.GlobalLeadinfoNamespace.push(i);l[i]=function(){(l[i].q=l[i].q||[]).push(arguments)};l[i].t=l[i].t||n; l[i].q=l[i].q||[];o=e.createElement(a);f=e.getElementsByTagName(a)[0];o.async=1;o.src=d;f.parentNode.insertBefore(o,f);} }(window,document,'script','https://cdn.leadinfo.net/ping.js','leadinfo','LI-658024A52D64C')); </script> <!-- Hotjar Tracking Code for https://www.sqx.com/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:5020689,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>