301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: pntax.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.pntax.com/', AccountUUID: 'f3e6e1a9bb1242a583e78b9da93ae4b9', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'a1c5fd16', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Thu May 08 16:46:02 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '695493a41108482c93344d2b765b743d', InitialPageId: '1173982703', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '6abd38945c1f4f8795142ff7c2e441a7', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '53830', 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: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'LEFT', 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.pntax.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] = 23; 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.pntax.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/a1c5fd16/dms3rep/multi/PNlogo-17239e60.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/a1c5fd16/site_favicon_16_1703772449943.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} body #dm #\31 587437283:not(.photo-gallery-done):not([data-widget-initialized]) { height: 41.0px !important; min-height: initial;} </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";.videobgwrapper,[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}#dm .dmInner .dmWidget,.clearfix:after,.dmRespDesignRow:after,.dmRespRow .dmRespRow:after,.dmRespRow:after,.dmSocialHub,.dmform,DIV.dmBody{clear:both}@font-face{font-family:'Dancing Script';font-style:normal;font-weight:400 700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLgiuE.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: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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.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:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.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}.videobgwrapper{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;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}.dmInner{min-height:100vh!important;position:relative}.clearfix:after{visibility:hidden;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{position:fixed;margin:0;display:none;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;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}#dm .dmInner .dmWidget input,.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.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}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}:root{--btn-text-font-size:16px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}.video-ssr .videobgframe{object-fit:cover}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:16px}}@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,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}: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 .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=top]{min-height:20vh;min-width:40vw;max-height:100%;height:auto;width:100%;transform:translate(0,-100%)}.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}img,video{display:inline-block}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}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none}button,input[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespDesignRow,.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespDesignRow:after,.dmRespDesignRow:before,.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespDesignRow,.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespDesignRow,.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespDesignRow .dmRespDesignCol,.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-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-9{position:relative;width:75%}.dmDesktopBody .dmRespRow .large-10{position:relative;width:83.33333%}.dmDesktopBody .dmRespDesignRow .large-12,.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=' dm-social-icons-'],[class*=' dm-common-icons-']{font-family:dm-social-icons!important;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}.dm-social-icons-google-my-business:before{content:'\e903'}[class*=' dm-common-icons-']{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%}#dm .dmRespRow .dmRespCol.large-2>.dmWidget,#dm .dmRespRow .dmRespCol.large-3>.dmWidget{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;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}.dmWidget.R{float:right}#dm .dmInner .dmWidget input{width:98%;margin:auto;font-size:1.125em;padding:10px!important}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm [list-layout=layout4] .postArticle .authorBar,#dm [list-layout=list_slider] .postArticle .authorBar{margin:0 0 15px;padding:0}#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%}[data-video-bg]{min-height:100px}#dm .dmformsubmit input[type=submit]{text-align:inherit}#dm .postText *,#dm [list-layout=layout4][text-align=left] .postText *,#dm [list-layout=list_slider][text-align=left] .postText *{text-align:left}#dm div.dmInner .dmform .dmforminput label[hide=true]{display:none}.dmform .dmforminput label{display:block;overflow:hidden;text-overflow:ellipsis}#dm [blog-posts-feature-flag=true][dmle_extension=internal_blog_list][show-author=false] .authorBar,#dm [dmle_extension=internal_blog_list][show-author=false] .authorBar{display:none}#dmRoot.dmLargeBody #dm .dmWidget.dmformsubmit{max-width:100%;padding:0}.dmLargeBody #dm .large-3 .dmformsubmit.dmWidget{width:150px}#dm .postArticle .authorBar{font-size:80%;opacity:.8}#dm [list-layout=list_slider] .postArticle .postText *{text-decoration:none}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}@media (max-width:767px){.dmRoot .dmNewParagraph[data-version] .m-text-align-left{text-align:left!important}.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}div.hiddenDiv{display:none!important}.meganav-container,.meganav-container__multi-sub-nav-wrapper,.widget-layout-result{display:flex;position:relative;box-sizing:border-box}.widget-layout-result{width:100%;min-height:20px}.widget-layout-result div{text-align:left}.widget-layout-result.center{justify-content:center}.meganav-container{justify-content:flex-start;align-items:center;flex-wrap:wrap;list-style-type:none;font-family:Arial,Helvetica,sans-serif;margin:0!important}.meganav-container__multi-sub-nav-wrapper{margin:0 0 15px;width:100%;height:auto;color:#323232;text-decoration:none}.meganav-container__multi-sub-nav-icon{color:#FFA300;display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box;margin-right:10px;font-size:24px;width:36px}.meganav-container__contact-btn,.meganav-container__ctc-btn{display:flex;height:50px;border-radius:5px;color:#323232;background-color:#FFD26E;text-align:center;text-decoration:none}.meganav-container__multi-sub-nav-wrapper:last-child{margin-bottom:0}.meganav-container__contact-btn{justify-content:center;align-items:center;position:relative;box-sizing:border-box;width:200px}.meganav-container__ctc-description,.meganav-container__ctc-title{display:block;padding:0;box-sizing:border-box;position:relative}.meganav-container__ctc-title{font-weight:700}.meganav-container__ctc-btn{justify-content:center;align-items:center;position:relative;box-sizing:border-box;width:170px}:focus{outline:0}.center{text-align:center}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}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h3,ul{margin-left:0;margin-right:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.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),DIV.dmBody{padding:0}.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:#fff}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.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}#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}div.dmInner input[type=email]{font-size:16px;background-color:rgba(17,17,17,.15);border:2px solid #fff;width:100%;height:40px;padding:0 10px}div.dmInner input[type=submit]{margin:5px auto;width:100%;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;height:30px!important;color:#f7f7f7;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:16px;border:none;outline:0}div.dmInner .dmformsubmit input[type=submit],div.u_1801687513{height:auto!important}.dmforminput{margin-top:10px;text-align:left;padding-left:.9375em;padding-right:.9375em}#dm .dmDivider{display:block;margin:10px 0}.dmSpacer{border:0;height:15px}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style8{font-size:24px;padding:4px;border-radius:50%;color:#fff;background:#000}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmBody div.u_1384820644,#dm .p_hfcontainer div.u_1556837619,div.u_1987344940{background-size:auto!important;background-position:0 50%!important}#dm .dmDividerWrapper{display:block}.main-navigation.unifiednav{-js-display:flex;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{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;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:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;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}.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.effect-text-color,.main-navigation.unifiednav.effect-text-fill{padding:12px 15px}.main-navigation.unifiednav.effect-text-fill .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:attr(data-link-text);white-space:nowrap;position:absolute;overflow:hidden;background-color:transparent;width:0;height:100%;transform-origin:left;left:0;opacity:1}.main-navigation.unifiednav.effect-text-fill .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{position:relative}.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;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_vertical .unifiednav__container>.unifiednav__item-wrap:not(:last-child)::after{content:''!important}.main-navigation.unifiednav.unifiednav_vertical .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{flex:1 1 auto}.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 .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::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_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_4] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0}#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{content:''}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.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}#dm div.dmContent h1{color:#111}#dm div.dmRespCol>*{line-height:1.5}#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:400;font-style:normal}#dm .dmNewParagraph,#dm .dmwidget-title,#dm h1,#dm h3{direction:ltr;text-align:left}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:"DM Sans","DM Sans Fallback";color:rgba(34,34,34,1)}#dm div.dmContent h1{color:rgba(255,255,255,1);direction:ltr;font-family:Montserrat,"Montserrat Fallback";font-weight:800;font-style:normal;text-decoration:none;font-size:54px;line-height:1.3}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmContent h3,#dm div.dmFooter h3,#dm div.p_hfcontainer h3{color:rgba(0,42,92,1);direction:ltr;font-family:Montserrat,"Montserrat Fallback";font-weight:700;font-style:normal;text-decoration:none;line-height:1.3;font-size:19px}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{text-decoration:none;color:rgba(170,157,144,1)}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{margin-top:25px!important}.dmRespRow .dmRespColsWrapper{max-width:1350px!important;position:relative;margin:0 auto;width:100%}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{z-index:700!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}.dmform-success{margin-top:25px!important;margin-bottom:25px!important;margin-left:5px!important}.dmforminput{padding:5px!important;border-radius:5px}#dm .dmform .dmformsubmit{margin:8px 4px!important}.dmRespDesignRow{padding-top:0!important}#dm .dmwidget-title{margin:2px 0!important}div.dmInner input[type=email]{margin:0!important}#dm .dmContent .dmRespRow{background-color:rgba(0,0,0,0);margin:0;padding:15px 30px}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:17px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0 0 0 25.86px}@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:rgba(0,42,92,1);--btn-border-color:rgb(247, 247, 247);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--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:rgba(255,255,255,1);--btn-text-decoration:none;--btn-text-font-weight:bold;--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:rgba(170,157,144,1);--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:rgba(170,157,144,1);--btn-hover-text-color:rgba(255,255,255,1);--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:16px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:6px;overflow:initial;background-clip:border-box}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]) input{padding:10px 7px}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);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 div.dmInner #site_content .dmWidget span.text,#dm div.dmInner #site_content .dmformsubmit input{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,.font-size-18,.size-18{font-size:18px!important}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}a.u_1641533172,div.u_1213926557,div.u_1251184465,div.u_1616531207,div.u_1663137897,div.u_1801687513,div.u_1823191191,div.u_1862841736,div.u_1884261013{display:block!important}div.u_1801687513 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer div.u_1556837619,div.u_1987344940{background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/A1-ADDRESS3-WHITEa-1920w.png),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 .p_hfcontainer div.u_1987344940{background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/A1-PHONE3-WHITEA-1920w.png),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 .p_hfcontainer .u_1854061119.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1854061119.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 .p_hfcontainer div.u_1793039985{border-style:solid!important;border-width:0!important}#dm .p_hfcontainer div.u_1574800711{border-left-color:rgba(255,255,255,1)!important;border-left-style:solid!important;border-left-width:0!important}div.u_1823191191 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}div.u_1213926557 .svg{color:rgba(170,157,144,1)!important;fill:rgba(170,157,144,1)!important}#dm .p_hfcontainer div.u_1213926557 .svg,div.u_1251184465 .svg,div.u_1616531207 .svg{width:75%!important;fill:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1213926557 .svg{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1193162609 .dmform-success{font-weight:700!important;color:rgba(255,255,255,1)!important}div.u_1884261013 .socialHubIcon{color:rgba(255,255,255,1)!important;border-color:rgba(255,255,255,1)!important;background-color:rgba(170,157,144,1)!important}#dm .p_hfcontainer div.u_1732013087 hr{border-top-width:1px!important;border-top-style:solid!important;color:rgba(219,219,219,1)!important}#dm .p_hfcontainer div.u_1896051670 input:not([type=submit]){border-style:solid!important;border-width:0!important;background-color:rgba(228,228,228,1)!important;padding:28px 20px!important;border-radius:5px!important}div.u_1251184465,div.u_1616531207{background-color:rgba(0,42,92,1)!important;border-radius:10px!important}#dm .p_hfcontainer .u_1896051670 .dmformsubmit{float:LEFT!important}#dm .p_hfcontainer .u_1896051670 .dmform-success{text-align:LEFT!important}#dm .p_hfcontainer div.u_1896051670 .dmform-success{font-weight:700!important}#dm .p_hfcontainer div.dmform-error{font-weight:700!important;color:rgba(255,255,255,1)!important}#dm .p_hfcontainer .dmform-error,#dm .p_hfcontainer .u_1193162609 .dmform-success{text-align:CENTER!important}#dm .p_hfcontainer div.u_1732013087,a.u_1641533172,div.u_1213926557,div.u_1801687513,div.u_1823191191{text-align:center!important}a.u_1641533172{box-shadow:rgba(226,217,207,.3) 0 3px 25px 0!important;-moz-box-shadow:rgba(226,217,207,.3) 0 3px 25px 0!important;-webkit-box-shadow:rgba(226,217,207,.3) 0 3px 25px 0!important}#dm .p_hfcontainer div.u_1350373808{border-right-style:solid!important;border-right-color:rgba(255,255,255,.2)!important;border-right-width:0!important}nav.u_1575513995.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1777473657.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important}#dm .p_hfcontainer a.u_1853941957 span.text,div.u_1251184465 .svg,div.u_1616531207 .svg{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1575513995.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,#dm .p_hfcontainer nav.u_1777473657.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-family:Montserrat!important;font-weight:500!important}div.u_1251184465{-moz-border-radius:10px!important;-webkit-border-radius:10px!important}div.u_1616531207{-moz-border-radius:10px!important;-webkit-border-radius:10px!important}nav.u_1021764139.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1800845674.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1985326499.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important;font-family:Montserrat!important;font-weight:500!important}#dm .p_hfcontainer div.u_1231426246{background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/white+background-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-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer a.u_1641533172,#dm .p_hfcontainer div.u_1213926557,#dm .p_hfcontainer div.u_1251184465,#dm .p_hfcontainer div.u_1616531207{background-image:linear-gradient(495deg,rgba(0,28,65,1) 25%,rgba(37,104,171,1) 100%)!important}#dm .p_hfcontainer .u_1231426246:before{opacity:.5!important;background-color:#fff!important}#dm .p_hfcontainer div.u_1231426246:before{background-color:rgba(255,255,255,1)!important;opacity:.82!important}#dm .p_hfcontainer div.u_1213926557{border-radius:10px!important;-moz-border-radius:10px!important;-webkit-border-radius:10px!important}#dm .p_hfcontainer a.u_1641533172{background-origin:border-box!important}#dm .p_hfcontainer a.u_1853941957{background-image:linear-gradient(495deg,rgba(0,42,92,1) 71%,rgba(56,107,167,1) 100%)!important;background-origin:border-box!important}#dm .p_hfcontainer div.u_1107985825{background-image:initial!important;background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1854061119{color:#000!important}nav.u_1140754119.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1164549932.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important;font-family:Montserrat!important;font-weight:500!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important;font-weight:500!important;font-family:Montserrat!important}#dm .p_hfcontainer .u_1587437283 .meganav-container__multi-sub-nav-icon{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1193162609 input:not([type=submit]){border-style:solid!important;border-width:2px!important;background-color:rgba(255,255,255,1)!important;padding:28px 20px!important;border-radius:5px!important;border-color:rgba(0,42,92,1)!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav,div[dmtemplateid=Hamburger] .layout-drawer-overlay{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(0,42,92,1)!important;font-family:Montserrat!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container[data-depth]{box-shadow:rgba(170,157,144,1) 0 3px 11px 0!important;-moz-box-shadow:rgba(170,157,144,1) 0 3px 11px 0!important;-webkit-box-shadow:rgba(170,157,144,1) 0 3px 11px 0!important}nav.u_1472027976.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important;font-family:Montserrat!important}nav.u_1472027976{color:#fff!important}#dm .p_hfcontainer .u_1801687513,#dm .p_hfcontainer .u_1823191191{width:100%!important}#dm .p_hfcontainer .u_1854061119.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1854061119.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer .u_1985326499.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1985326499.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer nav.u_1985326499.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:15px!important}nav.u_1350467936.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important;font-family:Montserrat!important;font-weight:500!important}#dm .p_hfcontainer .u_1854061119.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,#dm .p_hfcontainer .u_1985326499.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{margin:0!important;padding:0 12px!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:59px!important}[dmtemplateid=Hamburger] .site_content{margin-top:170px!important}@media (min-width:1025px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:54.82px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:161.64px!important}}div.u_1801687513{float:none!important;top:0!important;left:0!important;width:170px!important;position:relative!important;max-width:calc(100% - 57px)!important;min-width:25px!important;padding:0!important}#dm .p_hfcontainer div.u_1693773604{background-image:linear-gradient(495deg,rgba(1,27,60,1) 64%,rgba(56,107,167,1) 100%)!important;background-origin:border-box!important;width:auto!important;margin:0!important;padding:5px 15px!important}#dm .p_hfcontainer div.u_1068704943{padding:0!important}div.u_1987344940{background-repeat:no-repeat!important;padding:2px 0 2px 28px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:86.68px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:225.36px!important}}div.u_1438122221,div.u_1823191191{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important}#dm .p_hfcontainer div.u_1887519728{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1148078335,#dm .p_hfcontainer div.u_1673674582{margin-top:0!important;padding:0!important}div.u_1823191191{width:399.97px!important;min-width:0!important;padding:0!important}div.u_1438122221{width:calc(100% - 0px)!important;min-width:25px!important;padding:2px 0!important}div.u_1213926557{width:90px!important;height:90px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;padding:0!important}div.u_1027639711,div.u_1884261013,div.u_1889763435{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .p_hfcontainer div.u_1282187461,div.u_1027639711,div.u_1884261013,div.u_1889763435{max-width:100%!important;min-width:25px!important}div.u_1027639711{width:calc(100% - 0px)!important;padding:2px 0!important;margin:-7px auto 8px!important}div.u_1178622359{margin:6px 0 8px!important;padding:2px 0!important}#dm .p_hfcontainer div.u_1499569175,#dm .p_hfcontainer div.u_1906279394{margin:0!important;padding:0 0 0 10px!important}div.u_1889763435{width:calc(100% - 0px)!important;padding:2px 0!important;margin:-7px auto 8px!important}div.u_1574682397{margin:6px 0 8px!important;padding:2px 0!important}div.u_1723964594{padding:0 0 0 10px!important}#dm .p_hfcontainer div.u_1979824833{padding:0!important}#dm .p_hfcontainer div.u_1488976905{width:auto!important;padding:0!important;margin:10px 0!important}#dm .p_hfcontainer div.u_1084521609{width:auto!important;padding:0!important;margin:10px 0 0!important}div.u_1884261013{width:calc(100% - 0px)!important;text-align:left!important;padding:0!important}#dm .p_hfcontainer div.u_1896051670 .dmformsubmit{height:56px!important;width:150px!important;margin-top:-10px!important}#dm .p_hfcontainer div.u_1282187461,a.u_1641533172{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important}#dm .p_hfcontainer div.u_1282187461{height:auto!important;padding:2px 0!important;margin:-25px 0 8px!important}a.u_1641533172{height:56px!important;max-width:300px!important;min-width:25px!important;padding:0!important}#dm .p_hfcontainer div.u_1732013087,div.u_1212000937,nav.u_1575513995{max-width:100%!important;float:none!important;top:0!important;left:0!important;position:relative!important;width:calc(100% - 0px)!important;height:auto!important;min-width:25px!important}#dm .p_hfcontainer div.u_1350373808{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1732013087{margin:0 0 25px!important;padding:0!important}nav.u_1575513995,nav.u_1777473657,nav.u_1800845674{text-align:start!important}nav.u_1575513995{justify-content:flex-start!important;align-items:stretch!important;padding:6.6px 15px!important}nav.u_1021764139,nav.u_1777473657,nav.u_1800845674{justify-content:flex-start!important}div.u_1212000937{padding:2px 0!important}nav.u_1777473657{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:329.32px!important;align-items:stretch!important;min-width:25px!important;padding:6.6px 15px!important}#dm .p_hfcontainer .u_1884261013 .socialHubIcon{width:21px!important;height:21px!important;font-size:14px!important;line-height:21px!important}#dm .p_hfcontainer .u_1884261013 .socialHubIcon:after{width:29px!important;height:21px!important}#dm .p_hfcontainer div.u_1884261013{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;text-align:left!important;padding:0!important;margin:17px 0 0!important}#dm .p_hfcontainer div.u_1896051670,div.u_1251184465,div.u_1616531207{text-align:center!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1178622359,#dm .p_hfcontainer div.u_1770352609{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:0 0 8px!important}#dm .p_hfcontainer div.u_1896051670{width:calc(100% - -5px)!important;height:auto!important;max-width:100%!important;min-width:25px!important;margin:-8px 0 0 -5px!important;padding:0!important}#dm .p_hfcontainer div.u_1527629559{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:-8px 0 8px!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer[data-origin=top]:not([data-auto-height]){height:100%!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(255,255,255,1)!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important;background-position:50% 50%!important;margin:0!important;padding:0!important}div.u_1251184465,div.u_1616531207{width:calc(100% - 8px)!important;height:68px!important;max-width:71.72px!important;min-width:25px!important;padding:8px!important}div.u_1192572081,nav.u_1800845674{width:calc(100% - 0px)!important;min-width:25px!important}nav.u_1800845674{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:295.89px!important;align-items:stretch!important;padding:6.6px 15px!important}div.u_1192572081,div.u_1663137897{padding:2px 0!important;float:none!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;top:0!important}div.u_1663137897{width:237.14px!important;min-width:0!important}nav.u_1021764139,nav.u_1985326499{text-align:start!important;padding:6.6px 15px!important}nav.u_1021764139{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;align-items:stretch!important;min-width:25px!important}div.u_1862841736,nav.u_1985326499{float:none!important;width:calc(100% - 23px)!important;height:auto!important;max-width:296.2px!important;min-width:25px!important;left:0!important;position:relative!important}div.u_1862841736{top:0!important;padding:2px 0!important}nav.u_1985326499{top:0!important;justify-content:center!important;align-items:stretch!important}#dm .p_hfcontainer div.u_1027639711,#dm .p_hfcontainer div.u_1212000937{min-width:0!important;float:none!important;top:0!important;max-width:100%!important;height:auto!important;display:block!important}#dm .p_hfcontainer div.u_1212000937{left:0!important;width:211.52px!important;position:relative!important;padding:2px 0!important;margin:0 auto 8px 0!important}#dm .p_hfcontainer div.u_1027639711{left:0!important;width:206.59px!important;position:relative!important;padding:2px 0!important;margin:-8px auto 8px 0!important}#dm .p_hfcontainer div.u_1213926557{display:block!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:68px!important;max-width:100%!important;min-width:25px!important;text-align:center!important;padding:8px!important;margin:5px auto!important}#dm .p_hfcontainer div.u_1251184465,#dm .p_hfcontainer div.u_1616531207{max-width:100%!important;min-width:25px!important;text-align:center!important;padding:8px!important;margin:10px auto!important;float:none!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;top:0!important}#dm .p_hfcontainer div.u_1251184465{height:68px!important}#dm .p_hfcontainer div.u_1616531207{height:67px!important}#dm .p_hfcontainer div.u_1889763435{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:202.59px!important;min-width:25px!important;display:block!important;padding:2px 0!important;margin:-8px 108.02px 8px 0!important}#dm .p_hfcontainer div.u_1192572081,#dm .p_hfcontainer div.u_1438122221,#dm .p_hfcontainer div.u_1574682397,#dm .p_hfcontainer nav.u_1800845674,nav.u_1140754119,nav.u_1164549932{float:none!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important}#dm .p_hfcontainer div.u_1574682397{top:0!important;padding:2px 0!important;margin:0 0 8px!important}#dm .p_hfcontainer div.u_1438122221{top:0!important;padding:2px 0!important;margin:-58px 0 8px!important}#dm .p_hfcontainer #hamburger-header{background-color:rgba(0,28,65,1)!important}#dm .p_hfcontainer a.u_1853941957 span.text{font-size:16px!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-image:initial!important;background-repeat:repeat!important;background-position:0 0!important;background-color:rgba(0,0,0,0)!important;margin:0!important;padding:0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(0,28,65,1)!important;background-color:rgba(0,0,0,0)!important}nav.u_1140754119,nav.u_1164549932{top:0!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0!important}#dm .p_hfcontainer div.u_1192572081{top:0!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .p_hfcontainer nav.u_1800845674{top:0!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0!important;margin:6px 0 0!important}#dm .p_hfcontainer div.u_1607229491,#dm .p_hfcontainer div.u_1822832502{width:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .p_hfcontainer div.u_1607229491{margin:16px 0 0!important}#dm .p_hfcontainer div.u_1822832502{margin:30px 0 0!important}#dm .p_hfcontainer div.u_1561877633{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:202.57px!important;min-width:25px!important;display:block!important;padding:2px 0!important;margin:-8px 120.02px 8px 0!important}#dm .p_hfcontainer a.u_1641533172,#dm .p_hfcontainer div.u_1247382229{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;text-align:center!important}#dm .p_hfcontainer div.u_1247382229{width:auto!important;height:auto!important;min-width:0!important;padding:0!important;margin:20px 0 0!important}#dm .p_hfcontainer a.u_1641533172{display:block!important;width:calc(100% - 0px)!important;height:57.91px!important;min-width:25px!important;margin:11px auto 10px!important;padding:0!important}#dm .p_hfcontainer div.u_1438692293{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1767454771,div.u_1767454771{min-width:25px!important;padding:2px 0!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;float:none!important}div.u_1767454771{display:block!important;width:calc(100% - 0px)!important}#dm .p_hfcontainer div.u_1767454771{width:calc(100% - 0px)!important;margin:0 auto 8px!important}#dm .p_hfcontainer div.u_1254803633{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1920518397{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;display:block!important;text-align:start!important;padding:0!important;margin:8px 0!important}#dm .p_hfcontainer div.u_1231426246{background-repeat:no-repeat!important;background-size:cover!important;background-position:50% 50%!important;width:auto!important;padding:80px 15px!important;margin:0!important}#dm .p_hfcontainer div.u_1793039985{padding:0!important}#dm .p_hfcontainer div.u_1574800711{padding:0 10px 0 80px!important;margin:0!important}#dm .p_hfcontainer nav.u_1021764139,#dm .p_hfcontainer nav.u_1575513995,#dm .p_hfcontainer nav.u_1777473657{top:0!important;width:calc(100% - 0px)!important;position:relative!important;max-width:100%!important;min-width:25px!important;padding:7px 15px 6.6px 0!important;left:0!important;height:auto!important}#dm .p_hfcontainer nav.u_1575513995{float:none!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;min-height:auto!important;margin:-8px 35.97px 0 0!important}#dm .p_hfcontainer nav.u_1021764139,#dm .p_hfcontainer nav.u_1777473657{float:none!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;margin:-8px 0 0!important}#dm .p_hfcontainer nav.u_1472027976,nav.u_1472027976{padding:0!important;float:none!important;top:0!important}nav.u_1472027976{left:0!important;width:calc(100% - 42px)!important;position:relative!important;height:auto!important;max-width:1238.3px!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important}#dm .p_hfcontainer div.u_1663137897,#dm .p_hfcontainer nav.u_1472027976{left:0!important;width:calc(100% - 0px)!important;position:relative!important;min-height:auto!important}#dm .p_hfcontainer div.u_1663137897,#dm .p_hfcontainer div.u_1801687513,#dm .p_hfcontainer nav.u_1472027976{max-width:100%!important;height:auto!important;min-width:25px!important}#dm .p_hfcontainer nav.u_1472027976{justify-content:center!important;align-items:stretch!important;text-align:start!important;margin:10px auto 0!important}#dm .p_hfcontainer div.u_1663137897{float:none!important;top:0!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .p_hfcontainer div.u_1801687513,#dm .p_hfcontainer div.u_1823191191{float:none!important;text-align:center!important;min-height:auto!important;padding:0!important;top:0!important;left:0!important;position:relative!important;display:block!important}#dm .p_hfcontainer div.u_1823191191{width:calc(100% - 334px)!important;max-width:537.13px!important;min-width:25px!important;height:auto!important;margin:-47px auto 0!important}#dm .p_hfcontainer div.u_1801687513{width:412.97px!important;margin:-1.7px 18.98px 0 0!important}#dm .p_hfcontainer div.u_1556837619,#dm .p_hfcontainer div.u_1987344940{min-height:auto!important;padding:2px 0 2px 28px!important;height:auto!important;max-width:100%!important;float:none!important}#dm .p_hfcontainer nav.u_1854061119.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:14px!important}#dm .p_hfcontainer div.u_1556837619{background-repeat:no-repeat!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;min-width:25px!important;margin:8px auto!important}#dm .p_hfcontainer div.u_1107985825,#dm .p_hfcontainer div.u_1987344940{top:0!important;left:0!important;position:relative!important;min-width:0!important}#dm .p_hfcontainer div.u_1987344940{width:145.11px!important;display:block!important;margin:8px auto!important}#dm .p_hfcontainer div.u_1587300197{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1107985825{width:auto!important;float:none!important;height:auto!important;max-width:100%!important;text-align:start!important;margin:0!important;padding:11px 0 10.5px!important}#dm .p_hfcontainer a.u_1853941957,#dm .p_hfcontainer nav.u_1985326499{min-height:auto!important;padding:0!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer a.u_1853941957{width:calc(100% - 2px)!important;height:45px!important;display:block!important;float:none!important;max-width:154px!important;min-width:25px!important;text-align:center!important;margin:28px 0 10px 2.38px!important}#dm .p_hfcontainer nav.u_1985326499{float:none!important;width:calc(100% - 0px)!important;height:auto!important;max-width:100%!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;margin:0 60.02px 0 0!important}#dm .p_hfcontainer nav.u_1350467936,nav.u_1350467936{width:calc(100% - 0px)!important;justify-content:flex-start!important;min-width:25px!important;height:auto!important;text-align:start!important}nav.u_1350467936{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:296.84px!important;align-items:stretch!important;min-height:auto!important;padding:0!important}#dm .p_hfcontainer nav.u_1164549932,#dm .p_hfcontainer nav.u_1350467936{max-width:100%!important;min-height:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;padding:0!important}#dm .p_hfcontainer nav.u_1350467936{align-items:stretch!important;margin:42px 0 0!important}#dm .p_hfcontainer nav.u_1164549932{width:213px!important;height:auto!important;justify-content:center!important;align-items:stretch!important;min-width:0!important;text-align:center!important;margin:39.98px auto 0!important}#dm .p_hfcontainer nav.u_1140754119{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:153px!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;min-height:auto!important;padding:0!important;margin:42px 249.23px 0 0!important}#dm .p_hfcontainer div.u_1587437283,#dm .p_hfcontainer div.u_1862841736,#dm .p_hfcontainer nav.u_1854061119{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;max-width:100%!important;min-width:25px!important;min-height:auto!important}#dm .p_hfcontainer nav.u_1854061119{height:auto!important;justify-content:center!important;align-items:stretch!important;text-align:start!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1862841736{height:auto!important;display:block!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .p_hfcontainer div.u_1587437283{height:auto!important;text-align:start!important;display:block!important;padding:0!important;margin:43.86px auto 0!important}#dm .dmBody div.u_1629751186,#dm .dmBody div.u_1725025333{float:none!important;max-width:100%!important;min-width:0!important}#dm .dmBody div.u_1790729451{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Header-shape-icon.svg),url(data:image/png-2880w;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-size:cover!important}#dm .dmBody div.u_1681239382{background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Sec01-bg-1920w.png),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_1725025333{width:100%!important;opacity:.15!important}#dm .dmBody .dmform-error{text-align:LEFT!important}#dm .dmBody div.u_1116922272 input:not([type=submit]){border-style:solid!important;border-width:1px!important;background-color:rgba(238,238,238,1)!important;padding:30px 20px!important;border-radius:5px!important;border-color:rgba(229,229,229,1)!important}#dm .dmBody div.dmform-error,#dm .dmBody div.u_1116922272 .dmform-success{color:rgba(51,51,51,1)!important}#dm .dmBody div.u_1065126396{border-radius:10px!important;-moz-border-radius:10px!important;-webkit-border-radius:10px!important;background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Accounting6-924h.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-size:cover!important;box-shadow:rgba(0,0,0,1) 0 0 11px 0!important;-moz-box-shadow:rgba(0,0,0,1) 0 0 11px 0!important;-webkit-box-shadow:rgba(0,0,0,1) 0 0 11px 0!important}#dm .dmBody div.u_1384820644{background-image:url(https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Line-brown01-1920w.png),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 div.u_1629751186{background-color:rgba(0,42,92,1)!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody a.u_1155056487{box-shadow:rgba(0,0,0,1) 0 0 11px 0!important;-moz-box-shadow:rgba(0,0,0,1) 0 0 11px 0!important;-webkit-box-shadow:rgba(0,0,0,1) 0 0 11px 0!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody a.u_1155056487 span.text{color:rgba(3,1,55,1)!important}#dm .dmBody div.u_1605725007{background:-moz-linear-gradient(270deg,rgba(1,42,93,.8) 25%,rgba(1,42,93,.65) 45%,rgba(255,255,255,0) 64%)!important;background:-webkit-linear-gradient(270deg,rgba(1,42,93,.8) 25%,rgba(1,42,93,.65) 45%,rgba(255,255,255,0) 64%)!important;background:linear-gradient(270deg,rgba(1,42,93,.8) 25%,rgba(1,42,93,.65) 45%,rgba(255,255,255,0) 64%)!important}#dm .dmBody div.u_1681239382{background-position:50% 50%!important;width:auto!important;background-repeat:no-repeat!important;background-size:contain!important;padding:90px 30px!important}#dm .dmBody div.u_1725025333{display:block!important;top:-30px!important;left:-30px!important;width:600px!important;position:absolute!important;text-align:start!important;height:96px!important;padding:0!important;margin:0 auto 0 0!important}#dm .dmBody .u_1116922272 .dmform-success{text-align:LEFT!important}#dm .dmBody div.u_1069110090{margin:10px 0 0!important;padding:25px 15px 0 0!important}#dm .dmBody div.u_1629751186{background-position:50% 50%!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;text-align:start!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1507593557{margin:0!important;padding:0 45px 0 0!important}#dm .dmBody div.u_1373147063,#dm .dmBody div.u_1532081781{height:auto!important;min-width:25px!important;padding:2px 0!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;width:calc(100% - 0px)!important}#dm .dmBody div.u_1373147063{margin:13px 0 8px!important}#dm .dmBody div.u_1532081781{margin:-8px 0 8px!important}#dm .dmBody a.u_1155056487{height:58px!important;width:270px!important;display:block!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;padding:0!important;margin:35px auto 10px 0!important}#dm .dmBody div.u_1384820644,#dm .dmBody div.u_1938851410{min-width:25px!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .dmBody div.u_1938851410{width:calc(100% - 0px)!important;max-width:100%!important;padding:2px 0!important;margin:62px 0 8px!important}#dm .dmBody div.u_1384820644{background-repeat:no-repeat!important;width:calc(100% - 0px)!important;max-width:584.64px!important;padding:2px 0 2px 65px!important;margin:0!important}#dm .dmBody div.u_1065126396{width:auto!important;background-position:50% 50%!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;margin:0 0 0 100px!important;padding:157px 0!important}#dm .dmBody div.u_1715868075,#dm .dmBody div.u_1790729451{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;text-align:start!important;margin:0!important}#dm .dmBody div.u_1715868075{height:116px!important;width:calc(100% - 0px)!important;min-height:auto!important;min-width:25px!important;padding:0!important}#dm .dmBody div.u_1790729451{background-position:45% 50%!important;width:auto!important;height:auto!important;min-height:auto!important;min-width:0!important;padding:90px 30px!important}.font-size-20,.size-20{font-size:20px!important}.font-size-15,.size-15{font-size:15px!important}.font-size-16,.size-16{font-size:16px!important}.font-size-24,.size-24{font-size:24px!important}.font-size-72,.size-72{font-size:72px!important}#\31 068465062,#\31 132877331,#\31 145683991,#\31 146997248,#\31 154930635,#\31 159298711,#\31 180697964,#\31 226709513,#\31 228373465,#\31 247755950,#\31 254803633,#\31 300444959,#\31 350373808,#\31 392994660,#\31 416512011,#\31 438692293,#\31 443333710,#\31 470336095,#\31 587300197,#\31 618107481,#\31 670855769,#\31 692718255,#\31 713103272,#\31 734817983,#\31 740295020,#\31 742120603,#\31 755592731,#\31 778185793,#\31 785864193,#\31 854061119,#\31 898538146,#\31 949938809,#\31 973572449,#\31 981277225,#\31 986411370,#\31 991674175,#hamburger-drawer,#layout-drawer-hamburger{order:0}#\31 145683991,#\31 146997248,#\31 159298711,#\31 180697964,#\31 226709513,#\31 247755950,#\31 300444959,#\31 618107481,#\31 670855769,#\31 692718255,#\31 734817983,#\31 740295020,#\31 742120603,#\31 854061119,#\31 949938809,#\31 991674175{flex-direction:row}#\31 005509658,#\31 011103538,#\31 014192599,#\31 015095939,#\31 021764139,#\31 024611175,#\31 046490065,#\31 076906261,#\31 080034808,#\31 084071969,#\31 089994397,#\31 106095838,#\31 109113546,#\31 112767573,#\31 116033945,#\31 118258926,#\31 128358201,#\31 140754119,#\31 161077703,#\31 164549932,#\31 203585453,#\31 203901353,#\31 209912822,#\31 219497644,#\31 231562190,#\31 238927812,#\31 266696305,#\31 267959291,#\31 321834315,#\31 322035047,#\31 323196520,#\31 332244779,#\31 333869407,#\31 350467936,#\31 361028028,#\31 398255561,#\31 429373873,#\31 443202537,#\31 456530222,#\31 487629572,#\31 496947434,#\31 498407292,#\31 513470564,#\31 564499911,#\31 567096545,#\31 567533543,#\31 570063513,#\31 575513995,#\31 594358381,#\31 610440394,#\31 616650688,#\31 624751409,#\31 624928415,#\31 638974931,#\31 645647687,#\31 647219347,#\31 734522185,#\31 738740348,#\31 756671545,#\31 777473657,#\31 800845674,#\31 806968930,#\31 815226747,#\31 815318755,#\31 867395323,#\31 871992208,#\31 899594725,#\31 918136671,#\31 922080444,#\31 945985422,#\31 946532283,#\31 946597182,#\31 961186436,#\31 975809262,#\31 982407544,#\31 985326499{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: "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: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@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: "Dancing Script Fallback"; src: local('Arial'); ascent-override: 114.0713%; descent-override: 34.7173%; size-adjust: 80.6513%; line-gap-override: 0%; }@font-face { font-family: "DM Sans Fallback"; src: local('Arial'); ascent-override: 94.3696%; descent-override: 29.4905%; size-adjust: 105.1186%; 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.pntax.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.pntax.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.pntax.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Presti & Naegele Accounting Offices", "url" : "https://www.pntax.com/" } </script> <meta property="og:image" content="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/PNlogo-17239e60-1920w.png"/> <title> Presti & Naegele | Accounting & Advisory Services </title> <meta name="description" content="Top-tier accounting and advisory firm. Personalized business solutions for all industries. Schedule a consultation with Presti & Naegele today!"/> <meta name="msvalidate.01" content="C62E826BB75FB772948ED1266B69631B"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Presti & Naegele | Accounting & Advisory Services"/> <meta name="twitter:description" content="Top-tier accounting and advisory firm. Personalized business solutions for all industries. Schedule a consultation with Presti & Naegele today!"/> <meta property="og:description" content="Top-tier accounting and advisory firm. Personalized business solutions for all industries. Schedule a consultation with Presti & Naegele today!"/> <meta property="og:title" content="Presti & Naegele | Accounting & Advisory Services"/> <!-- 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 hamburgerLayout-var5 null hamburgerLayout"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true" desktop-global-classes="" tablet-global-classes=""> <div dmtemplateid="Hamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader 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"> <div id="site_content"> <div class="p_hfcontainer"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="4821f93654f44cd4b3564a9fb45461dd===header" data-origin="top"> <div class="u_1148078335 dmRespRow" style="text-align: center;" id="1148078335"> <div class="dmRespColsWrapper" id="1145683991"> <div class="u_1887519728 dmRespCol small-12 medium-12 large-12 empty-column" id="1887519728"></div> </div> </div> <div class="u_1231426246 dmRespRow middleDrawerRow fullBleedChanged fullBleedMode hasBackgroundOverlay" style="text-align: center;" id="1231426246"> <div class="dmRespColsWrapper" id="1975809262"> <div class="u_1574800711 dmRespCol small-12 large-9 medium-9" id="1574800711"> <div class="u_1823191191 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1823191191"> <a id="1285384474" file="false" class=""><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/FINAL+LOGO+BLUE-644w.png" id="1601265656" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/FINAL+LOGO+BLUE.png" alt="Presti & Naegele Accounting Offices" width="1462" height="311" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1822832502 dmRespRow" id="1822832502"> <div class="dmRespColsWrapper" id="1203585453"> <div class="u_1103700040 dmRespCol small-12 large-2 medium-2" id="1103700040"> <div class="u_1862841736 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1862841736" style="transition: none 0s ease 0s; text-align: left;"><p class="m-size-14 size-18"><span style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-14 font-size-18">COMPANY LINKS</span></p></div> </div> <div class="u_1560712547 dmRespCol small-12 large-10 medium-10" id="1560712547"> <nav class="u_1985326499 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HIDE" id="1985326499" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" 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" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item " target="" data-target-page-alias="about"> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down" 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="0"> <a href="/our-leadership" class="unifiednav__item " target="" data-target-page-alias="our-leadership"> <span class="nav-item-text " data-link-text="Our Leadership" data-auto="page-text-style">Our Leadership<span class="icon icon-angle-down" 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="0"> <a href="/meet-the-team" class="unifiednav__item " target="" data-target-page-alias="meet-the-team"> <span class="nav-item-text " data-link-text="Meet The Team" data-auto="page-text-style">Meet The Team<span class="icon icon-angle-down" 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="0"> <a href="/our-culture" class="unifiednav__item " target="" data-target-page-alias="our-culture"> <span class="nav-item-text " data-link-text="Our Culture" data-auto="page-text-style">Our Culture<span class="icon icon-angle-down" 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="0"> <a href="/careers" class="unifiednav__item " target="" data-target-page-alias="careers"> <span class="nav-item-text " data-link-text="Careers" data-auto="page-text-style">Careers<span class="icon icon-angle-down" 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="0"> <a href="/reviews" class="unifiednav__item " target="" data-target-page-alias="reviews"> <span class="nav-item-text " data-link-text="Reviews" data-auto="page-text-style">Reviews<span class="icon icon-angle-down" 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="0"> <a href="/news-and-insights" class="unifiednav__item " target="" data-target-page-alias="news-and-insights"> <span class="nav-item-text " data-link-text="News and Insights" data-auto="page-text-style">News and Insights<span class="icon icon-angle-down" 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="0"> <a href="/make-a-payment" class="unifiednav__item " target="" data-target-page-alias="make-a-payment"> <span class="nav-item-text " data-link-text="Pay My Client Invoice" data-auto="page-text-style">Pay My Client Invoice<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="u_1247382229 dmRespRow" id="1247382229"> <div class="dmRespColsWrapper" id="1867395323"> <div class="u_1476288235 dmRespCol small-12 large-4 medium-4" id="1476288235"> <div class="u_1212000937 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1212000937" style="transition: none 0s ease 0s; text-align: left;"><p class="size-18 m-size-14"><span style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-18 m-font-size-14">TAX SERVICES</span></p></div> <nav class="u_1575513995 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1575513995" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/tax-services" class="unifiednav__item " target="" data-target-page-alias="tax-services"> <span class="nav-item-text " data-link-text="Tax Services" data-auto="page-text-style">Tax Services<span class="icon icon-angle-down" 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="0"> <a href="/tax-planning-for-families-and-individuals" class="unifiednav__item " target="" data-target-page-alias="tax-planning-for-families-and-individuals"> <span class="nav-item-text " data-link-text="Tax Planning for Families and Individuals" data-auto="page-text-style">Tax Planning for Families and Individuals<span class="icon icon-angle-down" 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="0"> <a href="/tax-planning-for-business-clients" class="unifiednav__item " target="" data-target-page-alias="tax-planning-for-business-clients"> <span class="nav-item-text " data-link-text="Tax Planning for Businesses" data-auto="page-text-style">Tax Planning for Businesses<span class="icon icon-angle-down" 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="0"> <a href="/trust-and-estate-and-gift-tax-preparation" class="unifiednav__item " target="" data-target-page-alias="trust-and-estate-and-gift-tax-preparation"> <span class="nav-item-text " data-link-text="Trust & Estate and Gift Tax" data-auto="page-text-style">Trust & Estate and Gift Tax<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1434947687 dmRespCol small-12 large-4 medium-4" id="1434947687"> <div class="u_1663137897 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1663137897" style="" data-styletopreserve="{"background-image":""}"><p class="size-18 m-size-14"><span style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-18 m-font-size-14">CLIENT ACCOUNTING SERVICES</span></p></div> <nav class="u_1021764139 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1021764139" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/client-accounting-services" class="unifiednav__item " target="" data-target-page-alias="client-accounting-services"> <span class="nav-item-text " data-link-text="Client Accounting Services" data-auto="page-text-style">Client Accounting Services<span class="icon icon-angle-down" 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="0"> <a href="/bookkeeping" class="unifiednav__item " target="" data-target-page-alias="bookkeeping"> <span class="nav-item-text " data-link-text="Bookkeeping" data-auto="page-text-style">Bookkeeping<span class="icon icon-angle-down" 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="0"> <a href="/cfo-services" class="unifiednav__item " target="" data-target-page-alias="cfo-services"> <span class="nav-item-text " data-link-text="CFO Advisory Services" data-auto="page-text-style">CFO Advisory Services<span class="icon icon-angle-down" 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="0"> <a href="/cpa-services" class="unifiednav__item " target="" data-target-page-alias="cpa-services"> <span class="nav-item-text " data-link-text="CPA Services" data-auto="page-text-style">CPA Services<span class="icon icon-angle-down" 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="0"> <a href="/family-office" class="unifiednav__item " target="" data-target-page-alias="family-office"> <span class="nav-item-text " data-link-text="Family Office" data-auto="page-text-style">Family Office<span class="icon icon-angle-down" 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="0"> <a href="/payroll-services" class="unifiednav__item " target="" data-target-page-alias="payroll-services"> <span class="nav-item-text " data-link-text="Payroll Services" data-auto="page-text-style">Payroll Services<span class="icon icon-angle-down" 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="0"> <a href="/Quickbooks-services" class="unifiednav__item " target="" data-target-page-alias="technology-solutions"> <span class="nav-item-text " data-link-text="QuickBooks Services" data-auto="page-text-style">QuickBooks Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1755125285 dmRespCol small-12 large-4 medium-4" id="1755125285"> <div class="u_1767454771 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1767454771" background-image":""}"="" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 size-18"><span class="font-size-18 m-font-size-14" style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';">ADVISORY SERVICES</span></p></div> <nav class="u_1777473657 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1777473657" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/asset-protection" class="unifiednav__item " target="" data-target-page-alias="asset-protection"> <span class="nav-item-text " data-link-text="Asset Protection" data-auto="page-text-style">Asset Protection<span class="icon icon-angle-down" 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="0"> <a href="/succession-planning" class="unifiednav__item " target="" data-target-page-alias="succession-planning"> <span class="nav-item-text " data-link-text="Succession Planning" data-auto="page-text-style">Succession Planning<span class="icon icon-angle-down" 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="0"> <a href="/international-business-oversight-and-itin-services" class="unifiednav__item " target="" data-target-page-alias="international-business-oversight-and-itin-services"> <span class="nav-item-text " data-link-text="International Oversight" data-auto="page-text-style">International Oversight<span class="icon icon-angle-down" 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="0"> <a href="/mergers-and-acquisitions" class="unifiednav__item " target="" data-target-page-alias="mergers-and-aquisitions"> <span class="nav-item-text " data-link-text="Mergers and Acquisitions" data-auto="page-text-style">Mergers and Acquisitions<span class="icon icon-angle-down" 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="0"> <a href="/forensic-accounting-services" class="unifiednav__item " target="" data-target-page-alias="forensic-accounting-services"> <span class="nav-item-text " data-link-text="Forensic Accounting" data-auto="page-text-style">Forensic Accounting<span class="icon icon-angle-down" 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="0"> <a href="/valuations" class="unifiednav__item " target="" data-target-page-alias="valuations"> <span class="nav-item-text " data-link-text="Valuations" data-auto="page-text-style">Valuations<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="u_1607229491 dmRespRow" id="1607229491"> <div class="dmRespColsWrapper" id="1945985422"> <div class="u_1163411766 dmRespCol small-12 large-3 medium-3" id="1163411766"> <div class="u_1192572081 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1192572081" style="transition: opacity 1s ease-in-out 0s;"><p class="size-20 m-size-16"><span class="font-size-20 m-font-size-16" style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';">FEATURED INDUSTRIES</span></p></div> <nav class="u_1800845674 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1800845674" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/industries" class="unifiednav__item " target="" data-target-page-alias="industries"> <span class="nav-item-text " data-link-text="Industries" data-auto="page-text-style">Industries<span class="icon icon-angle-down" 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="0"> <a href="/architecture-and-engineering" class="unifiednav__item " target="" data-target-page-alias="architecture-and-engineering"> <span class="nav-item-text " data-link-text="Architecture" data-auto="page-text-style">Architecture<span class="icon icon-angle-down" 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="0"> <a href="/construction" class="unifiednav__item " target="" data-target-page-alias="construction"> <span class="nav-item-text " data-link-text="Construction" data-auto="page-text-style">Construction<span class="icon icon-angle-down" 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="0"> <a href="/dental-practices" class="unifiednav__item " target="" data-target-page-alias="dental-practices"> <span class="nav-item-text " data-link-text="Dental Practices" data-auto="page-text-style">Dental Practices<span class="icon icon-angle-down" 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="0"> <a href="/ecommerce" class="unifiednav__item " target="" data-target-page-alias="ecommerce"> <span class="nav-item-text " data-link-text="Ecommerce" data-auto="page-text-style">Ecommerce<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1331529304 dmRespCol small-12 large-2 medium-2" id="1331529304"> <nav class="u_1350467936 effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1350467936" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/professional-services" class="unifiednav__item " target="" data-target-page-alias="professional-services"> <span class="nav-item-text " data-link-text="Professional Services" data-auto="page-text-style">Professional Services<span class="icon icon-angle-down" 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="0"> <a href="/real-estate" class="unifiednav__item " target="" data-target-page-alias="real-estate"> <span class="nav-item-text " data-link-text="Real Estate" data-auto="page-text-style">Real Estate<span class="icon icon-angle-down" 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="0"> <a href="/real-estate-brokers-and-agents" class="unifiednav__item " target="" data-target-page-alias="real-estate"> <span class="nav-item-text " data-link-text="Real Estate Brokers and Agents" data-auto="page-text-style">Real Estate Brokers and Agents<span class="icon icon-angle-down" 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="0"> <a href="/retail" class="unifiednav__item " target="" data-target-page-alias="retail"> <span class="nav-item-text " data-link-text="Retail" data-auto="page-text-style">Retail<span class="icon icon-angle-down" 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="0"> <a href="/technology" class="unifiednav__item " target="" data-target-page-alias="technology"> <span class="nav-item-text " data-link-text="Technology" data-auto="page-text-style">Technology<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1331079949 dmRespCol small-12 large-3 medium-3" id="1331079949"> <nav class="u_1164549932 effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1164549932" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/law-firms" class="unifiednav__item " target="" data-target-page-alias="law-firms"> <span class="nav-item-text " data-link-text="Law Firms" data-auto="page-text-style">Law Firms<span class="icon icon-angle-down" 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="0"> <a href="/manufacturing-and-distribution" class="unifiednav__item " target="" data-target-page-alias="manufacturing-and-distribution"> <span class="nav-item-text " data-link-text="Manufacturing" data-auto="page-text-style">Manufacturing<span class="icon icon-angle-down" 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="0"> <a href="/medical-practices" class="unifiednav__item " target="" data-target-page-alias="medical-practices"> <span class="nav-item-text " data-link-text="Medical Practices" data-auto="page-text-style">Medical Practices<span class="icon icon-angle-down" 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="0"> <a href="/marketing" class="unifiednav__item " target="" data-target-page-alias="marketing"> <span class="nav-item-text " data-link-text="Marketing" data-auto="page-text-style">Marketing<span class="icon icon-angle-down" 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="0"> <a href="/not-for-profit" class="unifiednav__item " target="" data-target-page-alias="not-for-profit-private-foundations"> <span class="nav-item-text " data-link-text="Nonprofit" data-auto="page-text-style">Nonprofit<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1045541074 dmRespCol small-12 large-4 medium-4" id="1045541074"> <nav class="u_1140754119 effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1140754119" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/finance" class="unifiednav__item " target="" data-target-page-alias="finance"> <span class="nav-item-text " data-link-text="Finance" data-auto="page-text-style">Finance<span class="icon icon-angle-down" 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="0"> <a href="/food-and-beverage" class="unifiednav__item " target="" data-target-page-alias="food-and-beverage"> <span class="nav-item-text " data-link-text="Food & Beverage" data-auto="page-text-style">Food & Beverage<span class="icon icon-angle-down" 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="0"> <a href="/franchise" class="unifiednav__item " target="" data-target-page-alias="franchise"> <span class="nav-item-text " data-link-text="Franchises" data-auto="page-text-style">Franchises<span class="icon icon-angle-down" 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="0"> <a href="/hospitality" class="unifiednav__item " target="" data-target-page-alias="hospitality"> <span class="nav-item-text " data-link-text="Hospitality" data-auto="page-text-style">Hospitality<span class="icon icon-angle-down" 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="0"> <a href="/small-business-accounting" class="unifiednav__item " target="" data-target-page-alias="small-business-accounting"> <span class="nav-item-text " data-link-text="Small Business" data-auto="page-text-style">Small Business<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> <div class="u_1793039985 dmRespCol small-12 large-3 medium-3" id="1793039985"> <div class="u_1438122221 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1438122221" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-20 m-size-16"><span style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-20 m-font-size-16">CONTACT INFORMATION:</span></p></div> <div class="dmRespRow u_1084521609" id="1084521609"> <div class="dmRespColsWrapper" id="1398255561"> <div class="u_1097428728 dmRespCol small-12 large-2 medium-2" id="1097428728"> <div class="u_1213926557 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1213926557" data-layout="graphic-style-3"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="1289387173" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512" class="svg u_1289387173" data-icon-custom="true" data-icon-name="location.svg"> <g> <path d="M468.329,358.972c-7.263-3.989-16.382-1.336-20.369,5.924c-3.989,7.261-1.337,16.381,5.924,20.369 C471.752,395.081,482,405.963,482,415.121c0,11.201-15.87,28.561-60.413,43.694C377.582,473.767,318.775,482,256,482 s-121.582-8.233-165.587-23.185C45.87,443.683,30,426.322,30,415.121c0-9.158,10.248-20.04,28.116-29.857 c7.261-3.988,9.913-13.108,5.924-20.369c-3.989-7.26-13.106-9.913-20.369-5.924C23.749,369.916,0,388.542,0,415.121 c0,20.374,14.012,49.422,80.762,72.1C127.794,503.2,190.028,512,256,512s128.206-8.8,175.238-24.779 c66.75-22.678,80.762-51.726,80.762-72.1C512,388.542,488.251,369.916,468.329,358.972z"></path> <path d="M142.752,437.13c30.45,8.602,70.669,13.34,113.248,13.34s82.798-4.737,113.248-13.34 c37.253-10.523,56.142-25.757,56.142-45.275c0-19.519-18.889-34.751-56.142-45.274c-8.27-2.336-17.264-4.385-26.826-6.133 c-5.193,8.972-10.634,18.207-16.323,27.708c10.584,1.588,20.521,3.535,29.545,5.834c27.416,6.983,37.432,14.844,39.491,17.866 c-2.06,3.023-12.074,10.884-39.49,17.866c-25.949,6.609-59.335,10.379-94.498,10.716c-1.703,0.126-3.419,0.197-5.147,0.197 c-1.729,0-3.444-0.071-5.148-0.197c-35.163-0.337-68.549-4.106-94.498-10.716c-27.416-6.982-37.431-14.844-39.49-17.866 c2.059-3.022,12.075-10.883,39.491-17.866c9.024-2.298,18.961-4.246,29.546-5.834c-5.689-9.5-11.13-18.737-16.323-27.708 c-9.562,1.749-18.557,3.797-26.826,6.133c-37.253,10.523-56.142,25.756-56.142,45.274 C86.61,411.373,105.499,426.606,142.752,437.13z"></path> <path d="M256,390.634c13.353,0,25.482-6.804,32.448-18.201c48.81-79.857,106.992-185.103,106.992-232.994 C395.44,62.552,332.888,0,256,0S116.56,62.552,116.56,139.439c0,47.891,58.183,153.137,106.992,232.994 C230.518,383.83,242.648,390.634,256,390.634z M199.953,129.865c0-30.903,25.143-56.045,56.047-56.045s56.047,25.142,56.047,56.045 c0,30.904-25.143,56.046-56.047,56.046S199.953,160.77,199.953,129.865z"></path> </g> </svg> </div> </div> <div class="u_1906279394 dmRespCol small-12 large-10 medium-10" id="1906279394"> <div class="u_1770352609 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1770352609"><p class="m-size-14 size-18" style="line-height: initial;"><span style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-14 font-size-18">Manhattan Location</span></p></div> <div class="u_1561877633 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1561877633"><p><span style="display: initial;">225 W35th St, 5th FL New York, NY 10001</span><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;"><br/>Phone:</span> </span><span style="display: initial;">(212) 736-0055</span></p></div> </div> </div> </div> <div class="dmRespRow u_1488976905" id="1488976905"> <div class="dmRespColsWrapper" id="1128358201"> <div class="u_1308401416 dmRespCol small-12 large-2 medium-2" id="1308401416"> <div class="u_1251184465 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1251184465" data-layout="graphic-style-3"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="1427296493" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512" class="svg u_1427296493" data-icon-custom="true" data-icon-name="location.svg"> <g> <path d="M468.329,358.972c-7.263-3.989-16.382-1.336-20.369,5.924c-3.989,7.261-1.337,16.381,5.924,20.369 C471.752,395.081,482,405.963,482,415.121c0,11.201-15.87,28.561-60.413,43.694C377.582,473.767,318.775,482,256,482 s-121.582-8.233-165.587-23.185C45.87,443.683,30,426.322,30,415.121c0-9.158,10.248-20.04,28.116-29.857 c7.261-3.988,9.913-13.108,5.924-20.369c-3.989-7.26-13.106-9.913-20.369-5.924C23.749,369.916,0,388.542,0,415.121 c0,20.374,14.012,49.422,80.762,72.1C127.794,503.2,190.028,512,256,512s128.206-8.8,175.238-24.779 c66.75-22.678,80.762-51.726,80.762-72.1C512,388.542,488.251,369.916,468.329,358.972z"></path> <path d="M142.752,437.13c30.45,8.602,70.669,13.34,113.248,13.34s82.798-4.737,113.248-13.34 c37.253-10.523,56.142-25.757,56.142-45.275c0-19.519-18.889-34.751-56.142-45.274c-8.27-2.336-17.264-4.385-26.826-6.133 c-5.193,8.972-10.634,18.207-16.323,27.708c10.584,1.588,20.521,3.535,29.545,5.834c27.416,6.983,37.432,14.844,39.491,17.866 c-2.06,3.023-12.074,10.884-39.49,17.866c-25.949,6.609-59.335,10.379-94.498,10.716c-1.703,0.126-3.419,0.197-5.147,0.197 c-1.729,0-3.444-0.071-5.148-0.197c-35.163-0.337-68.549-4.106-94.498-10.716c-27.416-6.982-37.431-14.844-39.49-17.866 c2.059-3.022,12.075-10.883,39.491-17.866c9.024-2.298,18.961-4.246,29.546-5.834c-5.689-9.5-11.13-18.737-16.323-27.708 c-9.562,1.749-18.557,3.797-26.826,6.133c-37.253,10.523-56.142,25.756-56.142,45.274 C86.61,411.373,105.499,426.606,142.752,437.13z"></path> <path d="M256,390.634c13.353,0,25.482-6.804,32.448-18.201c48.81-79.857,106.992-185.103,106.992-232.994 C395.44,62.552,332.888,0,256,0S116.56,62.552,116.56,139.439c0,47.891,58.183,153.137,106.992,232.994 C230.518,383.83,242.648,390.634,256,390.634z M199.953,129.865c0-30.903,25.143-56.045,56.047-56.045s56.047,25.142,56.047,56.045 c0,30.904-25.143,56.046-56.047,56.046S199.953,160.77,199.953,129.865z"></path> </g> </svg> </div> </div> <div class="u_1499569175 dmRespCol small-12 large-10 medium-10" id="1499569175"> <div class="u_1178622359 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1178622359"><p class="m-text-align-center size-18 m-size-14"><span class="font-size-18 m-font-size-14" m-font-size-set="true" style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Stamford Location</span></p></div> <div class="u_1027639711 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1027639711"><p><span style="display: initial;">350 Bedford St, Ste 303 Stamford, CT 06902</span></p><p class="m-text-align-center"><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Phone:</span> </span><span style="display: initial;">(203) 356-1061</span></p></div> </div> </div> </div> <div class="dmRespRow u_1979824833" id="1979824833"> <div class="dmRespColsWrapper" id="1011103538"> <div class="u_1932968680 dmRespCol small-12 large-2 medium-2" id="1932968680"> <div class="u_1616531207 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1616531207" data-layout="graphic-style-3"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="1860878166" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512" class="svg u_1860878166" data-icon-custom="true" data-icon-name="location.svg"> <g> <path d="M468.329,358.972c-7.263-3.989-16.382-1.336-20.369,5.924c-3.989,7.261-1.337,16.381,5.924,20.369 C471.752,395.081,482,405.963,482,415.121c0,11.201-15.87,28.561-60.413,43.694C377.582,473.767,318.775,482,256,482 s-121.582-8.233-165.587-23.185C45.87,443.683,30,426.322,30,415.121c0-9.158,10.248-20.04,28.116-29.857 c7.261-3.988,9.913-13.108,5.924-20.369c-3.989-7.26-13.106-9.913-20.369-5.924C23.749,369.916,0,388.542,0,415.121 c0,20.374,14.012,49.422,80.762,72.1C127.794,503.2,190.028,512,256,512s128.206-8.8,175.238-24.779 c66.75-22.678,80.762-51.726,80.762-72.1C512,388.542,488.251,369.916,468.329,358.972z"></path> <path d="M142.752,437.13c30.45,8.602,70.669,13.34,113.248,13.34s82.798-4.737,113.248-13.34 c37.253-10.523,56.142-25.757,56.142-45.275c0-19.519-18.889-34.751-56.142-45.274c-8.27-2.336-17.264-4.385-26.826-6.133 c-5.193,8.972-10.634,18.207-16.323,27.708c10.584,1.588,20.521,3.535,29.545,5.834c27.416,6.983,37.432,14.844,39.491,17.866 c-2.06,3.023-12.074,10.884-39.49,17.866c-25.949,6.609-59.335,10.379-94.498,10.716c-1.703,0.126-3.419,0.197-5.147,0.197 c-1.729,0-3.444-0.071-5.148-0.197c-35.163-0.337-68.549-4.106-94.498-10.716c-27.416-6.982-37.431-14.844-39.49-17.866 c2.059-3.022,12.075-10.883,39.491-17.866c9.024-2.298,18.961-4.246,29.546-5.834c-5.689-9.5-11.13-18.737-16.323-27.708 c-9.562,1.749-18.557,3.797-26.826,6.133c-37.253,10.523-56.142,25.756-56.142,45.274 C86.61,411.373,105.499,426.606,142.752,437.13z"></path> <path d="M256,390.634c13.353,0,25.482-6.804,32.448-18.201c48.81-79.857,106.992-185.103,106.992-232.994 C395.44,62.552,332.888,0,256,0S116.56,62.552,116.56,139.439c0,47.891,58.183,153.137,106.992,232.994 C230.518,383.83,242.648,390.634,256,390.634z M199.953,129.865c0-30.903,25.143-56.045,56.047-56.045s56.047,25.142,56.047,56.045 c0,30.904-25.143,56.046-56.047,56.046S199.953,160.77,199.953,129.865z"></path> </g> </svg> </div> </div> <div class="u_1723964594 dmRespCol small-12 large-10 medium-10" id="1723964594"> <div class="u_1574682397 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1574682397"><p class="m-text-align-center size-18 m-size-14"><span class="font-size-18 m-font-size-14" m-font-size-set="true" style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Long Island Location</span></p></div> <div class="u_1889763435 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1889763435"><p><span style="display: initial;">487 Jericho Turnpike, Syosset, NY 11791</span></p><p class="m-text-align-center"><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Phone:</span> </span><span style="display: initial;">(212) 736-0055</span></p></div> </div> </div> </div> <a data-display-type="block" class="u_1641533172 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1641533172"> <span class="iconBg" aria-hidden="true" id="1378600534"> <span class="icon hasFontIcon icon-star" id="1794448055"></span> </span> <span class="text" id="1526919580">SCHEDULE A CONSULTATION</span> </a> <div class="u_1884261013 align-center text-align-center dmSocialHub gapSpacing" id="1884261013" 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.google.com/maps/place/Presti+%26+Naegele:+Accounting+Offices/@40.7522815,-73.9910775,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259ac20927379:0xedcc39ee3c3f7d60!8m2!3d40.7522815!4d-73.9910775!16s%2Fg%2F1th24qq4?entry=ttu" target="_blank" dm_dont_rewrite_url="true" aria-label="google_my_business" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'GoogleMyBusiness')"> <span class="dmSocialGoogleMyBusiness dm-social-icons-google-my-business oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="float"></span> </a> </div> </div> </div> <div class="u_1732013087 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1732013087"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1651278197"/></div> <div class="u_1282187461 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1282187461" style="transition: opacity 1s ease-in-out 0s;"><p class="size-20 m-size-16"><span class="font-size-20 m-font-size-16" style="color:rgb(0, 42, 92);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';">SIGN UP NEWSLETTER:</span></p></div> <div class="u_1527629559 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1527629559"><p><span style="display: initial;">Get the latest news delivered to your inbox.</span></p></div> <div class="u_1896051670 dmform default native-inputs" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="bottomleft" id="1896051670"> <h3 class="dmform-title dmwidget-title" id="1688735479" hide="true">Newsletter Subscription</h3> <div class="dmform-wrapper" id="1239359932" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1909161782"> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1924184112"> <label for="1423557101" id="1580889981" class="" hide="true" data-dm-for="dmform-1">Email</label> <input type="email" class="" name="dmform-1" id="1423557101" placeholder="Your email address" data-placeholder-original="Your email address"/><input type="hidden" name="label-dmform-1" value="Email" id="1198201619" class=""/></div> <div class="dmformsubmit dmWidget R" id="1932000806"><input class="" name="submit" type="submit" value="SUBMIT" id="1923957778"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLsdMVoMMcPVRYvxz+FVgc68hGj2nQX2lcSk/gL0Nkh2DQMQkJKWsy8Erm1NIN4wK2pkqKI63bheYQ==" id="1920179209" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1515432760"/><input name="dmformsubject" type="hidden" value="Newsletter Subscription" id="1721780504" class="" data-email-subject="Newsletter Subscription"/><input name="dmformfrom" type="hidden" value="Presti & Naegele Accounting Offices" id="1205758964" class=""/><input name="dmformautoreplyenabled" type="hidden" value="true" id="1086113418"/><input name="dmformautoreplyfrom" type="hidden" value="Presti & Naegele Accounting Offices" id="1505436488"/><input name="dmformautoreplysubject" type="hidden" value="Thank you for your submission" id="1578147626"/><input name="dmformautoreplymsg" type="hidden" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1593315013"/><input name="dmformautoreplyincludeformcopy" type="hidden" value="true" id="1753122936"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSyRDyXTX7UMtpr3rPqrYqItyE+VxZB2ViNHz9mvSjRAXE1UB7Gx8A1muGlTalhYUFxA60eLp+zSIlFOg8i7cVotDeP0A6DlQWE2L37F0wpXQ780+T3Y0EimCUAa4HM4paeN/2FkPs4NwirBgV6k3yEdkJhK7ua6pSd6FRNqokAsGc0KBVgVzMKvxmyHYVBsTHyI6qXmPKSBmBybsa4+yzDq8idhpG4yrjU/Eo4tKGqUl9cy2rhUHdCaccynlpQDXWVRhYjjBcaWNH/VQV/TrO1FbrnVBcO1wyQqPKIYSqLT2YmUUED60DU8y2by8SVn1CrX+iirfLtNFqcTRBHgbpwOoCnKPu960AUEUlzVSsYds1yLYj/0ZrSo+MS3YYKwf/mwyfdSgDnddVjb5z7J3clDU/1f4zb4rm8DyNSjaFCU0I5jTyqXi1oT9wN8dAuyV4DLcdxN/4Fs9CR+JWPoYELedsoIFtygJLzChXY8A2kUgCEibZ0JZG2cZZXFF4tkliieB04loEayo46T69b8UHkyG1YzZ/EskMieB04loEayoCegpTP1HZY9bQIB9L4L91QiIlgNYs2zDAxCQkpazLwRAelC0FNDkP7i3L1G6bAFA" data-dec="true"/><input type="hidden" name="page_uuid" value="695493a41108482c93344d2b765b743d"/></form> </div> <div class="dmform-success" style="display:none" id="1794941751">Thank you for contacting us.<br id="1041536865"/>We will get back to you as soon as possible.</div> <div class="dmform-error" style="display:none" id="1796895637">Oops, there was an error sending your message.<br id="1402000454"/>Please try again later.</div> </div> </div> </div> </div> <div class="u_1673674582 dmRespRow" style="text-align: center;" id="1673674582"> <div class="dmRespColsWrapper" id="1946532283"> <div class="u_1406115246 dmRespCol small-12 medium-12 large-12 empty-column" id="1406115246"></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="hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="dmRespRow u_1693773604" id="1693773604"> <div class="dmRespColsWrapper" id="1815318755"> <div class="u_1785864193 dmRespCol small-12 large-4 medium-4" id="1785864193"> <div class="dmRespRow u_1068704943" id="1068704943"> <div class="dmRespColsWrapper" id="1300444959"> <div class="u_1973572449 dmRespCol small-12 large-8 medium-8" id="1973572449"> <div class="u_1556837619 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1556837619"><p class="m-size-12 size-15"><span class="m-font-size-12 font-size-15" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">225 W 35th St, New York, NY 10001</span></p></div> </div> <div class="u_1587300197 dmRespCol small-12 large-4 medium-4" id="1587300197"> <div class="u_1987344940 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1987344940"><p class="m-size-13 size-16"><a href="tel:(212) 736-0055" target="_blank" type="call" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-13 font-size-16">(212) 736-0055</a></p></div> </div> </div> </div> </div> <div class="u_1778185793 dmRespCol small-12 large-8 medium-8" id="1778185793"> <div class="u_1920518397 dmRespRow" id="1920518397"> <div class="dmRespColsWrapper" id="1226709513"> <div class="u_1350373808 dmRespCol small-12 medium-12 large-12" id="1350373808"> <nav class="u_1854061119 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1854061119" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" 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" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.clientaxcess.com/#/user/login" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.clientaxcess.com/#/user/login"> <span class="nav-item-text " data-link-text="Client Portal" data-auto="page-text-style">Client Portal<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></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 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Make a Tax Payment" data-auto="page-text-style">Make a Tax Payment<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="https://www.irs.gov/payments/pay-personal-taxes-from-your-bank-account" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.irs.gov/payments/pay-personal-taxes-from-your-bank-account"> <span class="nav-item-text " data-link-text="Federal" data-auto="page-text-style">Federal<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="https://www8.tax.ny.gov/OSIN/osinHome" class="unifiednav__item " target="_blank" data-target-page-alias="https://www8.tax.ny.gov/OSIN/osinHome"> <span class="nav-item-text " data-link-text="New York" data-auto="page-text-style">New York<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="https://www1.state.nj.us/TYTR_RevTaxPortal/jsp/IndTaxLoginJsp.jsp" class="unifiednav__item " target="_blank" data-target-page-alias="https://www1.state.nj.us/TYTR_RevTaxPortal/jsp/IndTaxLoginJsp.jsp"> <span class="nav-item-text " data-link-text="New Jersey" data-auto="page-text-style">New Jersey<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="https://drs.ct.gov/eservices/_/#2" class="unifiednav__item " target="_blank" data-target-page-alias="https://drs.ct.gov/eservices/_/#2"> <span class="nav-item-text " data-link-text="Connecticut" data-auto="page-text-style">Connecticut<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Track My Refund" data-auto="page-text-style">Track My Refund<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="https://www.irs.gov/wheres-my-refund" class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Federal" data-auto="page-text-style">Federal<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="https://www.tax.ny.gov/pit/file/refund.htm" class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="New York" data-auto="page-text-style">New York<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="https://www.nj.gov/treasury/taxation/checkrefundstatus.shtml" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.nj.gov/treasury/taxation/checkrefundstatus.shtml"> <span class="nav-item-text " data-link-text="New Jersey" data-auto="page-text-style">New Jersey<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="https://portal.ct.gov/drs/individuals/individual-tax-page/status-of-refund#:~:text=TELEPHONE%3A,%2D5962(from%20anywhere)." class="unifiednav__item " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Connecticut" data-auto="page-text-style">Connecticut<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/make-a-payment" class="unifiednav__item " target="" data-target-page-alias="make-a-payment"> <span class="nav-item-text " data-link-text="Pay My Client Invoice" data-auto="page-text-style">Pay My Client Invoice<span class="icon icon-angle-down" 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="0"> <a href="https://irp.cdn-website.com/a1c5fd16/files/uploaded/2024_Tax_Questionnaire.pdf" class="unifiednav__item " target="_blank" data-target-page-alias="https://irp.cdn-website.com/a1c5fd16/files/uploaded/2024_Tax_Questionnaire.pdf"> <span class="nav-item-text " data-link-text="2024 Tax Questionnaire" data-auto="page-text-style">2024 Tax Questionnaire<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="u_1107985825 dmRespRow" id="1107985825"> <div class="dmRespColsWrapper" id="1109113546"> <div class="u_1981277225 dmRespCol small-12 large-4 medium-4" id="1981277225"> <div class="u_1801687513 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1801687513"> <a href="/" id="1856720230" file="false"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/FINAL+LOGO+BLUE-495w.png" id="1547038631" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/FINAL+LOGO+BLUE.png" alt="Presti & Naegele Accounting Offices" width="1462" height="311" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1254803633 dmRespCol small-12 large-6 medium-6" id="1254803633"> <div class="u_1587437283 widget-7ebf92 dmCustomWidget" data-lazy-load="false" data-title="" id="1587437283" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="7ebf92fcfe734a44a1911cd164200ec0" data-widget-version="360" data-widget-config="eyJkaXZpZGVyU3R5bGUiOiJzcGFjZSIsInRodW1ibmFpbCI6bnVsbCwidGV4dENvbXBvbmV0IjpudWxsLCJzaG93U3ViTmF2VGl0bGUiOnRydWUsImNvbnRhY3RJbmZvIjpudWxsLCJjdXN0b21CdG4iOm51bGwsImV4dE5hdiI6bnVsbCwidmlkZW8iOm51bGwsInNob3dDb21BcnJvdyI6dHJ1ZSwic29jaWFsTWVkaWEiOm51bGwsImlzU3RpY2t5Ijp0cnVlLCJncm91cDIiOm51bGwsImdyb3VwMSI6bnVsbCwibmF2aWdhdGlvbiI6bnVsbCwibmF2UG9zIjoiY2VudGVyIiwiY3RjIjpudWxsLCJzaG93SG9tZSI6dHJ1ZSwiZ3JpZCI6bnVsbCwibXVsdGlTdWJOYXYiOm51bGwsInVzZURpdmlkZXIiOnRydWUsIm5hdkhvdmVyIjoiYm90dG9tTGluZSIsImdhbGxlcnkiOm51bGx9"> <div class="widget-layout-result center" lang="en"> <ul class="meganav-container"></ul> <div class="hiddenDiv meganav-container__ctc-title meganav-container__ctc-description meganav-container__ctc-btn meganav-container__contact-btn meganav-container__multi-sub-nav-wrapper meganav-container__multi-sub-nav-icon"></div> </div> </div> </div> <div class="u_1438692293 dmRespCol small-12 large-2 medium-2" id="1438692293"> <a data-display-type="block" class="u_1853941957 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact#ContactForm" data-element-type="dButtonLinkId" id="1853941957"> <span class="iconBg" aria-hidden="true" id="1024020837"> <span class="icon hasFontIcon icon-star" id="1565595524"></span> </span> <span class="text" id="1501172097">CONTACT US</span> </a> </div> </div> </div> </div> </div> <button class="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 dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" desktop-global-classes="" tablet-global-classes=""> <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_1629751186 dmRespRow fullBleedChanged fullBleedMode" id="1629751186"> <div class="dmRespColsWrapper" id="1618107481"> <div class="u_1605725007 dmRespCol large-12 medium-12 small-12 hasExtraLayerOverlay relativePos" id="1605725007" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vYTFjNWZkMTYvdmlkZW9zL09xMWRST3VJU0xXYWJ2ajBKZHczX1ZpZGVvK2hlYWRlcit1cGRhdGUrMislMjgxJTI5KyUyODElMjktdi5tcDQiLCJpZCI6Imh0dHBzOi8vdmlkLmNkbi13ZWJzaXRlLmNvbS9hMWM1ZmQxNi92aWRlb3MvT3ExZFJPdUlTTFdhYnZqMEpkdzNfVmlkZW8raGVhZGVyK3VwZGF0ZSsyKyUyODElMjkrJTI4MSUyOS12Lm1wNCIsInByb3ZpZGVyIjoiY2RuIiwiZW1iZWQiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vYTFjNWZkMTYvdmlkZW9zL09xMWRST3VJU0xXYWJ2ajBKZHczX1ZpZGVvK2hlYWRlcit1cGRhdGUrMislMjgxJTI5KyUyODElMjktdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vYTFjNWZkMTYvZG1zM3JlcC9tdWx0aS9PcTFkUk91SVNMV2FidmowSmR3M19WaWRlbytoZWFkZXIrdXBkYXRlKzIrJTI4MSUyOSslMjgxJTI5LnYyLjAwMDAwMDAuanBnIiwic3VwcG9ydEJnT25Nb2JpbGUiOnRydWUsInN1cHBvcnRCZ0xvb3AiOnRydWUsInBvc3RlciI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS9hMWM1ZmQxNi9kbXMzcmVwL211bHRpL09xMWRST3VJU0xXYWJ2ajBKZHczX1ZpZGVvK2hlYWRlcit1cGRhdGUrMislMjgxJTI5KyUyODElMjkudjIuMDAwMDAwMC5qcGcifQ==" data-video-bg-mobile="true" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.5625"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Oq1dROuISLWabvj0Jdw3_Video+header+update+2+%281%29+%281%29.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/a1c5fd16/videos/Oq1dROuISLWabvj0Jdw3_Video+header+update+2+%281%29+%281%29-v.mp4" style="object-position: 50% 50%" id="videobgframe-1605725007"></video> </div> <div class="bgExtraLayerOverlay"></div> <div class="u_1790729451 dmRespRow" id="1790729451"> <div class="dmRespColsWrapper" id="1014192599"> <div class="u_1507593557 dmRespCol small-12 large-8 medium-8" id="1507593557"> <div data-element-type="spacer" class="u_1715868075 dmSpacer hide-for-small hide-for-medium" id="1715868075"></div> <div class="u_1938851410 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1938851410" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-16 m-text-align-center size-24" style="line-height: 1.5; letter-spacing: 0.1em;"><span class="m-font-size-16 font-size-24" m-font-size-set="true" style="text-shadow:rgb(0, 0, 0) 0px 0px 30px;color:rgb(255, 255, 255);font-weight:700;display:unset;font-family:Montserrat, 'Montserrat Fallback';">WELCOME TO PRESTI & NAEGELE</span></p></div> <div class="u_1373147063 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1373147063"> <h1 class="m-text-align-center size-72 m-size-52" style="line-height: 1.2;"><span style="text-shadow: rgb(0, 0, 0) 0px 0px 30px; display: unset;" class="font-size-72 m-font-size-52" m-font-size-set="true">Accounting & Advisory Services</span></h1> </div> <div class="u_1532081781 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1532081781"><p class="m-size-18 m-text-align-center size-18"><span class="m-font-size-18 font-size-18" m-font-size-set="true" style="text-shadow:rgb(0, 0, 0) 0px 0px 30px;color:rgb(255, 255, 255);font-weight:500;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Presti & Naegele is a top-tier accounting and advisory firm with a proven history of serving our valued clients.</span></p></div> <a data-display-type="block" class="u_1155056487 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact#ContactForm" data-element-type="dButtonLinkId" id="1155056487"> <span class="iconBg" aria-hidden="true" id="1229350769"> <span class="icon hasFontIcon icon-star" id="1972107892"></span> </span> <span class="text" id="1628253937">SCHEDULE A CONSULTATION</span> </a> </div> <div class="u_1866574773 dmRespCol small-12 hide-for-small large-4 medium-4" id="1866574773"> <div data-element-type="spacer" class="dmSpacer" id="1078849309"></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1681239382" id="1681239382"> <div class="dmRespColsWrapper" id="1982407544"> <div class="u_1069110090 dmRespCol small-12 large-6 medium-6" id="1069110090"> <div class="u_1725025333 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1725025333"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/About-text-720w.png" alt="" id="1409006872" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/About-text.png" width="776" height="124" onerror="handleImageLoadError(this)"/></div> <div class="u_1384820644 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1384820644" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 m-text-align-left size-24" style="letter-spacing: 0.05em;"><span class="m-font-size-19 font-size-24" m-font-size-set="true" style="color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">YOU'RE IN GOOD COMPANY</span></p></div> <div class="u_1633051101 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1633051101" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-text-align-left m-size-31 size-39"><span class="font-size-39 m-font-size-31" style="display: unset; text-transform: none;">BUSINESS SOLUTIONS FOR ALL INDUSTRIES & INDIVIDUALS</span></h2> </div> <div class="u_1853791796 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1853791796" data-styletopreserve="{" background-image":""}"=""><p><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Presti & Naegele provides comprehensive accounting and advisory services. Choose Presti & Naegele for personalized and tailored business solutions. Experience a partnership that goes beyond accounting to drive your success.</span></p></div> <div class="u_1137314918 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1137314918" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="81" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJUYXggU2VydmljZXMiLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+TWF4aW1pemUgc2F2aW5ncyB3aXRoIG91ciBleHBlcnQgdGF4IHN0cmF0ZWdpZXMuIE5hdmlnYXRlIGNvbXBsZXhpdGllcyBjb25maWRlbnRseSwgZW5zdXJpbmcgY29tcGxpYW5jZSBhbmQgb3B0aW1pemluZyB5b3VyIHRheCBwb3NpdGlvbiBmb3IgZmluYW5jaWFsIHN1Y2Nlc3MuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJDbGllbnQgQWNjb3VudGluZyBTZXJ2aWNlcyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5TdHJlYW1saW5lIGZpbmFuY2lhbCBvcGVyYXRpb25zIHdpdGggcHJlY2lzaW9uLiBPdXIgQ2xpZW50IEFjY291bnRpbmcgU2VydmljZXMgb2ZmZXIgdGFpbG9yZWQgc29sdXRpb25zLCBlbnN1cmluZyBhY2N1cmF0ZSwgZWZmaWNpZW50LCBhbmQgY29tcGxpYW50IG1hbmFnZW1lbnQgb2YgeW91ciBmaW5hbmNpYWwgcmVjb3Jkcy48L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkFkdmlzb3J5IFNlcnZpY2VzIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPk5hdmlnYXRlIG1hcmtldCBkeW5hbWljcyB3aXRoIHN0cmF0ZWdpYyBmb3Jlc2lnaHQuIE91ciBBZHZpc29yeSBTZXJ2aWNlcyBwcm92aWRlIGluc2lnaHRzLCBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcywgYW5kIGd1aWRlIGluZm9ybWVkIGRlY2lzaW9ucyBmb3Igc3VzdGFpbmVkIHN1Y2Nlc3MgaW4gYSBjb21wZXRpdGl2ZSBsYW5kc2NhcGUuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJGb3JlbnNpY3MiLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VW5jb3ZlciBmaW5hbmNpYWwgaW5zaWdodHMgd2l0aCBvdXIgRm9yZW5zaWNzIGV4cGVydGlzZS4gRnJvbSBmcmF1ZCBkZXRlY3Rpb24gdG8gZGlzcHV0ZSByZXNvbHV0aW9uLCB3ZSBwcm92aWRlIHRob3JvdWdoIGludmVzdGlnYXRpb25zLCBlbnN1cmluZyB0aGUgaW50ZWdyaXR5IG9mIGZpbmFuY2lhbCB0cmFuc2FjdGlvbnMgYW5kIGRhdGEuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJWYWx1YXRpb25zIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkdhaW4gY2xhcml0eSBvbiB5b3VyIGFzc2V0cyYjeDI3OyB3b3J0aC4gT3VyIFZhbHVhdGlvbnMgc2VydmljZXMgb2ZmZXIgcHJlY2lzZSBhc3Nlc3NtZW50cywgbGV2ZXJhZ2luZyBpbmR1c3RyeSBleHBlcnRpc2UgdG8gZGV0ZXJtaW5lIHRoZSBmYWlyIHZhbHVlIG9mIHlvdXIgYnVzaW5lc3MsIGludmVzdG1lbnRzLCBvciBhc3NldHMuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJRdWlja0Jvb2tzIFNlcnZpY2VzIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkF0IFAmYW1wO04sIFF1aWNrQm9va3MgaXMgc2Vjb25kIG5hdHVyZS4gV2l0aCBvdmVyIDMwKyBBZHZhbmNlZCBDZXJ0aWZpZWQgUXVpY2tCb29rcyBQcm9BZHZpc29ycywgUCZhbXA7TiBpcyB0aGUgbGFyZ2VzdCBRdWlja0Jvb2tzIGNvbnN1bHRpbmcgZmlybSBpbiB0aGUgVHJpLVN0YXRlIEFyZWEuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9XSwiZXhwYW5kRmlyc3RJdGVtIjpmYWxzZSwiY29sbGFwc2VPdGhlcnMiOnRydWUsImxheW91dCI6InBsdXNNaW51cyJ9"> <ul class="accordion-wrapper plusMinus " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Tax Services</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Maximize savings with our expert tax strategies. Navigate complexities confidently, ensuring compliance and optimizing your tax position for financial success.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Client Accounting Services</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Streamline financial operations with precision. Our Client Accounting Services offer tailored solutions, ensuring accurate, efficient, and compliant management of your financial records.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Advisory Services</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Navigate market dynamics with strategic foresight. Our Advisory Services provide insights, identify growth opportunities, and guide informed decisions for sustained success in a competitive landscape.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Forensics</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Uncover financial insights with our Forensics expertise. From fraud detection to dispute resolution, we provide thorough investigations, ensuring the integrity of financial transactions and data.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Valuations</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Gain clarity on your assets' worth. Our Valuations services offer precise assessments, leveraging industry expertise to determine the fair value of your business, investments, or assets.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>QuickBooks Services</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div> <div class="vertical"></div> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">At P&N, QuickBooks is second nature. With over 30+ Advanced Certified QuickBooks ProAdvisors, P&N is the largest QuickBooks consulting firm in the Tri-State Area.</p></div> </div> </div> </li> </ul> </div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1689296268"> <div class="u_1065126396 dmRespRow" id="1065126396" data-anim-desktop="none"> <div class="dmRespColsWrapper" id="1638974931"> <div class="dmRespCol small-12 medium-12 large-12" id="1858685296"> <div class="dmRespRow u_1111205489" id="1111205489" mode="2" data-anim-desktop="none"> <div class="dmRespColsWrapper" id="1570063513"> <div class="u_1765989890 dmRespCol small-6 large-4 medium-4" id="1765989890" data-anim-desktop="none"> <div data-element-type="spacer" class="u_1923110075 dmSpacer" id="1923110075"></div> </div> <div class="u_1217295530 dmRespCol small-6 large-8 medium-8" id="1217295530"> <div data-element-type="spacer" class="dmSpacer" id="1278756676"></div> </div> </div> </div> <div class="dmRespRow u_1270283843" id="1270283843" mode="2" data-anim-desktop="none"> <div class="dmRespColsWrapper" id="1238927812"> <div class="dmRespCol large-6 medium-6 small-6 u_1267288715" id="1267288715"> <div class="dmRespRow u_1536068394" id="1536068394"> <div class="dmRespColsWrapper" id="1024611175"> <div class="u_1911298812 dmRespCol small-12 large-4 medium-4" id="1911298812"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1052318645"><p class="text-align-center m-size-45 size-40" style="line-height: 1;"><span class="font-size-40 m-font-size-45" m-font-size-set="true" style="display: unset; font-weight: bold; color: rgb(255, 255, 255);">40+</span></p></div> <div class="u_1678112711 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1678112711" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 text-align-center size-18"><span class="m-font-size-14 font-size-18" m-font-size-set="true" style="font-weight: bold; display: unset; color: rgb(255, 255, 255);">YEARS</span></p></div> </div> <div class="u_1228373465 dmRespCol small-12 large-8 medium-8" id="1228373465"> <div class="u_1556487533 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1556487533" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center m-size-13"><span class="m-font-size-13" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">experience in Accounting and Advisory services</span></p></div> </div> </div> </div> </div> <div class="u_1680603205 dmRespCol large-6 medium-6 hide-for-small small-6" id="1680603205"> <div data-element-type="spacer" class="dmSpacer" id="1355654719"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1703895548" id="1703895548"> <div class="dmRespColsWrapper" id="1247755950"> <div class="dmRespCol large-12 medium-12 small-12" id="1259387944"> <div class="u_1459787903 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1459787903"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Services-text-1200w.png" alt="" id="1405950568" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Services-text.png" width="1093" height="124" onerror="handleImageLoadError(this)"/></div> <div class="u_1332950994 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1332950994" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-15 text-align-center m-text-align-center size-17" style="letter-spacing: 0.05em;"><span class="font-size-17 m-font-size-15" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">OUR SERVICES</span></p></div> <div class="u_1103648276 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1103648276"> <h2 class="m-size-36 text-align-center m-text-align-center size-65" style="line-height: 1.2;"><span class="m-font-size-36 font-size-65" m-font-size-set="true" style="display: unset; text-transform: none;">Services that Meet Your Needs</span></h2> </div> </div> </div> </div> <div class="dmRespRow u_1945933312" id="1945933312"> <div class="dmRespColsWrapper" id="1106095838"> <div class="dmRespCol large-12 medium-12 small-12" id="1898367887"> <div class="dmRespRow u_1495037988" id="1495037988"> <div class="dmRespColsWrapper" id="1594358381"> <div class="dmRespCol small-12 u_1939540336 medium-4 large-4" id="1939540336"> <div class="dmRespRow u_1469833015" id="1469833015"> <div class="dmRespColsWrapper" id="1161077703"> <div class="u_1331990422 dmRespCol small-12 large-3 medium-3" id="1331990422"> <div class="u_1518668752 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1518668752"> <svg version="1.1" id="1686969408" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="359.963px" height="359.967px" viewbox="0 0 359.963 359.967" enable-background="new 0 0 359.963 359.967" xml:space="preserve" class="svg u_1686969408" data-icon-custom="true" data-icon-name="tax.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M299.968,107.995c13.803,0,27.041-0.012,40.278,0.004 c12.239,0.015,19.706,7.381,19.708,19.52c0.013,70.979,0.013,141.958,0,212.937c-0.003,11.97-7.468,19.499-19.36,19.5 c-103.095,0.014-206.189,0.019-309.284-0.002c-18.481-0.004-31.292-12.872-31.295-31.41c-0.018-99.097-0.02-198.192,0.002-297.288 C0.02,12.931,12.85,0.028,31.102,0.021c79.227-0.029,158.454-0.028,237.68-0.001c18.289,0.006,31.136,12.86,31.173,31.149 c0.049,24.118,0.012,48.236,0.012,72.354C299.968,104.871,299.968,106.22,299.968,107.995z M180.551,347.965 c-0.212-2.941-0.545-5.418-0.546-7.896c-0.028-70.727-0.026-141.454-0.019-212.182c0.001-12.653,7.314-19.886,20.084-19.891 c19.869-0.008,39.737-0.002,59.605-0.002c1.332,0,2.664,0,4.038,0c0-12.212,0-23.998,0-35.996c-11.738,0-23.219,0.034-34.7-0.01 c-11.41-0.043-18.99-7.646-19.026-19.071c-0.038-12.246-0.009-24.492-0.009-36.738c0-1.32,0-2.64,0-4.173c-1.869,0-3.228,0-4.586,0 c-57.606,0-115.213-0.001-172.82,0c-13.536,0.001-20.567,7.021-20.568,20.536c-0.002,98.343-0.002,196.687,0,295.03 c0,13.251,7.12,20.389,20.346,20.39c48.109,0.005,96.219,0.002,144.329,0.002C177.917,347.965,179.153,347.965,180.551,347.965z M191.981,234.006c0,35.12-0.002,70.239,0.001,105.359c0,6.864,1.746,8.598,8.652,8.598c46.243,0.003,92.486,0.003,138.729,0 c6.854,0,8.597-1.756,8.597-8.659c0.002-70.239,0.002-140.479,0-210.718c0-6.86-1.747-8.591-8.659-8.591 c-46.243-0.003-92.485-0.003-138.729,0c-6.869,0.001-8.589,1.734-8.59,8.652C191.98,163.767,191.981,198.887,191.981,234.006z M287.786,107.812c0.077-0.744,0.17-1.224,0.17-1.705c0.007-25.367,0.077-50.733-0.029-76.098 c-0.042-10.232-7.895-17.899-18.193-17.977c-12.62-0.094-25.241-0.026-37.861-0.014c-0.543,0-1.087,0.141-2.018,0.271 c0.778,0.932,1.228,1.507,1.714,2.049c13.615,15.146,27.185,30.333,40.896,45.392c2.427,2.666,3.74,5.351,3.569,9.023 c-0.245,5.237-0.063,10.494-0.063,15.741c0,7.713,0,15.425,0,23.316C280.031,107.812,283.731,107.812,287.786,107.812z M222.014,21.718c0,11.521-0.103,22.082,0.058,32.638c0.054,3.551,2.671,5.584,6.63,5.622c7.115,0.07,14.23,0.021,21.345,0.022 c1.892,0,3.785,0,6.441,0C244.751,46.966,233.692,34.686,222.014,21.718z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M109.884,38.546c2.611,2.46,5.315,5.008,7.771,7.322 C93.702,69.825,69.882,93.647,45.933,117.6c-2.363-2.452-5.002-5.191-7.411-7.689C62.258,86.173,86.079,62.352,109.884,38.546z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M155.799,144.2c0,3.84,0,7.54,0,11.514c-27.759,0-55.527,0-83.549,0 c0-3.731,0-7.517,0-11.514C100.076,144.2,127.844,144.2,155.799,144.2z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M72.165,203.72c0-3.948,0-7.646,0-11.539c27.846,0,55.525,0,83.513,0 c0,3.689,0,7.479,0,11.539C128.017,203.72,100.249,203.72,72.165,203.72z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M155.807,168.239c0,3.982,0,7.681,0,11.561c-27.858,0-55.537,0-83.513,0 c0-3.726,0-7.514,0-11.561C99.989,168.239,127.757,168.239,155.807,168.239z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M72.163,227.715c0-3.942,0-7.64,0-11.534c27.933,0,55.701,0,83.646,0 c0,3.87,0,7.568,0,11.534C128.021,227.715,100.252,227.715,72.163,227.715z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M72.153,251.798c0-3.936,0-7.632,0-11.575c27.851,0,55.619,0,83.61,0 c0,3.824,0,7.609,0,11.575C127.935,251.798,100.256,251.798,72.153,251.798z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M155.811,264.231c0,3.97,0,7.668,0,11.552c-27.853,0-55.532,0-83.513,0 c0-3.711,0-7.5,0-11.552C99.979,264.231,127.748,264.231,155.811,264.231z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M84.02,101.896c0.048-9.938,8.251-17.974,18.262-17.887 c9.739,0.083,17.782,8.294,17.691,18.062c-0.093,9.991-8.295,18.029-18.256,17.893C91.942,119.828,83.973,111.692,84.02,101.896z M102.144,96.012c-3.203-0.09-5.992,2.516-6.129,5.728c-0.137,3.21,2.417,6.035,5.627,6.222c3.346,0.194,6.276-2.545,6.32-5.911 C108.005,98.844,105.365,96.103,102.144,96.012z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M53.861,36.03c9.971-0.057,18.136,8.072,18.105,18.027 c-0.03,9.799-8.015,17.818-17.848,17.925c-9.766,0.107-17.996-7.919-18.103-17.654C35.905,44.319,43.934,36.086,53.861,36.03z M54.162,48.028c-3.227-0.083-5.987,2.49-6.134,5.719c-0.152,3.359,2.622,6.242,5.993,6.228c3.225-0.015,5.91-2.68,5.95-5.905 C60.009,50.845,57.382,48.112,54.162,48.028z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M197.705,47.846c-19.936,0-39.617,0-59.507,0c0-3.845,0-7.543,0-11.543 c19.688,0,39.459,0,59.507,0C197.705,39.959,197.705,43.746,197.705,47.846z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M138.153,71.732c0-3.939,0-7.637,0-11.531c19.934,0,39.704,0,59.65,0 c0,3.868,0,7.566,0,11.531C178.017,71.732,158.247,71.732,138.153,71.732z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M138.161,95.738c0-3.965,0-7.663,0-11.549c19.853,0,39.534,0,59.518,0 c0,3.707,0,7.496,0,11.549C178,95.738,158.229,95.738,138.161,95.738z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.829,144.253c0,3.957,0,7.651,0,11.539c-7.851,0-15.537,0-23.527,0 c0-3.7,0-7.485,0-11.539C43.975,144.253,51.75,144.253,59.829,144.253z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.829,192.181c0,3.887,0,7.581,0,11.54c-7.806,0-15.581,0-23.594,0 c0-3.777,0-7.558,0-11.54C44.021,192.181,51.708,192.181,59.829,192.181z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.793,179.819c-7.877,0-15.563,0-23.521,0c0-3.795,0-7.578,0-11.599 c7.764,0,15.539,0,23.521,0C59.793,171.995,59.793,175.688,59.793,179.819z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.832,216.246c0,3.949,0,7.644,0,11.534c-7.848,0-15.535,0-23.527,0 c0-3.691,0-7.476,0-11.534C43.969,216.246,51.744,216.246,59.832,216.246z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.829,240.24c0,3.958,0,7.653,0,11.54c-7.851,0-15.538,0-23.527,0 c0-3.7,0-7.486,0-11.54C43.975,240.24,51.75,240.24,59.829,240.24z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M36.244,264.049c7.94,0,15.537,0,23.444,0c0,3.808,0,7.593,0,11.654 c-7.648,0-15.423,0-23.444,0C36.244,271.95,36.244,268.169,36.244,264.049z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M270,131.992c17.496,0,34.99-0.012,52.485,0.005 c8.649,0.009,13.452,4.799,13.472,13.435c0.024,11.121,0.032,22.243-0.002,33.365c-0.026,8.391-4.867,13.176-13.349,13.181 c-35.114,0.017-70.229,0.018-105.344-0.001c-8.4-0.004-13.253-4.869-13.274-13.256c-0.028-11.122-0.026-22.244-0.001-33.366 c0.019-8.637,4.794-13.349,13.53-13.357C235.01,131.981,252.505,131.992,270,131.992z M216.242,144.159c0,12.062,0,23.844,0,35.538 c36.033,0,71.803,0,107.525,0c0-11.984,0-23.678,0-35.538C287.89,144.159,252.209,144.159,216.242,144.159z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M270.021,203.987c3.749-0.002,7.499-0.063,11.246,0.014 c4.262,0.089,6.609,2.264,6.665,6.408c0.102,7.746,0.104,15.496-0.005,23.242c-0.056,3.961-2.389,6.241-6.391,6.291 c-7.747,0.098-15.496,0.104-23.243-0.005c-3.964-0.057-6.235-2.386-6.284-6.393c-0.094-7.747-0.102-15.496,0.005-23.243 c0.055-3.972,2.368-6.183,6.386-6.29C262.271,203.909,266.147,203.99,270.021,203.987z M264.04,227.748c4.11,0,7.888,0,11.667,0 c0-4.015,0-7.794,0-11.47c-4.052,0-7.834,0-11.667,0C264.04,220.179,264.04,223.78,264.04,227.748z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M239.967,222.352c0,3.748,0.088,7.5-0.024,11.245 c-0.119,3.983-2.367,6.29-6.347,6.344c-7.746,0.103-15.496,0.103-23.242-0.001c-3.989-0.054-6.284-2.354-6.335-6.341 c-0.101-7.747-0.101-15.496,0-23.242c0.052-3.994,2.342-6.284,6.334-6.336c7.747-0.101,15.496-0.1,23.243,0 c3.985,0.051,6.234,2.347,6.347,6.335C240.055,214.352,239.967,218.353,239.967,222.352z M227.816,216.252 c-4.099,0-7.877,0-11.535,0c0,4.059,0,7.841,0,11.523c3.998,0,7.69,0,11.535,0C227.816,223.883,227.816,220.193,227.816,216.252z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M335.96,222.234c0,3.624,0.053,7.249-0.012,10.872 c-0.083,4.476-2.262,6.796-6.623,6.845c-7.622,0.084-15.247,0.09-22.868-0.007c-4.171-0.053-6.42-2.37-6.464-6.604 c-0.08-7.622-0.088-15.247,0.007-22.868c0.051-4.18,2.354-6.419,6.598-6.463c7.622-0.08,15.246-0.088,22.868,0.006 c4.173,0.051,6.379,2.359,6.475,6.598C336.028,214.485,335.96,218.36,335.96,222.234z M312.237,216.143c0,4.099,0,7.877,0,11.534 c4.058,0,7.841,0,11.524,0c0-3.998,0-7.689,0-11.534C319.868,216.143,316.178,216.143,312.237,216.143z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M221.739,287.967c-3.75,0-7.5,0.077-11.247-0.021 c-4.184-0.111-6.44-2.364-6.485-6.59c-0.082-7.621-0.087-15.246,0.004-22.868c0.051-4.189,2.344-6.439,6.577-6.484 c7.622-0.082,15.246-0.087,22.868,0.004c4.185,0.05,6.444,2.349,6.491,6.577c0.085,7.622,0.091,15.246-0.004,22.867 c-0.052,4.183-2.362,6.401-6.583,6.497C229.488,288.037,225.612,287.968,221.739,287.967z M227.809,264.176 c-4.128,0-7.819,0-11.597,0c0,3.981,0,7.76,0,11.531c4.018,0,7.798,0,11.597,0C227.809,271.748,227.809,268.058,227.809,264.176z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M270.339,251.984c3.749,0,7.5-0.085,11.246,0.023 c3.988,0.115,6.291,2.352,6.344,6.338c0.104,7.747,0.104,15.496,0,23.243c-0.053,3.983-2.358,6.292-6.337,6.345 c-7.746,0.104-15.496,0.104-23.242,0c-3.99-0.053-6.286-2.353-6.338-6.339c-0.101-7.746-0.101-15.496,0-23.242 c0.052-3.994,2.34-6.233,6.333-6.344C262.339,251.898,266.341,251.984,270.339,251.984z M275.701,275.813c0-4.099,0-7.877,0-11.534 c-4.059,0-7.841,0-11.524,0c0,3.998,0,7.689,0,11.534C268.069,275.813,271.759,275.813,275.701,275.813z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M335.958,270.116c0.001,3.75,0.072,7.5-0.018,11.247 c-0.1,4.22-2.321,6.526-6.503,6.577c-7.622,0.094-15.246,0.088-22.868,0.003c-4.227-0.047-6.52-2.308-6.57-6.498 c-0.092-7.622-0.086-15.246-0.004-22.867c0.045-4.229,2.299-6.521,6.492-6.57c7.621-0.091,15.246-0.085,22.868-0.004 c4.22,0.045,6.474,2.305,6.582,6.492C336.035,262.367,335.958,266.243,335.958,270.116z M312.145,264.12c0,4.104,0,7.794,0,11.643 c3.958,0,7.735,0,11.577,0c0-3.992,0-7.771,0-11.643C319.786,264.12,316.096,264.12,312.145,264.12z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M222.313,299.976c3.749,0.003,7.5-0.08,11.246,0.024 c4.003,0.112,6.32,2.333,6.376,6.308c0.107,7.746,0.103,15.495,0.003,23.242c-0.052,3.999-2.34,6.321-6.307,6.376 c-7.746,0.107-15.496,0.103-23.243,0.004c-4.001-0.051-6.315-2.337-6.369-6.308c-0.105-7.746-0.104-15.496-0.003-23.242 c0.054-4.143,2.397-6.306,6.675-6.391C214.563,299.912,218.438,299.973,222.313,299.976z M227.897,312.282 c-3.89,0-7.756,0-11.667,0c0,3.907,0,7.686,0,11.4c4.038,0,7.82,0,11.667,0C227.897,319.798,227.897,316.196,227.897,312.282z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M270.319,299.979c3.749,0,7.5-0.084,11.247,0.022 c4,0.113,6.308,2.337,6.363,6.319c0.106,7.746,0.103,15.496,0.002,23.242c-0.053,3.996-2.344,6.311-6.319,6.364 c-7.746,0.105-15.495,0.103-23.242,0.002c-3.994-0.052-6.304-2.346-6.357-6.319c-0.104-7.747-0.101-15.496-0.002-23.242 c0.051-4.004,2.328-6.251,6.313-6.363C262.319,299.891,266.321,299.979,270.319,299.979z M264.106,323.669 c4.187,0,7.968,0,11.665,0c0-3.993,0-7.685,0-11.467c-3.981,0-7.759,0-11.665,0C264.106,316.125,264.106,319.814,264.106,323.669z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M335.96,317.792c-0.002,3.874,0.074,7.75-0.023,11.621 c-0.104,4.199-2.348,6.476-6.556,6.524c-7.622,0.087-15.247,0.089-22.868-0.002c-4.198-0.05-6.47-2.341-6.517-6.552 c-0.085-7.622-0.087-15.246,0.001-22.868c0.049-4.206,2.325-6.469,6.545-6.517c7.622-0.085,15.246-0.087,22.868,0.002 c4.2,0.048,6.36,2.332,6.547,6.545c0.006,0.124,0.003,0.249,0.003,0.375C335.962,310.544,335.962,314.169,335.96,317.792z M323.714,323.788c0-4.038,0-7.817,0-11.534c-4.038,0-7.819,0-11.562,0c0,3.978,0,7.669,0,11.534 C316.023,323.788,319.714,323.788,323.714,323.788z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M264.106,167.688c0-3.854,0-7.544,0-11.467c3.905,0,7.684,0,11.665,0 c0,3.782,0,7.474,0,11.467C272.075,167.688,268.292,167.688,264.106,167.688z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M288.149,167.736c0-3.999,0-7.691,0-11.562c3.865,0,7.557,0,11.535,0 c0,3.743,0,7.525,0,11.562C295.966,167.736,292.188,167.736,288.149,167.736z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M240.155,167.736c0-3.999,0-7.691,0-11.562c3.865,0,7.557,0,11.535,0 c0,3.743,0,7.525,0,11.562C247.972,167.736,244.193,167.736,240.155,167.736z"></path> </g> </svg> </div> </div> <div class="u_1522565909 dmRespCol small-12 large-9 medium-9" id="1522565909"> <div class="u_1521783780 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1521783780"> <h3 class="m-text-align-center"><span style="color: rgb(0, 42, 92); display: unset;">Tax Services</span></h3> </div> <div class="u_1928752153 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1928752153"><p class="m-text-align-center"><span style="color:rgb(0, 0, 0);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Master the intricacies of taxation with precision. Rely on us for expert direction and optimal results.</span></p></div> <a data-display-type="block" class="u_1207300783 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/tax-services" data-element-type="dButtonLinkId" id="1207300783" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1026163862"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1575873130"></span> </span> <span class="text" id="1982126439">Read More</span> </a> </div> </div> </div> </div> <div class="u_1914375465 dmRespCol small-12 medium-4 large-4" id="1914375465"> <div class="dmRespRow u_1169972338" id="1169972338"> <div class="dmRespColsWrapper" id="1645647687"> <div class="u_1190370620 dmRespCol small-12 large-3 medium-3" id="1190370620"> <div class="u_1960517609 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1960517609"> <svg version="1.1" id="1896361794" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="335.989px" height="371.973px" viewbox="0 0 335.989 371.973" enable-background="new 0 0 335.989 371.973" xml:space="preserve" class="svg u_1896361794" data-icon-custom="true" data-icon-name="accounting2.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M116.281,311.97c-2.011,0-3.363,0-4.715,0c-26.493,0-52.985,0.009-79.479-0.003 C12.604,311.958,0.01,299.34,0.007,279.818c-0.008-58.608-0.01-117.219,0-175.828c0.004-19.292,12.639-31.961,31.861-31.988 C41.093,71.99,50.317,72,59.768,72c0-4.06,0-7.847,0-11.916c-15.835,0-31.534,0-47.528,0c-0.09-1.328-0.225-2.4-0.227-3.473 c-0.017-8.623-0.051-17.246,0-25.868C12.118,12.988,25.057,0.042,42.873,0.026C93.734-0.02,144.596,0.009,195.457,0.009 c16.371,0,32.742-0.024,49.112,0.007c18.516,0.035,31.341,12.833,31.393,31.326C276,44.706,275.969,58.069,275.969,72 c1.343,0,2.53,0,3.717,0c8.748,0.001,17.496-0.078,26.243,0.022c16.842,0.192,29.965,13.18,29.99,30.055 c0.09,59.984,0.095,119.967-0.005,179.952c-0.028,16.815-13.236,29.839-30.128,29.908c-27.118,0.112-54.236,0.032-81.354,0.033 c-1.357,0-2.714,0-4.73,0c3.996,7.989,7.718,15.562,11.63,23.034c0.343,0.654,1.924,0.907,2.937,0.922 c5.748,0.085,11.497-0.006,17.244,0.054c10.505,0.106,18.513,8.011,18.442,18.133c-0.069,9.944-8.039,17.817-18.37,17.826 c-55.735,0.046-111.471,0.046-167.206,0c-10.321-0.008-18.3-7.888-18.372-17.82c-0.074-10.116,7.938-18.031,18.435-18.139 c5.748-0.06,11.499,0.071,17.243-0.084c1.136-0.031,2.817-0.675,3.279-1.549C108.749,327.193,112.303,319.916,116.281,311.97z M171.197,251.779c-35.141-26.932-33.015-72.005-11.552-96.405c14.063-15.986,31.706-24.06,52.979-23.257 c21.146,0.799,37.94,10.501,51.347,27.724c0-2.03,0-3.025,0-4.021c0-41.364,0.008-82.729-0.005-124.094 c-0.004-12.42-7.365-19.712-19.878-19.714c-57.985-0.006-115.971-0.003-173.957-0.003c-1.181,0-2.363,0-4.333,0 c6.172,8.045,6.252,16.717,6.242,25.544c-0.083,69.857-0.046,139.714-0.046,209.573c0,1.563,0,3.128,0,4.654 C105.35,251.779,138.144,251.779,171.197,251.779z M276.115,95.998c7.524,0,14.639-0.005,21.753,0.001 c9.503,0.009,14.092,4.535,14.093,13.947c0.007,46.743,0.008,93.486-0.001,140.229c-0.001,9.171-4.658,13.798-13.873,13.798 c-86.737,0.006-173.475,0.006-260.212,0c-9.236,0-13.87-4.608-13.872-13.795c-0.008-46.743-0.007-93.486,0-140.229 c0.001-9.361,4.638-13.941,14.084-13.95c7.206-0.007,14.412-0.001,21.644-0.001c0-4.225,0-8.014,0-11.999 c-9.499,0-18.733-0.01-27.968,0.003c-12.448,0.018-19.756,7.342-19.758,19.836c-0.008,58.742-0.008,117.483,0,176.225 c0.001,12.676,7.293,19.905,20.069,19.907c64.24,0.005,128.481,0.002,192.721,0.002c1.286,0,2.572,0,3.919,0 c-0.066-0.955-0.05-1.334-0.124-1.695c-2.467-12.066,5.524-22.185,17.745-22.279c11.873-0.092,23.747-0.095,35.619,0.008 c9.045,0.076,16.417,6.367,17.747,15.208c0.416,2.761,0.065,5.636,0.065,8.52c16.277,2.542,24.641-8.021,24.383-21.536 c-0.593-31.109-0.188-62.237-0.188-93.358c0-27.371,0.032-54.742-0.018-82.113c-0.02-11.01-7.657-18.614-18.61-18.721 c-3.499-0.034-6.999-0.006-10.498-0.006c-6.204,0-12.406,0-18.723,0C276.115,88.159,276.115,91.859,276.115,95.998z M155.988,197.681c-0.104,29.713,23.946,54.118,53.5,54.291c29.895,0.174,54.367-23.945,54.479-53.693 c0.112-29.709-23.945-54.114-53.508-54.281C180.543,143.828,156.092,167.925,155.988,197.681z M59.727,251.816 c0-48.1,0-95.865,0-143.638c-7.968,0-15.665,0-23.523,0c0,47.946,0,95.711,0,143.638C44.102,251.816,51.798,251.816,59.727,251.816 z M299.714,251.797c0-48.044,0-95.809,0-143.505c-8.041,0-15.828,0-23.56,0c0,47.973,0,95.65,0,143.505 C284.035,251.797,291.731,251.797,299.714,251.797z M167.786,359.963c27.619,0,55.238,0.011,82.856-0.009 c4.621-0.004,7.416-2.431,7.297-6.171c-0.114-3.598-2.804-5.747-7.281-5.816c-0.5-0.007-1-0.001-1.5-0.001 c-54.113,0-108.226-0.001-162.339,0.003c-1.248,0-2.532-0.119-3.738,0.123c-3.044,0.614-4.902,2.545-5.016,5.678 c-0.115,3.153,1.663,5.182,4.636,5.994c1.173,0.321,2.481,0.193,3.728,0.193C113.547,359.966,140.667,359.964,167.786,359.963z M218.142,335.771c-3.87-7.768-7.53-15.235-11.368-22.61c-0.361-0.695-1.845-1.138-2.81-1.141 c-23.972-0.062-47.944-0.067-71.916,0.013c-1.023,0.003-2.566,0.633-2.985,1.434c-3.8,7.258-7.404,14.619-11.243,22.305 C151.431,335.771,184.536,335.771,218.142,335.771z M59.981,47.879c0-6.347,0.114-12.315-0.027-18.278 c-0.217-9.176-7.291-16.701-16.273-17.528c-9.178-0.846-17.969,5.288-19.178,14.577c-0.902,6.927-0.178,14.065-0.178,21.23 C36.159,47.879,47.833,47.879,59.981,47.879z M264.268,299.971c5.498,0,10.995,0.032,16.493-0.01 c4.428-0.035,7.126-2.303,7.175-5.915c0.05-3.631-2.656-6.041-7.023-6.058c-11.245-0.042-22.49-0.037-33.734-0.003 c-4.46,0.014-7.123,2.27-7.173,5.909c-0.051,3.638,2.646,6.023,7.02,6.063C252.773,300.01,258.52,299.97,264.268,299.971z M263.841,238.778c-4.183,4.165-9.037,8.999-13.003,12.948c3.14,0,8.027,0,13.003,0 C263.841,246.678,263.841,241.883,263.841,238.778z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M120.227,72.085c11.979,0,23.588,0,35.607,0c0,11.864,0,23.656,0,35.675 c4.196,0,7.983,0,12.05,0c0-19.813,0-39.51,0-59.481c12.059,0,23.844,0,36.041,0c0,19.774,0,39.56,0,59.529 c4.104,0,7.805,0,11.915,0c0-27.777,0-55.561,0-83.572c12.191,0,23.976,0,35.947,0c0,31.822,0,63.513,0,95.481 c-43.769,0-87.545,0-131.561,0C120.227,103.957,120.227,88.172,120.227,72.085z M239.765,107.81c0-23.956,0-47.724,0-71.553 c-3.997,0-7.783,0-11.515,0c0,24.023,0,47.792,0,71.553C232.224,107.81,235.923,107.81,239.765,107.81z M191.8,60.225 c-3.966,0-7.75,0-11.572,0c0,15.995,0,31.766,0,47.483c4.038,0,7.826,0,11.572,0C191.8,91.735,191.8,76.053,191.8,60.225z M143.789,107.828c0-8.125,0-15.811,0-23.594c-3.982,0-7.763,0-11.539,0c0,8.013,0,15.789,0,23.594 C136.208,107.828,139.901,107.828,143.789,107.828z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M84.164,143.731c0-3.959,0-7.656,0-11.543c15.851,0,31.534,0,47.52,0 c0,3.7,0,7.489,0,11.543C116.01,143.731,100.239,143.731,84.164,143.731z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M131.821,156.255c0,3.944,0,7.641,0,11.535c-15.846,0-31.528,0-47.52,0 c0-3.687,0-7.475,0-11.535C99.96,156.255,115.731,156.255,131.821,156.255z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M131.817,180.249c0,3.957,0,7.653,0,11.541c-15.851,0-31.533,0-47.52,0 c0-3.699,0-7.485,0-11.541C99.969,180.249,115.74,180.249,131.817,180.249z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M131.82,204.249c0,3.947,0,7.644,0,11.535c-15.847,0-31.529,0-47.52,0 c0-3.688,0-7.477,0-11.535C99.962,204.249,115.733,204.249,131.82,204.249z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M131.703,239.833c-15.909,0-31.591,0-47.491,0c0-3.835,0-7.532,0-11.543 c15.663,0,31.434,0,47.491,0C131.703,231.917,131.703,235.704,131.703,239.833z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M95.814,24.217c0,3.851,0,7.542,0,11.511c-3.769,0-7.547,0-11.577,0 c0-3.741,0-7.52,0-11.511C87.985,24.217,91.677,24.217,95.814,24.217z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M84.158,59.804c0-3.892,0-7.583,0-11.538c3.811,0,7.59,0,11.604,0 c0,3.782,0,7.56,0,11.538C91.972,59.804,88.28,59.804,84.158,59.804z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M95.821,72.26c0,3.973,0,7.664,0,11.544c-3.855,0-7.547,0-11.535,0 c0-3.716,0-7.497,0-11.544C87.976,72.26,91.754,72.26,95.821,72.26z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M47.708,287.833c-3.883,0-7.573,0-11.486,0c0-3.918,0-7.696,0-11.667 c3.811,0,7.502,0,11.486,0C47.708,279.892,47.708,283.674,47.708,287.833z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M60.176,287.722c0-3.999,0-7.69,0-11.562c3.865,0,7.556,0,11.534,0 c0,3.743,0,7.523,0,11.562C67.994,287.722,64.216,287.722,60.176,287.722z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M95.827,276.172c0,3.892,0,7.583,0,11.538c-3.811,0-7.59,0-11.604,0 c0-3.781,0-7.559,0-11.538C88.014,276.172,91.705,276.172,95.827,276.172z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M191.961,210.1c4.181,0,7.905,0,11.603,0c2.452,5.771,3.971,6.477,12.402,5.566 c0-1.774,0.077-3.605-0.016-5.429c-0.192-3.79-2.257-5.863-6.09-6.249c-11.63-1.167-17.858-8.068-17.878-19.823 c-0.009-5.226-0.001-10.452-0.001-16.085c4.007,0,7.802,0,11.861,0c0-4.098,0-7.8,0-11.795c4.049,0,7.836,0,12.136,0 c0,3.112,0.123,6.312-0.042,9.498c-0.115,2.222,0.464,3.47,2.624,4.616c5.955,3.157,8.973,8.381,9.42,15.364 c-3.973,0-7.792,0-11.634,0c-2.411-5.67-3.918-6.372-12.356-5.46c0,1.774-0.075,3.605,0.016,5.429 c0.19,3.789,2.255,5.862,6.091,6.247c11.616,1.164,17.854,8.076,17.877,19.824c0.011,5.226,0.002,10.452,0.002,16.085 c-4.008,0-7.803,0-11.86,0c0,4.098,0,7.8,0,11.796c-4.048,0-7.838,0-12.137,0c0-2.985-0.12-6.062,0.038-9.123 c0.126-2.458-0.5-3.891-2.931-5.199C195.297,222.248,192.395,217.04,191.961,210.1z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M174.272,192.014c3.247,0.166,5.843,3.029,5.676,6.261 c-0.167,3.238-3.043,5.846-6.264,5.679c-3.242-0.169-5.835-3.034-5.67-6.267C168.18,194.432,171.03,191.848,174.272,192.014z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M251.939,198.068c-0.051,3.247-2.818,5.937-6.057,5.886 c-3.254-0.052-5.928-2.809-5.878-6.06c0.051-3.264,2.795-5.931,6.052-5.88S251.99,194.819,251.939,198.068z"></path> </g> </svg> </div> </div> <div class="u_1246525520 dmRespCol small-12 large-9 medium-9" id="1246525520"> <div class="u_1939620314 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1939620314"> <h3 class="m-text-align-center"><span style="display: unset;">Client Accounting Services</span></h3> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1142503136"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Discover customized client accounting solutions designed specifically for your individual needs. We are committed to being your loyal partner.</span></p></div> <a data-display-type="block" class="u_1308053569 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/client-accounting-services" data-element-type="dButtonLinkId" id="1308053569" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1591267512"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1134531819"></span> </span> <span class="text" id="1564620301">Read More</span> </a> </div> </div> </div> </div> <div class="dmRespCol small-12 u_1413977978 medium-4 large-4" id="1413977978"> <div class="dmRespRow u_1884264570" id="1884264570"> <div class="dmRespColsWrapper" id="1089994397"> <div class="u_1944459178 dmRespCol small-12 large-3 medium-3" id="1944459178"> <div class="u_1838370789 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1838370789"> <svg height="512pt" viewbox="0 0 512.14969 512" width="512pt" xmlns="http://www.w3.org/2000/svg" id="1960773016" class="svg u_1960773016" data-icon-custom="true" data-icon-name="notes.svg"> <path d="m355.519531 512.113281c11.570313-.03125 21.695313-7.78125 24.746094-18.941406l23.597656-88.101563 89.367188-23.890624c13.617187-3.703126 21.679687-17.710938 18.050781-31.34375l-46.335938-172.699219 3.667969-13.652344c3.316407-12.574219-3.324219-25.636719-15.4375-30.371094l-20.863281-77.882812c-3.734375-13.605469-17.707031-21.679688-31.359375-18.125l-152.40625 40.882812-127.796875-34.261719c-5.238281-1.4375-10.800781-1.136718-15.851562.855469l-31.925782-31.871093c-10.761718-10.859376-26.507812-15.132813-41.28125-11.199219-14.773437 3.933593-26.3125 15.46875-30.25 30.242187-3.9375 14.773438.328125 30.523438 11.183594 41.285156l58.191406 58.191407-69.71875 260.265625c-3.648437 13.648437 4.421875 27.675781 18.054688 31.386718l329.722656 88.34375c2.164062.589844 4.398438.890626 6.644531.886719zm139.25-157.867187c1.207031 4.527344-1.460937 9.183594-5.976562 10.429687l-79.820313 21.332031 47.113282-175.878906zm-89.449219-300.636719c2.199219-.601563 4.546876-.296875 6.519532.84375 1.972656 1.136719 3.40625 3.019531 3.984375 5.222656l18.203125 67.996094-152.515625-40.859375zm-146.773437 205.054687-43.082031-14.359374 28.722656-28.75 14.359375 43.078124zm-34.730469-46.828124-72.40625-72.414063c-3.332031-3.332031-8.738281-3.332031-12.070312.003906-3.332032 3.332031-3.328125 8.738281.007812 12.070313l72.410156 72.394531-12.0625 12.078125-120.6875-120.6875 12.066407-12.066406 24.128906 24.140625c2.160156 2.15625 5.300781 3 8.25 2.207031 2.945313-.789062 5.246094-3.089844 6.035156-6.035156.789063-2.945313-.050781-6.089844-2.207031-8.246094l-24.132812-24.132812 12.066406-12.074219 120.667968 120.6875zm-168.949218-120.6875 36.207031-36.207032 12.066406 12.066406-36.199219 36.207032zm-37.667969-48.273438c0-10.355469 6.238281-19.695312 15.804687-23.65625 9.570313-3.960938 20.582032-1.769531 27.902344 5.554688l18.101562 18.101562-36.207031 36.207031-18.109375-18.109375c-4.8125-4.789062-7.511718-11.304687-7.492187-18.097656zm.394531 353.101562 67.171875-250.796874 108.886719 108.886718c.890625.871094 1.960937 1.53125 3.140625 1.9375.066406 0 .117187.09375.195312.117188l56.210938 18.773437c1.753906.578125 3.59375.863281 5.441406.855469 3.214844-.011719 6.359375-.9375 9.0625-2.671875l98.132813 26.351563c.722656.199218 1.46875.300781 2.21875.296874 4.285156 0 7.902343-3.175781 8.457031-7.421874.558593-4.246094-2.117188-8.246094-6.253907-9.351563l-94.71875-25.429687c-.085937-1.449219-.347656-2.882813-.785156-4.269532l-18.773437-56.214844c0-.078124-.09375-.128906-.128907-.207031-.40625-1.167969-1.066406-2.234375-1.929687-3.121093l-131.890625-131.945313 324.019531 86.792969c2.191407.585937 4.058594 2.015625 5.191407 3.980468 1.132812 1.960938 1.4375 4.292969.851562 6.484376l-88.304688 329.683593c-.582031 2.191407-2.015624 4.0625-3.980468 5.195313-1.964844 1.132812-4.300782 1.4375-6.488282.847656l-329.6875-88.3125c-2.1875-.585938-4.054687-2.015625-5.191406-3.976562-1.132812-1.964844-1.4375-4.296876-.847656-6.484376zm0 0"></path> <path d="m394.578125 200.785156c4.28125-.003906 7.898437-3.179687 8.457031-7.425781.554688-4.242187-2.121094-8.246094-6.253906-9.351563l-121.371094-32.519531c-2.976562-.886719-6.195312-.085937-8.410156 2.089844-2.214844 2.171875-3.074219 5.378906-2.246094 8.367187.828125 2.992188 3.21875 5.296876 6.234375 6.019532l121.378907 32.527344c.722656.195312 1.464843.292968 2.210937.292968zm0 0"></path> <path d="m381.316406 250.234375c4.28125-.003906 7.898438-3.175781 8.457032-7.421875.558593-4.246094-2.117188-8.246094-6.253907-9.355469l-82.519531-22.074219c-2.964844-.84375-6.152344-.027343-8.34375 2.144532-2.191406 2.167968-3.039062 5.351562-2.222656 8.324218.816406 2.972657 3.171875 5.273438 6.164062 6.015626l82.519532 22.078124c.714843.191407 1.457031.289063 2.199218.289063zm0 0"></path> <path d="m118.003906 268.324219-24.746094-6.628907c-2.96875-.867187-6.175781-.0625-8.378906 2.109376-2.203125 2.167968-3.0625 5.359374-2.242187 8.34375.820312 2.980468 3.1875 5.285156 6.191406 6.023437l24.746094 6.640625c.726562.191406 1.46875.289062 2.21875.289062 4.285156.003907 7.90625-3.171874 8.464843-7.417968.558594-4.246094-2.117187-8.25-6.253906-9.359375zm0 0"></path> <path d="m363.0625 342.8125c1.21875-4.550781-1.484375-9.222656-6.03125-10.445312l-189.585938-50.789063c-4.398437-.859375-8.710937 1.835937-9.875 6.164063-1.160156 4.328124 1.226563 8.820312 5.464844 10.277343l189.574219 50.792969c.722656.199219 1.464844.296875 2.210937.296875 3.855469.003906 7.234376-2.578125 8.242188-6.296875zm0 0"></path> <path d="m104.742188 317.777344-24.746094-6.632813c-4.542969-1.191406-9.195313 1.511719-10.410156 6.046875-1.214844 4.539063 1.46875 9.207032 6 10.441406l24.746093 6.621094c.71875.199219 1.460938.300782 2.210938.296875 4.28125.003907 7.902343-3.171875 8.460937-7.417969.5625-4.246093-2.113281-8.25-6.253906-9.355468zm0 0"></path> <path d="m343.777344 381.828125-189.574219-50.800781c-2.976563-.882813-6.195313-.082032-8.410156 2.089844-2.214844 2.175781-3.074219 5.378906-2.246094 8.371093.828125 2.988281 3.21875 5.292969 6.234375 6.019531l189.578125 50.796876c.722656.199218 1.46875.300781 2.21875.300781 4.28125-.003907 7.898437-3.179688 8.457031-7.425781.554688-4.246094-2.121094-8.246094-6.257812-9.351563zm0 0"></path> </svg> </div> </div> <div class="u_1533202570 dmRespCol small-12 large-9 medium-9" id="1533202570"> <div class="u_1952452339 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1952452339"> <h3 class="m-text-align-center"><span style="color: rgb(0, 42, 92); display: unset;">Advisory Services</span></h3> </div> <div class="u_1153750682 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1153750682"><p class="m-text-align-center"><span style="color:rgb(0, 0, 0);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Gain access to crucial strategic insights to make well-informed decisions. Let our advisory services steer you towards sustainable growth and success.</span></p></div> <a data-display-type="block" class="u_1153520626 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/advisory-services" data-element-type="dButtonLinkId" id="1153520626" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1570335842"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1230442897"></span> </span> <span class="text" id="1396726635">Read More</span> </a> </div> </div> </div> </div> </div> </div> <div class="u_1473861829 dmRespRow" id="1473861829"> <div class="dmRespColsWrapper" id="1429373873"> <div class="dmRespCol small-12 u_1064029955 medium-4 large-4" id="1064029955"> <div class="dmRespRow u_1551938413" id="1551938413"> <div class="dmRespColsWrapper" id="1333869407"> <div class="u_1414173780 dmRespCol small-12 large-3 medium-3" id="1414173780"> <div class="u_1857242949 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1857242949"> <svg version="1.1" id="1310611012" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="383.952px" height="383.952px" viewbox="0 0 383.952 383.952" enable-background="new 0 0 383.952 383.952" xml:space="preserve" class="svg u_1310611012" data-icon-custom="true" data-icon-name="search-people.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M174.728,0c7.873,1.22,15.813,2.107,23.607,3.712 c66.094,13.616,118.032,68.158,127.881,134.855c7.449,50.443-5.596,95.219-38.857,133.996c-0.563,0.656-1.11,1.324-1.559,1.86 c3.491,3.401,6.86,6.684,10.721,10.445c3.118-3.194,6.62-6.845,10.193-10.427c5.069-5.083,8.61-5.072,13.709,0.021 c17.592,17.575,35.102,35.233,52.794,52.706c5.521,5.452,8.717,11.991,10.736,19.288c0,3.249,0,6.499,0,9.748 c-0.27,0.804-0.598,1.592-0.798,2.412c-2.286,9.314-7.479,16.543-15.9,21.117c-3.433,1.865-7.351,2.839-11.048,4.218 c-3.25,0-6.5,0-9.749,0c-10.408-2.2-17.705-8.985-24.856-16.293c-15.468-15.804-31.225-31.323-46.857-46.965 c-5.445-5.449-5.446-8.798-0.038-14.251c3.255-3.281,6.518-6.557,9.769-9.842c0.169-0.171,0.261-0.419,0.951-1.567 c-1.621-1.313-3.544-2.689-5.247-4.3c-1.717-1.623-3.215-3.479-4.899-5.33c-5.35,4.198-10.179,8.294-15.311,11.967 c-33.473,23.962-70.9,34.025-111.731,30.104C72.814,320.232,13.164,263.031,1.706,187.679c-0.655-4.304-1.141-8.633-1.706-12.951 c0-6.999,0-13.999,0-20.997c1.242-8.111,2.208-16.277,3.789-24.321c2.661-13.54,7.429-26.399,13.581-38.74 c2.465-4.944,6.47-6.657,10.632-4.63c4.116,2.004,5.268,6.217,2.818,11.192c-10.722,21.772-16.759,44.758-15.733,69.038 c2.637,62.402,32.156,108.293,88.843,134.018c88.332,40.086,190.097-14.85,207.079-110.247 c14.874-83.548-42.966-162.418-127.462-173.688c-32.095-4.281-62.375,1.571-90.865,16.877c-0.659,0.354-1.295,0.753-1.957,1.104 c-4.912,2.604-9.146,1.776-11.382-2.221c-2.222-3.969-0.772-8.41,4.061-10.825c7.58-3.789,15.178-7.617,23.042-10.742 c13.997-5.562,28.62-8.716,43.654-9.901c0.972-0.076,1.922-0.424,2.882-0.645C160.23,0,167.479,0,174.728,0z M289.167,313.28 c17.255,17.409,34.096,34.649,51.321,51.498c2.42,2.367,6.629,3.573,10.167,3.989c7.174,0.844,13.862-3.634,16.776-10.211 c2.996-6.764,1.66-14.101-3.854-19.654c-13.556-13.655-27.212-27.211-40.783-40.852c-2.978-2.992-5.769-6.17-8.762-9.389 c-2.753,2.817-4.96,5.076-7.553,7.73c1.63,1.447,3.279,2.792,4.789,4.277c3.207,3.152,6.451,6.279,9.471,9.605 c2.347,2.584,2.527,5.696,0.78,8.688c-1.777,3.043-4.709,4.258-8.016,3.349c-1.804-0.496-3.523-1.846-4.915-3.19 c-4.266-4.117-8.354-8.419-12.392-12.526C293.57,309.094,291.41,311.148,289.167,313.28z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M125.216,179.585c-28.917-30.188-16.622-67.979,2.159-83.714 c22.252-18.644,54.445-17.989,75.533,1.799c19.882,18.658,26.378,54.965,0.165,81.85c2.646,0.262,5.104,0.278,7.461,0.776 c12.427,2.622,21.072,13.21,21.172,26.031c0.104,13.245,0.028,26.491,0.031,39.736c0,1.223,0,2.445,0.836,4.291 c4.404-4.284,9.184-8.247,13.151-12.902c27.065-31.753,35.572-68,22.448-107.646c-13.163-39.764-41.53-64.472-82.482-73.195 C125.777,43.847,66.571,84.7,56.131,145.072c-3.304,19.107-1.733,37.792,4.644,56.105c2.317,6.656-1.512,12.041-7.766,11.145 c-3.573-0.513-5.264-2.989-6.36-6.115c-5.093-14.524-7.598-29.459-7.123-44.864c1.792-58.101,40.929-105.815,97.621-119.033 c65.352-15.236,133.25,27.256,148.434,92.892c15.855,68.542-26.192,135.668-94.892,150.815 c-31.128,6.862-60.771,2.029-88.641-13.576c-3.803-2.13-5.489-4.928-5.452-9.341c0.149-17.492,0.688-35.017-0.112-52.474 C95.651,192.439,107.818,179.358,125.216,179.585z M164.295,194.79c-13.238,0-26.477-0.022-39.715,0.008 c-8.412,0.02-12.903,4.525-12.917,12.964c-0.027,16.485,0.066,32.972-0.083,49.455c-0.024,2.696,0.961,3.952,3.237,5.034 c33.124,15.755,66.163,15.682,99.209-0.256c2.127-1.026,2.778-2.249,2.764-4.552c-0.101-16.484-0.042-32.971-0.059-49.455 c-0.008-8.662-4.48-13.174-13.098-13.192C190.522,194.769,177.409,194.789,164.295,194.79z M164.328,97.314 c-22.781-0.091-41.3,18.273-41.355,41.007c-0.055,22.704,18.307,41.235,41.062,41.44c22.461,0.202,41.315-18.538,41.396-41.147 C205.511,115.913,187.091,97.404,164.328,97.314z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M61.758,52.281c0.092,4.106-3.055,7.495-7.117,7.662 c-4.188,0.172-7.685-3.228-7.684-7.472c0.001-4.106,3.237-7.411,7.308-7.464C58.333,44.955,61.667,48.19,61.758,52.281z"></path> </g> </svg> </div> </div> <div class="u_1428813380 dmRespCol small-12 large-9 medium-9" id="1428813380"> <div class="u_1376193335 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1376193335"> <h3 class="m-text-align-center"><span style="display: unset;">Forensics Accounting</span></h3> </div> <div class="u_1207527629 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1207527629" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Examine with precision. Our forensic experts uncover financial intricacies, providing clarity in complex situations with meticulous analysis.</span></p></div> <a data-display-type="block" class="u_1871720449 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/forensic-accounting-services" data-element-type="dButtonLinkId" id="1871720449" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1140612657"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1091562857"></span> </span> <span class="text" id="1590904751">Read More</span> </a> </div> </div> </div> </div> <div class="u_1037648905 dmRespCol small-12 medium-4 large-4" id="1037648905"> <div class="dmRespRow u_1800239698" id="1800239698"> <div class="dmRespColsWrapper" id="1513470564"> <div class="u_1224076976 dmRespCol small-12 large-3 medium-3" id="1224076976"> <div class="u_1817292953 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1817292953"> <svg version="1.1" id="1423838271" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" class="svg u_1423838271" data-icon-custom="true" data-icon-name="increase (7).svg"> <g> <g> <path d="M480.353,222.152c0-10.754-8.748-19.501-19.501-19.501H338.006c-10.753,0-19.501,8.748-19.501,19.501v25.057 c0,4.527,1.564,8.688,4.161,12.001c-2.598,3.313-4.161,7.473-4.161,12.001v25.056c0,1.815,0.268,3.566,0.734,5.234 c-1.669-0.466-3.419-0.734-5.234-0.734h-43.922c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h43.922 c2.439,0,4.5,2.061,4.5,4.5v25.057c0,2.439-2.061,4.5-4.5,4.5H191.158c-2.439,0-4.5-2.061-4.5-4.5v-25.057 c0-2.439,2.061-4.5,4.5-4.5h43.923c4.142,0,7.5-3.358,7.5-7.5c0-4.142-3.358-7.5-7.5-7.5h-43.923 c-10.753,0-19.501,8.749-19.501,19.501v25.057c0,4.527,1.564,8.688,4.161,12.001c-2.598,3.313-4.161,7.473-4.161,12.001v25.057 c0,1.815,0.268,3.566,0.734,5.234c-1.669-0.466-3.419-0.734-5.234-0.734H44.31c-10.753,0-19.501,8.749-19.501,19.501v25.056 c0,4.527,1.564,8.688,4.161,12.001c-2.598,3.313-4.161,7.473-4.161,12.001v25.057c0,10.753,8.749,19.501,19.501,19.501h122.845 c4.527,0,8.688-1.564,12.001-4.161c3.313,2.598,7.473,4.161,12.001,4.161h122.846c4.527,0,8.688-1.564,12.001-4.161 c3.313,2.598,7.473,4.161,12.001,4.161h122.846c10.753,0,19.501-8.748,19.501-19.501v-25.057c0-4.527-1.564-8.688-4.161-12.001 c2.598-3.313,4.161-7.473,4.161-12.001v-25.056c0-4.527-1.564-8.688-4.161-12.001c2.598-3.313,4.161-7.473,4.161-12.001v-25.057 c0-4.527-1.564-8.688-4.161-12.001c2.598-3.313,4.161-7.473,4.161-12.001v-25.057c0-4.527-1.564-8.688-4.161-12.001 c2.598-3.313,4.161-7.473,4.161-12.001V271.21c0-4.527-1.564-8.688-4.161-12.001c2.598-3.313,4.161-7.473,4.161-12.001V222.152z M171.656,492.499c0.001,2.439-2.06,4.5-4.499,4.5H44.31c-2.439,0-4.5-2.061-4.5-4.5v-25.057c0-2.439,2.061-4.5,4.5-4.5h122.845 c2.439,0,4.5,2.061,4.5,4.5V492.499z M171.656,443.441c0,2.439-2.061,4.5-4.5,4.5H44.31c-2.439,0-4.5-2.061-4.5-4.5v-25.057 c0-2.439,2.061-4.5,4.5-4.5h122.845c2.439,0,4.5,2.061,4.5,4.5V443.441z M318.505,492.499c0,2.439-2.061,4.5-4.5,4.5H191.158 c-2.439,0-4.5-2.061-4.5-4.5v-25.057c0-2.439,2.061-4.5,4.5-4.5h122.846c2.439,0,4.5,2.061,4.5,4.5V492.499z M318.505,443.441 c0,2.439-2.061,4.5-4.5,4.5H191.158c-2.44,0-4.5-2.061-4.5-4.5v-25.057c0-2.439,2.061-4.5,4.5-4.5h122.846 c2.439,0,4.5,2.061,4.5,4.5V443.441z M318.505,394.383c0,2.439-2.061,4.5-4.5,4.5H191.158c-2.439,0-4.5-2.061-4.5-4.5v-25.057 c0-2.439,2.061-4.5,4.5-4.5h122.846c2.439,0,4.5,2.061,4.5,4.5V394.383z M333.506,271.21c0-2.439,2.061-4.5,4.5-4.5h122.846 c2.439,0,4.499,2.06,4.499,4.5v25.056c0,2.439-2.061,4.5-4.5,4.5H338.006c-2.439,0-4.5-2.061-4.5-4.5V271.21z M333.506,320.268 c0-2.439,2.061-4.5,4.5-4.5h122.846c2.439,0,4.499,2.06,4.499,4.5v25.057c0,2.439-2.061,4.5-4.5,4.5H338.006 c-2.439,0-4.5-2.061-4.5-4.5V320.268z M333.506,369.326c0-2.439,2.061-4.5,4.5-4.5h122.846c2.439,0,4.499,2.06,4.499,4.5v25.057 c0,2.439-2.061,4.5-4.5,4.5H338.006c-2.439,0-4.5-2.061-4.5-4.5V369.326z M333.506,418.384c0-2.439,2.061-4.5,4.5-4.5h122.846 c2.439,0,4.499,2.06,4.499,4.5v25.057c0,2.439-2.061,4.5-4.5,4.5H338.006c-2.439,0-4.5-2.061-4.5-4.5V418.384z M465.353,492.499 L465.353,492.499c-0.001,2.439-2.062,4.5-4.501,4.5H338.006c-2.439,0-4.5-2.061-4.5-4.5v-25.057c0-2.439,2.061-4.5,4.5-4.5 h122.846c2.439,0,4.5,2.061,4.5,4.5V492.499z M465.353,247.209c0,2.439-2.061,4.5-4.5,4.5H338.006c-2.439,0-4.5-2.061-4.5-4.5 v-25.057c0-2.439,2.061-4.5,4.5-4.5h122.846c2.439,0,4.5,2.061,4.5,4.5V247.209z"></path> </g> </g> <g> <g> <path d="M285.415,120.793h-32.003c-4.142,0-7.5,3.358-7.5,7.5c0,4.142,3.358,7.5,7.5,7.5h13.755L38.603,364.357 c-2.929,2.929-2.929,7.678,0,10.607c1.465,1.465,3.384,2.198,5.304,2.198c1.919,0,3.839-0.732,5.303-2.197l228.704-228.704v14.036 c0,4.142,3.358,7.5,7.5,7.5c4.142,0,7.5-3.358,7.5-7.5v-32.003C292.915,124.152,289.557,120.793,285.415,120.793z"></path> </g> </g> <g> <g> <path d="M479.635,103.792c-3.981-1.131-8.132,1.18-9.265,5.165c-8.961,31.541-38.132,53.57-70.941,53.57 c-40.673,0-73.763-33.09-73.763-73.763c0-40.674,33.091-73.763,73.764-73.763c36.529,0,67.167,26.148,72.85,62.172 c0.646,4.092,4.491,6.888,8.578,6.24c4.092-0.645,6.885-4.485,6.24-8.578c-3.258-20.658-13.818-39.594-29.734-53.32 C441.274,7.641,420.7,0,399.43,0c-48.945,0-88.764,39.819-88.764,88.764c0,48.945,39.819,88.764,88.764,88.764 c39.481,0,74.588-26.512,85.371-64.472C485.933,109.072,483.62,104.923,479.635,103.792z"></path> </g> </g> <g> <g> <path d="M398.927,30.741c-31.995,0-58.025,26.03-58.025,58.024c0,31.994,26.03,58.023,58.025,58.023s58.023-26.03,58.023-58.023 C456.95,56.77,430.922,30.741,398.927,30.741z M398.928,131.787c-23.723,0-43.024-19.3-43.024-43.023 c0-23.722,19.3-43.023,43.024-43.023c23.722,0,43.023,19.3,43.023,43.023C441.95,112.487,422.65,131.787,398.928,131.787z"></path> </g> </g> <g> <g> <path d="M402.603,83.298V68.426c3.157,0.254,4.79,1.003,8.197,2.704c1.71,0.859,3.834,0.531,5.196-1.781 c1.102-1.872,1.839-4.859-0.422-6.741c-3.219-2.672-8.874-3.519-12.972-3.519V56.87c0-1.264-1.562-2.134-2.872-2.134 c-1.45,0-2.873,0.883-2.873,2.112v2.366c-9.774,1.288-16.394,6.543-16.394,16.478c0,10.176,7.356,13.535,16.394,16.985v16.815 c-4.473-0.539-6.609-2.293-10.816-5.45c-2.102-1.575-4.158-0.979-5.704,1.188c-1.978,2.787-1.703,5.216-0.042,7.456 c3.189,4.302,10.127,6.819,16.563,6.819v2.389c0,1.284,1.483,2.132,2.873,2.132c1.31,0,2.872-0.862,2.872-2.112v-2.619 c8.535-1.319,15.971-6.72,15.971-17.914C418.573,91.122,412.124,86.761,402.603,83.298z M397.533,81.44 c-5.078-2.029-6.76-3.67-6.76-6.844c0-3.678,3.112-5.339,6.76-5.915V81.44z M401.927,109.41V94.707 c5.257,2.303,6.337,4.809,6.337,7.773C408.264,106.378,405.742,108.602,401.927,109.41z"></path> </g> </g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </svg> </div> </div> <div class="u_1114776816 dmRespCol small-12 large-9 medium-9" id="1114776816"> <div class="u_1322681928 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1322681928"> <h3 class="m-text-align-center"><span style="display: unset;">Valuations</span></h3> </div> <div class="u_1746628900 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1746628900" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Precision in assessing worth. Our valuation services provide accurate insights, empowering informed decisions for financial growth and stability.</span></p></div> <a data-display-type="block" class="u_1670177995 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/valuations" data-element-type="dButtonLinkId" id="1670177995" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1003805538"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1048604481"></span> </span> <span class="text" id="1766449730">Read More</span> </a> </div> </div> </div> </div> <div class="dmRespCol small-12 u_1552254138 medium-4 large-4" id="1552254138"> <div class="dmRespRow u_1008340388" id="1008340388"> <div class="dmRespColsWrapper" id="1647219347"> <div class="u_1017164132 dmRespCol small-12 large-3 medium-3" id="1017164132"> <div class="u_1846219419 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1846219419"> <svg id="1708366356" enable-background="new 0 0 607.776 607.776" height="512" viewbox="0 0 607.776 607.776" width="512" xmlns="http://www.w3.org/2000/svg" class="svg u_1708366356" data-icon-custom="true" data-icon-name="technology (1).svg"> <g> <g id="Page-1_17_"> <g id="_x30_19---Technology-Engineering" transform="translate(0 -1)"> <path id="Shape_65_" d="m25.182 251.741c-12.423 2.015-22.033 11.975-23.602 24.463-2.086 18.914-2.107 37.999-.061 56.918 1.426 12.681 11.095 22.875 23.683 24.969l32.232 5.277c6.188 26.357 16.634 51.529 30.925 74.523l-18.972 26.499c-7.56 10.25-7.377 24.278.446 34.329 6.038 7.387 12.463 14.451 19.246 21.161 6.22 6.23 13.097 12.49 21.353 19.428 9.971 7.668 23.807 7.828 33.954.395l26.63-19.104c22.971 14.289 48.118 24.738 74.452 30.935l5.288 32.283c2.01 12.427 11.972 22.042 24.463 23.612 5.774.648 11.639 1.104 17.544 1.347h.861c5.279-.004 10.356-2.035 14.181-5.673 3.977-3.8 6.221-9.065 6.209-14.566v-81.178c-.06-10.847-8.622-19.739-19.459-20.208-96.953-5.062-172.969-85.15-172.969-182.235s76.016-177.173 172.969-182.235c10.854-.476 19.421-9.394 19.459-20.259v-81.137c.016-5.507-2.233-10.777-6.22-14.576-3.98-3.905-9.413-5.966-14.982-5.683-5.895.233-11.74.658-17.737 1.266-12.484 1.609-22.397 11.283-24.311 23.723l-5.277 32.252c-26.334 6.202-51.481 16.654-74.452 30.946l-26.63-19.064c-10.241-7.489-24.211-7.266-34.207.547-7.344 6.012-14.373 12.398-21.059 19.135-6.891 6.736-13.378 13.873-19.428 21.373-7.729 9.984-7.927 23.875-.486 34.076l19.094 26.661c-14.279 22.992-24.711 48.161-30.885 74.513zm50.577 5.652c5.889-28.61 17.187-55.832 33.286-80.205 2.307-3.505 2.214-8.069-.233-11.477l-23.105-32.262c-2.136-2.819-2.198-6.697-.152-9.583 5.552-6.881 11.509-13.426 17.838-19.601 6.148-6.21 12.605-12.107 19.347-17.666 2.902-2.212 6.924-2.212 9.826 0l32.212 23.116c3.412 2.441 7.976 2.525 11.477.213 24.352-16.105 51.559-27.407 80.155-33.296 4.111-.847 7.274-4.143 7.952-8.286l6.371-39.009c.458-3.499 3.145-6.289 6.625-6.878 5.358-.557 10.788-.952 16.4-1.175l-.223 81.147c-107.843 5.508-192.44 94.585-192.38 202.569.059 107.984 84.754 196.968 192.603 202.357l-.142 81.178c-5.44-.223-10.828-.648-16.146-1.246-3.496-.511-6.236-3.267-6.726-6.767l-6.382-39.029c-.678-4.143-3.84-7.438-7.952-8.286-28.596-5.894-55.803-17.198-80.155-33.306-3.503-2.31-8.066-2.221-11.477.223l-32.242 23.136c-2.75 2.138-6.57 2.241-9.431.253-7.445-6.27-13.898-12.155-19.712-17.96-6.211-6.137-12.104-12.587-17.656-19.327-2.185-2.918-2.185-6.927 0-9.846l23.085-32.232c2.444-3.41 2.533-7.974.223-11.477-16.1-24.368-27.398-51.588-33.286-80.195-.846-4.108-4.137-7.27-8.276-7.952l-38.999-6.392c-3.63-.6-6.417-3.544-6.817-7.202-1.897-17.423-1.877-35.002.061-52.42.504-3.499 3.256-6.247 6.756-6.746l38.988-6.382c4.155-.68 7.454-3.861 8.287-7.989z"></path> <path id="Shape_64_" d="m577.382 274.522c-12.832.053-24.247 8.161-28.525 20.259h-234.842v-30.389h162.072c16.783 0 30.388-13.605 30.388-30.388v-52.511c13.954-4.933 22.324-19.202 19.821-33.789s-15.151-25.25-29.951-25.25-27.448 10.663-29.951 25.25 5.867 28.856 19.821 33.789v52.511c0 5.594-4.535 10.13-10.13 10.13h-162.07v-30.389h111.424c5.594 0 10.129-4.535 10.129-10.13s-4.535-10.13-10.129-10.13h-111.424v-20.259h60.777c16.783 0 30.389-13.605 30.389-30.389v-62.639c13.954-4.933 22.324-19.202 19.821-33.789s-15.151-25.25-29.951-25.25-27.448 10.663-29.951 25.25 5.867 28.856 19.821 33.789v62.641c0 5.594-4.535 10.13-10.13 10.13h-63.451c-3.485-6.477-10.44-10.313-17.777-9.805-85.361 5.407-151.827 76.216-151.827 161.748s66.466 156.341 151.827 161.748h1.185c6.92.058 13.305-3.716 16.592-9.805h63.451c5.594 0 10.13 4.535 10.13 10.13v62.641c-13.954 4.933-22.324 19.202-19.821 33.789s15.151 25.25 29.951 25.25 27.448-10.663 29.951-25.25-5.867-28.856-19.821-33.789v-62.641c0-16.783-13.605-30.389-30.389-30.389h-60.777v-20.259h111.424c5.594 0 10.129-4.535 10.129-10.129s-4.535-10.13-10.129-10.13h-111.424v-30.388h162.072c5.594 0 10.13 4.535 10.13 10.129v52.511c-13.954 4.933-22.324 19.202-19.821 33.789s15.151 25.25 29.951 25.25 27.448-10.663 29.951-25.25-5.867-28.856-19.821-33.789v-52.511c0-16.783-13.605-30.388-30.388-30.388h-162.074v-30.391h234.842c5.176 14.532 20.433 22.865 35.458 19.367 15.024-3.498 25.032-17.713 23.258-33.037-1.775-15.322-14.766-26.875-30.191-26.848zm-81.036-131.683c5.594 0 10.129 4.535 10.129 10.13s-4.535 10.13-10.129 10.13-10.129-4.535-10.129-10.13 4.534-10.13 10.129-10.13zm-101.295-101.295c5.594 0 10.13 4.535 10.13 10.13s-4.535 10.129-10.13 10.129-10.129-4.535-10.129-10.129 4.534-10.13 10.129-10.13zm0 526.734c-5.594 0-10.129-4.535-10.129-10.13s4.535-10.13 10.129-10.13 10.13 4.535 10.13 10.13-4.536 10.13-10.13 10.13zm101.295-101.295c-5.594 0-10.129-4.535-10.129-10.13s4.535-10.129 10.129-10.129 10.129 4.535 10.129 10.129-4.535 10.13-10.129 10.13zm-334.274-162.072c.085-74.357 57.523-136.053 131.684-141.448v282.897c-74.161-5.396-131.599-67.093-131.684-141.449zm415.31 10.129c-5.594 0-10.13-4.535-10.13-10.13s4.535-10.129 10.13-10.129 10.13 4.535 10.13 10.129-4.536 10.13-10.13 10.13z"></path> </g> </g> </g> </svg> </div> </div> <div class="u_1112004194 dmRespCol small-12 large-9 medium-9" id="1112004194"> <div class="u_1824560215 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1824560215"> <h3 class="m-text-align-center"><span style="display: unset;">QuickBooks Services</span></h3> </div> <div class="u_1519727069 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1519727069" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Using QuickBooks as the core, our team of Certified Advanced QuickBooks consultants can automate your most complex business processes for greater efficiency and growth.</span></p></div> <a data-display-type="block" class="u_1791174743 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/Quickbooks-services" data-element-type="dButtonLinkId" id="1791174743" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1160967482"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1447864717"></span> </span> <span class="text" id="1676047607">Read More</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1487802904 dmRespRow hasBackgroundOverlay" id="1487802904"> <div class="dmRespColsWrapper" id="1321834315"> <div class="u_1100308324 dmRespCol small-12 large-8 medium-8" id="1100308324"> <div class="u_1437625476 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1437625476" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-size-36 m-text-align-center size-45" style="line-height: 1.6;"><span style="display: unset; color: rgb(255, 255, 255);" class="m-font-size-36 font-size-45">Let’s Discuss How We Can Help Make Your Business Better</span></h2> </div> </div> <div class="u_1898538146 dmRespCol small-12 large-4 medium-4" id="1898538146"> <a data-display-type="block" class="u_1746226492 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact#ContactForm" data-element-type="dButtonLinkId" id="1746226492"> <span class="iconBg" aria-hidden="true" id="1187663602"> <span class="icon hasFontIcon icon-star" id="1436957211"></span> </span> <span class="text" id="1864225326">SCHEDULE A CONSULTATION</span> </a> </div> </div> </div> <div class="dmRespRow u_1933698518" id="1933698518"> <div class="dmRespColsWrapper" id="1742120603"> <div class="u_1267263303 dmRespCol small-12 large-6 medium-6" id="1267263303"> <div class="u_1483861227 dmRespRow" id="1483861227"> <div class="dmRespColsWrapper" id="1443202537"> <div class="dmRespCol small-12 medium-12 large-12" id="1620672804"> <div class="dmRespRow u_1214642771" id="1214642771" mode="2"> <div class="dmRespColsWrapper" id="1946597182"> <div class="u_1579038011 dmRespCol small-6 large-6 medium-6" id="1579038011"> <div data-element-type="spacer" class="dmSpacer" id="1489498190"></div> </div> <div class="u_1470937960 dmRespCol small-6 large-6 medium-6" id="1470937960"> <div class="u_1749143066 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1749143066"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Accounting2-577h.jpg" alt="" id="1173624079" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Accounting2.jpg" width="417" height="626" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1320819708 dmRespCol small-12 large-6 medium-6" id="1320819708"> <div class="u_1574479062 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1574479062" data-styletopreserve="{" background-image":""}"=""><p class="m-size-16 m-text-align-left size-20" style="letter-spacing: 0.05em;"><span class="m-font-size-16 font-size-20" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">WHERE CAN WE HELP?</span></p></div> <div class="u_1952795508 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1952795508" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-size-32 m-text-align-center size-40" style="line-height: 1.1;"><span class="m-font-size-32 font-size-40" style="display: initial;">The Presti & Naegele</span><span class="m-font-size-44 font-size-55" style="display: initial;"><br/></span><span class="m-font-size-44 font-size-55" style="display: initial; color: rgb(170, 157, 144);">Advantage</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1813315657"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Presti & Naegele delivers tailored accounting and advisory solutions, industry insight, and a client-centric approach. Experience a partnership that prioritizes your success with precision and dedication.</span></p></div> <div class="dmRespRow u_1562550921" id="1562550921"> <div class="dmRespColsWrapper" id="1456530222"> <div class="u_1854759858 dmRespCol small-12 large-2 medium-2" id="1854759858"> <div class="u_1260892810 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1260892810" data-layout="graphic-style-2"> <svg version="1.1" id="1928550137" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="359.823px" height="360.59px" viewbox="0 0 359.823 360.59" enable-background="new 0 0 359.823 360.59" xml:space="preserve" class="svg u_1928550137" data-icon-custom="true" data-icon-name="Team-workforce2.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M122.22,111.208c-1.653-24.261,23.625-49.011,53.638-52.761 c-18.97-7.646-26.425-18.469-23.199-33.685c2.779-13.106,14.754-22.617,27.842-22.114c13.777,0.53,24.901,10.551,26.88,24.215 c2.103,14.519-6.448,25.761-23.996,31.545c30.481,3.956,55.628,28.431,53.999,52.799 C199.001,111.208,160.603,111.208,122.22,111.208z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.291,211.873c22.563,0,44.625,0,67.198,0 c0.779,29.429,4.908,58.307,14.613,85.55c-11.337,7.568-22.312,14.896-33.832,22.588C39.608,290.599,23.402,254.6,21.291,211.873z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M290.136,319.902c-11.154-7.467-22.21-14.869-32.821-21.973 c3.205-13.885,7.137-27.955,9.565-42.281c2.434-14.362,3.367-28.978,4.988-43.757c21.626,0,43.79,0,65.95,0 C338.299,244.617,322.571,289.896,290.136,319.902z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M119.866,190.758c12.265,0,24.232,0.031,36.199-0.028 c2.245-0.011,3.846,0.082,4.73,2.825c0.981,3.044,3.663,4.708,6.985,4.732c7.992,0.056,15.985,0.06,23.977,0.001 c3.48-0.025,6.15-1.801,7.189-5.014c0.783-2.42,2.148-2.553,4.152-2.542c9.616,0.057,19.233,0.062,28.849,0 c2.477-0.016,4.951-0.342,7.735-0.547c0.059,0.955,0.183,2.026,0.185,3.098c0.013,13.113,0.022,26.227,0.002,39.34 c-0.009,5.723-1.936,7.708-7.583,7.71c-34.969,0.019-69.938,0.018-104.906,0c-5.698-0.002-7.636-1.959-7.645-7.644 c-0.021-13.113-0.011-26.227,0-39.34C119.736,192.261,119.844,191.171,119.866,190.758z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M0,171.581c0.804-21.744,18.084-38.743,44.402-43.48 c-6.824-1.453-12.103-4.425-15.749-9.787c-3.602-5.298-4.956-11.111-3.59-17.461c2.455-11.41,12.361-18.886,24.065-18.149 c11.019,0.693,20,9.863,20.931,21.372c0.909,11.247-7.042,21.046-20.425,24.143c12.373,1.235,22.483,5.408,30.78,13.478 c8.362,8.135,13.188,17.973,14.38,29.885C63.104,171.581,31.668,171.581,0,171.581z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M264.896,171.515c2.332-23.359,18.517-39.106,44.68-43.393 c-6.79-1.384-12.076-4.271-15.776-9.57c-3.673-5.261-5.011-11.042-3.828-17.422c2.05-11.051,11.925-18.86,23.475-18.451 c10.948,0.388,20.262,9.204,21.511,20.359c1.31,11.697-6.228,21.569-20.069,25.197c12.353,1.284,22.426,5.537,30.672,13.607 c8.243,8.067,12.956,17.865,14.263,29.671C328.093,171.515,296.583,171.515,264.896,171.515z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M148.329,153.811c0-2.734-0.095-4.969,0.018-7.193 c0.319-6.247,4.898-11.42,11.112-11.55c13.481-0.283,26.975-0.281,40.457-0.025c6.418,0.122,11.053,5.296,11.349,11.724 c0.102,2.208,0.016,4.426,0.016,7.043c9.112,0,17.82,0,26.529,0c7.339,0,7.318-0.003,5.992,7.31 c-0.668,3.682-1.215,7.386-1.87,11.07c-0.995,5.604-3.779,8.023-9.444,8.051c-9.992,0.05-19.984-0.024-29.976,0.051 c-1.862,0.014-2.784-0.421-3.487-2.367c-1.26-3.49-4.109-5.228-7.868-5.238c-7.619-0.02-15.238-0.031-22.856,0.01 c-3.768,0.021-6.61,1.847-7.773,5.356c-0.704,2.125-1.855,2.228-3.58,2.221c-9.992-0.038-19.984,0.019-29.976-0.037 c-5.353-0.029-8.187-2.329-9.171-7.456c-0.941-4.899-1.635-9.846-2.573-14.746c-0.604-3.156,0.539-4.304,3.719-4.266 C128.545,153.882,138.146,153.811,148.329,153.811z M159.033,153.523c14.021,0,27.793,0,41.607,0 c0.064-0.901,0.137-1.519,0.149-2.138c0.115-6.012,0.112-6.016-5.813-6.017c-9.611-0.003-19.223-0.001-28.834,0 C158.353,145.368,158.353,145.368,159.033,153.523z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M99.072,211.872c3.608,0,6.687,0,10.155,0c0,7.021-0.012,13.855,0.002,20.688 c0.024,11.743,6.539,18.26,18.325,18.278c15.47,0.025,30.939,0.007,46.703,0.007c0,9.757,0,19.279,0,29.166 c-21.084,0.883-41.437,5.238-61.259,13.704C103.642,267.12,99.677,239.937,99.072,211.872z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M250.378,211.861c3.648,0,6.73,0,10.125,0 c-0.525,28.002-4.598,55.165-13.857,81.842c-19.784-8.423-40.12-12.848-61.393-13.671c0-9.726,0-19.173,0-29.187 c1.326,0,2.645,0,3.964,0c14.361,0,28.721,0.027,43.081-0.009c11.491-0.029,18.047-6.642,18.076-18.156 C250.392,225.837,250.378,218.995,250.378,211.861z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M116.899,303.808c12.253-6.863,44.429-14.098,57.454-12.904 c0,23.552,0,47.123,0,71.084c-6.75-0.476-12.694-3.096-18.338-6.481c-9.042-5.423-16.164-12.906-22.361-21.326 C126.738,324.784,121.338,314.556,116.899,303.808z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M185.283,290.686c16.945-0.103,44.587,6.204,57.247,12.973 c-10.513,27.65-32.391,55.972-57.247,58.274C185.283,338.256,185.283,314.601,185.283,290.686z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M252.681,307.434c10.079,6.713,19.584,13.045,29.675,19.767 c-20.102,16.867-42.074,27.842-66.912,33.412C232.595,346.651,243.572,328.371,252.681,307.434z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M106.916,307.432c9.141,20.953,20.071,39.231,37.256,53.158 c-24.768-5.494-46.71-16.525-66.917-33.351C87.245,320.569,96.808,314.182,106.916,307.432z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M169.631,182.072c6.843,0,13.509,0,20.408,0c0,2.342,0,4.505,0,6.886 c-6.763,0-13.435,0-20.408,0C169.631,186.832,169.631,184.668,169.631,182.072z"></path> </g> </svg> </div> </div> <div class="u_1374270057 dmRespCol small-12 large-10 medium-10" id="1374270057"> <div class="dmNewParagraph u_1385248447" data-element-type="paragraph" data-version="5" id="1385248447"> <h3 class="m-text-align-center"><span style="display: unset;">Tailored Expertise</span></h3> </div> <div class="u_1851059891 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1851059891"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Benefit from personalized business solutions crafted to meet your unique needs, ensuring precision and effectiveness in every aspect of your growth.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1707617114" id="1707617114"> <div class="dmRespColsWrapper" id="1616650688"> <div class="u_1278160352 dmRespCol small-12 large-2 medium-2" id="1278160352"> <div class="u_1396930723 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1396930723" data-layout="graphic-style-2"> <svg version="1.1" id="1975982094" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="311.795px" height="336.483px" viewbox="0 0 311.795 336.483" enable-background="new 0 0 311.795 336.483" xml:space="preserve" class="svg u_1975982094" data-icon-custom="true" data-icon-name="discussion03.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M84.587,120.593c2.297-9.24-1.979-14.432-9.296-20.154 c-28.983-22.668-28.089-62.122,1.122-84.925c26.443-20.645,67.033-20.69,93.568-0.107c30.108,23.354,29.896,63.816-0.54,86.762 c-15.098,11.384-32.327,15.842-51.04,14.84c-2.373-0.127-3.938,0.384-5.581,2.045c-5.536,5.595-11.259,11.004-16.85,16.544 c-2.194,2.174-4.529,3.622-7.667,2.239c-3.095-1.363-3.779-4.042-3.728-7.123C84.63,127.342,84.587,123.967,84.587,120.593z M102.572,60.212c-0.051-5.823-4.621-10.379-10.445-10.413c-5.899-0.035-10.717,4.788-10.645,10.653 c0.071,5.727,4.781,10.394,10.511,10.418C97.979,70.896,102.625,66.215,102.572,60.212z M134.077,60.408 c0.034-5.989-4.639-10.655-10.623-10.608c-5.738,0.045-10.429,4.732-10.467,10.458c-0.038,5.716,4.612,10.5,10.316,10.612 C129.303,70.988,134.042,66.385,134.077,60.408z M165.581,60.541c0.091-6.008-4.517-10.726-10.49-10.741 c-5.747-0.014-10.49,4.605-10.6,10.325c-0.11,5.714,4.495,10.573,10.183,10.745C160.676,71.052,165.49,66.493,165.581,60.541z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M74.388,336.483c-19.836-0.304-34.938-1.857-49.512-6.844 c-2.589-0.885-5.139-1.945-7.593-3.156c-14.479-7.142-19.119-16.282-16.656-32.604c5.331-35.314,35.574-60.888,71.145-60.16 c37.02,0.758,67.463,31.187,68.348,68.052c0.205,8.534-3.194,14.96-9.715,19.99c-9.491,7.321-20.727,10.346-32.23,12.174 C88.83,335.42,79.337,335.975,74.388,336.483z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M244.669,336.448c-17.218-0.28-32.337-1.747-46.891-6.813 c-3.397-1.183-6.704-2.718-9.893-4.393c-11.576-6.084-16.394-15.441-14.891-28.681c3.982-35.062,33.412-62.295,68.493-62.851 c35.554-0.563,65.948,25.389,70.854,60.499c2.317,16.584-2.45,25.567-17.667,32.749c-11.328,5.345-23.49,7.478-35.841,8.633 C253.491,336.092,248.118,336.248,244.669,336.448z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M172.92,115.07c42.368-27.854,41.972-84.333-1.233-113.099 c2.687-0.495,4.896-1.045,7.139-1.292c21.373-2.357,41.087,1.89,58.104,15.524c29.786,23.866,28.539,64.728-2.834,86.794 c-4.923,3.462-6.935,6.833-6.375,12.644c0.501,5.201,0.056,10.488,0.124,15.736c0.037,2.868-0.772,5.187-3.541,6.43 c-2.947,1.323-5.299,0.211-7.422-1.886c-5.69-5.62-11.454-11.167-17.083-16.847c-1.62-1.636-3.212-2.121-5.573-2.11 c-7.07,0.029-14.143-0.451-21.214-0.733C172.979,115.844,172.949,115.457,172.92,115.07z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M33.336,187.269c-0.05-20.333,16.271-36.827,36.528-36.914 c20.378-0.087,37.076,16.54,37.033,36.875c-0.043,20.239-16.533,36.674-36.804,36.682C49.749,223.92,33.386,207.608,33.336,187.269 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M279.593,187.103c0.021,20.375-16.257,36.756-36.581,36.81 c-20.44,0.055-37.047-16.509-36.98-36.882c0.067-20.176,16.667-36.69,36.864-36.674 C263.18,150.373,279.572,166.787,279.593,187.103z"></path> </g> </svg> </div> </div> <div class="u_1715645888 dmRespCol small-12 large-10 medium-10" id="1715645888"> <div class="dmNewParagraph u_1623316380" data-element-type="paragraph" data-version="5" id="1623316380"> <h3 class="m-text-align-center"><span style="display: unset;">Proactive Advisory</span></h3> </div> <div class="u_1875795861 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1875795861"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Our experts go beyond accounting, providing proactive guidance to navigate challenges, identify opportunities, and drive your long-term success.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1271420979" id="1271420979"> <div class="dmRespColsWrapper" id="1756671545"> <div class="u_1186869960 dmRespCol small-12 large-2 medium-2" id="1186869960"> <div class="u_1045956306 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1045956306" data-layout="graphic-style-2"> <svg version="1.1" id="1958644319" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="351.277px" height="383.261px" viewbox="0 0 351.277 383.261" enable-background="new 0 0 351.277 383.261" xml:space="preserve" class="svg u_1958644319" data-icon-custom="true" data-icon-name="increase (1-A).svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M170.39,384.054c-4.017-1.273-8.209-2.163-12.014-3.901 c-8.461-3.865-14.686-10.042-18.125-19.332c23.651,0,46.902,0,70.741,0c-0.742,1.699-1.273,3.283-2.082,4.709 c-5.596,9.862-14.315,15.324-25.18,17.731c-0.958,0.212-1.893,0.526-2.838,0.792C177.391,384.054,173.89,384.054,170.39,384.054z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M177.891,0c2.54,2.052,3.141,4.723,3.105,7.917 c-0.139,12.5-0.03,25.002-0.073,37.503c-0.016,4.514-3.321,7.663-6.701,5.996c-1.736-0.856-3.671-3.424-3.713-5.262 c-0.313-13.494-0.29-27-0.035-40.498c0.036-1.903,1.899-3.771,2.917-5.656C174.891,0,176.391,0,177.891,0z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M243.783,225.544c7.821,7.78,15.598,15.518,23.129,23.01 c-6.374,6.362-12.619,12.598-19.102,19.069c-0.392-0.34-1.246-0.998-2.003-1.752c-6.291-6.26-12.638-12.467-18.796-18.855 c-1.806-1.874-2.98-2.087-5.282-0.617c-33.736,21.54-77.201,15.677-103.312-14.618c-20.146-23.374-25.422-50.503-14.932-79.509 c10.532-29.124,31.926-46.792,62.583-51.749c45.467-7.353,86.945,24.644,91.875,70.379c1.978,18.35-2.104,35.504-11.968,51.197 C245.315,223.149,244.644,224.192,243.783,225.544z M219.058,212.198c0-1.957,0-3.316,0-4.675c0-15.499,0.014-30.999-0.023-46.497 c-0.004-1.474,0.185-3.419-0.629-4.316c-1.355-1.492-3.542-3.293-5.209-3.138c-1.665,0.155-3.4,2.36-4.56,4.042 c-0.661,0.958-0.283,2.668-0.285,4.039c-0.013,15.249-0.008,30.498-0.008,45.746c0,1.46,0,2.921,0,4.452c-4.554,0-8.583,0-12.961,0 c0-1.642,0-2.993,0-4.345c-0.003-8.5,0.038-16.999-0.028-25.498c-0.028-3.759-2.045-6.1-5.077-6.217 c-3.201-0.123-5.505,2.325-5.551,6.181c-0.078,6.624-0.024,13.249-0.025,19.873c0,3.327,0,6.654,0,10.009 c-4.556,0-8.598,0-12.836,0c0-1.658,0-3.025,0-4.394c0-12.624,0.032-25.248-0.02-37.872c-0.018-4.301-2.484-6.756-6.118-6.196 c-3.545,0.546-4.53,3.021-4.523,6.257c0.029,12.749,0.016,25.499,0.001,38.247c-0.002,1.325-0.116,2.65-0.18,4.029 c-4.353,0-8.298,0-12.739,0c0-1.55,0.001-2.885,0-4.22c-0.005-7.625,0.063-15.25-0.048-22.873 c-0.054-3.703-2.263-5.951-5.372-5.917c-3.112,0.035-5.174,2.307-5.32,6.023c-0.093,2.372-0.023,4.749-0.024,7.124 c-0.001,6.58,0,13.159,0,20.158c-2.346,0-4.209-0.162-6.034,0.037c-2.867,0.312-4.527,2.059-4.644,4.953 c-0.126,3.097,1.609,4.87,4.544,5.485c0.842,0.176,1.743,0.082,2.618,0.082c29.498,0.004,58.996,0.003,88.494,0.001 c0.75,0,1.506,0.044,2.248-0.035c3.109-0.334,5.146-2.515,4.992-5.459c-0.162-3.085-1.892-4.816-4.947-5.063 C223.072,212.084,221.335,212.198,219.058,212.198z M189.099,148.774c-6.448-3.803-12.683-7.435-18.87-11.146 c-3.134-1.88-5.811-1.598-8.375,1.092c-4.48,4.7-9.361,9.049-13.54,13.996c-4.699,5.563-9.802,9.394-17.525,7.724 c-0.237-0.051-0.499-0.003-0.748,0.016c-3.118,0.23-4.764,2.056-5.052,5.022c-0.275,2.832,1.923,5.211,4.97,5.497 c1.61,0.15,3.28-0.177,4.861,0.086c7.541,1.255,12.96-1.697,17.852-7.418c4.578-5.353,10.174-9.837,15.454-14.828 c5.764,3.412,11.866,7.059,18.003,10.645c3.845,2.246,5.784,1.955,8.881-1.345c5.727-6.1,11.409-12.242,17.1-18.375 c1.954-2.104,4.024-4.122,5.778-6.383c1.868-2.408,1.625-5.019-0.626-7.06c-2.238-2.029-4.778-1.956-7.121-0.016 c-0.955,0.792-1.753,1.775-2.604,2.688C201.424,135.53,195.317,142.094,189.099,148.774z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M265.874,231.948c-2.884-2.922-5.495-5.567-8.264-8.372 c5.213-9.707,8.842-20.108,10.525-31.219c7.068-46.648-24.247-91.946-70.337-101.592c-51.704-10.822-100.528,22.84-108.959,75.122 c-7.732,47.955,26.591,95.215,74.419,102.727c20.053,3.149,39.044,0.292,57.045-9.022c1.988-1.029,3.225-1.001,4.826,0.683 c3.351,3.525,6.951,6.813,10.637,10.381c-0.892,1.276-1.619,2.233-2.257,3.246c-4.794,7.595-9.695,15.127-14.276,22.848 c-1.354,2.284-2.571,3.359-5.401,3.344c-25.496-0.133-50.992-0.119-76.488-0.015c-2.605,0.011-3.96-0.793-5.126-3.113 c-8.941-17.803-21.847-32.792-34.383-48.036c-11.525-14.016-21.387-28.938-25.38-47.007 c-14.697-66.507,29.667-123.33,89.883-131.255c55.655-7.326,108.376,31.464,117.598,86.928c4.252,25.579,0.99,50.025-12.844,72.497 C266.767,230.621,266.412,231.131,265.874,231.948z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M304.448,256.602c-0.688,1.295-1.55,4.364-3.504,6.366 c-12.731,13.046-25.649,25.911-38.615,38.726c-4.88,4.823-11.893,4.722-16.425,0.104c-4.531-4.617-4.483-11.549,0.374-16.444 c12.75-12.854,25.571-25.638,38.414-38.399c3.634-3.611,8.011-4.438,12.762-2.561C301.784,246.103,304.522,250.382,304.448,256.602 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M279.971,299.863c6.381-6.368,12.644-12.618,19.136-19.096 c0.492,0.45,1.213,1.06,1.88,1.726c9.72,9.714,19.45,19.417,29.141,29.16c6.271,6.305,6.594,14.66,0.858,20.297 c-5.708,5.61-13.775,5.274-20.003-0.916c-9.748-9.686-19.454-19.413-29.168-29.131C281.122,301.21,280.499,300.449,279.971,299.863 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M212.298,326.753c-24.518,0-48.819,0-73.313,0c0-5.372,0-10.544,0-15.907 c24.517,0,48.815,0,73.313,0C212.298,316.228,212.298,321.399,212.298,326.753z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M212.361,337.817c0,3.982,0,7.692,0,11.661c-24.454,0-48.758,0-73.328,0 c0-3.808,0-7.61,0-11.661C163.359,337.817,187.668,337.817,212.361,337.817z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.409,84.615c2.219,0.958,3.525,1.379,4.69,2.047 c11.035,6.328,22.058,12.674,33.055,19.066c3.829,2.225,4.892,5.004,3.225,7.926c-1.698,2.978-4.693,3.521-8.434,1.375 c-11.25-6.454-22.469-12.96-33.708-19.434c-2.507-1.444-4.336-3.551-3.12-6.38C23.917,87.359,26.004,86.057,27.409,84.615z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M266.685,27.392c-0.81,1.988-1.152,3.202-1.76,4.264 c-6.511,11.364-13.018,22.731-19.628,34.038c-2.48,4.243-7.611,4.613-9.515,0.641c-0.692-1.445-0.746-3.867,0.013-5.229 c6.61-11.878,13.448-23.632,20.278-35.387c1.395-2.4,3.693-3.786,6.294-2.502C264.129,24.087,265.353,26.051,266.685,27.392z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M116.946,64.197c-1.25,1.454-2.281,3.619-3.916,4.27 c-1.506,0.6-3.75-0.185-5.49-0.838c-0.867-0.325-1.406-1.678-1.965-2.642c-6.324-10.9-12.624-21.814-18.927-32.727 c-0.312-0.541-0.635-1.079-0.89-1.646c-1.33-2.964-0.661-5.515,2.114-7.089c2.815-1.597,5.331-0.696,7.149,1.923 c0.852,1.226,1.537,2.569,2.286,3.866c5.741,9.94,11.491,19.875,17.203,29.832C115.305,60.531,115.907,62.027,116.946,64.197z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M328.46,91.752c-0.666,0.775-1.632,2.658-3.173,3.573 c-11.462,6.802-23.015,13.453-34.594,20.057c-3.216,1.833-6.189,1.025-7.769-1.758c-1.557-2.741-0.685-5.615,2.588-7.526 c11.404-6.657,22.832-13.275,34.311-19.802C324.029,83.904,328.61,86.303,328.46,91.752z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M25.548,180.961c-6.369-0.002-12.739,0.037-19.107-0.015 c-4.241-0.035-6.359-1.786-6.439-5.132c-0.082-3.446,2.25-5.488,6.517-5.5c12.863-0.036,25.727-0.033,38.59-0.002 c4.187,0.01,6.726,2.114,6.706,5.39c-0.019,3.287-2.459,5.223-6.784,5.249C38.537,180.99,32.042,180.961,25.548,180.961z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M325.268,170.302c6.48,0,12.961-0.031,19.441,0.011 c4.293,0.029,6.609,1.996,6.568,5.431c-0.042,3.362-2.155,5.185-6.35,5.2c-12.961,0.044-25.922,0.041-38.882,0.002 c-3.976-0.012-6.411-2.044-6.474-5.178c-0.066-3.279,2.477-5.425,6.63-5.454C312.556,170.27,318.912,170.302,325.268,170.302z"></path> </g> </svg> </div> </div> <div class="u_1240920254 dmRespCol small-12 large-10 medium-10" id="1240920254"> <div class="dmNewParagraph u_1212298151" data-element-type="paragraph" data-version="5" id="1212298151"> <h3 class="m-text-align-center"><span style="display: unset;">Industry Insight</span></h3> </div> <div class="u_1668148937 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1668148937"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Leverage our deep industry knowledge to stay ahead of trends and regulations, enabling strategic decision-making that aligns with the specific dynamics of your business.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1634815781" id="1634815781"> <div class="dmRespColsWrapper" id="1806968930"> <div class="u_1796869144 dmRespCol small-12 large-2 medium-2" id="1796869144"> <div class="u_1922974773 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1922974773" data-layout="graphic-style-2"> <svg version="1.1" id="1071405278" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="357px" height="353.5px" viewbox="0 0 357 353.5" enable-background="new 0 0 357 353.5" xml:space="preserve" class="svg u_1071405278" data-icon-custom="true" data-icon-name="handshake10.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M353.889,227.575c-32.958,16.471-65.929,32.912-98.839,49.479 c-2.282,1.148-3.526,0.732-5.256-0.837c-15.938-14.46-31.956-28.834-47.952-43.231c-10.099-9.091-20.519-10.133-32.168-3.192 c-6.548,3.901-13.057,7.871-19.622,11.743c-4.888,2.883-9.679,1.934-12.163-2.29c-2.685-4.567-1.104-10.225,3.847-12.756 c10.934-5.588,21.915-11.087,32.943-16.489c6.747-3.304,13.742-3.437,20.929-1.305c11.006,3.264,22.055,6.387,33.121,9.448 c5.945,1.645,11.547,1.508,17.373-1.603c34.71-18.532,69.578-36.769,104.399-55.094c1.098-0.577,2.258-1.033,3.389-1.546 C353.889,182.459,353.889,205.017,353.889,227.575z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.906,140.763c15.126,9.93,30.243,19.876,45.394,29.77 c1.55,1.012,2.429,1.806,1.868,4.016c-7.012,27.663-13.889,55.36-20.813,83.044c-0.162,0.647-0.458,1.259-0.756,2.055 c-7.237-2.412-14.329-4.796-21.441-7.126c-1.38-0.453-2.832-0.687-4.251-1.022C3.906,214.587,3.906,177.675,3.906,140.763z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M191.885,2c1.308,5.758,2.721,11.496,3.866,17.287 c0.367,1.856,1.112,2.728,2.917,3.127c10.319,2.279,19.856,6.452,28.91,11.864c0.929,0.556,2.814,0.425,3.79-0.164 c4.967-2.995,9.778-6.245,14.932-9.592c6.177,6.155,12.376,12.294,18.495,18.512c0.389,0.396,0.379,1.468,0.178,2.106 c-0.44,1.403-1.224,2.696-1.689,4.093c-2.122,6.372-4.981,11.991-11.825,14.71c-2.224,0.884-3.956,3.005-6.197,4.785 c-15.947-23.365-38.09-36.419-66.474-36.381c-28.433,0.038-50.534,13.158-66.216,36.378c-4.396-2.897-8.67-5.661-12.868-8.534 c-0.68-0.465-1.154-1.363-1.501-2.158c-1.77-4.065-3.559-8.127-5.119-12.274c-0.344-0.917-0.202-2.565,0.413-3.206 c5.838-6.065,11.828-11.984,17.918-18.093c4.993,3.253,9.868,6.357,14.654,9.592c1.576,1.065,2.765,1.293,4.529,0.176 c8.716-5.521,18.125-9.487,28.207-11.729c2.115-0.471,2.912-1.48,3.32-3.554c1.112-5.678,2.504-11.301,3.787-16.947 C174.568,2,183.227,2,191.885,2z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M181.632,351.982c-2.164-1.747-4.329-3.492-6.557-5.292 c2.923-3.441,5.6-6.593,8.313-9.788c8.746,4.882,9.94,10.44,3.029,15.08C184.821,351.982,183.227,351.982,181.632,351.982z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M86.115,273.563c-5.707-3.414-11.117-6.773-16.659-9.895 c-2.034-1.145-1.449-2.478-1.008-4.016c4.568-15.961,9.339-31.867,13.563-47.918c1.248-4.739,3.34-6.723,8.181-7.608 c13.305-2.435,26.425-5.89,39.738-8.275c12.047-2.16,23.67,0.518,35.522,5.062c-1.493,0.832-2.507,1.443-3.56,1.975 c-9.035,4.565-18.181,8.925-27.085,13.731c-7.171,3.871-10.303,10.354-10.135,18.421c0.171,8.225,3.835,14.467,11.194,18.172 c6.569,3.309,13.201,2.943,19.562-0.824c6.756-4.001,13.478-8.063,20.223-12.083c7.144-4.256,12.062-3.787,18.253,1.779 c15.673,14.086,31.333,28.188,46.998,42.283c0.591,0.533,1.21,1.043,1.768,1.611c2.926,2.975,3.319,6.365,1.09,9.185 c-2.13,2.695-6.368,3.304-9.6,1.321c-0.866-0.532-1.641-1.225-2.427-1.879c-9.28-7.723-18.551-15.456-27.831-23.178 c-0.942-0.785-1.925-1.521-3.106-2.451c-2.577,3.095-5.024,6.031-7.659,9.194c8.482,7.072,16.771,13.984,25.061,20.895 c2.013,1.677,4.079,3.293,6.033,5.036c3.103,2.766,3.684,6.284,1.606,9.065c-2.059,2.758-6.292,3.461-9.562,1.53 c-0.875-0.517-1.669-1.183-2.454-1.836c-9.456-7.867-18.902-15.746-28.356-23.615c-0.865-0.72-1.775-1.386-2.777-2.166 c-2.567,3.107-5.015,6.067-7.614,9.211c9.822,8.199,19.429,16.22,29.038,24.24c0.699,0.584,1.428,1.136,2.096,1.754 c2.898,2.684,3.551,5.749,1.84,8.521c-1.701,2.758-5.32,3.792-8.765,2.301c-1.439-0.624-2.862-1.487-4.008-2.549 c-5.144-4.769-10.25-9.585-15.247-14.509c-3.698-3.643-7.956-5.994-13.061-6.245c-2.214-11.325-7.145-16.27-18.166-18.227 c-0.228-1.176-0.372-2.51-0.748-3.775c-2.243-7.521-7.093-12.321-14.907-13.765c-1.815-0.336-2.591-0.858-2.949-2.867 c-2.616-14.676-19.601-20.708-30.804-10.87C94.789,264.346,90.688,268.964,86.115,273.563z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M118.952,185.24c-0.986-9.062,4.467-16.695,13.688-19.106 c10.117-2.646,20.289-5.084,30.435-7.619c1.098-0.274,2.184-0.591,3.676-0.998c0-5.953,0.063-11.961-0.081-17.964 c-0.018-0.748-0.988-1.714-1.761-2.168c-11.398-6.696-16.703-16.672-16.12-29.806c0.246-5.555-0.145-11.304,1.175-16.612 c3.46-13.925,16.462-23.337,29.972-22.571c13.89,0.788,26.104,11.252,28.27,25.295c1.063,6.901,1.14,14.137,0.408,21.089 c-1.037,9.851-6.596,17.289-15.23,22.216c-1.84,1.05-2.482,2.241-2.428,4.315c0.138,5.333,0.046,10.672,0.046,16.266 c10.892,2.713,21.538,5.468,32.236,7.994c8.287,1.956,14.115,6.488,15.62,15.099c0.717,4.098,0.279,8.401,0.321,12.613 c0.034,3.529-0.129,7.066,0.05,10.586c0.134,2.64-1,3.539-3.423,3.237c-1.342-0.167-2.709-0.294-4.007-0.651 c-12.715-3.481-25.419-6.998-38.123-10.523c-9.28-2.575-18.663-4.841-27.806-7.839c-14.922-4.893-29.934-6.556-45.354-2.97 C120.08,185.227,119.614,185.196,118.952,185.24z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M287.537,157.559c9.999,2.508,19.562,4.907,30.08,7.545 c-22.415,11.802-44.064,23.2-66.251,34.883c-0.267-13.277,1.982-26.6-8.891-37.166c6.19-1.553,11.642-3.118,17.185-4.231 c3.062-0.616,4.082-1.914,3.836-5.014c-0.304-3.849-0.215-7.748-0.021-11.61c0.125-2.442-0.615-3.887-2.796-5.18 c-10.382-6.154-15.583-15.461-15.361-27.47c0.127-6.775,0.192-13.758,1.836-20.253c2.934-11.58,13.722-19.431,26.237-20.524 c10.979-0.959,22.93,5.417,27.8,15.647c2.147,4.508,3.493,9.619,4.081,14.589c0.651,5.49,0.604,11.218-0.19,16.688 c-1.389,9.55-6.752,16.774-15.171,21.548c-1.838,1.042-2.482,2.212-2.424,4.295C287.638,146.643,287.537,151.985,287.537,157.559z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M114.938,162.702c-1.411,1.945-2.678,3.53-3.771,5.229 c-3.43,5.337-4.759,11.283-4.662,17.544c0.03,2.049-0.461,2.981-2.669,3.381c-5.132,0.931-10.196,2.227-15.527,3.428 c0-3.281-0.201-6.298,0.062-9.274c0.22-2.485-0.53-3.903-2.749-5.148c-8.529-4.792-16.943-9.792-25.391-14.726 c-0.951-0.555-1.859-1.183-3.371-2.152c4.739-1.222,8.845-2.282,13.373-3.45c0-5.921,0.062-11.927-0.079-17.93 c-0.017-0.75-0.956-1.732-1.719-2.175c-11.445-6.656-16.783-16.648-16.165-29.775c0.287-6.103,0.148-12.403,1.664-18.234 c3.267-12.567,15.423-21.019,28.705-21.027c11.915-0.009,24.299,8.917,27.808,20.64c3.195,10.675,3.443,21.589-0.031,32.26 c-2.268,6.967-7.161,12.11-13.532,15.674c-1.984,1.111-2.676,2.376-2.584,4.594c0.179,4.321,0.246,8.662,0.025,12.979 c-0.127,2.492,0.883,3.358,3.108,3.861C103.184,159.706,108.891,161.203,114.938,162.702z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M105.933,147.678c0.818-1.37,1.272-2.891,2.29-3.718 c10.766-8.748,16.109-20.081,16.383-33.855c0.192-9.693,0.247-19.374-4.018-28.471c-0.377-0.805-0.088-2.223,0.388-3.084 c14.169-25.684,43.49-39.011,72.233-32.561c19.106,4.288,33.546,15.218,43.322,32.172c0.615,1.068,0.267,2.941-0.121,4.301 c-4.921,17.272-5.921,34.354,3.488,50.501c2.399,4.117,6.443,7.265,9.641,10.936c0.91,1.044,1.501,2.366,2.542,4.05 c-8.595,2.13-16.292,4.07-24.013,5.908c-0.936,0.223-2.038,0.035-3.004-0.201c-6.519-1.584-13.036-3.189-19.52-4.908 c-0.936-0.248-2.256-1.037-2.396-1.767c-0.161-0.832,0.563-2.185,1.317-2.787c12.187-9.701,16.928-22.514,16.816-37.809 c-0.08-11.03-1.251-21.576-7.618-30.96c-10.322-15.21-27.503-22.053-44.921-17.883c-16.985,4.065-29.823,18.505-31.68,36.511 c-0.991,9.605-1.348,19.345,1.519,28.814c2.547,8.416,7.364,15.298,14.166,20.864c0.935,0.765,1.967,2.197,1.856,3.2 c-0.084,0.766-1.83,1.556-2.971,1.949c-1.927,0.663-4.086,0.734-5.928,1.551C132.243,156.404,119.512,151.815,105.933,147.678z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M62.561,178.476c4.493,2.624,8.598,4.81,12.414,7.417 c0.811,0.554,1.088,2.78,0.749,3.997c-4.843,17.395-9.833,34.748-14.791,52.112c-2.397,8.391-4.796,16.782-7.323,25.622 c-4.175-1.39-8.094-2.694-12.313-4.098C48.367,235.251,55.379,207.2,62.561,178.476z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M137.438,291.828c-1.364,2.422-2.069,4.386-3.363,5.821 c-2.96,3.288-6.15,6.376-9.354,9.432c-3.327,3.176-7.244,3.397-10.035,0.742c-2.928-2.785-2.797-6.837,0.502-10.273 c3.225-3.357,6.528-6.643,9.91-9.841c2.146-2.031,4.924-2.955,7.48-1.278C134.467,287.668,135.727,289.862,137.438,291.828z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M136.781,328.198c-1.509-1.118-3.69-2.169-5.045-3.877 c-1.663-2.097-1.589-4.95,0.231-6.943c3.896-4.269,7.969-8.405,12.257-12.274c2.377-2.144,6.175-1.592,8.404,0.554 c2.107,2.03,2.979,5.873,1.036,8.064c-4.052,4.568-8.515,8.778-12.927,13.013C139.999,327.443,138.666,327.531,136.781,328.198z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M166.707,321.312c1.673,1.299,4.191,2.343,5.031,4.161 c0.846,1.831,0.917,5.165-0.231,6.56c-3.723,4.53-7.993,8.661-12.384,12.572c-2.465,2.194-6.136,1.552-8.371-0.704 c-2.237-2.259-2.853-5.919-0.665-8.385c3.828-4.317,8.032-8.309,12.222-12.287C163.215,322.369,164.725,322.145,166.707,321.312z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M112.524,267.17c1.498,1.146,4.012,2.172,4.866,3.981 c0.857,1.819,0.962,5.166-0.176,6.537c-3.82,4.598-8.177,8.798-12.664,12.772c-2.26,2.002-5.949,1.251-8.081-0.851 c-2.084-2.055-2.875-5.89-0.903-8.089c4.077-4.547,8.542-8.753,12.97-12.973C109.268,267.85,110.616,267.799,112.524,267.17z"></path> </g> </svg> </div> </div> <div class="u_1913813662 dmRespCol small-12 large-10 medium-10" id="1913813662"> <div class="dmNewParagraph u_1636874587" data-element-type="paragraph" data-version="5" id="1636874587"> <h3 class="m-text-align-center"><span style="display: unset;">Client Centric</span></h3> </div> <div class="u_1071546456 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1071546456"><p class="m-text-align-center"><span style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Experience a partnership where your success is our priority. Our client-centric philosophy ensures dedicated support, open communication, and a commitment to your financial well-being.</span></p></div> </div> </div> </div> <div class="u_1482354139 dmRespRow" id="1482354139"> <div class="dmRespColsWrapper" id="1899594725"> <div class="u_1132877331 dmRespCol small-12 medium-12 large-12" id="1132877331"> <a data-display-type="block" class="u_1586327611 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact#ContactForm" data-element-type="dButtonLinkId" id="1586327611"> <span class="iconBg" aria-hidden="true" id="1267992292"> <span class="icon hasFontIcon icon-star" id="1202314874"></span> </span> <span class="text" id="1523476334">CONTACT US TODAY</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1027921076 fullBleedChanged fullBleedMode" id="1027921076"> <div class="dmRespColsWrapper" id="1991674175"> <div class="u_1755592731 dmRespCol small-12 large-5 medium-5" id="1755592731"> <div class="u_1446077089 dmRespRow" id="1446077089"> <div class="dmRespColsWrapper" id="1146997248"> <div class="dmRespCol small-12 medium-12 large-12 u_1409433272" id="1409433272"> <div class="u_1041079502 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1041079502" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center m-size-15 size-17" style="letter-spacing: 0.05em;"><span class="font-size-17 m-font-size-15" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">PRESTI & NAEGELE Industries</span></p></div> <div class="u_1088982203 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1088982203" style="transition: none 0s ease 0s; text-align: left;"> <h2 class="m-text-align-center size-50 m-size-35" style="line-height: 1.2;"><span class="font-size-50 m-font-size-35" style="display: unset;" m-font-size-set="true">Industries We Serve</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1904454438"><p class="m-text-align-center m-size-13 size-16" style="line-height: 1.5;"><span style="font-weight:500;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-16 m-font-size-13">Our firm consists of an extensive team of highly specialized professionals that are intimately familiar with the industries they work in and the customers they serve. </span></p></div> <a data-display-type="block" class="u_1289642646 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/industries" data-element-type="dButtonLinkId" id="1289642646"> <span class="iconBg" aria-hidden="true" id="1263854101"> <span class="icon hasFontIcon icon-star" id="1873530163"></span> </span> <span class="text" id="1381369506">DISCOVER MORE</span> </a> </div> </div> </div> </div> <div class="u_1915440560 dmRespCol small-12 large-7 medium-7" id="1915440560"> <div class="dmRespRow u_1020878354 fullBleedChanged fullBleedMode" id="1020878354"> <div class="dmRespColsWrapper" id="1567533543"> <div class="dmRespCol small-12 medium-12 large-12" id="1728609671"> <div id="1939067833" dmle_extension="ssrimageslider" data-element-type="ssrimageslider" class="u_1939067833 hasFullWidth"><span id="ssrWrap-1939067833" ><style data-styled="true" data-styled-version="5.3.11">@media all{.kCWVLq{height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-size:100%;position:relative;padding-inline:59px;}}/*!sc*/ @media (max-width:767px){.kCWVLq{padding-inline:48px;}}/*!sc*/ @media all{.dygVYc{height:100%;width:100%;box-sizing:border-box;}}/*!sc*/ @media (max-width:767px){.dygVYc{height:100%;overflow:hidden;}}/*!sc*/ @media all{.kfmLwD{width:100%;height:100%;position:relative;overflow:hidden;}}/*!sc*/ @media (max-width:767px){.kfmLwD{position:relative;left:unset;width:300%;height:100%;}}/*!sc*/ @media all{.faSOpW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;left:0;top:0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;right:-600%;bottom:0;-webkit-transform:translateX(-0%);-ms-transform:translateX(-0%);transform:translateX(-0%);-webkit-transition:-webkit-transform 1s ease-in-out;-webkit-transition:transform 1s ease-in-out;transition:transform 1s ease-in-out;}}/*!sc*/ @media all{.bElkjm{position:relative;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ @media all{.kZCOVS{position:absolute;top:0;bottom:0;left:3%;right:3%;}}/*!sc*/ @media (max-width:767px){.kZCOVS{left:2%;right:2%;}}/*!sc*/ @media all{.clxWl{width:100%;height:100%;position:relative;display:block;overflow:hidden;}}/*!sc*/ @media all{.cvZXdx{background-color:#eee;overflow:hidden;position:absolute;left:0;bottom:0;top:0;right:0;border-radius:16px;background:rgba(51,51,51,1);}}/*!sc*/ @media all{.kFbBog{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,42,92,0.2);}}/*!sc*/ @media all{.jUBUUd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;position:absolute;left:0;bottom:30px;right:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;padding-block-start:30px;padding-inline:24px;}}/*!sc*/ @media (min-width:1025px){.jUBUUd{-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:start;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.jUBUUd{-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:start;}}/*!sc*/ @media all{.eHyebB{object-fit:cover;display:block;width:100%;height:100%;}}/*!sc*/ @media all{.hAZZeF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;position:absolute;left:0;bottom:30px;right:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;padding-block-start:30px;padding-inline:24px;}}/*!sc*/ @media (min-width:1025px){.hAZZeF{-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:start;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.hAZZeF{-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:start;}}/*!sc*/ @media all{.hqwaXB{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%;}}/*!sc*/ @media all{.bIvvYd{object-fit:cover;object-position:100% 50%;display:block;width:100%;height:100%;}}/*!sc*/ @media all{.iomPqb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none;position:absolute;left:0;right:0;bottom:0;top:0;}}/*!sc*/ @media all{.dgjlXT{line-height:1;}.dgjlXT [class*=" icon-"]::before{cursor:pointer;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"kCWVLq,dygVYc,kfmLwD,faSOpW,bElkjm,kZCOVS,clxWl,cvZXdx,kFbBog,jUBUUd,eHyebB,hAZZeF,hqwaXB,bIvvYd,iomPqb,dgjlXT,"}/*!sc*/ @media all{.fECgwp{object-fit:cover;display:block;width:100%;height:100%;}}/*!sc*/ data-styled.g4[id="sc-fqkvVR"]{content:"fECgwp,"}/*!sc*/ @media all{#dm#dm#dm .hhniqN.hhniqN{margin:0;margin-block-end:8px;color:white;font-weight:700;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .hhniqN.hhniqN{font-size:19px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .hhniqN.hhniqN{font-size:19px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .hhniqN.hhniqN{font-size:15px;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"hhniqN,"}/*!sc*/ @media all{#dm#dm#dm .cKlIwW.cKlIwW{padding:16px;background-color:transparent;border:unset;cursor:pointer;pointer-events:auto;font-size:40px;color:black;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .cKlIwW.cKlIwW{padding:16px;}}/*!sc*/ data-styled.g14[id="sc-jlZhew"]{content:"cKlIwW,"}/*!sc*/ </style><div style="height:100%;overflow:hidden" data-auto="slider-wrapper" class="sc-gEvEer d-ext-mediaSlider-slidesContainer"><div data-auto="actual-slider" class="sc-gEvEer kCWVLq"><div data-auto="slider-slides-container" class="sc-gEvEer dygVYc"><div class="sc-gEvEer kfmLwD"><div data-auto="slider-filmRole" class="sc-gEvEer faSOpW"><div data-auto="slideSlot 0 slideSlotActive" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide--active"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-6643" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><img data-grab="slide-media" src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Architecture-and-Engineering-1920w.jpg" loading="lazy" class="sc-fqkvVR fECgwp"/><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer jUBUUd animated fadeInUp d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Architecture</h3></div></div></div></div><div data-auto="slideSlot 1" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-39458" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><img data-grab="slide-media" src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Construction-1920w.jpg" loading="lazy" class="sc-fqkvVR fECgwp"/><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer jUBUUd animated fadeInUp d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Construction</h3></div></div></div></div><div data-auto="slideSlot 2" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-45009" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><img data-grab="slide-media" src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Dental-1920w.jpg" loading="lazy" class="sc-fqkvVR fECgwp"/><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer jUBUUd animated fadeInUp d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Dental Practices</h3></div></div></div></div><div data-auto="slideSlot 3" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-88673" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Ecommerce</h3></div></div></div></div><div data-auto="slideSlot 4" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-92114" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Finance</h3></div></div></div></div><div data-auto="slideSlot 5" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-58892" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Food & Beverage</h3></div></div></div></div><div data-auto="slideSlot 6" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-82876" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Franchises</h3></div></div></div></div><div data-auto="slideSlot 7" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-25459" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Hospitality</h3></div></div></div></div><div data-auto="slideSlot 8" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-55534" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Law Firms</h3></div></div></div></div><div data-auto="slideSlot 9" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-18434" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Manufacturing</h3></div></div></div></div><div data-auto="slideSlot 10" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-72366" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Medical</h3></div></div></div></div><div data-auto="slideSlot 11" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-4030" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Marketing</h3></div></div></div></div><div data-auto="slideSlot 12" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-82559" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Nonprofit</h3></div></div></div></div><div data-auto="slideSlot 13" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-75070" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Professional Services</h3></div></div></div></div><div data-auto="slideSlot 14" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-16541" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer hqwaXB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Real Estate</h3></div></div></div></div><div data-auto="slideSlot 15" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-17372" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer bIvvYd"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Real Estate Brokers & Agents</h3></div></div></div></div><div data-auto="slideSlot 16" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-81643" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Retail</h3></div></div></div></div><div data-auto="slideSlot 17" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-15903" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Small Business</h3></div></div></div></div><div data-auto="slideSlot 18" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-74967" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Technology</h3></div></div></div></div><div data-auto="slideSlot 19" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-6643" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Architecture</h3></div></div></div></div><div data-auto="slideSlot 20" class="sc-gEvEer bElkjm d-ext-mediaSlider-slidesContainer__slide"><div class="sc-gEvEer kZCOVS"><div data-auto="ssr-slide-39458" class="sc-gEvEer clxWl"><div data-grab="slide-media-container" class="sc-gEvEer cvZXdx"><div data-grab="slide-media" class="sc-gEvEer eHyebB"></div><div data-grab="slide-overlay" class="sc-gEvEer kFbBog"></div></div><div class="sc-gEvEer hAZZeF d-ext-mediaSlider-slide__contentContainer" data-grab="slideContentContainer"><h3 data-auto="title" data-grab="title" class="sc-imWYAI hhniqN d-ext-mediaSlider-contentContainer__title">Construction</h3></div></div></div></div></div></div></div><div data-auto="pagination-arrows" data-grab="pagination-container" class="sc-gEvEer iomPqb"><button data-grab="pagination-button-arrow" aria-label="back" data-auto="RuntimeSlider-navigation-back" class="sc-jlZhew cKlIwW"><div class="sc-gEvEer dgjlXT"><div class="sc-gEvEer icon-angle-left" aria-hidden="true"></div></div></button><button data-grab="pagination-button-arrow" aria-label="next" data-auto="RuntimeSlider-navigation-next" class="sc-jlZhew cKlIwW"><div class="sc-gEvEer dgjlXT"><div class="sc-gEvEer icon-angle-right" aria-hidden="true"></div></div></button></div></div></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_IMAGE_SLIDER","props":{"layout":"LAYOUT_2","autoPagination":{"on":true,"intervalInSeconds":4,"pauseOnHover":false},"slidesData":[{"uuid":"6643","title":"Architecture","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Architecture-and-Engineering-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"39458","title":"Construction","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Construction-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"45009","title":"Dental Practices","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Dental-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"88673","title":"Ecommerce","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Ecommerce-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"92114","title":"Finance","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Finance-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"58892","title":"Food & Beverage","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Food-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"82876","title":"Franchises","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/isabella-fischer-p6kMVnPJcco-unsplash-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"25459","title":"Hospitality","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Hospitality-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"55534","title":"Law Firms","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Law-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"18434","title":"Manufacturing","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Manufacturing-and-Distribution-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"72366","title":"Medical","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/doctors-team-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"4030","title":"Marketing","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Marketing-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"82559","title":"Nonprofit","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Foundation-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"75070","title":"Professional Services","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Professional-service-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"16541","title":"Real Estate","media":{"imgSrc":"https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-1796505-1920w.jpeg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false,"imgCssObjectPositionValue":"50% 50%"},{"uuid":"17372","title":"Real Estate Brokers & Agents","media":{"imgSrc":"https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-7415049-1920w.jpeg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false,"imgCssObjectPositionValue":"100% 50%"},{"uuid":"81643","title":"Retail","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Retail-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"15903","title":"Small Business","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/pexels-photo-375889-1920w.jpeg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false},{"uuid":"74967","title":"Technology","media":{"imgSrc":"https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Technology-1920w.jpg","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false}],"paginationType":null,"animationType":"slide","contentAnimationTypeCssClass":"fadeInUp","bindingSource":null,"paginationShow":"always","arrowStyle":"arrow_thin","slotsInFrame":3,"_styles":{"slide_contentContainer":{"desktop":{"align-items":"start","text-align":"start"},"tablet":{"align-items":"start","text-align":"start"}},"slide_title":{"common":{"fontWeight":"700"},"desktop":{"font-size":"19px"},"tablet":{"font-size":"19px"},"mobile_implicit":{"font-size":"15px"}},"slide_mediaContainer":{"common":{"background":"rgba(51,51,51,1)"}},"slide_overlay":{"common":{"background-color":"rgba(0, 42, 92, 0.2)"}},"layoutSpecificStyles":{}}},"id":"1939067833"}, false)});</script></span></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1176639308 hasBackgroundOverlay" id="1176639308" mode="4"> <div class="dmRespColsWrapper" id="1219497644"> <div class="dmRespCol u_1941774105 large-3 medium-3 small-6" id="1941774105"> <div class="dmRespRow u_1585415937" id="1585415937"> <div class="dmRespColsWrapper" id="1624751409"> <div class="u_1174876231 dmRespCol small-12 large-5 medium-5" id="1174876231"> <div class="u_1626097086 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1626097086" data-layout="graphic-style-2"> <svg version="1.1" id="1219664344" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 31.217 31.217" style="enable-background:new 0 0 31.217 31.217;" xml:space="preserve" class="svg u_1219664344" data-icon-custom="true" data-icon-name="briefcase.svg"> <g> <g id="c48_bag"> <path d="M29.066,8.165h-8.303v-1.04c0-4.429-4.201-4.169-4.201-4.169h-1.986c-4.428,0-4.199,4.2-4.199,4.2v1.009H2.042 C-0.076,8.165,0,10.25,0,10.25v4.07c0,0,8.889,3.234,15.543,3.234c7.271,0,15.671-3.266,15.671-3.266V10.25 C31.215,8.066,29.066,8.165,29.066,8.165z M13.18,7.038c0-2.085,2.447-2.116,2.447-2.116c2.482,0,2.406,2.148,2.406,2.148v1.043 H13.18V7.038z M18.189,16.781l-5.164,0.004v-1.991h5.164V16.781z"></path> <path d="M31.215,26.178V15.791c0,0-6.762,3.114-15.716,3.114C7.262,18.905,0,15.694,0,15.694v10.483 c0,2.117,2.008,2.086,2.008,2.086H29.1C31.346,28.264,31.215,26.178,31.215,26.178z M18.189,20.685 c0,0.715-0.576,1.292-1.289,1.292h-2.584c-0.713,0-1.291-0.577-1.291-1.292v-1.332h5.164V20.685z"></path> </g> <g id="Capa_1_101_"></g> </g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </svg> </div> </div> <div class="u_1986411370 dmRespCol small-12 large-7 medium-7" id="1986411370"> <div class="u_1898944523 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1898944523"><p class="m-size-35 m-text-align-center size-45" style="line-height: 1;"><span style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="m-font-size-35 font-size-45" m-font-size-set="true">1982</span></p></div> <div class="u_1888832556 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1888832556" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-13 m-size-10"><span class="font-size-13 m-font-size-10" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Established in 1982</span></p></div> </div> </div> </div> </div> <div class="dmRespCol u_1017648949 large-3 medium-3 small-6" id="1017648949"> <div class="dmRespRow u_1160888713" id="1160888713"> <div class="dmRespColsWrapper" id="1180697964"> <div class="u_1391160593 dmRespCol small-12 large-5 medium-5" id="1391160593"> <div class="u_1856183391 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1856183391" data-layout="graphic-style-2"> <svg version="1.1" id="1070305356" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="337.386px" height="367.606px" viewbox="0 0 337.386 367.606" enable-background="new 0 0 337.386 367.606" xml:space="preserve" class="svg u_1070305356" data-icon-custom="true" data-icon-name="Team-workforce.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M248.565,199.071c29.617,0,58.948,0,88.804,0c0,7.229,0.08,14.305-0.111,21.374 c-0.021,0.784-1.45,1.841-2.44,2.237c-7.53,3.009-15.158,5.774-22.639,8.897c-1.432,0.598-2.991,2.261-3.397,3.735 c-3.573,12.952-8.624,25.244-15.318,36.9c-0.759,1.321-0.841,3.601-0.253,5.031c3.034,7.384,6.341,14.658,9.665,21.919 c0.873,1.908,1,3.221-0.709,4.896c-9.553,9.358-18.994,18.834-28.383,28.358c-1.503,1.525-2.71,1.609-4.575,0.748 c-7.249-3.349-14.521-6.661-21.914-9.671c-1.539-0.626-3.977-0.521-5.404,0.292c-11.677,6.658-23.976,11.695-36.924,15.263 c-1.393,0.384-2.999,1.793-3.55,3.123c-3.06,7.372-5.899,14.841-8.643,22.339c-0.786,2.146-1.722,3.119-4.211,3.093 c-13.248-0.14-26.499-0.123-39.748-0.012c-2.258,0.02-3.277-0.737-4.034-2.811c-2.738-7.5-5.552-14.978-8.616-22.349 c-0.599-1.441-2.263-3.014-3.742-3.425c-13.059-3.632-25.479-8.685-37.206-15.514c-1.219-0.71-3.389-0.667-4.755-0.101 c-7.374,3.059-14.676,6.302-21.905,9.691c-2.2,1.031-3.521,0.695-5.18-0.991c-9.203-9.357-18.475-18.647-27.846-27.835 c-1.736-1.702-1.902-3.055-0.917-5.174c3.313-7.128,6.357-14.382,9.686-21.502c0.948-2.029,0.95-3.583-0.213-5.518 c-6.858-11.414-11.932-23.6-15.159-36.516c-0.591-2.366-1.785-3.505-3.983-4.311c-7.262-2.659-14.42-5.602-21.689-8.24 c-2.302-0.835-3.346-1.846-3.25-4.498c0.229-6.344,0.074-12.701,0.074-19.323c29.749,0,59.17,0,88.911,0 c0.899,26.245,11.311,47.809,32.427,63.672c15.81,11.876,33.833,16.791,53.534,15.409 C214.385,275.491,248.19,242.187,248.565,199.071z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M41.553,116.155c5.075,9.052,9.942,17.762,14.837,26.454 c3.657,6.496,7.587,6.89,12.428,1.25c2.845-3.314,5.649-6.662,8.806-10.389c3.137,3.698,6.121,7.276,9.171,10.797 c4.382,5.062,8.457,4.667,11.764-1.164c5.034-8.875,10.012-17.781,15.135-26.887c16.347,8.807,28.162,21.423,35.389,38.161 c2.109,4.887,3.456,10.139,4.779,15.319c1.163,4.553-1.088,7.1-5.85,7.254c-0.624,0.02-1.25,0.004-1.875,0.004 c-45.731,0-91.463,0.001-137.196-0.001c-6.977-0.001-8.926-2.265-7.313-8.927C7.196,145.026,20.499,127.934,41.553,116.155z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M295.951,116.12c21.658,12.291,35.281,29.977,40.262,54.071 c0.829,4.013-1.292,6.48-5.394,6.748c-0.871,0.056-1.749,0.016-2.624,0.016c-45.609,0-91.217,0.001-136.826-0.001 c-7.249,0-9.168-2.199-7.492-9.071c5.606-22.981,18.928-40.042,39.872-51.716c4.955,8.801,9.771,17.36,14.592,25.917 c0.551,0.978,1.041,2.005,1.7,2.906c2.548,3.485,6.55,3.747,9.592,0.417c3.449-3.773,6.669-7.755,10.218-11.916 c3.172,3.737,6.186,7.34,9.257,10.893c4.213,4.874,8.378,4.497,11.551-1.091C285.709,134.4,290.694,125.469,295.951,116.12z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M259.941,99.802c-21.756,0.041-39.417-17.479-39.464-39.147 c-0.047-21.897,17.637-39.65,39.451-39.603c21.64,0.046,39.306,17.753,39.311,39.402C299.245,82.149,281.655,99.762,259.941,99.802 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M77.553,99.802C55.843,99.771,38.239,82.167,38.23,60.48 c-0.007-21.785,17.883-39.572,39.659-39.427c21.663,0.144,39.151,17.845,39.103,39.578C116.942,82.323,99.313,99.833,77.553,99.802 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M208.116,39.335c0.054,21.653-17.574,39.367-39.237,39.427 c-21.72,0.06-39.287-17.338-39.515-39.136C129.138,17.9,146.964-0.023,168.777,0C190.454,0.022,208.063,17.629,208.116,39.335z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M220.242,199.114c-0.742,19.013-8.561,33.885-24.578,43.554 c-18.468,11.149-37.455,10.765-55.517-1.059c-15.007-9.825-22.287-24.299-22.9-42.495 C151.653,199.114,185.604,199.114,220.242,199.114z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M132.585,94.958c5.05,8.999,9.86,17.585,14.686,26.163 c4,7.113,7.804,7.443,13.087,1.167c2.653-3.151,5.324-6.288,8.378-9.892c2.987,3.527,5.859,6.892,8.703,10.281 c4.781,5.697,8.824,5.383,12.443-1.027c4.789-8.48,9.542-16.979,14.319-25.465c0.118-0.21,0.329-0.369,0.858-0.944 c4.445,2.955,9.941,4.612,12.726,10.366c-2.018,1.25-3.909,2.396-5.774,3.582c-16.659,10.595-28.702,25.037-35.86,43.443 c-0.969,2.491-2.241,3.062-4.82,3.426c-6.446,0.91-9.353-1.531-11.898-7.605c-7.093-16.929-19.071-30.021-34.681-39.734 c-1.481-0.921-2.974-1.824-4.456-2.745c-0.093-0.058-0.133-0.203-0.404-0.641C122.125,99.877,127.84,98.469,132.585,94.958z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M87.705,108.769c-3.315,2.566-6.63,5.132-10.07,7.794 c-3.457-2.694-6.744-5.257-10.031-7.819c0.071-0.279,0.142-0.558,0.212-0.837c6.574,0,13.147,0,19.721,0 C87.593,108.194,87.649,108.481,87.705,108.769z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M259.864,116.564c-3.499-2.711-6.805-5.273-10.112-7.836 c0.054-0.267,0.108-0.533,0.163-0.8c6.565,0,13.13,0,19.695,0c0.133,0.25,0.267,0.5,0.4,0.751 C266.668,111.275,263.327,113.872,259.864,116.564z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M178.819,87.692c-3.294,2.545-6.588,5.089-10.067,7.776 c-3.429-2.649-6.73-5.199-10.032-7.75c0.042-0.268,0.085-0.537,0.127-0.805c6.545,0,13.09,0,19.635,0 C178.595,87.173,178.707,87.433,178.819,87.692z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M55.172,114.314c4.521,3.508,9.043,7.016,13.808,10.714 c-1.707,2.029-3.281,3.902-5.208,6.193c-3.226-5.747-6.237-11.111-9.248-16.475C54.741,114.603,54.957,114.458,55.172,114.314z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M100.651,114.913c-2.953,5.247-5.905,10.495-9.139,16.24 c-1.869-2.154-3.437-3.961-5.27-6.074c4.776-3.71,9.319-7.238,13.861-10.766C100.286,114.514,100.469,114.713,100.651,114.913z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M237.293,114.261c4.497,3.476,8.995,6.952,13.839,10.695 c-1.603,1.991-3.114,3.869-5.104,6.343c-3.269-5.82-6.296-11.208-9.323-16.597C236.901,114.556,237.097,114.408,237.293,114.261z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M268.442,125.062c4.91-3.799,9.43-7.296,13.95-10.793 c0.195,0.138,0.391,0.275,0.587,0.414c-2.995,5.343-5.99,10.686-9.272,16.541C271.839,129.036,270.271,127.202,268.442,125.062z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M160.142,103.959c-1.853,2.2-3.363,3.993-5.241,6.222 c-3.127-5.565-6.046-10.76-8.965-15.955c0.244-0.209,0.489-0.418,0.733-0.628C151.047,96.965,155.426,100.333,160.142,103.959z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M182.612,110.148c-1.815-2.142-3.395-4.006-5.232-6.174 c4.583-3.56,8.968-6.966,13.353-10.372c0.273,0.188,0.547,0.376,0.82,0.564C188.644,99.365,185.736,104.563,182.612,110.148z"></path> </g> </svg> </div> </div> <div class="u_1443333710 dmRespCol small-12 large-7 medium-7" id="1443333710"> <div class="u_1548155555 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1548155555"><p class="m-text-align-center m-size-35 size-45" style="line-height: 1;"><span class="font-size-45 m-font-size-35" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';">60+</span></p></div> <div class="u_1441192533 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1441192533" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-13 m-size-10"><span class="font-size-13 m-font-size-10" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">SKILLED PROFESSIONALS</span></p></div> </div> </div> </div> </div> <div class="dmRespCol u_1273138814 large-3 medium-3 small-6" id="1273138814"> <div class="dmRespRow u_1143216583" id="1143216583"> <div class="dmRespColsWrapper" id="1734817983"> <div class="u_1450021770 dmRespCol small-12 large-5 medium-5" id="1450021770"> <div class="u_1142096209 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1142096209" data-layout="graphic-style-2"> <svg version="1.1" id="1237053618" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="384.054px" height="375.02px" viewbox="0 0 384.054 375.02" enable-background="new 0 0 384.054 375.02" xml:space="preserve" class="svg u_1237053618" data-icon-custom="true" data-icon-name="rating (15).svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M177.038,302.073c11.587-12.538,7.365-27.243-8.919-31.732 c-6.494-1.791-13.021-3.462-19.527-5.208c-2.361-0.633-4.707-1.326-7.209-2.033c0.356-1.54,0.577-2.632,0.862-3.708 c2.426-9.167,4.957-18.307,7.272-27.501c2.412-9.576-2.687-18.555-12.092-21.512c-2.973-0.935-5.992-1.745-9.028-2.447 c-5.538-1.282-9.142,0.918-10.696,6.521c-1.601,5.77-3.072,11.577-4.639,17.357c-3.233,11.924-9.093,16.893-21.477,17.648 c-2.862,0.174-3.756,1.274-4.408,3.762c-4.77,18.225-9.652,36.421-14.519,54.621c-3.475,12.994-6.982,25.979-10.444,38.856 c3.262,2.392,6.096,4.907,9.317,6.739c6.258,3.559,12.426,7.69,19.184,9.867c13.52,4.354,27.371,7.715,41.164,11.172 c9.921,2.486,19.364-3.761,21.276-13.784c0.477-2.498,0.314-5.117,0.454-7.68c11.301-3.775,15.471-10.505,13.956-22.521 C181.893,324.498,183.403,311.84,177.038,302.073z M321.666,346.792c-0.031-0.381-0.004-0.762-0.098-1.11 c-8.299-30.966-16.639-61.921-24.854-92.909c-0.641-2.419-1.678-3.016-4.061-3.081c-11.911-0.328-17.999-5.184-21.26-16.732 c-1.762-6.243-3.355-12.532-5.116-18.775c-1.503-5.331-5.157-7.518-10.521-6.279c-3.157,0.729-6.295,1.582-9.378,2.578 c-9.212,2.976-14.221,11.909-11.904,21.296c1.404,5.691,3.03,11.328,4.531,16.995c1.236,4.667,2.435,9.343,3.714,14.259 c-1.55,0.49-2.7,0.902-3.875,1.218c-8.191,2.203-16.4,4.337-24.578,6.587c-8.021,2.207-13.086,7.976-13.754,15.886 c-0.52,6.149,2.052,11.158,6.63,15.337c-3.478,5.216-4.864,10.721-2.759,16.754c2.084,5.974,6.541,9.511,12.337,11.563 c-1.372,5.362-1.145,10.562,2.268,14.51c3.114,3.603,7.374,6.215,11.603,9.65c-1.656,13.819,9.356,23.342,23.901,19.465 c8.438-2.248,16.868-4.521,25.313-6.741c11.359-2.987,22.755-5.848,32.252-13.356C315.088,351.511,318.267,349.301,321.666,346.792 z M146.798,110.907c0-0.031,0-0.062,0-0.093c-6.75,0-13.5,0.077-20.248-0.031c-3.653-0.059-6.796,0.567-8.102,4.498 c-1.304,3.923,0.809,6.319,3.785,8.455c11.266,8.084,22.43,16.312,33.74,24.334c2.123,1.506,2.499,2.776,1.67,5.231 c-4.43,13.12-8.616,26.323-12.963,39.472c-1.151,3.48-1.391,6.682,1.912,9.094c3.35,2.446,6.289,1.044,9.212-1.104 c10.971-8.066,22.049-15.988,32.953-24.143c2.369-1.771,3.912-2.021,6.423-0.131c11.081,8.334,22.368,16.396,33.543,24.605 c2.887,2.121,5.799,3.046,8.894,0.638c2.892-2.252,2.975-5.202,1.903-8.46c-4.406-13.392-8.678-26.829-13.187-40.187 c-0.799-2.367-0.313-3.532,1.625-4.914c11.292-8.047,22.473-16.25,33.736-24.339c2.945-2.114,5.17-4.462,3.945-8.415 c-1.225-3.953-4.32-4.661-7.999-4.634c-13.873,0.103-27.748,0.015-41.62,0.189c-2.612,0.034-3.685-0.813-4.447-3.244 c-4.142-13.213-8.513-26.355-12.673-39.563c-1.113-3.533-2.822-6.317-6.807-6.358c-3.988-0.041-5.778,2.679-6.898,6.229 c-4.167,13.206-8.55,26.344-12.664,39.566c-0.819,2.633-2.048,3.44-4.736,3.367C160.8,110.781,153.798,110.907,146.798,110.907z M67.292,186.749c8.503,6.204,16.992,12.358,25.433,18.578c2.646,1.95,5.376,2.833,8.268,0.817c3.067-2.138,3.038-5.102,1.948-8.37 c-2.96-8.878-5.707-17.83-8.77-26.672c-0.857-2.474-0.379-3.732,1.728-5.199c7.588-5.281,14.997-10.818,22.532-16.177 c2.904-2.066,4.843-4.517,3.541-8.202c-1.234-3.495-4.183-4.228-7.577-4.198c-9.375,0.082-18.752-0.014-28.127,0.113 c-2.238,0.03-3.265-0.638-3.945-2.85c-2.752-8.943-5.791-17.799-8.596-26.726c-1.065-3.392-2.647-5.997-6.631-5.924 c-3.81,0.07-5.298,2.708-6.309,5.89c-2.832,8.919-5.789,17.801-8.53,26.748c-0.669,2.182-1.688,2.899-3.952,2.866 c-9.374-0.137-18.751-0.037-28.126-0.116c-3.544-0.029-6.534,0.771-7.731,4.509c-1.163,3.628,0.903,5.875,3.622,7.823 c7.517,5.384,14.935,10.91,22.534,16.174c2.271,1.572,2.588,3.003,1.709,5.521c-3.004,8.6-5.711,17.301-8.627,25.932 c-1.124,3.327-1.478,6.478,1.721,8.775c3.172,2.279,6.04,1.032,8.885-1.079C50.516,198.88,58.834,192.902,67.292,186.749z M316.794,186.744c8.488,6.193,16.879,12.26,25.204,18.418c2.747,2.032,5.554,3.077,8.583,0.936 c3.039-2.147,3.001-5.126,1.903-8.387c-2.945-8.75-5.667-17.578-8.728-26.288c-0.961-2.734-0.406-4.122,1.959-5.748 c7.514-5.163,14.815-10.637,22.221-15.961c2.694-1.938,4.837-4.161,3.705-7.803c-1.16-3.733-4.115-4.616-7.679-4.585 c-9,0.079-18.002-0.068-26.999,0.13c-3.051,0.066-4.592-0.67-5.511-3.857c-2.487-8.627-5.458-17.114-8.174-25.677 c-1.055-3.326-2.582-6.055-6.604-5.987c-3.789,0.063-5.316,2.589-6.332,5.826c-2.688,8.573-5.622,17.069-8.186,25.677 c-0.885,2.973-2.134,4.142-5.4,4.041c-8.867-0.272-17.748-0.058-26.622-0.16c-3.641-0.041-6.921,0.54-8.146,4.458 c-1.229,3.932,1.237,6.244,4.173,8.325c7.033,4.985,13.854,10.281,21.031,15.042c3.14,2.083,3.453,4.024,2.28,7.323 c-2.967,8.345-5.534,16.832-8.354,25.229c-1.092,3.252-1.174,6.241,1.868,8.403c3.032,2.153,5.903,1.171,8.569-0.956 c0.878-0.7,1.817-1.324,2.726-1.987C301.746,197.717,309.21,192.274,316.794,186.744z M230.694,59.813 c0.929-0.891,2.96-2.164,4.051-3.998c6.624-11.133,13.049-22.384,19.506-33.616c2.219-3.859,1.809-6.778-1.058-8.476 c-2.872-1.701-5.73-0.607-7.919,3.139c-3.959,6.777-7.875,13.579-11.798,20.376c-2.803,4.854-5.706,9.656-8.347,14.598 C223.145,55.551,225.442,59.62,230.694,59.813z M186.774,26.241c0,6.499-0.022,12.997,0.008,19.496 c0.021,4.199,2.139,6.762,5.396,6.649c3.126-0.109,5.078-2.562,5.086-6.598c0.027-13.122,0.031-26.244-0.003-39.366 c-0.011-4.049-1.999-6.404-5.222-6.421c-3.233-0.017-5.229,2.338-5.253,6.37C186.746,12.994,186.775,19.617,186.774,26.241z M93.638,61.533c-1.393,1.378-3.454,2.576-4.181,4.328c-1.154,2.785,0.471,4.939,3.05,6.42 c11.571,6.641,23.096,13.362,34.669,19.998c3.464,1.986,6.514,1.356,8.08-1.46c1.566-2.814,0.511-5.6-3.058-7.672 c-11.321-6.574-22.66-13.117-34.013-19.635C97.026,62.847,95.722,62.43,93.638,61.533z M161.535,59.927 c-0.867-1.958-1.311-3.258-1.982-4.428c-6.447-11.229-12.916-22.443-19.414-33.643c-2.237-3.856-4.962-4.926-7.891-3.234 c-2.912,1.683-3.351,4.616-1.157,8.443c4.767,8.317,9.572,16.611,14.371,24.91c1.994,3.449,3.931,6.934,6.04,10.311 c1.451,2.323,3.91,3.088,6.177,1.888C159.313,63.311,160.341,61.305,161.535,59.927z M299.916,59.709 c-0.177-5.064-4.294-7.454-7.987-5.369c-12.056,6.803-24.012,13.783-35.971,20.756c-2.801,1.633-3.509,4.177-2.136,7.077 c1.28,2.704,4.405,3.534,7.425,1.817c11.925-6.779,23.822-13.609,35.622-20.603C298.39,62.486,299.274,60.513,299.916,59.709z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M0,333.032c2.758-9.804,5.603-19.585,8.257-29.417 c6.111-22.629,12.113-45.288,18.196-67.925c2.395-8.914,7.238-11.644,16.268-9.261c8.68,2.289,17.363,4.566,26.023,6.927 c7.979,2.176,10.963,7.329,8.841,15.284c-8.612,32.285-17.246,64.565-25.904,96.838c-2.056,7.662-7.292,10.646-15.072,8.621 c-8.567-2.229-17.068-4.723-25.677-6.771C5.656,346.073,1.82,343.507,0,338.283C0,336.533,0,334.782,0,333.032z M49.224,258.086 c2.901-0.019,5.137-2.274,5.169-5.215c0.031-2.915-2.189-5.266-5.053-5.35c-3.064-0.088-5.358,2.259-5.297,5.422 C44.102,255.955,46.268,258.105,49.224,258.086z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M384.054,338.283c-1.808,5.246-5.69,7.787-10.947,9.051 c-8.726,2.097-17.353,4.6-26.044,6.846c-7.304,1.888-12.654-1.118-14.604-8.352c-8.759-32.505-17.469-65.022-26.14-97.551 c-1.974-7.407,1.265-12.866,8.622-14.85c8.667-2.336,17.344-4.634,26.024-6.923c9.646-2.544,14.195,0.167,16.801,9.915 c8.305,31.078,16.62,62.152,24.956,93.221c0.313,1.166,0.882,2.263,1.332,3.392C384.054,334.782,384.054,336.533,384.054,338.283z M339.983,252.906c0.042-3.01-2.056-5.288-4.961-5.387c-3.001-0.103-5.451,2.344-5.397,5.39c0.052,2.926,2.32,5.177,5.216,5.178 C337.792,258.088,339.941,255.922,339.983,252.906z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M177.038,302.073c6.365,9.768,4.855,22.425-9.472,28.416 c1.515,12.017-2.655,18.746-13.96,22.521c-0.136,2.563,0.027,5.183-0.45,7.68c-1.913,10.023-11.355,16.27-21.276,13.784 c-13.793-3.458-27.645-6.818-41.164-11.172c-6.758-2.177-12.926-6.309-19.184-9.867c-3.222-1.832-6.055-4.347-9.317-6.739 c3.462-12.877,6.969-25.863,10.444-38.856c4.867-18.2,9.75-36.396,14.519-54.621c0.651-2.488,1.545-3.587,4.408-3.762 c12.384-0.755,18.243-5.724,21.477-17.648c1.567-5.78,3.039-11.587,4.639-17.357c1.555-5.603,5.159-7.802,10.696-6.521 c3.036,0.703,6.056,1.513,9.028,2.447c9.405,2.957,14.504,11.936,12.092,21.512c-2.315,9.194-4.846,18.334-7.272,27.501 c-0.285,1.076-0.506,2.168-0.862,3.708c2.502,0.708,4.848,1.4,7.209,2.033c6.506,1.746,13.033,3.417,19.527,5.208 C184.403,274.83,188.625,289.535,177.038,302.073z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M321.666,346.792c-3.399,2.508-6.578,4.718-9.609,7.115 c-9.498,7.509-20.893,10.369-32.252,13.356c-8.445,2.22-16.875,4.493-25.313,6.741c-14.545,3.877-25.558-5.646-23.901-19.465 c-4.229-3.435-8.488-6.047-11.603-9.65c-3.413-3.948-3.64-9.147-2.268-14.51c-5.797-2.052-10.253-5.589-12.337-11.563 c-2.105-6.033-0.719-11.539,2.759-16.754c-4.579-4.179-7.15-9.188-6.63-15.337c0.668-7.91,5.733-13.679,13.754-15.886 c8.178-2.25,16.387-4.385,24.578-6.587c1.176-0.316,2.325-0.729,3.875-1.218c-1.279-4.916-2.478-9.592-3.714-14.259 c-1.501-5.667-3.126-11.304-4.531-16.995c-2.316-9.387,2.692-18.32,11.904-21.296c3.083-0.996,6.221-1.849,9.378-2.578 c5.364-1.239,9.018,0.948,10.521,6.279c1.761,6.244,3.354,12.533,5.116,18.775c3.261,11.548,9.349,16.404,21.26,16.732 c2.383,0.065,3.42,0.662,4.061,3.081c8.214,30.988,16.554,61.943,24.854,92.909C321.662,346.031,321.635,346.411,321.666,346.792z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M146.798,110.907c7,0,14.002-0.126,20.996,0.064 c2.688,0.073,3.917-0.733,4.736-3.367c4.114-13.222,8.496-26.36,12.664-39.566c1.121-3.55,2.911-6.271,6.898-6.229 c3.985,0.041,5.694,2.825,6.807,6.358c4.16,13.208,8.531,26.35,12.673,39.563c0.762,2.431,1.835,3.278,4.447,3.244 c13.872-0.175,27.747-0.086,41.62-0.189c3.679-0.027,6.774,0.681,7.999,4.634c1.225,3.952-1,6.301-3.945,8.415 c-11.263,8.088-22.444,16.292-33.736,24.339c-1.938,1.381-2.423,2.546-1.625,4.914c4.509,13.358,8.781,26.794,13.187,40.187 c1.072,3.258,0.989,6.208-1.903,8.46c-3.094,2.408-6.007,1.482-8.894-0.638c-11.175-8.209-22.462-16.271-33.543-24.605 c-2.511-1.889-4.054-1.64-6.423,0.131c-10.904,8.155-21.982,16.077-32.953,24.143c-2.923,2.148-5.862,3.55-9.212,1.104 c-3.303-2.412-3.063-5.613-1.912-9.094c4.347-13.148,8.533-26.352,12.963-39.472c0.829-2.456,0.453-3.725-1.67-5.231 c-11.31-8.022-22.474-16.25-33.74-24.334c-2.976-2.136-5.089-4.532-3.785-8.455c1.306-3.931,4.449-4.556,8.102-4.498 c6.748,0.107,13.498,0.031,20.248,0.031C146.798,110.845,146.798,110.876,146.798,110.907z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M67.292,186.749c-8.458,6.154-16.776,12.131-25.001,18.233 c-2.845,2.11-5.713,3.358-8.885,1.079c-3.199-2.298-2.845-5.448-1.721-8.775c2.916-8.631,5.623-17.332,8.627-25.932 c0.879-2.518,0.561-3.948-1.709-5.521c-7.599-5.265-15.017-10.79-22.534-16.174c-2.719-1.948-4.784-4.194-3.622-7.823 c1.197-3.738,4.188-4.539,7.731-4.509c9.375,0.079,18.752-0.021,28.126,0.116c2.265,0.033,3.283-0.684,3.952-2.866 c2.741-8.947,5.698-17.828,8.53-26.748c1.01-3.183,2.499-5.82,6.309-5.89c3.983-0.072,5.565,2.533,6.631,5.924 c2.805,8.927,5.844,17.782,8.596,26.726c0.681,2.212,1.708,2.88,3.945,2.85c9.375-0.127,18.752-0.031,28.127-0.113 c3.394-0.029,6.342,0.703,7.577,4.198c1.302,3.685-0.637,6.136-3.541,8.202c-7.535,5.359-14.944,10.896-22.532,16.177 c-2.107,1.467-2.584,2.725-1.728,5.199c3.063,8.843,5.81,17.794,8.77,26.672c1.089,3.268,1.119,6.232-1.948,8.37 c-2.892,2.016-5.622,1.133-8.268-0.817C84.284,199.107,75.795,192.952,67.292,186.749z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M316.794,186.744c-7.584,5.53-15.048,10.973-22.512,16.414 c-0.909,0.663-1.848,1.287-2.726,1.987c-2.667,2.127-5.538,3.109-8.569,0.956c-3.042-2.162-2.959-5.151-1.868-8.403 c2.819-8.398,5.386-16.884,8.354-25.229c1.173-3.299,0.86-5.239-2.28-7.323c-7.177-4.761-13.999-10.058-21.031-15.042 c-2.937-2.081-5.402-4.394-4.173-8.325c1.225-3.917,4.505-4.499,8.146-4.458c8.874,0.102,17.755-0.113,26.622,0.16 c3.266,0.101,4.515-1.068,5.4-4.041c2.564-8.608,5.498-17.104,8.186-25.677c1.015-3.237,2.542-5.763,6.332-5.826 c4.022-0.067,5.549,2.661,6.604,5.987c2.716,8.563,5.687,17.05,8.174,25.677c0.919,3.187,2.46,3.924,5.511,3.857 c8.996-0.198,17.999-0.051,26.999-0.13c3.563-0.031,6.519,0.852,7.679,4.585c1.132,3.642-1.011,5.865-3.705,7.803 c-7.405,5.324-14.707,10.798-22.221,15.961c-2.366,1.626-2.92,3.013-1.959,5.748c3.061,8.709,5.782,17.538,8.728,26.288 c1.098,3.261,1.136,6.239-1.903,8.387c-3.029,2.141-5.836,1.096-8.583-0.936C333.673,199.004,325.282,192.937,316.794,186.744z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M230.694,59.813c-5.252-0.193-7.55-4.262-5.564-7.976 c2.641-4.941,5.544-9.743,8.347-14.598c3.924-6.797,7.839-13.599,11.798-20.376c2.189-3.746,5.047-4.84,7.919-3.139 c2.867,1.698,3.276,4.616,1.058,8.476c-6.457,11.232-12.882,22.483-19.506,33.616C233.654,57.648,231.623,58.922,230.694,59.813z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M186.775,26.241c0-6.624-0.029-13.247,0.012-19.871 c0.025-4.032,2.02-6.387,5.253-6.37c3.223,0.018,5.211,2.372,5.222,6.421c0.034,13.122,0.03,26.244,0.003,39.366 c-0.009,4.037-1.96,6.489-5.086,6.598c-3.257,0.113-5.375-2.45-5.396-6.649C186.752,39.238,186.774,32.739,186.775,26.241z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M93.638,61.533c2.084,0.896,3.388,1.313,4.548,1.979 c11.354,6.518,22.692,13.061,34.013,19.635c3.569,2.072,4.624,4.857,3.058,7.672c-1.566,2.816-4.616,3.446-8.08,1.46 c-11.574-6.636-23.099-13.357-34.669-19.998c-2.58-1.48-4.205-3.635-3.05-6.42C90.184,64.109,92.245,62.911,93.638,61.533z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M161.535,59.927c-1.194,1.377-2.223,3.384-3.855,4.248 c-2.268,1.2-4.727,0.435-6.177-1.888c-2.109-3.377-4.046-6.862-6.04-10.311c-4.798-8.299-9.604-16.593-14.371-24.91 c-2.194-3.827-1.755-6.76,1.157-8.443c2.929-1.692,5.654-0.622,7.891,3.234c6.498,11.199,12.967,22.414,19.414,33.643 C160.225,56.669,160.668,57.97,161.535,59.927z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M299.916,59.709c-0.642,0.804-1.526,2.777-3.046,3.678 c-11.8,6.994-23.697,13.824-35.622,20.603c-3.02,1.717-6.145,0.886-7.425-1.817c-1.374-2.9-0.665-5.444,2.136-7.077 c11.959-6.973,23.915-13.953,35.971-20.756C295.622,52.255,299.738,54.645,299.916,59.709z"></path> </g> </svg> </div> </div> <div class="u_1068465062 dmRespCol small-12 large-7 medium-7" id="1068465062"> <div class="u_1279972951 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1279972951"><p class="m-size-35 m-text-align-center size-45" style="line-height: 1;"><span style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="m-font-size-35 font-size-45" m-font-size-set="true">100%</span></p></div> <div class="u_1106937581 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1106937581" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-13 m-size-10"><span class="font-size-13 m-font-size-10" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">CLIENT SATISFACTION</span></p></div> </div> </div> </div> </div> <div class="dmRespCol large-3 medium-3 u_1602530593 small-6" id="1602530593"> <div class="dmRespRow u_1691656703" id="1691656703"> <div class="dmRespColsWrapper" id="1692718255"> <div class="u_1389859163 dmRespCol small-12 large-5 medium-5" id="1389859163"> <div class="u_1639372984 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1639372984" data-layout="graphic-style-2"> <svg version="1.1" id="1101612500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="366.518px" height="371.31px" viewbox="0 0 366.518 371.31" enable-background="new 0 0 366.518 371.31" xml:space="preserve" class="svg u_1101612500" data-icon-custom="true" data-icon-name="accounting3.svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M187.804,291.983c0,7.538,0,14.601,0,22.387c-4.94-2.81-9.556-5.197-13.913-7.988 c-3.625-2.321-7.355-3.07-11.637-3.058c-42.25,0.122-84.5,0.073-126.75,0.073c-1.362,0-2.725,0-4.406,0c0-69.74,0-139.28,0-209.399 c1.214,0,2.532,0,3.851,0c19.25,0,38.53-0.667,57.742,0.183c20.104,0.89,33.211-11.537,32.232-32.406 c-0.895-19.083-0.189-38.241-0.189-57.366c0-1.34,0-2.681,0-4.407c1.758,0,3.1,0,4.443,0c46.25,0,92.5-0.004,138.75,0.003 c11.875,0.001,18.082,6.164,18.083,17.946c0.007,43.75,0.003,87.5,0.003,131.25c0,1.232,0,2.464,0,3.948 c-11.441,0-22.63,0-34.424,0c0-1.227,0-2.538,0-3.85c0-18.75,0.009-37.5-0.005-56.25c-0.005-5.908-1.971-7.869-7.842-7.897 c-4-0.019-8-0.003-12-0.003c-8.724,0-10.074,1.325-10.074,9.898c-0.001,17.875,0,35.75,0,53.625c0,1.371,0,2.743,0,3.789 c-7.445,1.198-14.695,2.363-22.229,3.575c0-0.551,0-1.896,0-3.241c-0.001-10.875,0.035-21.75-0.02-32.625 c-0.028-5.514-2.018-7.505-7.42-7.56c-5.25-0.053-10.501-0.082-15.75,0.017c-4.547,0.086-6.637,2.16-6.643,6.73 c-0.04,30.75-0.041,61.5,0.002,92.25c0.006,4.507,2.167,6.641,6.679,6.781c3.722,0.117,7.451,0.024,11.436,0.024 c0,9.267,0,18.2,0,27.762c-1.456,0-2.891,0-4.325,0c-37.375,0-74.75-0.001-112.126,0.002c-6.214,0-8.93,1.821-8.931,5.952 c0,4.167,2.758,6.046,8.907,6.047c37.25,0.002,74.5,0.001,111.75,0.001c1.479,0,2.957,0,4.71,0c0,7.329,0,14.355,0,21.804 c-1.651,0-3.118,0-4.584,0c-37.25,0-74.5,0-111.751,0.004c-1.374,0-2.771-0.092-4.117,0.118c-2.78,0.436-4.481,2.139-4.842,4.943 c-0.377,2.932,0.735,5.292,3.578,6.262c1.719,0.586,3.675,0.647,5.525,0.649c37.125,0.035,74.25,0.026,111.374,0.026 C184.378,291.983,185.865,291.983,187.804,291.983z M205.083,48.792c-1.565,1.034-2.429,1.672-3.354,2.206 c-37.073,21.407-74.152,42.803-111.23,64.202c-4,2.308-8.015,4.59-11.988,6.944c-3.831,2.27-4.966,5.563-3.099,8.718 c1.852,3.128,5.187,3.698,9.138,1.553c0.877-0.476,1.741-0.977,2.605-1.477c33.721-19.478,67.439-38.961,101.164-58.433 c7.415-4.282,14.85-8.527,23.024-13.22c-1.161,3.463-2.095,6.134-2.95,8.83c-1.339,4.223-0.004,7.592,3.373,8.663 c3.521,1.116,6.5-0.612,7.961-4.821c2.659-7.659,5.271-15.334,7.807-23.034c1.629-4.947-0.119-7.846-5.351-8.934 c-8.062-1.674-16.138-3.281-24.22-4.861c-3.863-0.755-7.01,1.188-7.737,4.641c-0.678,3.214,1.434,6.184,5.143,7.044 C198.282,47.489,201.229,48.014,205.083,48.792z M117.284,179.233c0,10.744-0.041,21.488,0.019,32.232 c0.025,4.472,2.212,6.796,6.608,6.911c5.494,0.142,10.995,0.131,16.489,0.01c4.601-0.101,6.801-2.411,6.809-7.111 c0.039-21.488,0.044-42.977-0.005-64.465c-0.011-4.608-2.33-6.84-6.992-6.915c-4.996-0.08-9.995-0.041-14.992-0.015 c-5.856,0.03-7.921,2.069-7.933,7.869C117.267,158.245,117.282,168.739,117.284,179.233z M94.919,193.11 c0-6.242,0.045-12.484-0.015-18.726c-0.046-4.84-2.04-6.933-6.736-7.006c-5.492-0.086-10.987-0.095-16.479,0.007 c-4.325,0.08-6.539,2.128-6.579,6.448c-0.117,12.607-0.114,25.218-0.009,37.826c0.038,4.468,2.305,6.626,6.79,6.727 c5.365,0.119,10.737,0.106,16.104,0.007c4.729-0.087,6.848-2.231,6.904-6.932C94.973,205.346,94.917,199.228,94.919,193.11z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M366.515,268.115c0,29.128,0.008,58.255-0.004,87.383 c-0.005,10.826-4.946,15.788-15.845,15.794c-44.879,0.023-89.758,0.021-134.637,0.001c-10.989-0.005-16.033-5.098-16.034-16.08 c-0.005-57.88-0.005-115.761,0-173.641c0.001-11.17,5.05-16.163,16.317-16.163c44.754-0.002,89.508-0.003,134.263,0 c11.029,0,15.935,4.941,15.938,16.072C366.521,210.36,366.515,239.237,366.515,268.115z M283.253,219.3 c18.121,0,36.242,0.015,54.363-0.011c4.171-0.006,5.372-1.21,5.396-5.329c0.039-6.623-0.054-13.248,0.035-19.87 c0.046-3.46-1.486-5.065-4.931-5.064c-36.492,0.015-72.983-0.007-109.475,0.03c-4.032,0.004-4.94,1.075-4.963,5.285 c-0.035,6.373-0.024,12.747-0.006,19.12c0.015,4.918,0.943,5.831,5.969,5.835C247.511,219.309,265.382,219.301,283.253,219.3z M343.021,314.591c0-9.873,0.025-19.746-0.012-29.619c-0.016-4.065-1.058-5.118-5.113-5.164 c-5.498-0.063-10.999,0.053-16.497-0.041c-3.402-0.058-5.165,1.352-5.163,4.842c0.011,19.746-0.022,39.493,0.025,59.239 c0.009,3.825,1.34,5.026,5.334,5.072c5.373,0.063,10.748,0.067,16.122,0c4.104-0.052,5.282-1.287,5.295-5.46 C343.042,333.838,343.022,324.215,343.021,314.591z M329.77,237.34c-2.997,0-5.994,0.023-8.99-0.006 c-2.936-0.028-4.461,1.493-4.5,4.323c-0.083,5.992-0.063,11.986-0.014,17.979c0.021,2.635,1.345,4.318,4.091,4.349 c6.242,0.069,12.486,0.085,18.727-0.017c2.502-0.042,3.901-1.557,3.917-4.092c0.038-6.118,0.053-12.237-0.009-18.355 c-0.028-2.69-1.51-4.139-4.232-4.168C335.763,237.319,332.767,237.345,329.77,237.34z M283.215,322.153 c-2.871,0-5.741,0.027-8.611-0.008c-3.107-0.037-4.605,1.488-4.603,4.564c0.004,5.866,0.02,11.732-0.005,17.597 c-0.013,3.122,1.598,4.597,4.61,4.613c5.866,0.03,11.732,0.06,17.597-0.02c2.781-0.037,4.421-1.419,4.408-4.406 c-0.024-5.991-0.005-11.982-0.007-17.973c-0.001-2.931-1.518-4.35-4.402-4.363C289.207,322.145,286.211,322.155,283.215,322.153z M223.677,250.465c0,3.119,0.005,6.238-0.002,9.357c-0.005,2.564,1.302,4.094,3.815,4.134c6.359,0.104,12.736,0.243,19.073-0.157 c1.299-0.082,3.424-2.391,3.509-3.775c0.381-6.214,0.197-12.464,0.146-18.702c-0.021-2.547-1.435-3.943-3.983-3.961 c-6.112-0.044-12.226-0.032-18.338-0.01c-2.958,0.012-4.26,1.628-4.23,4.505C223.695,244.727,223.672,247.596,223.677,250.465z M283.168,237.339c-2.869,0-5.739,0.026-8.608-0.008c-2.876-0.034-4.515,1.267-4.533,4.214c-0.039,6.113-0.035,12.226-0.003,18.339 c0.013,2.53,1.354,4.051,3.888,4.086c6.236,0.087,12.476,0.102,18.711,0.004c2.694-0.042,4.008-1.633,3.992-4.372 c-0.035-5.988-0.009-11.977-0.015-17.965c-0.003-2.956-1.578-4.301-4.449-4.298C289.157,237.342,286.163,237.34,283.168,237.339z M250.259,335.372c0-2.87-0.015-5.741,0.004-8.611c0.02-3.066-1.424-4.626-4.547-4.614c-5.866,0.023-11.731,0.005-17.597,0.009 c-2.87,0.002-4.44,1.36-4.442,4.314c-0.005,5.99,0.023,11.98-0.015,17.971c-0.019,2.973,1.547,4.418,4.349,4.456 c5.989,0.08,11.98,0.08,17.97-0.003c2.852-0.04,4.309-1.626,4.281-4.537C250.234,341.362,250.256,338.367,250.259,335.372z M236.813,306.421c2.993,0,5.986-0.018,8.979,0.005c2.9,0.022,4.443-1.354,4.453-4.287c0.019-5.986,0.002-11.972,0.011-17.958 c0.003-2.925-1.46-4.375-4.367-4.377c-5.986-0.004-11.972-0.017-17.958,0.01c-2.668,0.012-4.243,1.269-4.248,4.079 c-0.011,6.11-0.009,12.222,0,18.333c0.004,2.748,1.422,4.151,4.151,4.18C230.827,306.439,233.82,306.414,236.813,306.421z M283.21,306.421c2.993,0,5.986-0.001,8.979,0c2.887,0.001,4.415-1.379,4.415-4.326c-0.001-5.985-0.016-11.972,0.007-17.958 c0.011-2.98-1.539-4.326-4.399-4.332c-5.986-0.013-11.972-0.016-17.958,0.007c-2.705,0.01-4.214,1.368-4.229,4.122 c-0.03,6.109-0.036,12.221,0.006,18.331c0.019,2.713,1.454,4.137,4.2,4.147C277.224,306.424,280.217,306.416,283.21,306.421z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M35.583,354.813c0-13.173,0-26.108,0-39.228c41.256,0,82.304,0,123.57,0 c0,13.1,0,26.034,0,39.228C118.051,354.813,77.007,354.813,35.583,354.813z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M33.698,81.952c26.229-26.253,52.696-52.746,79.164-79.239 c-0.163-0.281-0.326-0.563-0.488-0.844c0.118,0.66,0.339,1.319,0.34,1.979c0.018,21.113,0.063,42.226-0.01,63.34 c-0.028,8.134-5.576,14.566-13.509,14.667C77.1,82.134,55,81.952,33.698,81.952z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M23.29,315.571c0,13.231,0,26.052,0,39.077c-5.618,0-11.193,0.429-16.665-0.143 c-3.974-0.416-6.41-3.872-6.498-8.026c-0.158-7.48-0.182-14.968,0.001-22.447c0.117-4.796,3.494-8.22,8.268-8.533 c3.851-0.253,7.73-0.093,11.596-0.092C20.97,315.407,21.946,315.5,23.29,315.571z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M171.536,351.576c0-11.042,0-21.457,0-32.493 c1.418,0.765,2.664,1.404,3.879,2.096c5.089,2.896,10.249,5.679,15.229,8.751c4.072,2.511,4.619,7.479,0.849,9.935 C185.171,343.981,178.485,347.54,171.536,351.576z"></path> </g> </svg> </div> </div> <div class="u_1713103272 dmRespCol small-12 large-7 medium-7" id="1713103272"> <div class="u_1335657916 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1335657916"><p class="m-text-align-center m-size-35 size-45" style="line-height: 1;"><span class="font-size-45 m-font-size-35" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';">10K+</span></p></div> <div class="u_1265907891 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1265907891" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-13 m-size-10"><span class="font-size-13 m-font-size-10" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">CLIENTS SERVED</span></p></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1839170159" id="1839170159"> <div class="dmRespColsWrapper" id="1670855769"> <div class="dmRespCol large-12 medium-12 small-12" id="1161570667"> <div class="u_1384796509 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1384796509" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center m-size-15 size-17" style="letter-spacing: 0.05em;"><span style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-17 m-font-size-15" m-font-size-set="true">COMMITMENT TO great valuE</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1140359634"> <h2 class="m-text-align-center"><span style="display: unset;">Know Greater Connections</span></h2> </div> <div class="dmRespRow u_1147333254" id="1147333254"> <div class="dmRespColsWrapper" id="1487629572"> <div class="dmRespCol empty-column large-6 medium-6 small-12 u_1029116912" id="1029116912"></div> <div class="u_1690909361 dmRespCol large-6 medium-6 small-12" id="1690909361"> <div class="u_1168620196 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1168620196"> <svg version="1.1" id="1812853882" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="367.656px" height="368.709px" viewbox="0 0 367.656 368.709" enable-background="new 0 0 367.656 368.709" xml:space="preserve" class="svg u_1812853882" data-icon-custom="true" data-icon-name="handshake (12).svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M201,358.16c1.887-3.271,3.492-6.066,5.109-8.854 c4.764-8.214,5.053-16.508-0.538-24.304c-5.471-7.629-13.167-10.346-22.426-8.358c-0.355,0.077-0.735,0.041-1.389,0.07 c-4.606-13.012-13.73-18.573-27.86-15.904c-1.68-5.873-4.869-10.794-10.348-13.928c-5.374-3.073-11.089-3.515-17.186-1.913 c-3.651-10.992-10.889-17.427-22.746-16.842c-12.048,0.595-17.132,9.875-21.933,19.353c-0.727-0.652-1.258-0.988-1.604-1.46 c-5.578-7.589-13.354-12.115-21.676-16.077c-8.335-3.968-16.479-8.346-24.605-12.733c-1.13-0.61-2.428-2.328-2.385-3.487 c1.18-31.648,13.909-57.844,37.584-78.788c0.365-0.323,0.813-0.554,0.395-0.274c9.505,3.733,18.234,7.811,27.357,10.594 c13.663,4.167,27.742,2.474,41.695,1.28c8.909-0.762,17.732-0.724,26.239,2.563c1.129,0.436,2.22,0.969,3.826,1.677 c-1.436,0.969-2.403,1.667-3.413,2.297c-11.97,7.474-23.962,14.913-35.916,22.413c-12.013,7.538-12.745,21.197-1.672,30.202 c9.354,7.607,19.877,9.932,31.248,5.921c7.622-2.688,14.927-6.293,22.32-9.606c9.104-4.08,18.43-7.786,28.535-5.432 c6.232,1.453,12.49,3.729,18.085,6.816c18.253,10.071,36.205,20.688,54.278,31.087c3.373,1.939,6.112,4.451,6.843,8.437 c0.757,4.129-0.449,7.736-3.838,10.328c-3.457,2.644-7.332,3.229-11.261,1.19c-3.986-2.068-7.823-4.423-11.745-6.618 c-3.736-2.09-6.802-1.602-8.498,1.298c-1.74,2.976-0.695,5.773,3.035,8.025c2.244,1.354,4.604,2.536,6.756,4.022 c4.792,3.31,6.134,9.363,3.31,14.24c-2.796,4.828-8.838,6.776-14.005,4.186c-4.234-2.124-8.238-4.702-12.393-6.991 c-3.327-1.833-6.217-1.263-7.884,1.399c-1.713,2.735-0.757,5.924,2.458,7.907c2.336,1.441,4.806,2.676,7.09,4.192 c4.569,3.036,5.925,8.616,3.329,13.148c-2.557,4.467-8.167,6.122-13.051,3.658c-3.117-1.572-6.082-3.445-9.122-5.172 c-4.096-2.326-7.06-2.026-8.888,0.883c-1.842,2.931-0.826,5.63,3.12,8.286c4.558,3.069,5.971,6.962,4.05,11.154 c-1.931,4.212-6.369,6.072-11.393,4.335C206.889,361.344,204.113,359.664,201,358.16z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M118.052,177.479c-8.212,2.208-11.602-6.743-17.145-11.914 c-0.792-0.739-0.344-3.042-0.101-4.563c0.145-0.903,0.877-1.826,1.573-2.509c6.65-6.527,6.94-13.548,2.029-21.234 c-1.323-2.071-2.331-4.494-2.858-6.892c-1.206-5.488-4.713-7.269-9.947-8.062c-10.987-1.663-10.948-1.927-10.947-12.878 c0-5.999-0.041-11.998,0.018-17.995c0.044-4.536,1.066-6.26,5.497-6.44c9.689-0.394,15.415-4.784,17.604-14.388 c0.984-4.317,4.851-8.462,4.532-12.454c-0.316-3.953-4.152-7.687-6.642-11.382c-2.103-3.121-1.831-5.678,0.862-8.3 c5.641-5.491,11.209-11.059,16.703-16.697c2.651-2.722,5.291-2.929,8.292-0.726c1.408,1.033,3.104,1.746,4.32,2.955 c4.386,4.365,8.874,4.098,14.08,1.344c4.721-2.497,9.908-4.103,14.759-6.379c1.21-0.568,2.396-2.07,2.767-3.377 c0.984-3.472,1.612-7.055,2.202-10.623c0.564-3.406,2.414-4.988,5.864-4.966c8.248,0.052,16.495,0.04,24.743,0.01 c3.283-0.012,5.072,1.553,5.643,4.77c0.632,3.562,1.243,7.145,2.211,10.623c0.371,1.332,1.453,2.957,2.641,3.488 c6.716,3.001,13.53,5.795,20.395,8.44c1.152,0.444,2.958,0.243,4.042-0.384c3.235-1.874,6.273-4.089,9.364-6.207 c2.668-1.828,5.118-1.641,7.409,0.652c5.829,5.835,11.651,11.676,17.497,17.494c2.299,2.288,2.537,4.737,0.75,7.415 c-0.208,0.312-0.375,0.667-0.639,0.923c-6.973,6.785-7.212,14.068-2.258,22.233c2.37,3.905,2.71,9.626,5.858,12.309 c3.001,2.558,8.445,2.3,12.84,3.154c3.364,0.653,4.942,2.575,4.93,5.977c-0.03,8.123-0.026,16.246,0.001,24.368 c0.011,3.38-1.498,5.38-4.904,5.98c-2.948,0.52-5.844,1.51-8.805,1.736c-3.315,0.253-5.024,1.68-6.161,4.8 c-2.178,5.972-4.707,11.823-7.281,17.639c-0.96,2.17-1.018,3.841,0.509,5.808c2.139,2.756,3.948,5.767,5.895,8.672 c1.787,2.668,1.606,5.126-0.739,7.401c-1.794,1.739-3.828,3.325-5.248,5.338c-2.925,4.144-6.818,4.468-11.215,3.538 c-2.198-0.465-4.473-0.72-6.575-1.464c-20.876-7.381-40.352-3.507-58.846,7.438c-3.062,1.812-5.395,1.952-8.506,0.291 c-11.735-6.265-24.348-7.751-37.449-6.397C131.78,176.647,125.909,176.915,118.052,177.479z M236.662,102.956 c-0.093-29.317-23.75-52.784-53.105-52.676c-29.142,0.107-52.608,23.636-52.635,52.777c-0.027,29.2,23.758,53.017,52.92,52.989 C213.014,156.018,236.755,132.157,236.662,102.956z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M297.764,272.958c-5.033-3.598-9.056-6.951-13.51-9.572 c-16.464-9.685-33.067-19.134-49.626-28.659c-10.205-5.87-20.852-10.214-32.96-9.579c-8.891,0.467-17.085,3.36-25.075,7.021 c-6.237,2.858-12.398,5.912-18.755,8.475c-8.223,3.317-16.1,2.738-23.234-3.107c-5.626-4.608-5.477-9.272,0.597-13.06 c17.378-10.835,34.723-21.727,52.172-32.448c11.499-7.065,23.807-11.618,37.604-10.368c3.454,0.313,6.957,0.944,10.253,2.002 c19.311,6.198,37.645,4.298,55.167-5.99c7.125-4.184,7.194-4.024,13.144,1.845c20.184,19.912,31.063,44.017,32.644,72.325 c0.099,1.759,0.32,3.264-1.886,4.262C321.798,261.758,309.376,267.58,297.764,272.958z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M302.363,163.866c7.486-4.103,14.369-8.067,21.478-11.574 c1.123-0.554,3.624,0.535,4.883,1.587c20.005,16.723,32.232,38.084,37.35,63.563c1.883,9.376,2.006,18.822,0.791,28.323 c-0.487,3.806-1.736,6.458-5.707,7.779c-4.459,1.483-8.717,3.572-13.712,5.671c-0.431-18.675-3.816-36.266-11.635-52.803 C328.011,189.919,316.795,176.035,302.363,163.866z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M65.163,163.88c-29.565,25.156-44.276,56.584-44.965,95.451 c-6.162-2.744-12.011-5.026-17.474-8.015c-1.313-0.719-1.65-3.74-1.918-5.771c-3.277-24.82,3.67-47.158,16.83-67.901 c5.724-9.024,12.819-16.873,21.014-23.758c2.45-2.059,4.583-2.392,7.404-0.725C52.146,156.759,58.39,160.103,65.163,163.88z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M143.796,305.609c-0.799,2.056-1.361,4.245-2.437,6.145 c-5.717,10.092-11.523,20.133-17.378,30.146c-3.599,6.153-9.775,8.036-15.189,4.784c-5.204-3.126-6.508-9.349-3.072-15.368 c5.874-10.289,11.774-20.563,17.786-30.772c2.834-4.812,7.664-6.705,12.415-5.225C140.415,296.718,143.358,300.727,143.796,305.609 z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M171.52,321.427c-0.778,2.065-1.309,4.271-2.377,6.174 c-4.639,8.27-9.386,16.481-14.189,24.657c-3.611,6.146-9.822,8.03-15.207,4.772c-5.224-3.161-6.515-9.377-3.069-15.408 c4.89-8.559,9.781-17.119,14.847-25.573c2.644-4.413,7.321-6.093,11.922-4.747C168.012,312.638,171.018,316.563,171.52,321.427z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M176.7,367.771c-7.636-0.036-12.897-7.868-9.415-14.771 c3.751-7.436,8.055-14.617,12.477-21.685c2.84-4.54,9.024-5.702,13.614-3.162c4.761,2.635,7.005,8.6,4.414,13.532 c-3.876,7.381-7.96,14.698-12.603,21.607c-1.652,2.458-5.191,3.647-7.869,5.416C177.111,368.396,176.905,368.084,176.7,367.771z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M93.58,319.777c-7.486-0.031-12.857-7.675-9.517-14.408 c3.809-7.678,8.235-15.082,12.844-22.318c2.872-4.509,9.124-5.381,13.684-2.656c4.458,2.663,6.636,8.297,4.2,12.972 c-3.963,7.608-8.201,15.116-12.95,22.249c-1.567,2.354-5.072,3.415-7.691,5.067C93.959,320.381,93.77,320.079,93.58,319.777z"></path> </g> </svg> </div> <div class="u_1105493541 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1105493541" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="m-size-28 size-35"><span class="font-size-35 m-font-size-28" style="display: unset; color: rgb(255, 255, 255);">Our Culture</span></h3> </div> <div class="u_1323060238 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1323060238" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-15 m-text-align-left size-17" style="letter-spacing: 0.05em;"><span class="m-font-size-15 font-size-17" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Presti & Naegele Accounting Office cULTURE</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1540888681"><p><span class="" style="color:rgb(255, 255, 255);font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';"><span style="color:rgb(255, 255, 255);font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';">At Presti & Naegele, you have the opportunity to join an organization which recognizes individual initiative and commitment and believes its responsibility to employees goes far beyond the payment of competitive wages.</span> </span></p><p><span style="font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';"><br/></span></p><p><span style="color:rgb(255, 255, 255);font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';">We believe it is our responsibility to provide you with both a challenge and a sense of achievement.</span></p><p><span style="font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';"><br/></span></p><p><span style="color:rgb(255, 255, 255);font-weight:400;display:initial;font-family:Montserrat, 'Montserrat Fallback';">You are the firm’s most valuable</span><span class="" style="color:rgb(255, 255, 255);font-weight:400;display:inline;font-family:Montserrat, 'Montserrat Fallback';"> <span style="color:rgb(255, 255, 255);font-weight:400;display:inline;font-family:Montserrat, 'Montserrat Fallback';">asset, and we will endeavor to provide you with the opportunity to grow as we grow.</span></span></p></div> <a data-display-type="block" class="u_1380728841 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/our-culture" data-element-type="dButtonLinkId" id="1380728841"> <span class="iconBg" aria-hidden="true" id="1119468012"> <span class="icon hasFontIcon icon-star" id="1046487943"></span> </span> <span class="text" id="1368800082">DISCOVER MORE</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1853190669 fullBleedChanged fullBleedMode hasBackgroundOverlay" id="1853190669"> <div class="dmRespColsWrapper" id="1738740348"> <div class="u_1534313432 dmRespCol large-12 medium-12 small-12" id="1534313432"> <div class="u_1851244098 dmRespRow" id="1851244098"> <div class="dmRespColsWrapper" id="1815226747"> <div class="dmRespCol small-12 medium-12 large-12" id="1785853311"> <div class="u_1541322090 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1541322090"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Leadership2-900w.png" alt="" id="1104992710" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Leadership2.png" width="1141" height="207" onerror="handleImageLoadError(this)"/></div> <div class="u_1254354075 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1254354075" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center text-align-center m-size-15 size-17" style="letter-spacing: 0.05em;"><span class="m-font-size-15 font-size-17" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';">lEADERSHIP TEAM</span></p></div> <div class="u_1173724321 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1173724321"> <h2 class="m-text-align-center text-align-center m-size-36 size-65" style="line-height: 1.2;"><span class="font-size-65 m-font-size-36" m-font-size-set="true" style="text-transform: none; display: unset;">Meet P&N's Leadership</span></h2> </div> <div class="dmRespRow u_1788149047" id="1788149047"> <div class="dmRespColsWrapper" id="1084071969"> <div class="u_1234591159 dmRespCol small-12 large-3 medium-3" id="1234591159" data-hover-effect="float"> <div class="u_1253270035 dmRespRow" id="1253270035"> <div class="dmRespColsWrapper" id="1610440394"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1072097125"></div> </div> </div> <div class="dmRespRow u_1173591296" id="1173591296"> <div class="dmRespColsWrapper" id="1323196520"> <div class="dmRespCol large-12 medium-12 small-12 u_1502489248" id="1502489248"> <div class="u_1239735095 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1239735095" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-left m-size-14 size-13" style="letter-spacing: 0.05em;"><span style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="font-size-13 m-font-size-14" m-font-size-set="true">Founder & Senior Partner</span></p></div> <div class="u_1404579870 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1404579870"><p class="m-size-18 m-text-align-left size-18"><span style="font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-18 font-size-18" m-font-size-set="true">Andrew Presti</span></p></div> <div class="u_1028329273 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1028329273"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1794335844"/></div> </div> </div> </div> </div> <div class="u_1082337167 dmRespCol small-12 large-3 medium-3" id="1082337167" data-hover-effect="float"> <div class="u_1431821048 dmRespRow" id="1431821048"> <div class="dmRespColsWrapper" id="1922080444"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1639996731"></div> </div> </div> <div class="dmRespRow u_1535416903" id="1535416903"> <div class="dmRespColsWrapper" id="1918136671"> <div class="dmRespCol large-12 medium-12 small-12 u_1059106871" id="1059106871"> <div class="u_1752885516 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1752885516" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 m-text-align-left size-13" style="letter-spacing: 0.05em;"><span style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="m-font-size-14 font-size-13" m-font-size-set="true">Partner</span></p></div> <div class="u_1610985136 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1610985136"><p class="m-size-18 m-text-align-left size-18"><span style="font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-18 font-size-18" m-font-size-set="true">Steve R. Grgas, MBA, CPA</span></p></div> <div class="u_1703157916 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1703157916"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1197300234"/></div> </div> </div> </div> </div> <div class="u_1624999261 dmRespCol small-12 large-3 medium-3" id="1624999261" data-hover-effect="float"> <div class="u_1286295544 dmRespRow" id="1286295544"> <div class="dmRespColsWrapper" id="1209912822"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1576412532"></div> </div> </div> <div class="dmRespRow u_1999912118" id="1999912118"> <div class="dmRespColsWrapper" id="1498407292"> <div class="dmRespCol large-12 medium-12 small-12 u_1945221647" id="1945221647"> <div class="u_1121479457 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1121479457" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 m-text-align-left size-13" style="letter-spacing: 0.05em;"><span style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="m-font-size-14 font-size-13" m-font-size-set="true">Partner</span></p></div> <div class="u_1569958921 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1569958921"><p class="m-text-align-left m-size-18 size-18"><span style="font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-18 m-font-size-18" m-font-size-set="true">Salvatore V. Russo, CPA</span></p></div> <div class="u_1584183965 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1584183965"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1403023451"/></div> </div> </div> </div> </div> <div class="u_1809829565 dmRespCol small-12 large-3 medium-3" id="1809829565" data-hover-effect="float"> <div class="u_1894579751 dmRespRow" id="1894579751"> <div class="dmRespColsWrapper" id="1734522185"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1582947233"></div> </div> </div> <div class="dmRespRow u_1069743098" id="1069743098"> <div class="dmRespColsWrapper" id="1203901353"> <div class="dmRespCol large-12 medium-12 small-12 u_1978625786" id="1978625786"> <div class="u_1191318693 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1191318693" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-14 m-text-align-left size-13" style="letter-spacing: 0.05em;"><span style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';" class="m-font-size-14 font-size-13" m-font-size-set="true">Partner</span></p></div> <div class="u_1935939695 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1935939695" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-18 m-text-align-left size-18"><span style="font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-18 font-size-18" m-font-size-set="true">Brian M. Whelan, CPA</span></p></div> <div class="u_1689099159 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1689099159"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1309293801"/></div> </div> </div> </div> </div> </div> </div> <a data-display-type="block" class="u_1038680287 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/our-leadership" data-element-type="dButtonLinkId" id="1038680287"> <span class="iconBg" aria-hidden="true" id="1119452683"> <span class="icon hasFontIcon icon-star" id="1143949553"></span> </span> <span class="text" id="1751892546">THE LEADERSHIP TEAM</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1677121321" id="1677121321"> <div class="dmRespColsWrapper" id="1332244779"> <div class="u_1487928745 dmRespCol small-12 medium-12 large-12" id="1487928745"> <div class="u_1245302189 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1245302189"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Reviews-720w.png" alt="" id="1093030941" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Reviews.png" width="863" height="162" onerror="handleImageLoadError(this)"/></div> <div class="u_1956230281 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1956230281" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-15 m-text-align-center size-17" style="letter-spacing: 0.05em;"><span class="m-font-size-15 font-size-17" m-font-size-set="true" style="text-transform:uppercase;color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">OUR TESTIMONIALS</span></p></div> <div class="u_1292490103 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1292490103"><p style="line-height: 1.3;" class="m-text-align-center m-size-38 size-48"><span style="color:rgb(1, 42, 93);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-48 m-font-size-38">Client Feedback</span></p></div> <div class="u_1384699231 widget-e6d39d dmCustomWidget" data-lazy-load="true" data-title="" id="1384699231" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="e6d39d4c66124c1abf54d5df715f8e7f" data-widget-version="25" data-widget-config="eyJud2NscyI6InRlc3RpbW9uaWFsLXNsaWQiLCJpbWciOmZhbHNlLCJ0ZXN0X2xpc3QiOlt7InRodW1iIjoiaHR0cHM6Ly92aWEucGxhY2Vob2xkZXIuY29tLzE1MCIsImF1dGhvciI6IlN0YWN5IEwuIiwiYXV0aG9yUG9zIjoiQ0xJRU5UIFJFVklFVyIsImJsY2txIjoiSSBoYXZlIGhhZCBteSBidXNpbmVzcyBmb3IgbW9yZSB0aGFuIDEwIHllYXJzIGFuZCBzdHJ1Z2dsZWQgdGhyb3VnaCBzZXZlcmFsICp0cnVseSBhd2Z1bCogYWNjb3VudGFudHMgaW4gdGhlIGVhcmx5IHllYXJzLiBJIGZvdW5kIFByZXN0aSAmIE5hZWdlbGUgYWJvdXQgZml2ZSB5ZWFycyBhZ28gYW5kIGhhdmUgbmV2ZXIgbG9va2VkIGJhY2suIFRoZXkgYXJlIGEgbGlmZS1jaGFuZ2luZyBicmVhdGggb2YgZnJlc2ggYWlyIGFuZCB0aGV5IHdpbGwgYmUgbXkgYWNjb3VudGFudHMgZm9yIGFzIGxvbmcgYXMgSSBsaXZlLiBEb25hbGQgU2FnZXIgYnJpbmdzIG1lIGNvbmZpZGVuY2UsIHBlYWNlIGFuZCBjYWxtIGluIGFuIGFyZWEgb2YgdGhlIGJ1c2luZXNzIHRoYXQgd291bGQgb3RoZXJ3aXNlIGJlIHN0cmVzc2Z1bC4gSGUga25vd3Mgd2hhdCBoZSdzIGRvaW5nIGFuZCBpcyBhbHdheXMgZXh0cmVtZWx5IHJlc3BvbnNpdmUgYW5kIHJlYWR5IHdpdGggYSBwbGFuIG9mIGFjdGlvbiBhbmQgdG8gZXhwbGFpbiBhbnl0aGluZyBhdCBhbGwuIEkgYW0gc28gZ3JhdGVmdWwgZm9yIGhpbSEifSx7InRodW1iIjoiaHR0cHM6Ly92aWEucGxhY2Vob2xkZXIuY29tLzE1MCIsImF1dGhvciI6Ik1pY2hhZWwgUy4iLCJhdXRob3JQb3MiOiJDTElFTlQgUkVWSUVXIiwiYmxja3EiOiJBbmR5IGFuZCB0aGUgd2hvbGUgUHJlc3RpIE5hZWdlbGUgdGVhbSBoYXZlIGJlZW4gZ2FtZSBjaGFuZ2VycyBhcyBhY2NvdW50YW50cyBmb3Igb3VyIGJ1c2luZXNzLiBNeSBwcmV2aW91cyBhY2NvdW50YW50IHdhcyB2ZXJ5IGhhbmRzLW9mZiBhbmQgbm90IGFjY2Vzc2libGUuIEFuZHkgYW5kIGhpcyB0ZWFtIGFyZSBhbHdheXMgYXZhaWxhYmxlLCB3aWxsaW5nIGFuZCBhYmxlIHRvIHJvbGwgdXAgdGhlaXIgc2xlZXZlcyBubyBtYXR0ZXIgd2hhdCB3ZSB0aHJvdyBhdCB0aGVtLiBIaWdobHkgcmVjb21tZW5kIC0gZG8gTk9UIGhlc2l0YXRlIHRvIHdvcmsgd2l0aCB0aGVtISJ9LHsidGh1bWIiOiJodHRwczovL3ZpYS5wbGFjZWhvbGRlci5jb20vMTUwIiwiYXV0aG9yIjoiR2xhbSBTLiIsImF1dGhvclBvcyI6IkNMSUVOVCBSRVZJRVciLCJibGNrcSI6IlRoaXMgaXMgb25lIG9mIHRoZSBiZXN0IGFjY291bnRpbmcgZmlybXMgb24gdGhlIGVudGlyZSBFYXN0IENvYXN0LiBIYW5kcyBvbiwgYWNjdXJhdGUgYWNjb3VudGluZywgcmVhc29uYWJsZSBpbnZvaWNlcyBmb3Igc2VydmljZXMsIHRoZXkgbmV2ZXIgb3ZlciBiaWxsIHlvdS4gVGhlIHRlYW0gaXMgdmVyeSBrbm93bGVkZ2UsIHZlcnkgaGFuZHMgb24sIGFuZCBjYW4gZG8gYW55IGZpbmFuY2lhbCBzZXJ2aWNlIGZvciBzbWFsbCBidXNpbmVzc2VzIG9yIGJpZ2dlciBvbmVzLiBJIGRvbid0IGtub3cgd2hlcmUgd2Ugd291bGQgYmUgaWYgd2UgZGlkbid0IGhhdmUgdGhlbS4gSGlnaGx5IHJlY29tbWVuZC4gSSB3ZW50IHRocm91Z2ggMyBhY2NvdW50aW5nIGZpcm1zIGJlZm9yZSBmaW5kaW5nIHRoZW0taGFuZHMgZG93biByZWFsbHkgdGhlIGJlc3QuIn0seyJ0aHVtYiI6Imh0dHBzOi8vdmlhLnBsYWNlaG9sZGVyLmNvbS8xNTAiLCJhdXRob3IiOiJCcnlhbiBNLiIsImF1dGhvclBvcyI6IkNMSUVOVCBSRVZJRVciLCJibGNrcSI6IkJyaWFuIGFuZCBQJk4ncyBwcm9mZXNzaW9uYWwsIHBlcnNvbmFibGUgYW5kIHByb21wdCB0ZWFtIG1ha2VzIGFjY291bnRpbmcgYW5kIHRheCBtYXR0ZXJzIGZ1biBhbmQgc3RyZWFtbGluZWQuIFRoZXkncmUgYmVlbiBoZWxwaW5nIG1lIGFuZCBteSBzdGFmZiB3aXRoIHBlcnNvbmFsIGFuZCBidXNpbmVzcyB0YXggZmlsaW5ncyBmb3IgbW9yZSB0aGFuIDUgeWVhcnMuIEErIn0seyJ0aHVtYiI6Imh0dHBzOi8vdmlhLnBsYWNlaG9sZGVyLmNvbS8xNTAiLCJhdXRob3IiOiJKZWFuZXR0ZSBQLiIsImF1dGhvclBvcyI6IkNMSUVOVCBSRVZJRVciLCJibGNrcSI6IkkndmUgYmVlbiB3b3JraW5nIHdpdGggUHJlc3RpICYgTmFlZ2VsZSBzaW5jZSAyMDA2LiAgSGlnaGx5ICByZWNvbW1lbmQgdGhlbSB0byBhbGwgb2YgbXkgY2xpZW50cy4ifSx7InRodW1iIjoiaHR0cHM6Ly92aWEucGxhY2Vob2xkZXIuY29tLzE1MCIsImF1dGhvciI6IkNhcm9sIFMuIiwiYXV0aG9yUG9zIjoiQ0xJRU5UIFJFVklFVyIsImJsY2txIjoiR2FldGFubyBhbmQgdGhlIHRlYW0gYXQgUHJlc3RpICYgTmFlZ2VsZSBoYXZlIHByb3ZpZGVkIGdyZWF0IHNlcnZpY2UgLSBwcm9mZXNzaW9uYWwsIHByb21wdCBhbmQgZWZmaWNpZW50IGZvciB0aGUgcGFzdCBmaXZlIHllYXJzLiBXZSBoaWdobHkgcmVjb21tZW5kISJ9LHsidGh1bWIiOiJodHRwczovL3ZpYS5wbGFjZWhvbGRlci5jb20vMTUwIiwiYXV0aG9yIjoiSm9obiBTLiIsImF1dGhvclBvcyI6IkNMSUVOVCBSRVZJRVciLCJibGNrcSI6IkdyZWF0IGFjY291bnRhbnRzIHdpdGgga25vd2xlZGdlIG9mIGV2ZXJ5dGhpbmcgeW91IG5lZWQgdG8ga25vdy4gSGFkIG11bHRpcGxlIGJ1c2luZXNzIHJlbGF0ZWQgdGF4IHF1ZXN0aW9ucyBhcyB3ZWxsIGFzIHBlcnNvbmFsIHRheCBxdWVzdGlvbnMgYW5kIGFsbCB3ZXJlIGFuc3dlcmVkIHdpdGhvdXQgYSBwcm9ibGVtLiBXb3JrIGdldHMgZG9uZSBvbiB0aW1lIHdpdGggbm8gaGFzc2xlIG9yIGhlYWRhY2hlLiBIaWdobHkgcmVjb21tZW5kISJ9LHsidGh1bWIiOiJodHRwczovL3ZpYS5wbGFjZWhvbGRlci5jb20vMTUwIiwiYXV0aG9yIjoiR2lhbmkgVi4iLCJhdXRob3JQb3MiOiJDTElFTlQgUkVWSUVXIiwiYmxja3EiOiJJIGhhdmUgYmVlbiB3b3JraW5nIHdpdGggR2FldGFubyBmb3IgbWFueSB5ZWFycyBhbmQgYWx3YXlzIGhhdmUgaGFkIGEgd29uZGVyZnVsIGV4cGVyaWVuY2UsIEkgd291bGQgaGlnaGx5IHJlY29tbWVuZCB3b3JraW5nIHdpdGggaGltIGFuZCB0aGlzIGZyaW0uIn0seyJ0aHVtYiI6Imh0dHBzOi8vdmlhLnBsYWNlaG9sZGVyLmNvbS8xNTAiLCJhdXRob3IiOiJDYXJhIFNjaGFyZiIsImF1dGhvclBvcyI6IkNMSUVOVCBSRVZJRVciLCJibGNrcSI6IkkgY2Fu4oCZdCBzYXkgZW5vdWdoIGFib3V0IFByZXN0aSBhbmQgaG93IG11Y2ggSSB0aGluayBvZiB0aGVtLiBUaGV5IGhhdmUgc2F2ZWQgbWUgbnVtZXJvdXMgdGltZXMsIGFuZCBhZnRlciBoaXJpbmcgdGltZSBhbmQgdGltZSBhZ2FpbiwgSSBhbHdheXMgZ28gYmFjayB0byB0aGVpciBleHBlcnRpc2UuIFJ1biwgZG9u4oCZdCB3YWxrLiJ9LHsidGh1bWIiOiJodHRwczovL3ZpYS5wbGFjZWhvbGRlci5jb20vMTUwIiwiYXV0aG9yIjoiQ2FuIEEuIiwiYXV0aG9yUG9zIjoiQ0xJRU5UIFJFVklFVyIsImJsY2txIjoiRXhjZWxsZW50IHNlcnZpY2Ugd2l0aCBwZXJzb25hbGl6ZWQgb3B0aW9ucyBmb3IgYmlnIGFuZCBzbWFsbCBidXNpbmVzc2VzIGFsaWtlLiBUaGV5IHJlYWxseSBtYWtlIHlvdSBmZWVsIGxpa2UgeW914oCZcmUgYSBwYXJ0IG9mIHRoZSBmYW1pbHkuIn0seyJ0aHVtYiI6Imh0dHBzOi8vdmlhLnBsYWNlaG9sZGVyLmNvbS8xNTAiLCJhdXRob3IiOiJHaWFucGllcm8gVi4iLCJhdXRob3JQb3MiOiJDTElFTlQgUkVWSUVXIiwiYmxja3EiOiJUaGlzIGlzIGEgZ3JlYXQgZmlybSB3aXRoIGV4Y2VsbGVudCBhbmQgd2VsbCB2ZXJzZWQgcmVwcmVzZW50YXRpdmVzIHdobyBoYXZlIHRoZSBiZXN0IGludGVyZXN0IG9mIHRoZWlyIGN1c3RvbWVycyBpbiBtaW5kLiJ9XSwicHAiOiIxIiwiYWxsb3ctbmF2Ijp0cnVlLCJjbnRlciI6ZmFsc2UsImF1dG9QIjp0cnVlfQ=="> <div class="Tsiema testimonial-slid Tleft"> <div class="slide_item "> <p class="blckq">I have had my business for more than 10 years and struggled through several *truly awful* accountants in the early years. I found Presti & Naegele about five years ago and have never looked back. They are a life-changing breath of fresh air and they will be my accountants for as long as I live. Donald Sager brings me confidence, peace and calm in an area of the business that would otherwise be stressful. He knows what he's doing and is always extremely responsive and ready with a plan of action and to explain anything at all. I am so grateful for him!</p> <h5 class="author">Stacy L.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">Andy and the whole Presti Naegele team have been game changers as accountants for our business. My previous accountant was very hands-off and not accessible. Andy and his team are always available, willing and able to roll up their sleeves no matter what we throw at them. Highly recommend - do NOT hesitate to work with them!</p> <h5 class="author">Michael S.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">This is one of the best accounting firms on the entire East Coast. Hands on, accurate accounting, reasonable invoices for services, they never over bill you. The team is very knowledge, very hands on, and can do any financial service for small businesses or bigger ones. I don't know where we would be if we didn't have them. Highly recommend. I went through 3 accounting firms before finding them-hands down really the best.</p> <h5 class="author">Glam S.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">Brian and P&N's professional, personable and prompt team makes accounting and tax matters fun and streamlined. They're been helping me and my staff with personal and business tax filings for more than 5 years. A+</p> <h5 class="author">Bryan M.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">I've been working with Presti & Naegele since 2006. Highly recommend them to all of my clients.</p> <h5 class="author">Jeanette P.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">Gaetano and the team at Presti & Naegele have provided great service - professional, prompt and efficient for the past five years. We highly recommend!</p> <h5 class="author">Carol S.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">Great accountants with knowledge of everything you need to know. Had multiple business related tax questions as well as personal tax questions and all were answered without a problem. Work gets done on time with no hassle or headache. Highly recommend!</p> <h5 class="author">John S.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">I have been working with Gaetano for many years and always have had a wonderful experience, I would highly recommend working with him and this frim.</p> <h5 class="author">Giani V.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">I can’t say enough about Presti and how much I think of them. They have saved me numerous times, and after hiring time and time again, I always go back to their expertise. Run, don’t walk.</p> <h5 class="author">Cara Scharf</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">Excellent service with personalized options for big and small businesses alike. They really make you feel like you’re a part of the family.</p> <h5 class="author">Can A.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> <div class="slide_item "> <p class="blckq">This is a great firm with excellent and well versed representatives who have the best interest of their customers in mind.</p> <h5 class="author">Gianpiero V.</h5> <p class="author-pos">CLIENT REVIEW</p> </div> </div> <div class="t-am-nav Tleft"> <button class="prev testimonial-slid"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewbox="0 0 31.494 31.494" style="enable-background:new 0 0 31.494 31.494;" xml:space="preserve"> <path d="M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554 c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587 c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z"></path> </svg> </button> <button class="next testimonial-slid"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="268.832px" height="268.832px" viewbox="0 0 268.832 268.832" style="enable-background:new 0 0 268.832 268.832;" xml:space="preserve"> <g> <path d="M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5 c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678 c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z"></path> </g> </svg> </button> </div> </div> </div> </div> </div> <div class="dmRespRow u_1251720605 hasBackgroundOverlay" id="1251720605"> <div class="dmRespColsWrapper" id="1496947434"> <div class="dmRespCol large-12 medium-12 small-12 u_1933991767" id="1933991767"> <div class="dmRespRow u_1844615923" id="1844615923"> <div class="dmRespColsWrapper" id="1080034808"> <div class="u_1305080712 dmRespCol small-12 large-9 medium-9" id="1305080712"> <div class="u_1584344348 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1584344348" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-left m-size-15 size-17" style="letter-spacing: 0.05em;"><span class="font-size-17 m-font-size-15" m-font-size-set="true" style="color:rgb(170, 157, 144);font-weight:800;display:unset;font-family:'DM Sans', 'DM Sans Fallback';">OUR LATEST POSTS</span></p></div> <div class="dmNewParagraph u_1911205072" data-element-type="paragraph" data-version="5" id="1911205072" style="text-align: left;"><p class="m-size-31 m-text-align-center size-60" style="line-height: 1.1;"><span class="m-font-size-31 font-size-60" m-font-size-set="true" style="color:rgb(170, 157, 144);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">News &</span><span single-space="true" class="m-font-size-31 font-size-60" style="color:rgb(0, 42, 92);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';"> <span class="m-font-size-31 font-size-60" style="color:rgb(0, 42, 92);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';"></span> </span><span class="m-font-size-31 font-size-60" style="color:rgb(0, 42, 92);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" m-font-size-set="true">Announcements</span></p></div> </div> <div class="u_1470336095 dmRespCol small-12 large-3 medium-3" id="1470336095"> <a data-display-type="block" class="u_1546987687 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/news-and-insights" data-element-type="dButtonLinkId" id="1546987687" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-circle-arrow-right"> <span class="iconBg" aria-hidden="true" id="1954264070"> <span class="icon hasFontIconstar hasFontIcon icon-circle-arrow-right" id="1881819281"></span> </span> <span class="text" id="1768583490">READ ALL NEWS</span> </a> </div> </div> </div> <div class="dmRespRow u_1690017977" id="1690017977"> <div class="dmRespColsWrapper" id="1740295020"> <div class="dmRespCol large-6 medium-6 small-12" id="1316885692"> <div class="u_1416512011 default mainBlog list_slider" id="1416512011" dmle_extension="internal_blog_list" data-element-type="internal_blog_list" show-images="true" wr="true" trim-title="false" show-blog-title="false" show-action-text="true" text-align="left" icon="true" surround="true" adwords="" list-layout="list_slider" visible-items="1" visible-post-lines="4" search-tags="Featured" search-term="" more-posts-text="Show More" header-type="H2" posts-padding="10" posts-per-row="3" show-author="false" text-box-padding="true" action-text="Read More →" skip-post-index="-1" blog-posts-feature-flag="true" data-image-hover-effect="zoomout" show-more-posts-text="false"> <div class="inner clearfix"> <div style="-ms-grid-column:1; -ms-grid-row:1" class="postArticle lastArticle"> <div class="inner clearfix wow" style="animation-delay: 200.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/new-beneficial-ownership-information-reporting" data-blog-post-alias="new-beneficial-ownership-information-reporting"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-265087-1920w.jpeg');"><img src="https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-265087-1920w.jpeg" alt="new boi reporting" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/new-beneficial-ownership-information-reporting" data-blog-post-alias="new-beneficial-ownership-information-reporting">New Beneficial Ownership Information Reporting</a> </h3> </div> <div class="authorBar"> <span>October 4, 2023</span> </div> <div class="postDescription">Understand the BOI reporting requirements under the Corporate Transparency Act. Key deadlines and compliance details for U.S. businesses explained.</div> <div class="readMore"> <a dont-color-link="true" href="/new-beneficial-ownership-information-reporting"></a> </div> </div> </div> </div> </div> <div></div> </div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1501062307"> <div class="u_1154930635 default mainBlog layout4" id="1154930635" dmle_extension="internal_blog_list" data-element-type="internal_blog_list" show-images="true" wr="true" trim-title="false" show-blog-title="false" show-action-text="true" text-align="left" icon="true" surround="true" adwords="" list-layout="layout4" visible-items="1" visible-post-lines="4" search-tags="" search-term="" more-posts-text="Show More" header-type="H2" posts-padding="10" posts-per-row="1" show-author="false" text-box-padding="true" action-text="Read More →" skip-post-index="-1" blog-posts-feature-flag="true" data-image-hover-effect="zoomout" show-more-posts-text="false"> <div class="inner "> <div style="-ms-grid-column:1; -ms-grid-row:1" class="postArticle lastArticle"> <div class="inner clearfix wow" style="animation-delay: 200.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/why-expert-nonprofit-accounting-in-nashville-tn-matters-how-presti-naegele-supports-mission-driven-organizations" data-blog-post-alias="why-expert-nonprofit-accounting-in-nashville-tn-matters-how-presti-naegele-supports-mission-driven-organizations"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/3-3b1cb4ec-1920w.png');"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/3-3b1cb4ec-1920w.png" alt="The Nashville city skyline is reflected in the water at sunset." onerror="handleImageLoadError(this)"/></div> </a> <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/why-expert-nonprofit-accounting-in-nashville-tn-matters-how-presti-naegele-supports-mission-driven-organizations" data-blog-post-alias="why-expert-nonprofit-accounting-in-nashville-tn-matters-how-presti-naegele-supports-mission-driven-organizations">Why Expert Nonprofit Accounting in Nashville, TN Matters: How Presti & Naegele Supports Mission-Driven Organizations</a> </h3> </div> <div class="authorBar"> <span>May 2, 2025</span> </div> <div class="postDescription">Discover how Presti & Naegele provides expert nonprofit accounting in Nashville, TN, helping mission-driven organizations stay compliant, transparent, and financially strong.</div> </div> <div class="readMore"> <a dont-color-link="true" href="/why-expert-nonprofit-accounting-in-nashville-tn-matters-how-presti-naegele-supports-mission-driven-organizations"></a> </div> </div> </div> </div> </div> <div></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1768820955" id="1768820955"> <div class="dmRespColsWrapper" id="1949938809"> <div class="u_1210121871 dmRespCol empty-column small-12 large-5 medium-5" id="1210121871"></div> <div class="u_1175659883 dmRespCol small-12 large-7 medium-7" id="1175659883"> <div class="u_1329060042 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1329060042"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/Contact-720w.png" alt="" id="1624354352" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Contact.png" width="864" height="152" onerror="handleImageLoadError(this)"/></div> <div class="u_1840992769 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1840992769" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center m-size-15 size-17" style="letter-spacing: 0.05em;"><span class="font-size-17 m-font-size-15" m-font-size-set="true" style="color:rgb(170, 157, 144);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">MAKE AN APPOINTMENT</span></p></div> <div class="u_1050396709 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1050396709"><p class="m-size-36 m-text-align-center size-45" style="line-height: 1.2;"><span class="m-font-size-36 font-size-45" style="color:rgb(1, 42, 93);font-weight:800;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Schedule a Consultation</span></p></div> <div class="dmNewParagraph u_1621110334" data-element-type="paragraph" data-version="5" id="1621110334" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center"><span style="font-weight:400;display:inline;font-family:Montserrat, 'Montserrat Fallback';">Ready to discuss your specific needs with our experts? Schedule a consultation at your convenience. We look forward to understanding your business and tailoring solutions to drive your success.</span></p></div> <div class="u_1116922272 dmform default native-inputs" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="checkbox" id="1116922272"> <h3 class="dmform-title dmwidget-title" id="1168048191" hide="true">Home - Website Form</h3> <div class="dmform-wrapper" id="1608583331" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1707126391"> <div class="dmforminput required small-12 medium-4 large-4 dmRespDesignCol" id="1087141164"> <label for="1920610859" id="1487102103" class="" hide="true" data-dm-for="dmform-0">Name:</label> <input type="text" class="" name="dmform-0" id="1920610859" placeholder="Full Name" data-placeholder-original="Full Name"/><input type="hidden" name="label-dmform-0" value="Name" id="1201433331"/></div> <div class="dmforminput required small-12 medium-4 large-4 dmRespDesignCol" id="1772294918"> <label for="1103706624" id="1528853766" class="" hide="true" data-dm-for="dmform-1">Email</label> <input type="email" class="" name="dmform-1" id="1103706624" placeholder="Email Address" data-placeholder-original="Email Address"/><input type="hidden" name="label-dmform-1" value="Email" id="1831411194" class=""/></div> <div class="dmforminput required small-12 medium-4 large-4 dmRespDesignCol" id="1007790789"> <label for="1627611478" id="1441387616" class="" hide="true" data-dm-for="dmform-2">Phone</label> <input type="tel" class="" name="dmform-2" id="1627611478" placeholder="Phone Number" data-placeholder-original="Phone Number"/><input type="hidden" name="label-dmform-2" value="Phone" id="1392740091" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1386102689"> <label for="1793269359" id="1917457197" class="" hide="true" data-dm-for="dmform-4">Company</label> <input type="text" name="dmform-4" id="1793269359" class="" placeholder="Company" data-placeholder-original="Company"/><input type="hidden" name="label-dmform-4" value="Company" id="1521125283" class=""/></div> <div class="dmforminput large-12 medium-12 dmRespDesignCol" id="1957832553"> <label for="1439421016" id="1891458093" class="" hide="true" data-dm-for="dmform-3">Message</label> <textarea name="dmform-3" id="1439421016" class="" placeholder="Message" data-placeholder-original="Message"></textarea> <input type="hidden" name="label-dmform-3" value="Message" id="1657920739" class=""/></div> <span id="undefined_clear" class="dmWidgetClear"></span> <span id="undefined_clear_clear" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1434293231"><input class="" name="submit" type="submit" value="SUBMIT" id="1291485194"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLtgOKd0dsTXCgNT1vY6jT9EaBZLWR2KlQjPGBVt+7EEb//aJn5xeMIu7TPwq6Cm+kw=" id="1924807272" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1063076550"/><input name="dmformsubject" type="hidden" value="SCHEDULE A CONSULTATION" id="1988596979" class="" data-email-subject="SCHEDULE A CONSULTATION"/><input name="dmformfrom" type="hidden" value="PNTAX" id="1795976385" class=""/><input name="dmformautoreplyenabled" type="hidden" value="true" id="1814566613"/><input name="dmformautoreplyfrom" type="hidden" value="Presti & Naegele Accounting Offices" id="1080860673"/><input name="dmformautoreplysubject" type="hidden" value="Thank you for your submission" id="1914773430"/><input name="dmformautoreplymsg" type="hidden" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1321342281"/><input name="dmformautoreplyincludeformcopy" type="hidden" value="true" id="1930963923"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrS2O7dLXzoofpbluUXoFgdKKy6Ei4qLi3AjlF5hHR3SIEvbwvkEkO1e3pun4R++y3d7X912PnHowLRxMtFAenBTA1VAcAeomvFioZuhlP53XsEla0LQxVnNsXHsnFP4sGjn1ESHvTH9iJJ4HTiWgRrKjDn0Jcm3s5K69zOoTELQCeb7Qc+s2UC1o39VLMsEaFHnSjy5fmFxzvBul6UqxKuLI07kN1tC4IWbk9e4gdTJkiKFADOBmjCsy0RW8LyHKpzUmBU7J9sCYb3Ied72tywBxkSAe3Iw+RorJ41bu0WYW4PlEYeoDWh3FcXzwJzQFaE+U40MV8VB6f659FaBGZjtxc42KJzI1kcLAq7/bQwKUpWUJIOQnhiR8OMxMrk5SCkv3W3obyBTWSp4eVA86H/ijqCYIiOMt9p4qwYFepN8hHdDSM67ZFT6EB2SWq0fk/uc/oIYePf1SHdtakUhydJ2s+MS3YYKwf/sNn5XFBmZayZo6u2kU80Xk+MS3YYKwf/tbr8Adg/gMunCvGgQJRUQ0/70pHc81qJf2rMwRyZxskqkVpAswsqSo=" data-dec="true"/><input type="hidden" name="page_uuid" value="695493a41108482c93344d2b765b743d"/></form> </div> <div class="dmform-success" style="display:none" id="1803008036">Thank you for contacting us.<br id="1344621984"/>We will get back to you as soon as possible.</div> <div class="dmform-error" style="display:none" id="1837975210">Oops, there was an error sending your message.<br id="1159342068"/>Please try again later.</div> </div> </div> </div> </div> <div class="u_1703967193 dmRespRow fullBleedChanged fullBleedMode" id="1703967193"> <div class="dmRespColsWrapper" id="1961186436"> <div class="u_1392994660 dmRespCol small-12 large-6 medium-6" id="1392994660"> <div class="u_1417693896 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1417693896"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/texture01-150w.png" alt="" id="1852830866" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/texture01.png" width="154" height="153" onerror="handleImageLoadError(this)"/></div> <div class="u_1176851158 dmRespRow" id="1176851158"> <div class="dmRespColsWrapper" id="1159298711"> <div class="dmRespCol small-12 medium-12 large-12 u_1974134484" id="1974134484"> <div class="dmRespRow u_1251592514" id="1251592514"> <div class="dmRespColsWrapper" id="1112767573"> <div class="dmRespCol small-12 u_1624682237 large-4 medium-4" id="1624682237"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1100893417"><p class="m-text-align-center size-19 m-size-15" style="line-height: 1.3;"><span class="font-size-19 m-font-size-15" m-font-size-set="true" style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Manhattan</span></p></div> <div class="u_1572394715 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1572394715"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1306522838"/></div> <div class="u_1284477862 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1284477862" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">225 West 35th Street, 5th Floor New York, NY 10001</span></p></div> <div class="u_1840102719 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1840102719" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone: (212) 736-0055</span></p></div> </div> <div class="u_1409342718 dmRespCol small-12 large-4 medium-4" id="1409342718"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1605954132"><p class="m-text-align-center size-19 m-size-15" style="line-height: 1.3;"><span class="font-size-19 m-font-size-15" m-font-size-set="true" style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Stamford</span></p></div> <div class="u_1334230702 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1334230702"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1234202395"/></div> <div class="u_1303704797 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1303704797" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">350 Bedford St, Ste 303 Stamford, CT 06902</span></p></div> <div class="u_1060743179 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1060743179" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone: (203) 356-1061</span></p></div> </div> <div class="dmRespCol small-12 u_1958205589 large-4 medium-4" id="1958205589"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1537818127"><p class="m-text-align-center size-19 m-size-15" style="line-height: 1.3;"><span class="font-size-19 m-font-size-15" m-font-size-set="true" style="font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Long Island</span></p></div> <div class="u_1926585015 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1926585015"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1119227271"/></div> <div class="u_1722446261 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1722446261" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">487 Jericho Trnpk, Syosset, NY 11791</span></p></div> <div class="u_1797096097 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1797096097" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-14 m-size-11"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone: (212) 736-0055</span></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1847093026" id="1847093026"> <div data-element-type="html" class="u_1850946282 dmCustomHtml" id="1850946282"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.4429463437564!2d-73.99365242397232!3d40.75228147138757!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259ac20927379%3A0xedcc39ee3c3f7d60!2sPresti%20%26%20Naegele%3A%20Accounting%20Offices!5e0!3m2!1sen!2sph!4v1701467797898!5m2!1sen!2sph" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer hasBackgroundOverlay"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1776931114 dmRespRow" id="1776931114"> <div class="dmRespColsWrapper" id="1266696305"> <div class="dmRespCol large-12 medium-12 small-12" id="1428519121"> <div class="u_1999190014 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1999190014"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/FINAL+LOGO+WHITE-1008w.png" alt="" id="1838235976" class="" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/FINAL+LOGO+WHITE.png" width="1462" height="311" onerror="handleImageLoadError(this)"/></div> <div class="u_1552563317 align-center text-align-center dmSocialHub gapSpacing" id="1552563317" 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.google.com/maps/place/Presti+%26+Naegele:+Accounting+Offices/@40.7522815,-73.9910775,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259ac20927379:0xedcc39ee3c3f7d60!8m2!3d40.7522815!4d-73.9910775!16s%2Fg%2F1th24qq4?entry=ttu" target="_blank" dm_dont_rewrite_url="true" aria-label="google_my_business" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'GoogleMyBusiness')"> <span class="dmSocialGoogleMyBusiness dm-social-icons-google-my-business oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="float"></span> </a> <a href="https://youtube.com/@PNTAX" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="float"></span> </a> <a href="https://vimeo.com/user220398462" target="_blank" dm_dont_rewrite_url="true" aria-label="vimeo" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Vimeo')"> <span class="dmSocialVimeo dm-social-icons-vimeo oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="float"></span> </a> <a href="https://www.linkedin.com/company/presti-naegele-accounting-offices/" 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="float"></span> </a> <a href="https://www.tiktok.com/@presti.naegele?lang=en" target="_blank" dm_dont_rewrite_url="true" aria-label="tiktok" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Tiktok')"> <span class="dmSocialTiktok dm-social-icons-tiktok oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="float"></span> </a> </div> </div> </div> <nav class="u_1472027976 hide-for-medium hide-for-large unifiednav_vertical effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HOVER" id="1472027976" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item " target="" data-target-page-alias="about"> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down" 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="0"> <a href="/our-leadership" class="unifiednav__item " target="" data-target-page-alias="our-leadership"> <span class="nav-item-text " data-link-text="Our Leadership" data-auto="page-text-style">Our Leadership<span class="icon icon-angle-down" 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="0"> <a href="/meet-the-team" class="unifiednav__item " target="" data-target-page-alias="meet-the-team"> <span class="nav-item-text " data-link-text="Meet The Team" data-auto="page-text-style">Meet The Team<span class="icon icon-angle-down" 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="0"> <a href="/our-culture" class="unifiednav__item " target="" data-target-page-alias="our-culture"> <span class="nav-item-text " data-link-text="Our Culture" data-auto="page-text-style">Our Culture<span class="icon icon-angle-down" 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="0"> <a href="/services" class="unifiednav__item " target="" data-target-page-alias="services"> <span class="nav-item-text " data-link-text="Services" data-auto="page-text-style">Services<span class="icon icon-angle-down" 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="0"> <a href="/industries" class="unifiednav__item " target="" data-target-page-alias="industries"> <span class="nav-item-text " data-link-text="Industries" data-auto="page-text-style">Industries<span class="icon icon-angle-down" 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="0"> <a href="/reviews" class="unifiednav__item " target="" data-target-page-alias="reviews"> <span class="nav-item-text " data-link-text="Reviews" data-auto="page-text-style">Reviews<span class="icon icon-angle-down" 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="0"> <a href="/news-and-insights" class="unifiednav__item " target="" data-target-page-alias="news-and-insights"> <span class="nav-item-text " data-link-text="News and Insights" data-auto="page-text-style">News and Insights<span class="icon icon-angle-down" 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="0"> <a href="https://qsop.quickfee.com/payment-portal/PNTAX" class="unifiednav__item " target="_blank" data-target-page-alias="https://qsop.quickfee.com/payment-portal/PNTAX"> <span class="nav-item-text " data-link-text="Online Payments" data-auto="page-text-style">Online Payments<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> <nav class="u_1322035047 effect-bottom2 hide-for-small main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1322035047" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" 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" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item " target="" data-target-page-alias="about"> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down" 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="0"> <a href="/our-leadership" class="unifiednav__item " target="" data-target-page-alias="our-leadership"> <span class="nav-item-text " data-link-text="Our Leadership" data-auto="page-text-style">Our Leadership<span class="icon icon-angle-down" 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="0"> <a href="/meet-the-team" class="unifiednav__item " target="" data-target-page-alias="meet-the-team"> <span class="nav-item-text " data-link-text="Meet The Team" data-auto="page-text-style">Meet The Team<span class="icon icon-angle-down" 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="0"> <a href="/our-culture" class="unifiednav__item " target="" data-target-page-alias="our-culture"> <span class="nav-item-text " data-link-text="Our Culture" data-auto="page-text-style">Our Culture<span class="icon icon-angle-down" 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="0"> <a href="/services" class="unifiednav__item " target="" data-target-page-alias="services"> <span class="nav-item-text " data-link-text="Services" data-auto="page-text-style">Services<span class="icon icon-angle-down" 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="0"> <a href="/industries" class="unifiednav__item " target="" data-target-page-alias="industries"> <span class="nav-item-text " data-link-text="Industries" data-auto="page-text-style">Industries<span class="icon icon-angle-down" 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="0"> <a href="/reviews" class="unifiednav__item " target="" data-target-page-alias="reviews"> <span class="nav-item-text " data-link-text="Reviews" data-auto="page-text-style">Reviews<span class="icon icon-angle-down" 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="0"> <a href="/news-and-insights" class="unifiednav__item " target="" data-target-page-alias="news-and-insights"> <span class="nav-item-text " data-link-text="News and Insights" data-auto="page-text-style">News and Insights<span class="icon icon-angle-down" 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="0"> <a href="/make-a-payment" class="unifiednav__item " target="" data-target-page-alias="make-a-payment"> <span class="nav-item-text " data-link-text="Pay My Client Invoice" data-auto="page-text-style">Pay My Client Invoice<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> <div class="u_1427732549 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1427732549"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1533855225"/></div> </div> </div> </div> <div class="u_1009469939 dmRespRow" id="1009469939"> <div class="dmRespColsWrapper" id="1005509658"> <div class="u_1700132332 dmRespCol small-12 large-6 medium-6" id="1700132332"> <div class="dmRespRow u_1837814045" id="1837814045" mode="1"> <div class="dmRespColsWrapper" id="1267959291"> <div class="u_1403254757 dmRespCol small-12 large-5 medium-5" id="1403254757"> <div class="u_1947618608 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1947618608" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 size-21"><span style="color:rgb(170, 157, 144);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-19 font-size-21" m-font-size-set="true">Tax Services</span></p></div> <div class="u_1510135121 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1510135121"> <svg version="1.1" id="1215468931" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1215468931" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <nav class="u_1567096545 unifiednav_vertical effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1567096545" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/tax-services" class="unifiednav__item " target="" data-target-page-alias="tax-services"> <span class="nav-item-text " data-link-text="Tax Services" data-auto="page-text-style">Tax Services<span class="icon icon-angle-down" 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="0"> <a href="/tax-planning-for-business-clients" class="unifiednav__item " target="" data-target-page-alias="tax-planning-for-business-clients"> <span class="nav-item-text " data-link-text="Tax Planning for Businesses" data-auto="page-text-style">Tax Planning for Businesses<span class="icon icon-angle-down" 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="0"> <a href="/tax-planning-for-families-and-individuals" class="unifiednav__item " target="" data-target-page-alias="tax-planning-for-families-and-individuals"> <span class="nav-item-text " data-link-text="Tax Planning for Families and Individuals" data-auto="page-text-style">Tax Planning for Families and Individuals<span class="icon icon-angle-down" 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="0"> <a href="/trust-and-estate-and-gift-tax-preparation" class="unifiednav__item " target="" data-target-page-alias="trust-and-estate-and-gift-tax-preparation"> <span class="nav-item-text " data-link-text="Trust & Estate and Gift Tax" data-auto="page-text-style">Trust & Estate and Gift Tax<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1189135764 dmRespCol small-12 large-7 medium-7" id="1189135764"> <div class="u_1751479922 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1751479922" data-styletopreserve="{" background-image":""}"=""><p class="m-size-19 size-21"><span style="color:rgb(170, 157, 144);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-19 font-size-21" m-font-size-set="true">Client Accounting Services</span></p></div> <div class="u_1167859520 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1167859520"> <svg version="1.1" id="1444919838" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1444919838" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <nav class="u_1118258926 unifiednav_vertical effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1118258926" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/client-accounting-services" class="unifiednav__item " target="" data-target-page-alias="client-accounting-services"> <span class="nav-item-text " data-link-text="Client Accounting Services" data-auto="page-text-style">Client Accounting Services<span class="icon icon-angle-down" 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="0"> <a href="/bookkeeping" class="unifiednav__item " target="" data-target-page-alias="bookkeeping"> <span class="nav-item-text " data-link-text="Bookkeeping" data-auto="page-text-style">Bookkeeping<span class="icon icon-angle-down" 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="0"> <a href="/cfo-services" class="unifiednav__item " target="" data-target-page-alias="cfo-services"> <span class="nav-item-text " data-link-text="CFO Advisory Services" data-auto="page-text-style">CFO Advisory Services<span class="icon icon-angle-down" 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="0"> <a href="/cpa-services" class="unifiednav__item " target="" data-target-page-alias="cpa-services"> <span class="nav-item-text " data-link-text="CPA Services" data-auto="page-text-style">CPA Services<span class="icon icon-angle-down" 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="0"> <a href="/family-office" class="unifiednav__item " target="" data-target-page-alias="family-office"> <span class="nav-item-text " data-link-text="Family Office" data-auto="page-text-style">Family Office<span class="icon icon-angle-down" 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="0"> <a href="/payroll-services" class="unifiednav__item " target="" data-target-page-alias="payroll-services"> <span class="nav-item-text " data-link-text="Payroll Services" data-auto="page-text-style">Payroll Services<span class="icon icon-angle-down" 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="0"> <a href="/Quickbooks-services" class="unifiednav__item " target="" data-target-page-alias="technology-solutions"> <span class="nav-item-text " data-link-text="QuickBooks Services" data-auto="page-text-style">QuickBooks Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> <div class="u_1198230628 dmRespCol small-12 large-3 medium-3" id="1198230628"> <div class="u_1813254285 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1813254285" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 size-21"><span class="font-size-21 m-font-size-19" m-font-size-set="true" style="color:rgb(170, 157, 144);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Advisory Services</span></p></div> <div class="u_1907739015 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1907739015"> <svg version="1.1" id="1134080493" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1134080493" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <nav class="u_1231562190 unifiednav_vertical effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1231562190" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/asset-protection" class="unifiednav__item " target="" data-target-page-alias="asset-protection"> <span class="nav-item-text " data-link-text="Asset Protection" data-auto="page-text-style">Asset Protection<span class="icon icon-angle-down" 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="0"> <a href="/forensic-accounting-services" class="unifiednav__item " target="" data-target-page-alias="forensic-accounting-services"> <span class="nav-item-text " data-link-text="Forensic Accounting" data-auto="page-text-style">Forensic Accounting<span class="icon icon-angle-down" 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="0"> <a href="/international-business-oversight-and-itin-services" class="unifiednav__item " target="" data-target-page-alias="international-business-oversight-and-itin-services"> <span class="nav-item-text " data-link-text="International Oversight" data-auto="page-text-style">International Oversight<span class="icon icon-angle-down" 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="0"> <a href="/mergers-and-acquisitions" class="unifiednav__item " target="" data-target-page-alias="mergers-and-aquisitions"> <span class="nav-item-text " data-link-text="Mergers and Acquisitions" data-auto="page-text-style">Mergers and Acquisitions<span class="icon icon-angle-down" 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="0"> <a href="/succession-planning" class="unifiednav__item " target="" data-target-page-alias="succession-planning"> <span class="nav-item-text " data-link-text="Succession Planning" data-auto="page-text-style">Succession Planning<span class="icon icon-angle-down" 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="0"> <a href="/valuations" class="unifiednav__item " target="" data-target-page-alias="valuations"> <span class="nav-item-text " data-link-text="Valuations" data-auto="page-text-style">Valuations<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1548086176 dmRespCol small-12 large-3 medium-3" id="1548086176"> <div class="u_1415438604 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1415438604" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 size-21"><a href="/industries" runtime_url="/industries" type="page" style="color:rgb(170, 157, 144);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-21 m-font-size-19" m-font-size-set="true">Industries</a></p></div> <div class="u_1184767252 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1184767252"> <svg version="1.1" id="1688564847" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1688564847" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <div class="dmRespRow u_1530415224" id="1530415224" mode="1"> <div class="dmRespColsWrapper" id="1564499911"> <div class="u_1174347978 dmRespCol small-12 large-6 medium-6" id="1174347978"> <nav class="u_1015095939 unifiednav_vertical effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1015095939" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/architecture-and-engineering" class="unifiednav__item " target="" data-target-page-alias="architecture-and-engineering"> <span class="nav-item-text " data-link-text="Architecture" data-auto="page-text-style">Architecture<span class="icon icon-angle-down" 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="0"> <a href="/construction" class="unifiednav__item " target="" data-target-page-alias="construction"> <span class="nav-item-text " data-link-text="Construction" data-auto="page-text-style">Construction<span class="icon icon-angle-down" 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="0"> <a href="/dental-practices" class="unifiednav__item " target="" data-target-page-alias="dental-practices"> <span class="nav-item-text " data-link-text="Dental Practices" data-auto="page-text-style">Dental Practices<span class="icon icon-angle-down" 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="0"> <a href="/ecommerce" class="unifiednav__item " target="" data-target-page-alias="ecommerce"> <span class="nav-item-text " data-link-text="Ecommerce" data-auto="page-text-style">Ecommerce<span class="icon icon-angle-down" 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="0"> <a href="/food-and-beverage" class="unifiednav__item " target="" data-target-page-alias="food-and-beverage"> <span class="nav-item-text " data-link-text="Food & Beverage" data-auto="page-text-style">Food & Beverage<span class="icon icon-angle-down" 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="0"> <a href="/franchise" class="unifiednav__item " target="" data-target-page-alias="franchise"> <span class="nav-item-text " data-link-text="Franchises" data-auto="page-text-style">Franchises<span class="icon icon-angle-down" 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="0"> <a href="/hospitality" class="unifiednav__item " target="" data-target-page-alias="hospitality"> <span class="nav-item-text " data-link-text="Hospitality" data-auto="page-text-style">Hospitality<span class="icon icon-angle-down" 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="0"> <a href="/law-firms" class="unifiednav__item " target="" data-target-page-alias="law-firms"> <span class="nav-item-text " data-link-text="Law Firms" data-auto="page-text-style">Law Firms<span class="icon icon-angle-down" 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="0"> <a href="/manufacturing-and-distribution" class="unifiednav__item " target="" data-target-page-alias="manufacturing-and-distribution"> <span class="nav-item-text " data-link-text="Manufacturing" data-auto="page-text-style">Manufacturing<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1568372207 dmRespCol small-12 large-6 medium-6" id="1568372207"> <nav class="u_1871992208 unifiednav_vertical effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1871992208" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/medical-practices" class="unifiednav__item " target="" data-target-page-alias="medical-practices"> <span class="nav-item-text " data-link-text="Medical Practices" data-auto="page-text-style">Medical Practices<span class="icon icon-angle-down" 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="0"> <a href="/not-for-profit" class="unifiednav__item " target="" data-target-page-alias="not-for-profit-private-foundations"> <span class="nav-item-text " data-link-text="Nonprofit" data-auto="page-text-style">Nonprofit<span class="icon icon-angle-down" 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="0"> <a href="/professional-services" class="unifiednav__item " target="" data-target-page-alias="professional-services"> <span class="nav-item-text " data-link-text="Professional Services" data-auto="page-text-style">Professional Services<span class="icon icon-angle-down" 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="0"> <a href="/real-estate" class="unifiednav__item " target="" data-target-page-alias="real-estate"> <span class="nav-item-text " data-link-text="Real Estate" data-auto="page-text-style">Real Estate<span class="icon icon-angle-down" 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="0"> <a href="/real-estate-brokers-and-agents" class="unifiednav__item " target="" data-target-page-alias="real-estate"> <span class="nav-item-text " data-link-text="Real Estate Brokers and Agents" data-auto="page-text-style">Real Estate Brokers and Agents<span class="icon icon-angle-down" 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="0"> <a href="/retail" class="unifiednav__item " target="" data-target-page-alias="retail"> <span class="nav-item-text " data-link-text="Retail" data-auto="page-text-style">Retail<span class="icon icon-angle-down" 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="0"> <a href="/small-business-accounting" class="unifiednav__item " target="" data-target-page-alias="small-business-accounting"> <span class="nav-item-text " data-link-text="Small Business" data-auto="page-text-style">Small Business<span class="icon icon-angle-down" 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="0"> <a href="/technology" class="unifiednav__item " target="" data-target-page-alias="technology"> <span class="nav-item-text " data-link-text="Technology" data-auto="page-text-style">Technology<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="u_1382087602 dmRespRow" id="1382087602"> <div class="dmRespColsWrapper" id="1046490065"> <div class="u_1047776766 dmRespCol small-12 medium-12 large-12" id="1047776766"> <div class="u_1445763621 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1445763621" data-styletopreserve="{" background-image":""}"=""><p class="m-text-align-center" style="letter-spacing: 0.1em;"><span style="color:rgb(0, 42, 92);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">BUSINESS INSIGHTS</span></p></div> <div class="u_1788545575 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1788545575" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-29 m-text-align-center size-36" style="line-height: 1.2;"><span class="m-font-size-29 font-size-36" style="color:rgb(0, 42, 92);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Sign Up For Our Newsletter</span></p></div> <div class="u_1193162609 dmform default native-inputs" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="bottomleft" id="1193162609"> <h3 class="dmform-title dmwidget-title" id="1533368544" hide="true">Newsletter Subscription</h3> <div class="dmform-wrapper" id="1582997272" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1137079114"> <div class="dmforminput required small-12 dmRespDesignCol medium-8 large-8" id="1644645514"> <label for="1014729891" id="1456873608" class="" hide="true" data-dm-for="dmform-1">Email</label> <input type="email" class="" name="dmform-1" id="1014729891" placeholder="Your email address" data-placeholder-original="Your email address"/><input type="hidden" name="label-dmform-1" value="Email" id="1815578926" class=""/></div> <span id="undefined_clear_clear" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1789478816"><input class="" name="submit" type="submit" value="SUBSCRIBE" id="1935074246"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLtgOKd0dsTXCgNT1vY6jT9EaBZLWR2KlQjPGBVt+7EEb//aJn5xeMIu7TPwq6Cm+kw=" id="1459848346" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1754456975"/><input name="dmformsubject" type="hidden" value="Newsletter Subscription" id="1985688679" class="" data-email-subject="Newsletter Subscription"/><input name="dmformfrom" type="hidden" value="PNTAX" id="1915564500" class=""/><input name="dmformautoreplyenabled" type="hidden" value="true" id="1042063937"/><input name="dmformautoreplyfrom" type="hidden" value="Presti & Naegele Accounting Offices" id="1985994095"/><input name="dmformautoreplysubject" type="hidden" value="Thank you for your submission" id="1504595686"/><input name="dmformautoreplymsg" type="hidden" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1939401543"/><input name="dmformautoreplyincludeformcopy" type="hidden" value="true" id="1425844754"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrS2O7dLXzoofpbluUXoFgdKKy6Ei4qLi3AjlF5hHR3SIEvbwvkEkO1e3pun4R++y3d7X912PnHowLRxMtFAenBTA1VAcAeomvFioZuhlP53Xs2Kruo74mdX1jaLXbtlhnvZrs0G/5lvjkJ4HTiWgRrKjDn0Jcm3s5K69zOoTELQCeb7Qc+s2UC1o39VLMsEaFHnSjy5fmFxzvBul6UqxKuLI07kN1tC4IWbk9e4gdTJkiKFADOBmjCsy0RW8LyHKpzUmBU7J9sCYb3Ied72tywBxkSAe3Iw+RorJ41bu0WYW4PlEYeoDWh3FcXzwJzQFaE+U40MV8VB6f659FaBGZjtxc42KJzI1kcLAq7/bQwKUpWUJIOQnhiR8OMxMrk5SCkv3W3obyBTWSp4eVA86H/ijqCYIiOMt9p4qwYFepN8hHdDSM67ZFT6EB2SWq0fk/uc/oIYePf1SHdtakUhydJ2s+MS3YYKwf/sNn5XFBmZayZo6u2kU80Xk+MS3YYKwf/tbr8Adg/gMunCvGgQJRUQ0/70pHc81qJf2rMwRyZxskqkVpAswsqSo=" data-dec="true"/><input type="hidden" name="page_uuid" value="6abd38945c1f4f8795142ff7c2e441a7"/></form> </div> <div class="dmform-success" style="display:none" id="1395872497">Thank you for contacting us.<br id="1698280854"/>We will get back to you as soon as possible.</div> <div class="dmform-error" style="display:none" id="1124949722">Oops, there was an error sending your message.<br id="1311872557"/>Please try again later.</div> </div> </div> </div> </div> <div class="dmRespRow u_1665786283" id="1665786283"> <div class="dmRespColsWrapper" id="1624928415"> <div class="u_1802332948 dmRespCol small-12 medium-4 large-4" id="1802332948"> <div class="u_1064604106 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1064604106"><p class="m-size-19 size-21"><span style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-21 m-font-size-19" m-font-size-set="true">New York (NYC) Location</span></p></div> <div class="u_1101401505 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1101401505"> <svg version="1.1" id="1258519048" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1258519048" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <div class="u_1796094374 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1796094374" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">225 W 35th St, 5th FL New York, NY 10001</span></p></div> <div class="u_1605366671 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1605366671" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone</span><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">:</span><span single-space="true" class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';"> <span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';"></span> </span><span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';" m-font-size-set="true">(212) 736-0055</span></p></div> </div> <div class="u_1140056029 dmRespCol small-12 medium-4 large-4" id="1140056029"> <div class="u_1938522869 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1938522869"><p class="m-size-19 size-21"><span class="font-size-21 m-font-size-19" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Stamford, CT Location</span></p></div> <div class="u_1289142773 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1289142773"> <svg version="1.1" id="1455907917" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1455907917" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <div class="u_1153468063 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1153468063" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-13 size-16"><span style="color:rgb(255, 255, 255);font-weight:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="m-font-size-13 font-size-16" m-font-size-set="true">350 Bedford St, Ste 303 Stamford, CT 06901</span></p></div> <div class="u_1372222749 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1372222749" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone</span><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';">:</span><span single-space="true" class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';"> <span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';"></span> </span><span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:Montserrat, 'Montserrat Fallback';" m-font-size-set="true">(203) 356-1061</span></p></div> </div> <div class="u_1689115902 dmRespCol small-12 medium-4 large-4" id="1689115902"> <div class="u_1724756444 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1724756444"><p class="m-size-19 size-21"><span style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-21 m-font-size-19" m-font-size-set="true">Long Island, NY Location</span></p></div> <div class="u_1265249500 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1265249500"> <svg version="1.1" id="1033650631" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px" height="3px" viewbox="0 0 55 3" enable-background="new 0 0 55 3" xml:space="preserve" class="svg u_1033650631" data-icon-custom="true" data-icon-name="•Spacer-Divider.svg"> <rect width="32.002" height="3"></rect> <rect x="35.003" width="7.042" height="3"></rect> <rect x="44.961" width="10.039" height="3"></rect> </svg> </div> <div class="u_1711282971 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1711282971"><p class="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:600;display:unset;font-family:Montserrat, 'Montserrat Fallback';">487 Jericho Trnpk, Syosset, NY 11791</span></p></div> <div class="u_1528504902 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1528504902" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';">Phone:</span><span single-space="true" class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';"> <span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Montserrat, 'Montserrat Fallback';"></span> </span><span class="m-font-size-16 font-size-16" style="color:rgb(255, 255, 255);display:unset;font-family:Montserrat, 'Montserrat Fallback';" m-font-size-set="true">(212) 736-0055</span></p></div> </div> </div> </div> <div class="dmRespRow" id="1860237773"> <div class="dmRespColsWrapper" id="1116033945"> <div class="u_1351203035 dmRespCol small-12 large-7 medium-7" id="1351203035"> <div class="u_1609457388 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1609457388"> <a href="https://we-awards.com/winner/presti-naegele-website/" id="1968000944" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/wea_logo_golden_black_background__1_-removebg-preview-4e6a4d2e-706w-627w.webp" alt="" id="1769513625" class="" width="710" height="183" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/wea_logo_golden_black_background__1_-removebg-preview-4e6a4d2e-706w.webp" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1518166136 dmRespCol small-12 large-5 medium-5" id="1518166136"> <div class="u_1356956189 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1356956189"> <a href="https://we-awards.com/winner/presti-naegele-website/" id="1854100347" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/a1c5fd16/dms3rep/multi/opt/image1-removebg-preview-381936e9-319w-277w.webp" alt="" id="1106419343" class="" width="320" height="240" data-dm-image-path="https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/image1-removebg-preview-381936e9-319w.webp" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1176070778" id="1176070778"> <div class="dmRespColsWrapper" id="1361028028"> <div class="u_1113491228 dmRespCol small-12 large-5 medium-5" id="1113491228"> <div class="u_1011119840 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1011119840" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCBQcmVzdGkgJmFtcDsgTmFlZ2VsZSBBY2NvdW50aW5nIGFuZCBBZHZpc29yeSBTZXJ2aWNlczwvcD4iLCJyZXZlcnNlRmxhZyI6ZmFsc2V9"> <div class="copyright"> <div>© 2025 </div> <div><p class="rteBlock">All Rights Reserved | Presti & Naegele Accounting and Advisory Services</p></div> </div> </div> </div> <div class="u_1969572052 dmRespCol small-12 large-4 medium-4" id="1969572052"> <nav class="u_1076906261 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1076906261" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" 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" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/disclaimer" class="unifiednav__item " target="" data-target-page-alias="disclaimer"> <span class="nav-item-text " data-link-text="Disclaimer" data-auto="page-text-style">Disclaimer<span class="icon icon-angle-down" 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="0"> <a href="/portal-eula" class="unifiednav__item " target="" data-target-page-alias="portal-eula"> <span class="nav-item-text " data-link-text="Portal EULA" data-auto="page-text-style">Portal EULA<span class="icon icon-angle-down" 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="0"> <a href="/privacy-notice" class="unifiednav__item " target="" data-target-page-alias="privacy-notice"> <span class="nav-item-text " data-link-text="Privacy Notice" data-auto="page-text-style">Privacy Notice<span class="icon icon-angle-down" 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="0"> <a href="/sitemap" class="unifiednav__item " target="" data-target-page-alias="sitemap"> <span class="nav-item-text " data-link-text="Sitemap" data-auto="page-text-style">Sitemap<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1969862121 dmRespCol small-12 large-3 medium-3" id="1969862121"> <div class="dmNewParagraph u_1413421331" data-element-type="paragraph" data-version="5" id="1413421331" style="text-align: left;"><p class="m-text-align-center text-align-right" style="line-height: 1;"><a href="https://www.onlineculture.io/" target="_blank" runtime_url="https://www.onlineculture.io/" type="url" style="color:rgb(255, 255, 255);font-weight:600;display:initial;font-family:Montserrat, 'Montserrat Fallback';">Online</a><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span><a href="https://www.onlineculture.io/" target="_blank" runtime_url="https://www.onlineculture.io/" type="url" style="font-weight:bold;display:initial;font-family:'Dancing Script', 'Dancing Script Fallback';" class="font-size-30 m-font-size-28" m-font-size-set="true">Culture</a></p></div> <div class="widget-48b252 u_1064242129 dmCustomWidget" data-lazy-load="true" data-title="" id="1064242129" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="48b252a41f614132a3c5dc9f7e1614e3" data-widget-version="24" data-widget-config="eyJpY29uMSI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHZpZXdCb3g9XCIwIDAgNzAgNzBcIj5cbjxwb2x5Z29uIHBvaW50cz1cIjE3LjQsNDUuNyAxNS4xLDQzLjMgMzUsMjQuMyA1NC45LDQzLjMgNTIuNiw0NS43IDM1LDI4LjggXCIvPlxuXG48L3N2Zz4ifQ=="> <div class="m-backtotop" aria-hidden="true" id="js-top"> <div class="arrow"> <span> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70"> <polygon points="17.4,45.7 15.1,43.3 35,24.3 54.9,43.3 52.6,45.7 35,28.8 "></polygon> </svg> </span> </div> <div class="text">Back to top</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=Montserrat:[email protected]&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&family=Dancing+Script:[email protected]&family=DM+Sans:[email protected]&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/5453/_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/0435364c5624b8dcdc7171c674a9b517.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/a1c5fd16/files/a1c5fd16_withFlex_1.min.css?v=425" 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/a1c5fd16/files/a1c5fd16_home_withFlex_1.min.css?v=425" 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-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-72, .size-72, .size-72 > font { font-size: 72px !important; }.font-size-39, .size-39, .size-39 > font { font-size: 39px !important; }.font-size-40, .size-40, .size-40 > font { font-size: 40px !important; }.font-size-17, .size-17, .size-17 > font { font-size: 17px !important; }.font-size-65, .size-65, .size-65 > font { font-size: 65px !important; }.font-size-45, .size-45, .size-45 > font { font-size: 45px !important; }.font-size-55, .size-55, .size-55 > font { font-size: 55px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-13, .size-13, .size-13 > font { font-size: 13px !important; }.font-size-35, .size-35, .size-35 > font { font-size: 35px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-19, .size-19, .size-19 > font { font-size: 19px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-21, .size-21, .size-21 > font { font-size: 21px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !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> window.customWidgetsFunctions["48b252a41f614132a3c5dc9f7e1614e3~24"] = function (element, data, api) { //Make sure the user has scrolled at least double the height of the browser $(document).ready(function () { $(window).scroll(function() { if ($("html, body").scrollTop() > 300 && (data.device!="mobile")){ //Adds active class to make button visible $(".m-backtotop").addClass("active"); } else { //Removes active class to make button visible $(".m-backtotop").removeClass("active"); } }); //Scrolls the user to the top of the page again $(".m-backtotop").click(function() { $("html, body").animate({ scrollTop: 0 }, "slow"); return false; }); }); }; </script> <script> window.customWidgetsFunctions["7ebf92fcfe734a44a1911cd164200ec0~360"] = function (element, data, api) { /* * Mega Menu * Aug 2020 * Version 1.0.2 *Upon purchase of this widget, you acquire the right to use it; you're not actually acquiring the widget itself.TheCamel.co is the owner of the intellectual property of this widget. The widget is for use only, it is not to be on sold, lent, rented, given away, gifted you can’t even put it in your will. It is for use for your sites only on the dashboard we install the item in. *Kindly refer to our Terms and Conditions for more info - http://www.thecamel.co/terms-and-conditions */ const site_name = data.siteId; const preview_current_page = data.page; const live_current_page = window.location.pathname; const widgetId = data.id; let showHome = data.config.showHome; let ComponentAppend = new ComponentStructure(); let navPos = data.config.navPos; let useDivider = data.config.useDivider; let divideStyle = data.config.dividerStyle; let device = data.device; let showSubNavTitle = data.config.showSubNavTitle; let navHover = data.config.navHover; let isSticky = data.config.isSticky; let showComArrow = data.config.showComArrow; let isMultiLang = window.Parameters.IsSiteMultilingual; let current_lang = isMultiLang ? window.Parameters.translatedPageUrl:"";// ex: /fr-ca || /en || "" let is_main_lang = isMultiLang && window.Parameters.translatedPageUrl == ""; let is_home = window.Parameters.InitialPageAlias == "home" || window.Parameters.InitialPageAlias == current_lang.split("/")[1]; let current_language = window.Parameters.translatedPageUrl == "" ? "" : `${window.Parameters.translatedPageUrl.split("/")[1]}`; let markup = getMenu_[site_name](); //getMenu_[site_name](); // defaultNav createMegaMenu(markup); isSticky == true ? $(element).attr('data-element-type', 'onelinksmenu') : ''; // treat the widget's row as a navigation row (isSticky) ? $(element).parents('.dmRespRow').toggleClass('mini-header-hide-row mini-header-show-row') : $(element).parents('.dmRespRow').removeClass('mini-header-show-row'); function createMegaMenu(arrObj) { // DO NOT COPY FROM dashboard.js if (!arrObj) { $(element).find('.meganav-container').html(`<li class="nomarkup">Mega Menu Widget has been removed from the App Store.</li>`); return } if (arrObj == "Click here to setup Mega Menu Widget" || arrObj == "Setup Mega Menu Widget") { $(element).find('.meganav-container').html(`<div class="mega-menu-setup">${arrObj}</div>`); return } let menuObj = typeof arrObj == "string" ? JSON.parse(arrObj) : arrObj; $(element).find('.meganav-container').html(""); let navCreated = menuObj.map((obj, index) => { let new_path; let locale_url = obj['url'+current_language] || obj['url'+current_language] == "" ? obj['url'+current_language] : obj.url; let itemLink = window.location.href.includes(data.siteId) && locale_url !== "" ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; // https://webbuilder.localsearch.com.au/site/9c6609d8/residential?preview=true&insitepreview=true&dm_device=desktop let pathName = isActive(locale_url); console.log(pathName); let title_lang = obj['title'+current_language] ? obj['title'+current_language]:obj.title; if (locale_url.includes("http") || locale_url == "") { itemlink = locale_url; } let isNoComponent = obj.components.length; let navMenuStructure = ` ${useDivider && !showHome ? dividerStyle(divideStyle) : useDivider && showHome ? dividerStyle(divideStyle) : ''} <li class="meganav-container__navlink-container ${isNoComponent == 0 ? 'noComponent' : 'hasComponent'} ${showComArrow ? "arrowShow" : ""}" data-menu="${index}"> ${locale_url !== "" ? `<a href="${itemLink}" class="meganav-container__navlink ${navHover} ${pathName ? 'activeNav' : ''}" target="${obj.newTab ? '_blank' : ''}">${title_lang}</a>` : `<span class="meganav-container__navlink ${pathName ? 'activeNav' : ''} ${navHover}">${title_lang} ${isNoComponent == 0 ? '' : '<span class="subIcon"><i class="fa-solid fa-chevron-down"></i></span>'}</span>`} <div class="meganav-container__navlink-component-wrapper"> <div class="meganav-container__navlink-component-container ${obj.orientation == 'Horizontal' ? obj.orientation : 'Vertical'} ${isNoComponent == 0 ? 'hidden' : ''}"> ${ComponentAppend.structure(obj)} </div> </div> </li>`; $(element).find('.meganav-container').append(navMenuStructure); if (showHome) { $(element).find('.meganav__divider:first-child').show(); } else { $(element).find('.meganav__divider:first-child').hide(); } }); } function ComponentStructure() { this.structure = function (data) { return data.components.map((arr, compIndex) => { let objKey = Object.keys(arr); return this[objKey] === undefined ? this.empty_component() : this[objKey](arr[objKey], compIndex); }).join(""); }; this.empty_component = function () { return ''; }; this.componentTemplate = function (index, compIndex) { let component = ` <div class="widget-builder__nav-components-wrapper widget-builder_links-list-card-theme" data-index="${index}"> <div class="widget-builder_nav-component-label widget-builder_links-list-title-theme"> <div class="widget-builder__accordion-btn" data-index="${index}" data-accordion="menu"></div> <div class="widget-builder__accordion-icon-wrapper"> <i class="fas fa-caret-right widget-builder__accordion-icon active"></i> </div> <div class="widget-builder__component-picker-wrapper"> <select name="componentpicker" class="componentpicker widget-builder_input-title-field-theme" data-index="${index}" data-compindex="${compIndex}"> <option value="free_text">Free Text</option> <option value="click_to_call">Click to Call</option> <option value="social_media">Social Media</option> <option value="contact_info">Contact Information</option> <option value="custom_button">Custom Buttons</option> <optgroup label="Multiple Sub Navigations"> <option value="multi_sub_nav">Sub Navigation</option> <option value="ext_nav">Extended Sub Navigation</option> <option value="grid">Grid Columns</option> </optgroup> <optgroup label="Visual Media"> <option value="thumbnail">Thumbnail</option> <option value="video">Video</option> <option value="stacked_images">Image Gallery</option> </optgroup> </select> </div> <div class="widget-builder__component-input-label">Component</div> <div class="widget-builder_delete-navlink-btn-wrapper" title="Delete" data-accordion="comp"> <i class="widget-builder_delete-navlink-btn fa fa-trash-alt" data-index="${index}" data-compindex="${compIndex}"></i> </div> </div> </div>`; return component; }; this.free_text = function (text) { let free_text = text['free_text' + current_language] ? text['free_text' + current_language] : text.free_text; let textStructure = ` <div class="meganav-container__text meganav_container__component-spacing"> ${free_text} </div>`; return textStructure; }; this.thumbnail = function (thumbnail) { let locale_url = thumbnail['url'+current_language] ? thumbnail['url'+current_language] : `${thumbnail.url=="/home" ? "": `/${current_language}${thumbnail.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == "" ? itemLink : thumbnail.url}"`; if (locale_url.includes("http") || thumbnail['url'+current_language] == "") { link = `href="${thumbnail['url'+current_language] ? thumbnail['url'+current_language] : thumbnail.url}"`; } let img_src = thumbnail['img_src' + current_language] ? thumbnail['img_src' + current_language] : thumbnail.img_src; let alt = thumbnail['alt' + current_language] ? thumbnail['alt' + current_language] : thumbnail.alt; let newTab = thumbnail['newTab' + current_language] ? thumbnail['newTab' + current_language] : thumbnail.newTab; let thumbnailStructure = ` <div class="meganav-container__thumbnail-image meganav_container__component-spacing"> <a ${link !== 'href=""' ? link :""} class="meganav-container__thumbnail-image-wrapper" ${newTab == true ? 'target="_blank"' : ''}> <img src="${img_src ? img_src : ""}" alt="${alt ? alt :""}"> </a> </div>`; return thumbnailStructure; }; this.grid = function (items) { let title_lang = items['title' + current_language] ? items['title' + current_language] : items.title; let columnSize = items.columnSize; let defaultWidth = items.defaultWidth; let itemsList = items.grid_nav_list.map((i) => { let title = i['title' + current_language] ? i['title' + current_language] : i.title; let locale_url = i['url'+current_language] ? i['url'+current_language] : `${i.url=="/home" ? "": `/${current_language}${i.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == "" ? itemLink : i.url}"`; if (locale_url.includes("http") || i['url'+current_language] == "") { link = `href="${i['url'+current_language] ? i['url'+current_language] : i.url}"`; } let short_desc = i['short_desc' + current_language] ? i['short_desc' + current_language] : i.short_desc; let icon = i['icon' + current_language] ? i['icon' + current_language] : i.icon; return ` <a ${link !== 'href=""' ? link : ''} class="meganav-container__grid-sub-nav-wrapper horizontal" target="${i.newTab ? '_blank' : ''}"> <div class="meganav-container__grid-sub-nav-icon"> ${i.hideIcon ? '':`<img src="${icon ? icon : ""}" alt="">`} <div class="meganav-container__grid-sub-nav-link-title">${title ? title : ""}</div> </div> ${short_desc ? `<div class="meganav-container__grid-sub-nav-description">${short_desc}</div>` : ''} </a>`; }).join(''); let itemsNavStructure = ` <div class="meganav-container__grid-sub-nav-container meganav_container__component-spacing"> <div class="meganav-container__grid-sub-nav-title ${title_lang ? "" : "noTitle"}">${title_lang ? title_lang : 'Title'}</div> <div class="meganav-container__grid-sub-nav-items ${items.topIcon ? 'meganav-container-grid-top-icons':''}" data-size="${columnSize}" style="width:${`${defaultWidth ? defaultWidth : 0}px`}"> ${itemsList} </div> </div>`; return itemsNavStructure; }; this.stacked_images = function (images) { let title_lang = images['title' + current_language] ? images['title' + current_language] : images.title; let defaultWidth = images.defaultWidth; let imagesList = images.stack_nav_list.map((i) => { let title = i['title' + current_language] ? i['title' + current_language] : i.title; let locale_url = i['url'+current_language] ? i['url'+current_language] : `${i.url=="/home" ? "": `/${current_language}${i.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == "" ? itemLink : i.url}"`; if (locale_url.includes("http") || i['url'+current_language] == "") { link = `href="${i['url'+current_language] ? i['url'+current_language] : i.url}"`; } let img_src = `${i['img_src' + current_language] ? i['img_src' + current_language] : i.img_src}"`; let short_desc = i['short_desc' + current_language] ? i['short_desc' + current_language] : i.short_desc; let imageNavListStructure = ` <a ${link !== 'href=""' ? link : ''} class="meganav-container__stack-sub-nav-wrapper horizontal ${i.topImage ? "meganav-container__stack-sub-nav-wrapper-topimage":""}" target="${i.newTab ? '_blank' : ''}"> ${!i.hideIcon ? `<div class="meganav-container__stack-sub-nav-image">${img_src ? `<img src="${img_src}" alt="${title}">` : ''}</div>` : ""} <div class="meganav-container__services-content meganav-container__stack-sub-nav-content"> <div class="meganav-container__stack-sub-nav-link-title">${title ? title : ''}</div> ${short_desc ? `<div class="meganav-container__stack-sub-nav-description">${short_desc}</div>` : ''} </div> </a>`; return imageNavListStructure; }).join(''); let imageNavStructure = ` <div class="meganav-container__stack-sub-nav-container meganav_container__component-spacing" style="width:${`${defaultWidth}px`}"> <div class="meganav-container__stack-sub-nav-title ${title_lang ? "" : "noTitle"}">${title_lang ? title_lang: 'Title'}</div> ${imagesList} </div>`; return imageNavStructure; }; this.multi_sub_nav = function (subNav) { let title_lang = subNav['title' + current_language] ? subNav['title' + current_language] : subNav.title; let subnavList = subNav.nav_list.map((i) => { let title = i['title' + current_language] ? i['title' + current_language] : i.title; let locale_url = i['url'+current_language] ? i['url'+current_language] : `${i.url=="/home" ? "": `/${current_language}${i.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == "" ? itemLink : i.url}"`; if (locale_url.includes("http") || i['url'+current_language] == "") { link = `href="${i['url'+current_language] ? i['url'+current_language] : i.url}"`; } let icon = i['icon' + current_language] ? i['icon' + current_language] : i.icon; let short_desc = i['short_desc' + current_language] ? i['short_desc' + current_language] : i.short_desc; let navListStructure = ` <a ${link !== 'href=""' ? link : ''} class="meganav-container__multi-sub-nav-wrapper horizontal" target="${i.newTab ? '_blank' : ''}"> ${!i.hideIcon ? `<div class="meganav-container__multi-sub-nav-icon">${icon.includes("http") ? `<img src="${icon}" alt="">` : icon}</div>` : ""} <div class="meganav-container__services-content meganav-container__multi-sub-nav-content"> <div class="meganav-container__multi-sub-nav-link-title">${title ? title : ''}</div> ${short_desc? `<div class="meganav-container__multi-sub-nav-description">${short_desc}</div>` : ''} </div> <div class="meganav-container__inner-sub-nav-content" style='display:${i.inner_nav ? "block":"none"}'> ${i.inner_nav ? createInnerNav(i.inner_nav) : ''} </div> </a>`; return navListStructure; }).join(''); function createInnerNav(innerNav) { return ''; // TODO // return innerNav.map(i => { // return `<a href="${i.link}">${i.title}</a>`; // }).join(''); } let subNavStructure = ` <div class="meganav-container__multi-sub-nav-container meganav_container__component-spacing"> <div class="meganav-container__multi-sub-nav-title ${title_lang ? "" : "noTitle"}">${title_lang ? title_lang : 'Title'}</div> ${subnavList} </div>`; return subNavStructure; }; this.ext_nav = function (extNav) { let title_lang = extNav['title' + current_language] ? extNav['title' + current_language] : extNav.title; let img_src = extNav['img_src' + current_language] ? extNav['img_src' + current_language] : extNav.img_src; let alt = extNav['alt' + current_language] ? extNav['alt' + current_language] : extNav.alt; let order = extNav.order; let extNavList = extNav.ext_nav_list.map((i) => { let title = i['title' + current_language] ? i['title' + current_language] : i.title; let locale_url = i['url'+current_language] ? i['url'+current_language] : `${i.url=="/home" ? "": `/${current_language}${i.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == "" ? itemLink : i.url}"`; if (locale_url.includes("http") || i['url'+current_language] == "") { link = `href="${i['url'+current_language] ? i['url'+current_language] : i.url}"`; } let icon = i['icon' + current_language] ? i['icon' + current_language] : i.icon; let img_src = i['img_src' + current_language] ? i['img_src' + current_language] : i.img_src; let short_desc = i['short_desc' + current_language] ? i['short_desc' + current_language] : i.short_desc; let navListStructure = ` <a ${link !== 'href=""' ?link : ''} class="meganav-container__ext-nav-wrapper horizontal" data-img="${img_src ?img_src : extNav.img_src}" target="${i.newTab ? '_blank' : ''}"> ${!i.hideIcon ? `<div class="meganav-container__ext-nav-icon">${icon.includes("http") ? `<img src="${icon}" alt="">` : icon}</div>` : ""} <div class="meganav-container__services-content meganav-container__ext-nav-content"> <div class="meganav-container__ext-nav-link-title">${title ? title :""}</div> ${short_desc ? `<div class="meganav-container__ext-nav-description">${short_desc}</div>` : ''} </div> </a>`; return navListStructure; }).join(''); let extNavStructure = ` <div class="meganav-container__ext-nav-main-container meganav_container__component-spacing ${order}"> <div class="meganav-container__ext-nav-image meganav_container__ext-nav-inner-spacing"> <img src="${img_src}" alt="${alt}"> </div> <div class="meganav-container__ext-nav-container meganav_container__ext-nav-inner-spacing"> <div class="meganav-container__ext-nav-title">${title_lang ? title_lang :""}</div> ${extNavList} </div> </div>`; return extNavStructure; }; this.social_media = function (social) { let title_lang = social['title' + current_language] ? social['title' + current_language] : social.title; let orientation = social['orientation' + current_language] ? social['orientation' + current_language] : social.orientation; let socialList = social.social_lists.map((i) => { let locale_url = i['url'+current_language] ? i['url'+current_language] : `${i.url=="/home" ? "": `/${current_language}${i.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink|| itemLink == "" ? itemLink : i.url}"`; if (locale_url.includes("http") || i['url'+current_language] == "") { link = `href="${i['url'+current_language] ? i['url'+current_language] : i.url}"`; } let social_type = `${i['social_type' + current_language] ? i['social_type' + current_language] : i.social_type}`; let socialListStructure = ` <a ${link!== "" ? link:""} class="meganav-container__contact-social-list" target="${i.newTab ? '_blank' : ''}"> ${socialIcon(social_type)} </a>`; return socialListStructure; }).join(''); let socialStructure = ` <div class="meganav-container__contact-social-media meganav_container__component-spacing ${orientation == "Horizontal" ?orientation : "Vertical"}"> <div class="meganav-container__contact-social-title"> ${title_lang ? title_lang : ''} </div> <div class="meganav-container__contact-social-list"> ${socialList} </div> </div>`; return socialStructure; }; this.contact_info = function (contactInfo) { let title_lang = contactInfo['title' + current_language] ? contactInfo['title' + current_language] : contactInfo.title; let phone = contactInfo['phone' + current_language] ? contactInfo['phone' + current_language] : contactInfo.phone; let address = contactInfo['address' + current_language] ? contactInfo['address' + current_language] : contactInfo.address; let email = contactInfo['email' + current_language] ? contactInfo['email' + current_language] : contactInfo.email; let contactInfoStructure = ` <div class="meganav-container__contact-info-wrapper meganav_container__component-spacing"> <div class="meganav-container__contact-title"> ${title_lang ? title_lang : ''} </div> ${address ? `<a href="https://www.google.com/maps?q=${address.split(' ').join('+')}" class="meganav-container__contact-location" target="_blank"> <i class="fas fa-map-marker-alt"></i> ${address}</a>` : ''} ${phone ? `<a href="tel:${phone}" class="meganav-container__contact-phone"> <i class="fas fa-phone-alt"></i>${phone}</a>`: ''} ${email ?`<a href="mailto:${email}" class="meganav-container__contact-email"> <i class="far fa-envelope"></i>${email}</a>`: ''} </div>`; return contactInfoStructure; }; this.custom_button = function (customBtn) { let title_lang = customBtn['label' + current_language] ? customBtn['label' + current_language] : customBtn.label; let locale_url = customBtn['url'+current_language] ? customBtn['url'+current_language] : `${customBtn.url=="/home" ? "": `/${current_language}${customBtn.url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink || itemLink == ""? itemLink : customBtn.url}"`; if (locale_url.includes("http") || customBtn['url'+current_language] == "") { link = `href="${customBtn['url'+current_language] ? customBtn['url'+current_language] : customBtn.url}"`; } let buttonStructure = ` <a ${link !== 'href=""' ? link : ""} class="meganav-container__contact-btn meganav_container__component-spacing" target="${customBtn.newTab ? '_blank' : ''}"> ${title_lang ? title_lang : ''} </a>`; return buttonStructure; }; this.video = function (video) { let video_src = video['vid_src' + current_language] ? video['vid_src' + current_language] : video.vid_src; let img_src = video['img_src' + current_language] ? video['img_src' + current_language] : video.img_src; let popup = video.popup; let vidSrc = video_src.substr(video_src.indexOf("v=") + 2); let videoStructure = `<div class="meganav-container__video-container meganav_container__component-spacing"> <div class="meganav-container__video-wrapper ${popup ? 'videoPopup' : ''}" target="_blank"> <img src="${img_src ? img_src : ""}" class="meganav-container__video-thumbnail"> <iframe src="https://www.youtube.com/embed/${vidSrc}?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen class="meganav-container__video"></iframe> </div> </div>`; return videoStructure; }; this.click_to_call = function (ctc) { let title_lang = ctc['title' + current_language] ? ctc['title' + current_language] : ctc.title; let desc = ctc['description' + current_language] ? ctc['description' + current_language] : ctc.description; let label = ctc['btn_label' + current_language] ? ctc['btn_label' + current_language] : ctc.btn_label; let locale_url = ctc['btn_url'+current_language] ? ctc['btn_url'+current_language] : `${ctc.btn_url=="/home" ? "": `/${current_language}${ctc.btn_url.replace(/_/g, "-")}`}`; let itemLink = window.location.href.includes(data.siteId) ? `/site/${data.siteId}${locale_url}?preview=true&insitepreview=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true&inPrev=true&dm_device=${device}` : `${locale_url}`; let link = `href="${itemLink ? itemLink : ctc.btn_url}"`; if (locale_url.includes("http") || ctc['url'+current_language] == "") { link = `href="${ctc['btn_url'+current_language] ? ctc['btn_url'+current_language] : ctc.btn_url}"`; } let ctcStructure = ` <div class="meganav-container__ctc-container meganav_container__component-spacing"> ${title_lang ? `<span class="meganav-container__ctc-title meganav-container__ctc-wrapper">${title_lang}</span>` : ''} ${desc ? `<span class="meganav-container__ctc-description meganav-container__ctc-wrapper">${desc}</span>` : ''} ${label ? `<a ${link !== "" ? link :""} class="meganav-container__ctc-btn meganav-container__ctc-wrapper">${label}</a>` : ''} </div>`; return ctcStructure; }; } // ? Hover Behavior - Front End JS $('.widget-layout-result').on('mouseenter', '.meganav-container__navlink-container', function () { $('.meganav-container__navlink-component-container').stop().hide(); let elem = $(this).find(".meganav-container__navlink-component-container"); elem.fadeIn(0, function () { if (elem.hasClass('Horizontal')) { // elem.css('display', 'flex'); elem.css('display', 'grid'); } }); let rect = this.getBoundingClientRect(); let windowWidth = $(window).outerWidth(); let excess = (rect.left + (elem.outerWidth() / 2)) - windowWidth; let isOverFlow = (rect.left + (elem.outerWidth() / 2)) > windowWidth; let left = !isOverFlow ? `-${(elem.outerWidth() / 2)}px` : `-${(elem.outerWidth() / 2) + (excess * 2)}px`; elem.css("margin-left", left); $(this).find(".meganav-container__navlink-component-container.Vertical").css({ "left": `${left}`, "margin-left": "50%" }); let isShort = $(this).find(".meganav-container__navlink-component-container").offset().left < 0; if (isShort) { left = "-" + rect.left + "px"; elem.css("margin-left", left); $(this).find(".meganav-container__navlink-component-container.Vertical").css({ "left": `${left}`, "margin-left": "50%" }); } }).on('mouseleave', '.meganav-container__navlink-container', function () { $('.meganav-container__navlink-component-container').stop().hide(); }); $('.widget-layout-result .meganav-container__navlink-container').on('mouseleave', function () { $(this).find('.meganav-container__navlink-component-wrapper').css({ 'pointer-events': 'none' }); $(this).find('span.subIcon').removeClass('rotateIcon'); // $(this).find('span.subIcon').html('<i class="fa-solid fa-chevron-down"></i>'); }); $('.widget-layout-result .meganav-container__navlink-container').on('mouseenter', function () { $(this).find('.meganav-container__navlink-component-wrapper').css({ 'pointer-events': 'auto' }); $(this).find('span.subIcon').addClass('rotateIcon'); // $(this).find('span.subIcon').html('<i class="fa-solid fa-chevron-up"></i>'); }); // Extended Sub Navigation Hover $(element).find(".widget-layout-result").on("mouseenter", ".meganav-container__ext-nav-wrapper", function () { let elem = $(this); let imgElem = $(this).parent().parent().find(".meganav-container__ext-nav-image img"); let storeDefaultImg = $(this).parent().parent().find(".meganav-container__ext-nav-image img").attr("src"); imgElem.attr("data-default", storeDefaultImg); let newImageSrc = elem.attr("data-img"); imgElem.attr("src", newImageSrc && newImageSrc !== "" ? newImageSrc : storeDefaultImg); }).on("mouseleave", ".meganav-container__ext-nav-wrapper", function () { let imgElem = $(this).parent().parent().find(".meganav-container__ext-nav-image img"); let defaultImg = $(this).parent().parent().find(".meganav-container__ext-nav-image img").attr("data-default"); imgElem.attr("src", defaultImg); }); // ? Open Video Popup $(element).find('.widget-layout-result').on('click', '.meganav-container__video-wrapper.videoPopup', function () { let videourl = $(this).find("iframe").attr("src"); // let video = videourl.substr(videourl.indexOf('?v=') + 3) let video = videourl.match(/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|e(?:mbed)?)\/|\S*?[?&]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})/i); let popupStructure = ` <div class="meganav-container__video-popup-container"> <div class="meganav-container__video-popup-wrapper"> <div class="meganav-container__video-popup-close-btn"><i class="far fa-times-circle"></i></div> <iframe src="https://www.youtube.com/embed/${video[1]}?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen class="meganav-container__video-popup"></iframe> </div> </div>`; $(element).find('.widget-layout-result').append(popupStructure); $('html').css({ 'overflow': 'hidden' }); }); // ? Close Video Popup $(element).find('.widget-layout-result').on('click', '.meganav-container__video-popup-close-btn', function () { $(element).find('.meganav-container__video-popup-container').remove(); $('html').css({ 'overflow': 'auto' }); }); function socialIcon(socialType) { if (socialType === 'Instagram') { return '<i class="fab fa-instagram"></i>'; } if (socialType === 'Facebook') { return '<i class="fab fa-facebook-square"></i>'; } if (socialType === 'Twitter') { return '<i class="fab fa-twitter-square"></i>'; } if (socialType === 'Youtube') { return '<i class="fab fa-youtube"></i>'; } if (socialType === 'Pinterest') { return '<i class="fab fa-pinterest"></i>'; } if (socialType === 'Vimeo') { return '<i class="fab fa-vimeo-v"></i>'; } if (socialType === 'Linkedin') { return '<i class="fab fa-linkedin-in"></i>'; } if (socialType === 'Reddit') { return '<i class="fab fa-reddit-square"></i>'; } if (socialType === 'Snapchat') { return '<i class="fab fa-snapchat-ghost"></i>'; } if (socialType === 'Tripadvisor') { return '<i class="fab fa-tripadvisor"></i>'; } } function isActive(url) { // /tr/reviews if(url == "") return false; console.log(url); let urlArray = url.split('/'); let sitePathName = window.location.pathname.replace(`/site/${data.siteId}`, '').split('/'); // /home ---> ["/home"] // let path = sitePathName[1] ? sitePathName[1] : "home"; // home /nl // let url_link = url.split('/')[1] ? url.split('/')[1] : "home"; // home let path = sitePathName[sitePathName.length - 1] !== "" ? sitePathName[sitePathName.length - 1] : "home"; // home /nl let url_link = urlArray[urlArray.length - 1] !== "" ? urlArray[urlArray.length - 1] : "home"; // home if(!is_main_lang && isMultiLang && !is_home){ path = sitePathName[2] ? sitePathName[2] : current_language; // tr url_link = url.split('/')[2] ? url.split('/')[2] : current_language; // tr path = sitePathName[sitePathName.length - 1] ? sitePathName[sitePathName.length - 1] : current_language; // home /nl url_link = urlArray[urlArray.length - 1] ? urlArray[urlArray.length - 1] : current_language; // home } if(!is_main_lang && sitePathName.length !== 2 && url === "/"+current_language) return false; return path == url_link // /tr/about-us, /tr/services, /tr/services/investments } function dividerStyle(style) { if (style == "slash") { return `<li class="meganav__divider">/</li>`; } if (style == "pipe") { return `<li class="meganav__divider">|</li>`; } if (style == "colon") { return `<li class="meganav__divider">:</li>`; } if (style == "middot") { return `<li class="meganav__divider">·</li>`; } if (style == "space") { return `<li class="meganav__divider"> </li>`; } } function doAjax(settings) { return new Promise((res, rej) => $.ajax(settings).done(a => res(a))) } const cssId = 'fontAwesomeSource'; if (!document.getElementById(cssId)) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = 'fontAwesomeSource'; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css'; // link.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css'; // link.integrity = 'sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=='; // link.crossOrigin = 'anonymous'; head.appendChild(link); } }; </script> <script> window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~81"] = function (element, data, api) { $(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded'); $(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){ if(data.config.collapseOthers){ $(this).parents('.accordion-item').siblings().removeClass('expanded'); // $(element).find('.accordion-item').not(this).removeClass('expanded'); } $(this).parents('.accordion-item').toggleClass('expanded'); }); }; </script> <script> window.customWidgetsFunctions["e6d39d4c66124c1abf54d5df715f8e7f~25"] = function (element, data, api) { !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Siema",[],t):"object"==typeof exports?exports.Siema=t():e.Siema=t()}("undefined"!=typeof self?self:this,function(){return function(e){function t(r){if(i[r])return i[r].exports;var n=i[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}var i={};return t.m=e,t.c=i,t.d=function(e,i,r){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,i){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s=function(){function e(e,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,i,r){return i&&e(t.prototype,i),r&&e(t,r),t}}(),l=function(){function e(t){var i=this;if(r(this,e),this.config=e.mergeSettings(t),this.selector="string"==typeof this.config.selector?document.querySelector(this.config.selector):this.config.selector,null===this.selector)throw new Error("Something wrong with your selector 😭");this.resolveSlidesNumber(),this.selectorWidth=this.selector.offsetWidth,this.innerElements=[].slice.call(this.selector.children),this.currentSlide=this.config.loop?this.config.startIndex%this.innerElements.length:Math.max(0,Math.min(this.config.startIndex,this.innerElements.length-this.perPage)),this.transformProperty=e.webkitOrNot(),["resizeHandler","touchstartHandler","touchendHandler","touchmoveHandler","mousedownHandler","mouseupHandler","mouseleaveHandler","mousemoveHandler","clickHandler"].forEach(function(e){i[e]=i[e].bind(i)}),this.init()}return s(e,[{key:"attachEvents",value:function(){window.addEventListener("resize",this.resizeHandler),this.config.draggable&&(this.pointerDown=!1,this.drag={startX:0,endX:0,startY:0,letItGo:null,preventClick:!1},this.selector.addEventListener("touchstart",this.touchstartHandler),this.selector.addEventListener("touchend",this.touchendHandler),this.selector.addEventListener("touchmove",this.touchmoveHandler),this.selector.addEventListener("mousedown",this.mousedownHandler),this.selector.addEventListener("mouseup",this.mouseupHandler),this.selector.addEventListener("mouseleave",this.mouseleaveHandler),this.selector.addEventListener("mousemove",this.mousemoveHandler),this.selector.addEventListener("click",this.clickHandler))}},{key:"detachEvents",value:function(){window.removeEventListener("resize",this.resizeHandler),this.selector.removeEventListener("touchstart",this.touchstartHandler),this.selector.removeEventListener("touchend",this.touchendHandler),this.selector.removeEventListener("touchmove",this.touchmoveHandler),this.selector.removeEventListener("mousedown",this.mousedownHandler),this.selector.removeEventListener("mouseup",this.mouseupHandler),this.selector.removeEventListener("mouseleave",this.mouseleaveHandler),this.selector.removeEventListener("mousemove",this.mousemoveHandler),this.selector.removeEventListener("click",this.clickHandler)}},{key:"init",value:function(){this.attachEvents(),this.selector.style.overflow="hidden",this.selector.style.direction=this.config.rtl?"rtl":"ltr",this.buildSliderFrame(),this.config.onInit.call(this)}},{key:"buildSliderFrame",value:function(){var e=this.selectorWidth/this.perPage,t=this.config.loop?this.innerElements.length+2*this.perPage:this.innerElements.length;this.sliderFrame=document.createElement("div"),this.sliderFrame.style.width=e*t+"px",this.enableTransition(),this.config.draggable&&(this.selector.style.cursor="-webkit-grab");var i=document.createDocumentFragment();if(this.config.loop)for(var r=this.innerElements.length-this.perPage;r<this.innerElements.length;r++){var n=this.buildSliderFrameItem(this.innerElements[r].cloneNode(!0));i.appendChild(n)}for(var s=0;s<this.innerElements.length;s++){var l=this.buildSliderFrameItem(this.innerElements[s]);i.appendChild(l)}if(this.config.loop)for(var o=0;o<this.perPage;o++){var a=this.buildSliderFrameItem(this.innerElements[o].cloneNode(!0));i.appendChild(a)}this.sliderFrame.appendChild(i),this.selector.innerHTML="",this.selector.appendChild(this.sliderFrame),this.slideToCurrent()}},{key:"buildSliderFrameItem",value:function(e){var t=document.createElement("div");return t.style.cssFloat=this.config.rtl?"right":"left",t.style.float=this.config.rtl?"right":"left",t.style.width=(this.config.loop?100/(this.innerElements.length+2*this.perPage):100/this.innerElements.length)+"%",t.appendChild(e),t}},{key:"resolveSlidesNumber",value:function(){if("number"==typeof this.config.perPage)this.perPage=this.config.perPage;else if("object"===n(this.config.perPage)){this.perPage=1;for(var e in this.config.perPage)window.innerWidth>=e&&(this.perPage=this.config.perPage[e])}}},{key:"prev",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=arguments[1];if(!(this.innerElements.length<=this.perPage)){var i=this.currentSlide;if(this.config.loop){if(this.currentSlide-e<0){this.disableTransition();var r=this.currentSlide+this.innerElements.length,n=this.perPage,s=r+n,l=(this.config.rtl?1:-1)*s*(this.selectorWidth/this.perPage),o=this.config.draggable?this.drag.endX-this.drag.startX:0;this.sliderFrame.style[this.transformProperty]="translate3d("+(l+o)+"px, 0, 0)",this.currentSlide=r-e}else this.currentSlide=this.currentSlide-e}else this.currentSlide=Math.max(this.currentSlide-e,0);i!==this.currentSlide&&(this.slideToCurrent(this.config.loop),this.config.onChange.call(this),t&&t.call(this))}}},{key:"next",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=arguments[1];if(!(this.innerElements.length<=this.perPage)){var i=this.currentSlide;if(this.config.loop){if(this.currentSlide+e>this.innerElements.length-this.perPage){this.disableTransition();var r=this.currentSlide-this.innerElements.length,n=this.perPage,s=r+n,l=(this.config.rtl?1:-1)*s*(this.selectorWidth/this.perPage),o=this.config.draggable?this.drag.endX-this.drag.startX:0;this.sliderFrame.style[this.transformProperty]="translate3d("+(l+o)+"px, 0, 0)",this.currentSlide=r+e}else this.currentSlide=this.currentSlide+e}else this.currentSlide=Math.min(this.currentSlide+e,this.innerElements.length-this.perPage);i!==this.currentSlide&&(this.slideToCurrent(this.config.loop),this.config.onChange.call(this),t&&t.call(this))}}},{key:"disableTransition",value:function(){this.sliderFrame.style.webkitTransition="all 0ms "+this.config.easing,this.sliderFrame.style.transition="all 0ms "+this.config.easing}},{key:"enableTransition",value:function(){this.sliderFrame.style.webkitTransition="all "+this.config.duration+"ms "+this.config.easing,this.sliderFrame.style.transition="all "+this.config.duration+"ms "+this.config.easing}},{key:"goTo",value:function(e,t){if(!(this.innerElements.length<=this.perPage)){var i=this.currentSlide;this.currentSlide=this.config.loop?e%this.innerElements.length:Math.min(Math.max(e,0),this.innerElements.length-this.perPage),i!==this.currentSlide&&(this.slideToCurrent(),this.config.onChange.call(this),t&&t.call(this))}}},{key:"slideToCurrent",value:function(e){var t=this,i=this.config.loop?this.currentSlide+this.perPage:this.currentSlide,r=(this.config.rtl?1:-1)*i*(this.selectorWidth/this.perPage);e?requestAnimationFrame(function(){requestAnimationFrame(function(){t.enableTransition(),t.sliderFrame.style[t.transformProperty]="translate3d("+r+"px, 0, 0)"})}):this.sliderFrame.style[this.transformProperty]="translate3d("+r+"px, 0, 0)"}},{key:"updateAfterDrag",value:function(){var e=(this.config.rtl?-1:1)*(this.drag.endX-this.drag.startX),t=Math.abs(e),i=this.config.multipleDrag?Math.ceil(t/(this.selectorWidth/this.perPage)):1,r=e>0&&this.currentSlide-i<0,n=e<0&&this.currentSlide+i>this.innerElements.length-this.perPage;e>0&&t>this.config.threshold&&this.innerElements.length>this.perPage?this.prev(i):e<0&&t>this.config.threshold&&this.innerElements.length>this.perPage&&this.next(i),this.slideToCurrent(r||n)}},{key:"resizeHandler",value:function(){this.resolveSlidesNumber(),this.currentSlide+this.perPage>this.innerElements.length&&(this.currentSlide=this.innerElements.length<=this.perPage?0:this.innerElements.length-this.perPage),this.selectorWidth=this.selector.offsetWidth,this.buildSliderFrame()}},{key:"clearDrag",value:function(){this.drag={startX:0,endX:0,startY:0,letItGo:null,preventClick:this.drag.preventClick}}},{key:"touchstartHandler",value:function(e){-1!==["TEXTAREA","OPTION","INPUT","SELECT"].indexOf(e.target.nodeName)||(e.stopPropagation(),this.pointerDown=!0,this.drag.startX=e.touches[0].pageX,this.drag.startY=e.touches[0].pageY)}},{key:"touchendHandler",value:function(e){e.stopPropagation(),this.pointerDown=!1,this.enableTransition(),this.drag.endX&&this.updateAfterDrag(),this.clearDrag()}},{key:"touchmoveHandler",value:function(e){if(e.stopPropagation(),null===this.drag.letItGo&&(this.drag.letItGo=Math.abs(this.drag.startY-e.touches[0].pageY)<Math.abs(this.drag.startX-e.touches[0].pageX)),this.pointerDown&&this.drag.letItGo){e.preventDefault(),this.drag.endX=e.touches[0].pageX,this.sliderFrame.style.webkitTransition="all 0ms "+this.config.easing,this.sliderFrame.style.transition="all 0ms "+this.config.easing;var t=this.config.loop?this.currentSlide+this.perPage:this.currentSlide,i=t*(this.selectorWidth/this.perPage),r=this.drag.endX-this.drag.startX,n=this.config.rtl?i+r:i-r;this.sliderFrame.style[this.transformProperty]="translate3d("+(this.config.rtl?1:-1)*n+"px, 0, 0)"}}},{key:"mousedownHandler",value:function(e){-1!==["TEXTAREA","OPTION","INPUT","SELECT"].indexOf(e.target.nodeName)||(e.preventDefault(),e.stopPropagation(),this.pointerDown=!0,this.drag.startX=e.pageX)}},{key:"mouseupHandler",value:function(e){e.stopPropagation(),this.pointerDown=!1,this.selector.style.cursor="-webkit-grab",this.enableTransition(),this.drag.endX&&this.updateAfterDrag(),this.clearDrag()}},{key:"mousemoveHandler",value:function(e){if(e.preventDefault(),this.pointerDown){"A"===e.target.nodeName&&(this.drag.preventClick=!0),this.drag.endX=e.pageX,this.selector.style.cursor="-webkit-grabbing",this.sliderFrame.style.webkitTransition="all 0ms "+this.config.easing,this.sliderFrame.style.transition="all 0ms "+this.config.easing;var t=this.config.loop?this.currentSlide+this.perPage:this.currentSlide,i=t*(this.selectorWidth/this.perPage),r=this.drag.endX-this.drag.startX,n=this.config.rtl?i+r:i-r;this.sliderFrame.style[this.transformProperty]="translate3d("+(this.config.rtl?1:-1)*n+"px, 0, 0)"}}},{key:"mouseleaveHandler",value:function(e){this.pointerDown&&(this.pointerDown=!1,this.selector.style.cursor="-webkit-grab",this.drag.endX=e.pageX,this.drag.preventClick=!1,this.enableTransition(),this.updateAfterDrag(),this.clearDrag())}},{key:"clickHandler",value:function(e){this.drag.preventClick&&e.preventDefault(),this.drag.preventClick=!1}},{key:"remove",value:function(e,t){if(e<0||e>=this.innerElements.length)throw new Error("Item to remove doesn't exist 😭");var i=e<this.currentSlide,r=this.currentSlide+this.perPage-1===e;(i||r)&&this.currentSlide--,this.innerElements.splice(e,1),this.buildSliderFrame(),t&&t.call(this)}},{key:"insert",value:function(e,t,i){if(t<0||t>this.innerElements.length+1)throw new Error("Unable to inset it at this index 😭");if(-1!==this.innerElements.indexOf(e))throw new Error("The same item in a carousel? Really? Nope 😭");var r=t<=this.currentSlide>0&&this.innerElements.length;this.currentSlide=r?this.currentSlide+1:this.currentSlide,this.innerElements.splice(t,0,e),this.buildSliderFrame(),i&&i.call(this)}},{key:"prepend",value:function(e,t){this.insert(e,0),t&&t.call(this)}},{key:"append",value:function(e,t){this.insert(e,this.innerElements.length+1),t&&t.call(this)}},{key:"destroy",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];if(this.detachEvents(),this.selector.style.cursor="auto",e){for(var i=document.createDocumentFragment(),r=0;r<this.innerElements.length;r++)i.appendChild(this.innerElements[r]);this.selector.innerHTML="",this.selector.appendChild(i),this.selector.removeAttribute("style")}t&&t.call(this)}}],[{key:"mergeSettings",value:function(e){var t={selector:".siema",duration:200,easing:"ease-out",perPage:1,startIndex:0,draggable:!0,multipleDrag:!0,threshold:20,loop:!1,rtl:!1,onInit:function(){},onChange:function(){}},i=e;for(var r in i)t[r]=i[r];return t}},{key:"webkitOrNot",value:function(){return"string"==typeof document.documentElement.style.transform?"transform":"WebkitTransform"}}]),e}();t.default=l,e.exports=t.default}])}); const nc = data.config.nwcls; const lp = data.config.loop; const pp = data.config.pp; const ap = data.config.autoP; if (data.device==="mobile") { const mySiema = new Siema({ selector: '.'+nc, perPage: 1, startIndex: 0, loop:true, duration:700, }); if(ap===true){ setInterval(() => mySiema.next(), 5000) } const prev = document.querySelector('.prev.'+nc); const next = document.querySelector('.next.'+nc); prev.addEventListener('click', () => mySiema.prev()); next.addEventListener('click', () => mySiema.next()); } else { const mySiema = new Siema({ selector: '.'+nc, perPage: +pp, startIndex: 0, loop:true, duration:700, }); if(ap===true){ setInterval(() => mySiema.next(), 5000) } const prev = document.querySelector('.prev.'+nc); const next = document.querySelector('.next.'+nc); prev.addEventListener('click', () => mySiema.prev()); next.addEventListener('click', () => mySiema.next()); } }; </script> <script type="text/javascript"> var d_version = "production_5453"; var build = "2025-05-08T14_49_29"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-08T14_49_29"; 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> window.cookiesNotificationMarkupPreview = 'null'; </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/5453'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5453'; 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; 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"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/5453/_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/5453/_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 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 = []; </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: 'a1c5fd16' }); // 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: a1c5fd16 --> <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> <div><script type="text/javascript"> try{ if (globalThis.parent){ var parentFlags = globalThis.parent._flags; var parentStrings = globalThis.parent.dmStr; } } catch(e) {} _flags = window._flags || {};_flags = {...parentFlags,..._flags,...{"runtime.ssr.add.render":true,"runtime.ssr.ecom.productStore.connectedWidgets.init.listener.from.rt.mobx.store":false,"runtime.ssr.enabled":true,"runtime.ssr.initial-props-in-data-attribute":true,"runtime.ssr.lazyHydrate":true,"runtime.ssr.log.showHydrationDiff":false,"runtime.ssr.log.showHydrationErrors":true,"runtime.ssr.non-view-media-server-placeholder":true,"runtime.ssr.productCustomizations":true,"runtime.ssr.productStore.internal.observer":true,"runtime.ssr.render.overrideMarkup":true,"runtime.ssr.script-fetch-priority-low":false,"runtime.ssr.slider-dev-logging":false,"runtime.ssr.slider-reOrderSelectedToBeFirst":true,"runtime.ssr.slider.alternative.animation.to.reduce.cls.enabled":true,"runtime.ssr.slider.image.fillAvailableSpace.enabled":true,"runtime.ssr.ssrAddToCart.snipcart.new.api.addProduct.enabled":true,"runtime.ssr.ssrSlider.multiplePaginationPerLayout.enabled":true,"runtime.ssr.ssrSlider.slideCleanWrap.enabled":true,"runtime.ssr.widget.migration.addtocart":false,"runtime.ssr.widget.migration.options.variations":false}} var dmStr = {...parentStrings,...dmStr,...{"ui.ed.breadcrumbs.empty.message":"There aren't any visible pages to show in the breadcrumbs. This message won't appear on your live published site.","ui.runtimessr.addtocart.subscribe.title":"Subscribe Now","ui.runtimessr.addtocart.subscribe.tooltip.text":"Test your subscription’s checkout by publishing your site and using its live version. ","ui.runtimessr.collectionSearch.noResults":"No results.","ui.runtimessr.priceOptions.option.oneTimeOnly":"One-time purchase","ui.runtimessr.productCustomizations.errors.required":"This field is required","ui.runtimessr.productCustomizations.noCustomizations":"This product has no product customizations. This widget will not show up on the live site.","ui.runtimessr.productPrice.omnibus.last.price":"Lowest price in the last {period} days - {displayedPrice}","ui.runtimessr.productPrice.omnibus.total.price.might.change":"Total price might change based on shipping location","ui.runtimessr.productPrice.omnibus.vat":"Includes {vatPercentage}% tax","ui.runtimessr.productPriceOptions.autoRenew":"Will auto-renew until canceled","ui.runtimessr.productPriceOptions.expiresAfter":"Expires after","ui.runtimessr.productPriceOptions.frequency.monthly":"month","ui.runtimessr.productPriceOptions.frequency.weekly":"week","ui.runtimessr.productPriceOptions.frequency.yearly":"year","ui.runtimessr.productPriceOptions.frequencyPlural.monthly":"months","ui.runtimessr.productPriceOptions.frequencyPlural.weekly":"weeks","ui.runtimessr.productPriceOptions.frequencyPlural.yearly":"years","ui.runtimessr.productPriceOptions.title":"Price options","widget.addtocart.disabledText.placeHolder":"OUT OF STOCK","widget.filtersort.clear-all":"clear all","widget.filtersort.filter-by.title":"Filter by","widget.filtersort.sort-by.title":"Sort by","widget.filtersort.title":"Sort & Filter","key.runtime":"some value","placeholder.add-content":"Add Content","second.key":"value2","widget.addtocart.title":"Add to cart"}} </script> <script id="ssr-static" type="module" src="https://ms-cdn.multiscreensite.com/runtime-react/3886/res/js/runtime-react.js"></script></div><!-- End Script tags --> <!-- Begin Body End Markup --> <!-- 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-KGMW93JV');</script> <!-- End Google Tag Manager --> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <div id="swh-65225c45e9734c02b1edc81a53d584e4"> <script> const getMenu_ = {}; getMenu_['a1c5fd16'] = function(){ return [{"title":"About","type":"about","url":"/about","newTab":false,"orientation":"Vertical","components":[{"grid":{"name":"Grid Columns","title":"","defaultWidth":"157","columnSize":"1","topIcon":false,"orientation":"Vertical","grid_nav_list":[{"hideIcon":true,"icon":"","title":"About P&N","url":"/about","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Our Leadership","url":"/our-leadership","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Meet The Team","url":"/meet-the-team","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Our Culture","url":"/our-culture","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Careers","url":"/careers","newTab":false,"short_desc":""}]}}]},{"title":"Services","type":"services","url":"/services","newTab":false,"orientation":"Horizontal","components":[{"grid":{"name":"Grid Columns","title":"","defaultWidth":"299","columnSize":"1","topIcon":false,"orientation":"Vertical","grid_nav_list":[{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/tax.png","title":"Tax Services","url":"/tax-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Family & Individual Taxes","url":"/tax-planning-for-families-and-individuals","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Business Taxes","url":"/tax-planning-for-business-clients","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Trust & Estate and Gift Tax","url":"/trust-and-estate-and-gift-tax-preparation","newTab":false,"short_desc":""}]}},{"grid":{"name":"Grid Columns","title":"","defaultWidth":"365","columnSize":"1","topIcon":false,"orientation":"Vertical","grid_nav_list":[{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/accounting2.png","title":"Client Accounting Services","url":"/client-accounting-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Bookkeeping","url":"/bookkeeping","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"CFO Advisory Services","url":"/cfo-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"../src/images/mega_menu_updated_logo_colored.svg","title":"CPA Services","url":"/cpa-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Family Office","url":"/family-office","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Payroll Services","url":"/payroll-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"QuickBooks Services","url":"/Quickbooks-services","newTab":false,"short_desc":""}]}},{"grid":{"name":"Grid Columns","title":"","defaultWidth":"248","columnSize":"1","topIcon":false,"orientation":"Vertical","grid_nav_list":[{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/notes.png","title":"Advisory Services","url":"/advisory-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Asset Protection","url":"/asset-protection","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Forensic Accounting","url":"/forensic-accounting-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"International Oversight","url":"/international-business-oversight-and-itin-services","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Mergers and Acquisitions","url":"/mergers-and-acquisitions","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Succession Planning","url":"/succession-planning","newTab":false,"short_desc":""},{"hideIcon":true,"icon":"","title":"Valuations","url":"/valuations","newTab":false,"short_desc":""}]}}]},{"title":"Industries","url":"/industries","orientation":"Horizontal","newTab":false,"type":"blank","components":[{"grid":{"name":"Grid Columns","title":"","defaultWidth":"1000","columnSize":"5","topIcon":false,"orientation":"Vertical","grid_nav_list":[{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Architecture-dd28bcc9.png","title":"Architecture","url":"/architecture-and-engineering","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/pngtree-vector-construction-house-icon-png-image_40462314.png","title":"Construction","url":"/construction","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Dental+Practices.png","title":"Dental Practices","url":"/dental-practices","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Ecommerce-icon-Graphics-4123404-1.png","title":"ECommerce","url":"/ecommerce","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Financial+Advisor.png","title":"Finance","url":"/finance","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/food-and-beverage-icon-monochrome-simple-sign-vector-45938073.png","title":"Food","url":"/food-and-beverage","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Franchise+Logo.png","title":"Franchises","url":"/franchise","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Hospitality.png","title":"Hospitality","url":"/hospitality","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Law+FIrms.png","title":"Law Firms","url":"/law-firms","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Manufacturing.png","title":"Manufacturing","url":"/manufacturing-and-distribution","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/social-marketing-icon-sig-vector-18128245.png","title":"Marketing","url":"/marketing","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/stethoscope+%281%29.png","title":"Medical","url":"/medical-practices","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/community.png","title":"Nonprofit","url":"/not-for-profit","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/business.png","title":"Professional Services","url":"/professional-services","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/house+%284%29.png","title":"Real Estate","url":"/real-estate","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/106536-200-bac08c6d.png","title":"Real Estate Brokers & Agents","url":"/real-estate-brokers-and-agents","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/Shop2.png","title":"Retail","url":"/retail","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/small+business+accounting.svg","title":"Small Business","url":"/small-business-accounting","newTab":false,"short_desc":""},{"hideIcon":false,"icon":"https://irp.cdn-website.com/a1c5fd16/dms3rep/multi/technology+%281%29.png","title":"Technology","url":"/technology","newTab":false,"short_desc":""}]}}]},{"title":"News & Insights","url":"/news-and-insights","orientation":"Horizontal","newTab":false,"type":"blank","components":[]},{"title":"Reviews","url":"/reviews","orientation":"Horizontal","newTab":false,"type":"blank","components":[]}] } </script></div><!-- Site Wide Html Markup --> </body> </html>