301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: mmfts.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.mmfts.com/', AccountUUID: '0aa2c4d9ee8a4e298000b98ed92f11bf', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '79272c5c', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed Jan 22 19:13:23 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: 'df8149dcf9274ff0958d09ecf3d9b13d', InitialPageId: '1158471178', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'b1f6158b358447fc8084e5983ce65305', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '51280', 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: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.mmfts.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.mmfts.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/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_fav2.jpg"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/79272c5c/site_favicon_16_1724047118704.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(175,183,104,1); --color_2: rgba(255,255,255,1); --color_3: rgba(0,0,0,1); --color_4: rgba(246,246,246,1); --color_5: rgba(34,34,34,1); } </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";.display_None,.dmPopupMask{display:none}@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:Syne;font-style:normal;font-weight:400 800;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/syne/v22/8vIH7w4qzmVxm2BL9A.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}@font-face{font-family:'DM Sans';font-style:italic;font-weight:100 1000;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.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}:root{--color_1:rgba(175,183,104,1);--color_2:rgba(255,255,255,1);--color_3:rgba(0,0,0,1);--color_4:rgba(246,246,246,1);--color_5:rgba(34,34,34,1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}#dmRoot{text-decoration-skip-ink:none}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){:root{--btn-text-font-size:15px}}@media (min-width:768px) and (max-width:1024px){.button_2,:root{--btn-text-font-size:15px}}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;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-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-email:before{content:'\eace'}.dm-social-icons-facebook:before{content:'\ea90'}[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%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget.slide-button{margin-bottom:0}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}#dm .dmWidget.slide-button:after{display:none}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container{height:100%}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{width:58px;height:58px;margin:2px;display:inline-block;vertical-align:middle;text-align:center;overflow:hidden}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{box-shadow:0 0 3px #888}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{margin:0;padding:10px}.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:inline!important;margin:0!important;vertical-align:middle;text-align:center;position:relative}.dmPhotoGallery .image-container{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{text-align:center}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{margin:0;line-height:normal;font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li{list-style:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryViewAll{box-shadow:0 0!important;font-size:inherit!important;margin:0!important}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link{z-index:1px}.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] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] .text-align-right{text-align:right!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.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-center{text-align:center!important}}.flexslider .slides>li .slide-inner *{line-height:normal}.flexslider .slides>li .slide-inner .slide-text{margin:0;font-size:19px;font-weight:400;white-space:pre-line}#dm .dmInner .flexslider .slides>li .slide-inner .slide-button{margin-top:20px;margin-left:auto;margin-right:auto}#dm .flexslider .slides .dmWidget .text{max-width:100%;width:100%;padding:10px 20px!important}#dm .dmInner .flexslider.ed-version .slide-button{-js-display:inline-flex;display:inline-flex;justify-content:center;align-items:center}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img,.flexslider.ed-version:not([layout]) .slides>li[layout=center] .slide-inner .slide-button.slide-button-invisible{display:none!important}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,h2,h3,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.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,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmStandardDesktop{display:block}.standardHeaderLayout .dmHeader{float:none}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder,#dm .dmPhotoGallery .dmPhotoGalleryHolder>li{width:100%;padding:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) 50% 50% no-repeat #eee;float:left;clear:none;padding:0;margin:0;width:100%}.dmDesktopBody .dmPhotoGallery .photoGalleryViewAll{background:0 0;border:none;padding:3px 0;font-size:16px;width:auto;height:auto;line-height:normal;box-shadow:0 -2px 0 0;display:block;margin:40px 0;text-align:left}.dmSocialHub{clear:both}#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;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style5{color:#fff}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.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 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-background{padding:0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:12px 15px;margin:0 15px 0 0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth]) .unifiednav__container[data-depth='0']{left:15px;top:calc(100% - 12px)}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:#333;color:#fafafa}.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_2] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-width:1px}.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_2] .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: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}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.standardHeaderLayout .dmHeader{display:block;height:auto}#dm div.dmContent h1{color:#666}#dm div.dmRespCol>*{line-height:normal}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmInner{line-height:initial}#dm div.dmContent h3{color:#fff}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#dm div.dmContent h2{color:#333}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{color:rgba(34,34,34,1);font-family:"DM Sans","DM Sans Fallback";font-weight:400}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3{color:rgba(0,0,0,1)}#dm div.dmNewParagraph p{line-height:1.8;color:rgba(34,34,34,1);direction:ltr;font-family:"DM Sans","DM Sans Fallback";font-weight:400;font-style:normal;text-decoration:none}#dm .dmNewParagraph a,#dm div.dmNewParagraph a,.newPhotoGallery .photoGalleryViewAll.link{text-decoration:none;color:rgba(255,255,255,1)}#dm div.dmContent h1,#dm div.dmContent h2{color:var(--color_3);direction:ltr;font-family:Syne,"Syne Fallback";font-weight:700;font-style:normal}#dm div.dmContent h1{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent h2{text-decoration:none}#dm .dmNewParagraph a,#dm .dmNewParagraph a:visited,#dm div.dmContent h3,#dm div.dmNewParagraph a,#dm div.dmNewParagraph a:visited,.newPhotoGallery .photoGalleryViewAll.link,.newPhotoGallery .photoGalleryViewAll.link:visited{color:var(--color_1)}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *,#dm div.dmContent h3{text-decoration:none}#dm div.dmContent h3{direction:ltr;font-family:Syne,"Syne Fallback";font-weight:700;font-style:normal}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *{text-decoration:none}a span.socialHubIcon{margin-bottom:0}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm .dmContent .dmRespRow{margin:0;padding:80px 40px}#dm div.dmContent h2{font-size:36px}#dm div.dmContent h3{font-size:24px}#dm div.dmContent h1{font-size:48px}@media all{:root{--btn-border-l-color:var(--color_5);--btn-border-r-color:var(--color_5);--btn-border-b-width:0.888889px;--btn-text-direction:ltr;--btn-border-radius:50px;--btn-border-t-width:0.888889px;--btn-border-tl-radius:0px;--btn-border-br-radius:0px;--btn-border-bl-radius:0px;--btn-bg-color:var(--color_1);--btn-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;--btn-border-r-width:0.888889px;--btn-border-tr-radius:0px;--btn-border-b-color:var(--color_5);--btn-border-l-width:0.888889px;--border-style:solid;--btn-border-t-color:var(--color_5);--btn-text-align:center;--btn-text-color:var(--color_5);--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:var(--color_5);--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:var(--color_1);--btn-hover-text-color:var(--color_2);--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)}.button_2{--btn-border-l-color:rgb(255, 255, 255);--btn-border-r-color:rgb(255, 255, 255);--btn-border-b-width:1px;--btn-text-direction:ltr;--btn-border-radius:50px;--btn-border-t-width:1px;--btn-border-tl-radius:0px;--btn-border-br-radius:0px;--btn-border-bl-radius:0px;--btn-bg-color:rgba(0, 0, 0, 0);--btn-box-shadow:none;--btn-border-r-width:1px;--btn-border-tr-radius:0px;--btn-border-b-color:rgb(255, 255, 255);--btn-border-l-width:1px;--border-style:solid;--btn-border-t-color:rgb(255, 255, 255);--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:var(--color_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(255,255,255,1);--btn-hover-text-color:var(--color_5);--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){.button_2,:root{--btn-text-font-size:15px}}#dm .dmWidget.button_2:not([data-buttonstyle]),#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget.button_2:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 0}#dm .dmWidget.button_2:not([data-buttonstyle]) .iconBg,#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);box-shadow:var(--btn-box-shadow);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .p_hfcontainer div.u_1768150153,div.u_1418153197{background-color:rgba(255,255,255,1)!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!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)}div.u_1518812411 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}div.u_1518005691 .socialHubIcon{color:rgba(0,0,0,1)!important;border-color:rgba(0,0,0,1)!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:15px!important}nav.u_1210860129{color:#000!important}nav.u_1210860129.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container[data-depth]{box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(0,0,0,1)!important;font-weight:700!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{margin:0!important;padding:15px 30px 15px 15px!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(34,34,34,1)!important;font-weight:700!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:rgba(0,0,0,1)!important;font-weight:700!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(246,246,246,1)!important}#dm .p_hfcontainer div.u_1518005691 .socialHubIcon{color:var(--color_3)!important;border-color:var(--color_3)!important}#dm .p_hfcontainer div.u_1583745100{background-color:var(--color_1)!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px)!important}#dm .dmInner div.u_hcontainer,div.u_1518812411{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:0!important;text-align:center!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:0!important}#dm .p_hfcontainer .u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:10px 20px!important;margin:0 1px!important}#dm .p_hfcontainer nav.u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_3)!important}#dm .p_hfcontainer nav.u_1210860129.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:var(--color_5)!important;background-image:none!important}#dm .p_hfcontainer nav.u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:700!important;color:var(--color_2)!important}#dm .p_hfcontainer nav.u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-weight:700!important}#dm .p_hfcontainer .u_1518812411{width:100%!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(0,0,0,0)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmInner div.u_hcontainer{width:100%!important;max-width:100%!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}div.u_1583745100{margin:auto!important;padding-left:10px!important}div.u_1768150153{width:auto!important;padding:8px 40px!important}div.u_1518812411{width:158px!important;max-width:100%!important;display:block!important;padding:0!important;margin:0 242px 0 0!important}div.u_1039137614{margin:auto!important;padding-left:10px!important}div.u_1418153197{width:auto!important;padding:8px 40px!important}#dm .p_hfcontainer .u_1518005691 .socialHubIcon{width:30px!important;height:30px!important;font-size:20px!important;line-height:30px!important}#dm .p_hfcontainer .u_1518005691 .socialHubIcon:after{width:38px!important;height:30px!important}div.u_1518005691,nav.u_1210860129{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important}div.u_1518005691{display:block!important;width:422.93px!important;min-width:0!important;text-align:center!important;padding:0!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:15px!important}nav.u_1210860129.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1210860129.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}nav.u_1210860129{width:calc(100% - 0px)!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:7px 0!important}#dm .p_hfcontainer div.u_1518005691,#dm .p_hfcontainer nav.u_1210860129{position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;float:none!important;top:0!important;left:0!important;min-height:auto!important;height:auto!important}nav.u_1210860129.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:16px!important}#dm .p_hfcontainer .u_1518005691.dmSocialHub .socialHubInnerDiv a:not(:last-child){margin-right:2px!important}div.u_1787204645{margin:auto!important;padding-left:10px!important}div.u_1678815751{padding:2px 0!important}#dm .p_hfcontainer div.u_1678815751{margin:0!important;padding:2px 0!important}#dm .p_hfcontainer div.u_1768150153{width:auto!important;margin:0!important;padding:0 40px!important}#dm .p_hfcontainer div.u_1583745100{padding:0 15px!important;margin:0!important}#dm .p_hfcontainer nav.u_1210860129{width:100%!important;justify-content:center!important;align-items:stretch!important;padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1518005691{display:block!important;width:181px!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1518812411{display:block!important;float:none!important;top:0!important;left:0!important;width:381.93px!important;position:relative!important;min-height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;height:auto!important;padding:0!important;margin:5px 100px 5px 0!important}#dm .dmBody a.u_1282856538,#dm .dmBody a.u_1954061974{width:180px!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}.stickyHeaderSpacer{height:101.36px!important}#dm .dmBody .u_1243667655:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1228938393{-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;background-color:var(--color_1)!important}#dm .dmBody .u_1510660043{display:none!important}#dm .dmBody .u_1179515634{display:block!important}#dm .dmBody .u_1927297667{display:none!important}#dm .dmBody .u_1677718009{display:block!important}#dm .dmBody .u_1779677572{display:none!important}#dm .dmBody .u_1897417087{display:block!important}#dm .dmBody .u_1139482399{display:none!important}#dm .dmBody a.u_1282856538,#dm .dmBody a.u_1954061974,#dm .dmBody div.u_1380107631{min-height:auto!important;display:block!important}#dm .dmBody div.u_1243667655:before{background-color:rgba(34,34,34,1)!important;opacity:.4!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important}#dm .dmBody a.u_1282856538{height:50px!important;padding:0!important;margin:15px auto 10px 0!important}#dm .dmBody div.u_1228938393{margin:-50px 0 0!important;padding:30px!important}#dm .dmBody a.u_1954061974{height:50px!important;padding:0!important;margin:10px auto!important}#dm .dmBody div.u_1868450819{width:auto!important;margin:0!important;padding:0 40px!important}#dm .dmBody .u_1646485577 .photoGalleryThumbs{padding:10px!important}#dm .dmBody .u_1646485577 .photoGalleryViewAll{padding:0 20px!important}#dm .dmBody .u_1646485577 .caption-inner{padding-left:26px!important;padding-right:26px!important}#dm .dmBody div.u_1646485577 .caption-button{width:180px!important;height:50px!important}#dm .dmBody div.u_1243667655,#dm .dmBody div.u_1380107631{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .dmBody div.u_1243667655{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/mmfs-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-size:cover!important;width:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;background-position:50% 50%!important;background-attachment:fixed!important;margin:0!important;padding:200px 40px 250px!important}#dm .dmBody div.u_1380107631{width:calc(100% - 0px)!important;max-width:1085px!important;min-width:25px!important;padding:2px 0!important;margin:8px 292px 8px 0!important}.font-size-18,.size-18{font-size:18px!important}.font-size-22{font-size:22px!important}.font-size-24,.size-24{font-size:24px!important}.font-size-66,.size-66{font-size:66px!important}#\31 102215029,#\31 131119016,#\31 173148036,#\31 180870035,#\31 182055830,#\31 197957358,#\31 210860129,#\31 246805019,#\31 303731631,#\31 382808702,#\31 498062646,#\31 518271301,#\31 529718112,#\31 532853479,#\31 580055142,#\31 797673121,#\31 852765106,#\31 860790114,#\31 916055408{order:0;flex-direction:row}#\31 007249639,#\31 470226454,#\31 897712784,#\31 998186458{order:0}#\31 998186458{flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {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: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Cardo Fallback"; src: local('Arial'); ascent-override: 103.8482%; descent-override: 38.1494%; size-adjust: 95.354%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "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: "Syne Fallback"; src: local('Arial'); ascent-override: 93.4327%; descent-override: 27.7773%; size-adjust: 99.0018%; 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 --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.mmfts.com/"> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "M&M Financial & Tax Services", "url" : "https://www.mmfts.com/" } </script> <title> Fully Remote Notary & Accountant in El Paso, TX </title> <meta name="keywords" content="fully remote notary in El Paso TX, fully remote accountant in El Paso TX"/> <meta name="description" content="Explore our expert accounting and notary services customized for you. We offer quality support for your financial and legal needs in El Paso, TX!"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Fully Remote Notary & Accountant in El Paso, TX"/> <meta name="twitter:description" content="Explore our expert accounting and notary services customized for you. We offer quality support for your financial and legal needs in El Paso, TX!"/> <meta name="twitter:image" content="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_fav2-1920w.jpg"/> <meta property="og:description" content="Explore our expert accounting and notary services customized for you. We offer quality support for your financial and legal needs in El Paso, TX!"/> <meta property="og:title" content="Fully Remote Notary & Accountant in El Paso, TX"/> <meta property="og:image" content="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_fav2-1920w.jpg"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "LocalBusiness", "name" : "M&M Financial & Tax Services", "address" : { "@type" : "PostalAddress", "streetAddress" : "7524 Monterrey Dr", "addressLocality" : "El Paso", "addressRegion" : "TX", "postalCode" : "79915", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "31.74746", "longitude" : "-106.36309" }, "url" : "https://www.mmfts.com", "description" : "At M&M Financial & Tax Services, we understand the dread that tax season can fill individuals with. Since 2019, we've offered professional accounting services and tax assistance from our office in El Paso, TX. You can meet with our local accountant in person or request our online option. Either way, we'll make sure your financial concerns are addressed to your satisfaction.", "telephone" : "(915) 472-7727", "email" : "[email protected]", "logo" : "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_Logo.png", "sameAs" : [ "https://facebook.com/100077923202185" ], "image" : [ "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img5.jpg", "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img2.jpg", "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img3.jpg", "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img4.jpg", "https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img8.jpg" ], "openingHoursSpecification" : [ { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens" : "08:00", "closes" : "17:00" }, { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Saturday" ], "opens" : "10:00", "closes" : "13:00" } ], "@id" : "https://www.mmfts.com", "priceRange" : "$" } </script> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true" desktop-global-classes="" tablet-global-classes="" mobile-global-classes=""> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations rows-1200 hasStickyHeader dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow dmDefaultListContentRow u_1418153197" style="text-align:center" id="1418153197"> <div class="dmRespColsWrapper" id="1498062646"> <div class="u_1292710932 small-12 dmRespCol large-5 medium-5" id="1292710932"> <div class="u_1518812411 imageWidget align-center" data-widget-type="image" id="1518812411" data-element-type="image"> <a href="/" id="1506796174"><img src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_Logo2-458w.png" id="1657621248" class="" data-dm-image-path="https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_Logo2.png" width="808" height="72" alt="M&M Financial & Tax Services" title="M&M Financial & Tax Services" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1039137614 dmRespCol small-12 large-2 medium-2" id="1039137614"> <span id="1811958415"></span> <div class="u_1518005691 align-center text-align-center dmSocialHub gapSpacing" id="1518005691" 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://facebook.com/100077923202185" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:[email protected]" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1787204645 dmRespCol small-12 large-5 medium-5" id="1787204645"> <span id="1808535184"></span> <div class="dmNewParagraph u_1678815751" data-element-type="paragraph" data-version="5" id="1678815751" new-inline-bind-applied="true" data-diy-text=""><p class="m-size-14 text-align-right size-18" style="line-height: initial;"><span class="m-font-size-14 font-size-18" style="display: unset;">Call Us Now!</span> <span single-space="true" class="m-font-size-18 font-size-22" style="display: unset;"> <span class="m-font-size-18 font-size-22" style="display: unset;"></span> </span> <a href="tel:(915) 472-7727" runtime_url="tel:(915) 472-7727" type="call" class="m-font-size-18 font-size-22" style="font-weight: bold; display: initial;"><span class="inline-data-binding" data-encoded-value="KDkxNSkgNDcyLTc3Mjc=" data-inline-binding="content_library.global.phone.phone">(915) 472-7727</span></a></p></div> </div> </div> </div> <div class="dmRespRow dmDefaultListContentRow u_1768150153" style="text-align:center" id="1768150153"> <div class="dmRespColsWrapper" id="1197957358"> <div class="u_1583745100 dmRespCol small-12 medium-12 large-12" id="1583745100"> <span id="1023989377"></span> <nav class="u_1210860129 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_7" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1210860129" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" 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="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101879497 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Services" data-auto="page-text-style">Services<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="/notary" class="unifiednav__item dmUDNavigationItem_010101151560 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Notary" data-auto="page-text-style">Notary<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/accounting" class="unifiednav__item dmUDNavigationItem_010101133141 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Accounting" data-auto="page-text-style">Accounting<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tax" class="unifiednav__item dmUDNavigationItem_010101900385 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Tax" data-auto="page-text-style">Tax<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/testimonials" class="unifiednav__item dmUDNavigationItem_01010182744 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Testimonials" data-auto="page-text-style">Testimonials<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/referrals" class="unifiednav__item dmUDNavigationItem_010101992843 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Referrals" data-auto="page-text-style">Referrals<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101728157 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact Us" data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" desktop-global-classes="" tablet-global-classes="" mobile-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_1243667655 dmRespRow hasBackgroundOverlay" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="dmRespCol small-12 u_1620106714 medium-12 large-12" id="1620106714"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1031588550"><p class="size-24 m-size-18 m-text-align-center"><span class="font-size-24 m-font-size-18" style="font-weight: bold; color: var(--color_2); display: unset;" m-font-size-set="true">Be Ready for Tax Season</span></p></div> <div class="u_1380107631 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1380107631" data-anim-desktop="none" style="transition: none; text-align: left;"> <h1 class="m-text-align-center m-size-32 size-66" style="line-height: initial;"><span class="m-font-size-32 font-size-66" m-font-size-set="true" style="color: var(--color_2); font-weight: bold; display: unset;">Fully Remote Notary & Accountant in El Paso, TX</span></h1> </div> <a data-display-type="block" class="u_1282856538 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient button_2" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1282856538"> <span class="iconBg" aria-hidden="true" id="1410061903"> <span class="icon hasFontIcon icon-star" id="1663592218"></span> </span> <span class="text" id="1190563368">Contact Us</span> </a> </div> </div> </div> <div class="dmRespRow u_1868450819" id="1868450819"> <div class="dmRespColsWrapper" id="1580055142"> <div class="dmRespCol large-12 medium-12 small-12 u_1228938393" id="1228938393"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1948368643"> <h2 class="text-align-center"><span style="display: unset;">Financial Success Is Just a Call Away</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1179878332"> <h3 class="text-align-center" style=""><span style="display: unset; color: var(--color_5);">Our Financial Expert Will Help You Reach Your Goals</span></h3> </div> <a data-display-type="block" class="u_1954061974 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1954061974 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(915) 472-7727" data-element-type="dButtonLinkId" id="1954061974" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLnBob25lIn1d" data-diy-link=""> <span class="iconBg" aria-hidden="true" id="1607570205"> <span class="icon hasFontIcon icon-star" id="1901282322"></span> </span> <span class="text" id="1696246931" data-diy-text="">Call Us Now!</span> </a> </div> </div> </div> <div class="dmRespRow mobile-columns-reversed" id="1131780491"> <div class="dmRespColsWrapper" id="1532853479"> <div class="u_1703650011 dmRespCol small-12 medium-12 large-12" id="1703650011"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1530483834"> <h2 class="m-text-align-center text-align-center"><span style="display: unset;">The Financial Expert You Can Depend On</span></h2> </div> <div class="u_1235668592 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1235668592"> <h3 class="m-text-align-center text-align-center"><span style="display: unset;">Discuss Your Needs with Our Local Accountant in El Paso, TX</span></h3> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1909199699" new-inline-bind-applied="true" data-diy-text=""><p class="m-text-align-center text-align-center"><span style="display: initial;">At <span class="inline-data-binding" data-encoded-value="TSZNIEZpbmFuY2lhbCAmIFRheCBTZXJ2aWNlcw==" data-inline-binding="content_library.global.company_name">M&M Financial & Tax Services</span>, we understand the dread that tax season can fill individuals with. Since 2019, we've offered professional accounting services and tax assistance from our office in El Paso, TX. You can meet with our local accountant in person or request our online option. Either way, we'll make sure your financial concerns are addressed to your satisfaction.</span></p><p class="m-text-align-center text-align-center"><span style="display: initial;"><br/></span></p><p class="m-text-align-center text-align-center"><span style="display: initial;">Drawing on over five years of experience, our local accountant continues to help individuals and business owners meet their financial objectives. You'll be able to confidently make decisions about your finances moving forward.</span></p></div> <a data-display-type="block" class="u_1943531262 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1943531262 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(915) 472-7727" data-element-type="dButtonLinkId" id="1943531262" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLnBob25lIn1d" data-diy-link=""> <span class="iconBg" aria-hidden="true" id="1056177988"> <span class="icon hasFontIcon icon-star" id="1665237148"></span> </span> <span class="text" id="1508807135" data-diy-text="">Dial (915) 472-7727 Today to Get Started</span> </a> </div> </div> </div> <div class="dmRespRow u_1507208171" id="1507208171"> <div class="dmRespColsWrapper" id="1382808702"> <div class="u_1983297003 dmRespCol small-12 large-5 medium-5" id="1983297003"> <div class="u_1613718655 flex-container dmImageSlider dmNoMargin dmNoMark" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1613718655"> <div class="flexslider ed-version" sliderscriptparams="{'stretch':true,'animation':true,'randomize':false,'directionNav':false,'isAutoPlay':false,'isFade':true,'controlNav':false,'slideshowSpeed':7000,'animationDuration':600,'pausePlay':true}" id="1305635557"> <ul class="slides" id="1331975469"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1518271301" class="u_1518271301" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img4-578w.jpg" id="1634371301" class="" alt="A person is stamping a document with a wax seal." onerror="handleImageLoadError(this)" height="388.0" width="482.0"/> <div class="color-overlay" id="1516963198"></div> <div class="slide-inner" id="1952834365"> <div class="text-wrapper" id="1359933740"> <div class="slide-text richText u_1510660043" id="1510660043"><br/></div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1657363362"> <span class="iconBg" id="1399369973"> <span class="icon hasFontIcon icon-star" id="1524538714"></span> </span> <span class="text" id="1298137010"></span> </div> </div> </li> </ul> </div> </div> <a data-display-type="block" class="u_1598448157 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1598448157 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(915) 472-7727" data-element-type="dButtonLinkId" id="1598448157" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLnBob25lIn1d" data-diy-link=""> <span class="iconBg" aria-hidden="true" id="1806026296"> <span class="icon hasFontIcon icon-star" id="1967249527"></span> </span> <span class="text" id="1337305841" data-diy-text="">Call to Request a Consultation</span> </a> </div> <div class="u_1091677195 dmRespCol small-12 large-7 medium-7" id="1091677195"> <div class="u_1349101608 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1349101608"> <h2 class="m-text-align-center"><span style="display: unset;">We're Certified Through the State of Texas</span></h2> </div> <div class="dmRespRow u_1493455944" id="1493455944"> <div class="dmRespColsWrapper" id="1852765106" style="align-items:center"> <div class="u_1638004869 dmRespCol small-12 large-3 medium-3" id="1638004869"> <div class="u_1550654946 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1550654946"> <a href="/notary" id="1484121589" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1793689631" class="svg u_1793689631" data-icon-custom="true" aria-labelledby="1141556006" data-hover-effect="float"> <title id="1141556006">Notary</title> <g> <path d="m93.75 70.312h-3.125v-4.6875c0-4.375-3.4375-7.8125-7.8125-7.8125h-1.7188l-1.875-17.188c0-0.46875 0.15625-1.0938 0.625-1.4062 2.9688-2.3438 4.5312-5.7812 4.5312-9.5312s-1.7188-7.1875-4.5312-9.6875c-1.875-1.5625-4.0625-2.5-6.4062-2.8125v-10.938c0-0.9375-0.625-1.5625-1.5625-1.5625h-65.625c-0.9375 0-1.5625 0.625-1.5625 1.5625v87.5c0 0.9375 0.625 1.5625 1.5625 1.5625h65.625c0.9375 0 1.5625-0.625 1.5625-1.5625v-10.938h20.312c0.9375 0 1.5625-0.625 1.5625-1.5625v-9.375c0-0.9375-0.625-1.5625-1.5625-1.5625zm-6.25-4.6875v4.6875h-31.25v-4.6875c0-2.6562 2.0312-4.6875 4.6875-4.6875h21.875c2.6562 0 4.6875 2.0312 4.6875 4.6875zm-6.25-35.938c0 2.8125-1.25 5.3125-3.2812 7.1875-1.25 1.0938-1.875 2.6562-1.7188 4.0625l1.7188 16.875h-12.188l1.7188-16.875c0.15625-1.5625-0.46875-3.125-1.7188-4.0625-2.6562-2.1875-3.75-5.4688-3.2812-8.75 0.625-3.75 3.5938-6.875 7.3438-7.5 2.8125-0.625 5.625 0.15625 7.8125 1.875 2.3438 1.7188 3.5938 4.375 3.5938 7.1875zm-10.938 62.5h-62.5v-84.375h62.5v9.5312c-0.3125 0-0.625 0-0.9375 0.15625-5 0.9375-8.9062 5-9.8438 10.156-0.78125 4.5312 0.9375 8.9062 4.375 11.719 0.46875 0.3125 0.625 0.9375 0.625 1.4062l-1.875 17.188h-1.7188c-4.375 0-7.8125 3.4375-7.8125 7.8125v4.6875h-3.125c-0.9375 0-1.5625 0.625-1.5625 1.5625v9.375c0 0.9375 0.625 1.5625 1.5625 1.5625h20.312zm21.875-12.5h-40.625v-6.25h40.625z"></path> <path d="m28.125 56.25c-8.5938 0-15.625 7.0312-15.625 15.625s7.0312 15.625 15.625 15.625 15.625-7.0312 15.625-15.625-7.0312-15.625-15.625-15.625zm0 28.125c-6.875 0-12.5-5.625-12.5-12.5s5.625-12.5 12.5-12.5 12.5 5.625 12.5 12.5-5.625 12.5-12.5 12.5z"></path> <path d="m14.062 15.625h29.688c0.9375 0 1.5625-0.625 1.5625-1.5625s-0.625-1.5625-1.5625-1.5625h-29.688c-0.9375 0-1.5625 0.625-1.5625 1.5625s0.625 1.5625 1.5625 1.5625z"></path> <path d="m14.062 25h42.188c0.9375 0 1.5625-0.625 1.5625-1.5625s-0.625-1.5625-1.5625-1.5625h-42.188c-0.9375 0-1.5625 0.625-1.5625 1.5625s0.625 1.5625 1.5625 1.5625z"></path> <path d="m14.062 31.25h40.625c0.9375 0 1.5625-0.625 1.5625-1.5625s-0.625-1.5625-1.5625-1.5625h-40.625c-0.9375 0-1.5625 0.625-1.5625 1.5625s0.625 1.5625 1.5625 1.5625z"></path> <path d="m14.062 37.5h42.188c0.9375 0 1.5625-0.625 1.5625-1.5625s-0.625-1.5625-1.5625-1.5625h-42.188c-0.9375 0-1.5625 0.625-1.5625 1.5625s0.625 1.5625 1.5625 1.5625z"></path> <path d="m14.062 43.75h45.312c0.9375 0 1.5625-0.625 1.5625-1.5625s-0.625-1.5625-1.5625-1.5625h-45.312c-0.9375 0-1.5625 0.625-1.5625 1.5625s0.625 1.5625 1.5625 1.5625z"></path> <path d="m34.688 64.531-9.6875 11.25-3.4375-3.4375c-0.625-0.625-1.5625-0.625-2.1875 0s-0.625 1.5625 0 2.1875l4.6875 4.6875c0.3125 0.3125 0.625 0.46875 1.0938 0.46875s0.78125-0.15625 1.0938-0.46875l10.938-12.5c0.625-0.625 0.46875-1.5625-0.15625-2.1875-0.78125-0.625-1.7188-0.625-2.3438 0z"></path> </g> </svg> </a> </div> </div> <div class="u_1163860732 dmRespCol small-12 large-9 medium-9" id="1163860732"> <div class="u_1975640952 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1975640952"> <h3 class="m-text-align-center"><a href="/notary" runtime_url="/notary" type="page" style="display: unset; color: var(--color_3);">Notary</a></h3> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1221061540"><p class="m-text-align-center"><span style="display: unset;">Look to us when you need documents notarized.</span><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1259621768" id="1259621768"> <div class="dmRespColsWrapper" id="1303731631" style="align-items:center"> <div class="u_1077222818 dmRespCol small-12 large-3 medium-3" id="1077222818"> <div class="u_1823432051 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1823432051"> <a href="/accounting" id="1285913071" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1873018569" class="svg u_1873018569" data-hover-effect="float" data-icon-custom="true" aria-labelledby="1409522185"> <title id="1409522185">Accounting</title> <path d="m58.957 93.926h-47.961c-1.8398-0.003906-3.3281-1.4922-3.332-3.332v-1.7695h-1.7031c-1.8359-0.003907-3.3281-1.4922-3.3281-3.332v-79.547c0-1.8398 1.4922-3.3281 3.3281-3.332h56.82c1.8359 0.003907 3.3281 1.4922 3.3281 3.332v16l4.6875 4.4414c0.21875 0.21094 0.34375 0.5 0.34375 0.80469v18.316h2.9648l-0.62109-1.5898v-0.003907c-0.050781-0.125-0.078125-0.26172-0.078125-0.40234v-37.918c0.003906-1.6445 1.3359-2.9766 2.9805-2.9805h4.6523-0.003906c1.6445 0.003907 2.9766 1.3359 2.9805 2.9805v37.922c0 0.16406-0.039063 0.32031-0.10547 0.46875l-0.59375 1.5273h11.648c0.63281 0 1.2461 0.25391 1.6953 0.70312l0.007813 0.007812h-0.003907c0.44922 0.44922 0.70313 1.0586 0.70313 1.6914v47.066c0 0.63672-0.25391 1.2461-0.70313 1.6953l-0.007812 0.007813c-0.44922 0.44922-1.0586 0.69922-1.6914 0.70312h-33.598c-0.63672-0.003907-1.2461-0.25391-1.6953-0.70703l-0.007813-0.007813c-0.44922-0.44922-0.69922-1.0586-0.70312-1.6914v-1.0508zm-35.535-67.199h8.7383-0.003906c0.61328 0 1.1133-0.49609 1.1133-1.1094 0-0.61328-0.5-1.1094-1.1133-1.1094h-8.7383 0.003906c-0.61328 0-1.1133 0.49609-1.1133 1.1094 0 0.61328 0.5 1.1094 1.1133 1.1094zm0-2.7148 4.3672 0.003906c0.30078 0.007813 0.59375-0.10547 0.80859-0.31641 0.21484-0.20703 0.33594-0.49609 0.33594-0.79688 0-0.30078-0.12109-0.58594-0.33594-0.79688-0.21484-0.20703-0.50781-0.32031-0.80859-0.3125h-4.3672c-0.30078-0.007813-0.59375 0.10547-0.80859 0.3125-0.21484 0.21094-0.33594 0.49609-0.33594 0.79688 0 0.30078 0.12109 0.58984 0.33594 0.79688 0.21484 0.21094 0.50781 0.32422 0.80859 0.31641zm-7.5547-3.2461c-0.61328 0-1.1094 0.5-1.1094 1.1133v4.7617c0 0.61328 0.49609 1.1133 1.1094 1.1133h4.7656c0.61328 0 1.1094-0.5 1.1094-1.1133v-4.7617c0-0.61328-0.49609-1.1133-1.1094-1.1133zm3.6523 2.2227h-2.543v2.543h2.543zm3.8945-4.9102h8.7383c0.60156-0.019531 1.0781-0.51172 1.0781-1.1094 0-0.60156-0.47656-1.0938-1.0781-1.1133h-8.7383c-0.29687-0.007813-0.58984 0.10547-0.80469 0.3125-0.21484 0.21094-0.33984 0.5-0.33984 0.80078 0 0.29688 0.125 0.58594 0.33984 0.79688 0.21484 0.20703 0.50781 0.32031 0.80469 0.3125zm0-2.7109 4.375-0.003907c0.61328 0 1.1094-0.49609 1.1094-1.1094 0-0.61328-0.49609-1.1094-1.1094-1.1094h-4.3672c-0.61328 0-1.1133 0.49609-1.1133 1.1094 0 0.61328 0.5 1.1094 1.1133 1.1094zm-7.5547-3.2461 0.003906-0.003906c-0.61328 0-1.1133 0.49609-1.1133 1.1094v4.7656c0 0.29297 0.11719 0.57812 0.32812 0.78516 0.20703 0.20703 0.48828 0.32422 0.78516 0.32422h4.7695c0.29297 0 0.57422-0.11719 0.78516-0.32422 0.20703-0.20703 0.32422-0.49219 0.32422-0.78516v-4.7656c0-0.61328-0.49609-1.1094-1.1094-1.1094zm3.6523 2.2188h-2.5352v2.543h2.543v-2.543zm58.09 4.082v17.941c0.015626 0.60156 0.50781 1.0781 1.1094 1.0781 0.59766 0 1.0898-0.47656 1.1094-1.0781v-17.941c0.007813-0.30078-0.10547-0.59375-0.3125-0.80859-0.21094-0.21484-0.49609-0.33594-0.79687-0.33594-0.30078 0-0.58984 0.12109-0.79688 0.33594-0.21094 0.21484-0.32422 0.50781-0.3125 0.80859zm-1.9727-7.0391h6.1602v-1.1641h-6.1602zm6.1602 2.2188h-6.1602v27.578h6.1602zm-0.035156 29.801h-6.0938l3.0508 7.8086 3.0469-7.8086zm-6.125-35.402h6.1602v-2.4062c-0.003906-0.41797-0.33984-0.75391-0.75781-0.75781h-4.6484c-0.41406 0.003906-0.75391 0.33984-0.75391 0.75781zm-0.65625 39.73h-13.605c-0.046876 0-0.09375 0.019531-0.12891 0.050781-0.035156 0.035156-0.050781 0.082031-0.050781 0.13281v47.066c0 0.046875 0.015625 0.09375 0.050781 0.12891 0.035157 0.035156 0.082031 0.050781 0.12891 0.050781h33.598c0.046875 0 0.09375-0.015625 0.12891-0.050781 0.03125-0.035156 0.050781-0.082031 0.050781-0.12891v-47.066c0-0.046874-0.019531-0.09375-0.050781-0.12891-0.035156-0.035156-0.082031-0.050781-0.12891-0.050781h-12.516l-0.80859 2.0781h10.641c0.61719 0 1.1133 0.49609 1.1133 1.1094v14.527c0 0.61328-0.49609 1.1094-1.1133 1.1094h-28.238c-0.61328 0-1.1094-0.49609-1.1094-1.1094v-14.527c0-0.61328 0.49609-1.1094 1.1094-1.1094h11.746l-0.8125-2.0781zm5.7969 4.3008-1.0273 2.6328v-0.003906c-0.16406 0.42578-0.57422 0.70703-1.0312 0.70703-0.45703 0-0.86719-0.28125-1.0312-0.70703l-1.0273-2.6328-11.496 0.003906v12.301h26.016v-12.301zm-58.77-18.961c-5.0703 0-9.4375 3.582-10.426 8.5586-0.99219 4.9727 1.6719 9.9531 6.3555 11.895 4.6875 1.9414 10.094 0.30078 12.91-3.9141 2.8164-4.2188 2.2656-9.8398-1.3203-13.426-1.9922-1.9961-4.6992-3.1172-7.5195-3.1133zm5.9492 4.6836c-2.8398-2.8398-7.2852-3.2773-10.625-1.0469-3.3359 2.2305-4.6328 6.5078-3.0977 10.215 1.5352 3.707 5.4766 5.8164 9.4141 5.0312 3.9375-0.78125 6.7734-4.2383 6.7734-8.25 0-2.2305-0.88672-4.375-2.4648-5.9492zm-7.0586-0.66797v0.16016c-1.6328 0.49219-2.7539 1.9961-2.7539 3.7031-0.21875 1.7539 1.0039 3.3633 2.7539 3.6172v3.1055l-0.050781-0.050781c-0.30859-0.30859-0.48438-0.72656-0.48047-1.1641 0-0.61328-0.5-1.1094-1.1133-1.1094-0.61328 0-1.1094 0.49609-1.1094 1.1094 0 1.707 1.1211 3.2109 2.7539 3.7031v0.16016c0 0.61328 0.5 1.1094 1.1133 1.1094 0.61328 0 1.1094-0.49609 1.1094-1.1094v-0.16016c1.6328-0.49219 2.7539-1.9961 2.7539-3.7031 0.21875-1.7539-1.0078-3.3594-2.7539-3.6133v-3.1094c0.019531 0.015625 0.035157 0.03125 0.050781 0.050781 0.30859 0.30859 0.48047 0.72266 0.48047 1.1562 0 0.61328 0.5 1.1133 1.1133 1.1133 0.61328 0 1.1094-0.5 1.1094-1.1133 0-1.7031-1.1211-3.2109-2.7539-3.7031v-0.15625c0-0.61328-0.49609-1.1094-1.1094-1.1094-0.61328 0-1.1133 0.49609-1.1133 1.1094zm2.2227 8.2031v2.3828l0.050781-0.050781c0.30859-0.30859 0.48047-0.72656 0.48047-1.1641 0.03125-0.45312-0.16797-0.89453-0.53516-1.168zm-2.2227-3.1719v-2.3828c-0.019531 0.015625-0.035156 0.03125-0.050781 0.050781h-0.003906c-0.30859 0.30859-0.48047 0.72266-0.48047 1.1562-0.03125 0.45703 0.16797 0.89844 0.53516 1.1719zm-4.875 46.707c-0.60156-0.019531-1.0781-0.51172-1.0781-1.1094 0-0.60156 0.47656-1.0938 1.0781-1.1133h42.949v-0.97656l-5.1016 0.003906c-0.61328 0-1.1094-0.49609-1.1094-1.1094v-30.961c0-0.61328 0.49609-1.1094 1.1094-1.1094h5.0938v-4.5352c0-0.63281 0.25391-1.2461 0.70703-1.6953l0.007813-0.007812c0.44922-0.44531 1.0586-0.69922 1.6914-0.69922h7.5586v-17.207h-16.035c-1.8359-0.003907-3.3281-1.4961-3.3281-3.332v-15.035h-38.562c-0.61328 0-1.1094 0.49609-1.1094 1.1094v79.547c0 0.61328 0.49609 1.1094 1.1094 1.1094h47.961v-2.8789zm35.426-43.469 3.1133-0.63672-9.375 10.309-11.457-4.5078c-0.39062-0.15234-0.83594-0.070312-1.1445 0.21094l-12.145 10.301c-0.22266 0.19141-0.36328 0.46094-0.38672 0.75391-0.023437 0.29297 0.066406 0.58203 0.25781 0.80859 0.39453 0.46484 1.0938 0.52344 1.5625 0.12891l11.664-9.8945 11.527 4.5352v0.003907c0.43359 0.17969 0.93359 0.070312 1.25-0.27734l9.8867-10.879-0.33984 3.1562h0.003906c-0.066406 0.60937 0.375 1.1562 0.98438 1.2188 0.60938 0.066406 1.1523-0.375 1.2188-0.98438l0.69922-6.5312c0.035156-0.35937-0.10547-0.71484-0.375-0.95312-0.27344-0.23828-0.64453-0.32422-0.99609-0.23828l-6.3867 1.3047c-0.59766 0.12109-0.98438 0.70703-0.86328 1.3047 0.12109 0.60156 0.70703 0.98828 1.3047 0.86328zm7.5156 9.3164h-3.9805v28.738l3.9805-0.003906v-28.738zm-17.062 8.5312c-0.29297 0-0.57812 0.11719-0.78516 0.32812-0.20703 0.20703-0.32422 0.48828-0.32031 0.78516v20.211c0.003907 0.60938 0.49609 1.0977 1.1055 1.1016h6.9805c0.61328 0 1.1094-0.49609 1.1094-1.1094v-20.203c0-0.61328-0.49609-1.1094-1.1094-1.1094zm5.8672 2.2227h-4.7578v17.98h4.7578v-17.984zm-17.832-5.8633c-0.60938 0-1.1094 0.49609-1.1094 1.1094v23.848c0 0.29297 0.11719 0.57422 0.32813 0.78516 0.20703 0.20703 0.48828 0.32422 0.78125 0.32422h6.9805c0.61328 0 1.1094-0.49609 1.1094-1.1094v-23.848c0-0.29297-0.11719-0.57812-0.32422-0.78516-0.20703-0.20703-0.49219-0.32422-0.78516-0.32422zm5.8711 2.2188h-4.7578v21.625h4.7578zm-17.836 7.8945c-0.61328 0-1.1094 0.5-1.1094 1.1133v13.73c0 0.61328 0.49609 1.1094 1.1094 1.1094h6.9844c0.61328 0 1.1094-0.49609 1.1094-1.1094v-13.738c0-0.29297-0.11719-0.57422-0.32422-0.78516-0.21094-0.20703-0.49219-0.32422-0.78516-0.32422zm5.8672 2.2227h-4.7578v11.508h4.7578v-11.512zm51.555 14.453c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5547c0 0.61328 0.49609 1.1094 1.1094 1.1094h16.895c0.61719 0 1.1133-0.49609 1.1133-1.1094v-5.5547c0-0.61328-0.49609-1.1094-1.1133-1.1094zm15.789 2.2188h-14.68v3.332h14.676v-3.332zm-27.133-2.2188c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5547c0 0.61328 0.49609 1.1094 1.1094 1.1094h5.5508c0.61328 0 1.1133-0.49609 1.1133-1.1094v-5.5547c0-0.61328-0.5-1.1094-1.1133-1.1094zm4.4414 2.2188h-3.3281v3.332h3.332v-3.332zm6.9023-11.613c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5508c0 0.61328 0.49609 1.1133 1.1094 1.1133h5.5508c0.61328 0 1.1133-0.5 1.1133-1.1133v-5.5508c0-0.29297-0.11719-0.57812-0.32812-0.78516-0.20703-0.20703-0.48828-0.32422-0.78516-0.32422zm4.4414 2.2188h-3.332v3.332h3.332zm6.9102-2.2188c-0.29688 0-0.57812 0.11719-0.78516 0.32422-0.21094 0.20703-0.32812 0.49219-0.32812 0.78516v5.5508c0 0.61328 0.5 1.1133 1.1133 1.1133h5.5508c0.61328 0 1.1094-0.5 1.1094-1.1133v-5.5508c0-0.29297-0.11719-0.57812-0.32422-0.78516s-0.49219-0.32422-0.78516-0.32422zm4.4414 2.2188h-3.3359v3.332h3.332l-0.003906-3.332zm-27.137-2.2188c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5508c0 0.61328 0.49609 1.1133 1.1094 1.1133h5.5508c0.61328 0 1.1133-0.5 1.1133-1.1133v-5.5508c0-0.29297-0.11719-0.57812-0.32812-0.78516-0.20703-0.20703-0.48828-0.32422-0.78516-0.32422zm4.4414 2.2188h-3.3281v3.332h3.332v-3.332zm6.9023-11.617v0.003906c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5508c0 0.61328 0.49609 1.1094 1.1094 1.1094h5.5508c0.61328 0 1.1133-0.49609 1.1133-1.1094v-5.5508c0-0.61328-0.5-1.1094-1.1133-1.1094zm4.4414 2.2227h-3.332v3.332h3.332zm6.9023-2.2227v0.003906c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5508c0 0.29688 0.11719 0.57812 0.32812 0.78906 0.20703 0.20703 0.49219 0.32422 0.78906 0.32031h5.5508c0.61328 0 1.1094-0.49609 1.1094-1.1094v-5.5508c0-0.61328-0.49609-1.1094-1.1094-1.1094zm4.4414 2.2227h-3.3281v3.332h3.332zm-27.129-2.2227v0.003906c-0.61328 0-1.1094 0.49609-1.1094 1.1094v5.5508c0 0.61328 0.49609 1.1094 1.1094 1.1094h5.5508c0.61328 0 1.1133-0.49609 1.1133-1.1094v-5.5508c0-0.61328-0.5-1.1094-1.1133-1.1094zm4.4414 2.2227h-3.3281v3.332h3.332v-3.332zm-60.82 16.82v-75.555c0.003907-1.8398 1.4922-3.3281 3.332-3.332h39.672c0.3125 0 0.60938 0.13281 0.82031 0.36328l12.406 11.762v-13.895c0-0.61328-0.49609-1.1094-1.1094-1.1094h-56.824c-0.60938 0-1.1055 0.49609-1.1094 1.1094v79.547c0.003907 0.61328 0.5 1.1094 1.1094 1.1094zm59.59-60.52-15.473-14.676v13.566c0 0.61328 0.49609 1.1094 1.1094 1.1094z" fill-rule="evenodd"></path> </svg> </a> </div> </div> <div class="u_1039759496 dmRespCol small-12 large-9 medium-9" id="1039759496"> <div class="u_1497165505 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1497165505"> <h3 class="m-text-align-center"><a href="/accounting" runtime_url="/accounting" type="page" style="display: initial; color: var(--color_3);">Acc</a><a href="/accounting" runtime_url="/accounting" type="page" style="display: unset; color: var(--color_3);">ounting</a></h3> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1155513379"><p class="m-text-align-center"><span style="display: unset;">Maximize your tax return this season.</span><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1366311097" id="1366311097"> <div class="dmRespColsWrapper" id="1131119016" style="align-items:center"> <div class="u_1604790198 dmRespCol small-12 large-3 medium-3" id="1604790198"> <div class="u_1980279837 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1980279837"> <a href="/tax" id="1346658793" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1258196383" class="svg u_1258196383" data-hover-effect="float" data-icon-custom="true" aria-labelledby="1634456866"> <title id="1634456866">Tax</title> <g> <path d="m89.062 57.812h-26.562c-2.5859 0-4.6875 2.1016-4.6875 4.6875v26.562c0 2.5859 2.1016 4.6875 4.6875 4.6875h26.562c2.5859 0 4.6875-2.1016 4.6875-4.6875v-26.562c0-2.5859-2.1016-4.6875-4.6875-4.6875zm-17.188 3.125h7.8125v3.9062c0 2.1562-1.7539 3.9062-3.9062 3.9062s-3.9062-1.75-3.9062-3.9062zm-10.938 1.5625c0-0.86328 0.69922-1.5625 1.5625-1.5625h6.25v3.9062c-0.13672 5.1523-7.6797 5.1484-7.8125 0v-2.3438zm18.75 28.125h-7.8125v-6.6406c0-0.64453 0.52734-1.1719 1.1719-1.1719h5.4688c0.64453 0 1.1719 0.52734 1.1719 1.1719zm10.938-1.5625c0 0.86328-0.69922 1.5625-1.5625 1.5625h-6.25v-6.6406c0-2.3711-1.9258-4.2969-4.2969-4.2969h-5.4688c-2.3711 0-4.2969 1.9258-4.2969 4.2969v6.6406h-6.25c-0.86328 0-1.5625-0.69922-1.5625-1.5625v-18.379c2.8438 2.0586 7.332 1.3047 9.375-1.4766 1.2891 1.6133 3.25 2.668 5.4688 2.668s4.1797-1.0547 5.4688-2.668c2.0391 2.7812 6.5352 3.5352 9.375 1.4766v18.379zm0-24.219c-0.13281 5.1484-7.6797 5.1484-7.8125 0v-3.9062h6.25c0.86328 0 1.5625 0.69922 1.5625 1.5625z"></path> <path d="m52.016 90.625h-33.266c-0.86328 0-1.5625-0.69922-1.5625-1.5625v-4.6875c0-0.86328-0.69922-1.5625-1.5625-1.5625h-4.6875c-0.86328 0-1.5625-0.69922-1.5625-1.5625v-70.312c0-0.86328 0.69922-1.5625 1.5625-1.5625h51.562c0.86328 0 1.5625 0.69922 1.5625 1.5625v3.125h-32.812c-0.40625 0-0.82031 0.17188-1.1055 0.45703l-15.621 15.621c-0.14453 0.14453-0.25781 0.31641-0.33984 0.50781-0.078125 0.19141-0.12109 0.39453-0.12109 0.59766v45.312c0.039062 2.0352 3.082 2.0703 3.125 0v-43.75h10.938c2.5859 0 4.6875-2.1016 4.6875-4.6875v-10.938h37.5c0.86328 0 1.5625 0.69922 1.5625 1.5625v32.812c0.015625 2.043 3.1016 2.0586 3.125 0v-32.812c0-2.5859-2.1016-4.6875-4.6875-4.6875h-3.125v-3.125c0-2.5859-2.1016-4.6875-4.6875-4.6875l-51.562 0.003906c-2.5859 0-4.6875 2.1016-4.6875 4.6875v70.312c0 2.5859 2.1016 4.6875 4.6875 4.6875h3.125v3.125c0 2.5859 2.1016 4.6875 4.6875 4.6875h33.266c2.0508-0.054688 2.0625-3.0781 0-3.125zm-22.328-62.5c0 0.86328-0.69922 1.5625-1.5625 1.5625h-8.7266l10.289-10.289z"></path> <path d="m51.562 75h-20.312c-0.86328 0-1.5625 0.69922-1.5625 1.5625s0.69922 1.5625 1.5625 1.5625h20.312c2.0469-0.03125 2.0586-3.0898 0-3.125z"></path> <path d="m51.562 82.812h-28.125c-0.86328 0-1.5625 0.69922-1.5625 1.5625s0.69922 1.5625 1.5625 1.5625h28.125c2.0469-0.03125 2.0625-3.0898 0-3.125z"></path> <path d="m51.18 47.137c-1.0234-1.7812-3.6953-0.30859-2.7383 1.5078 4.6445 8.0938-1.6016 18.703-10.945 18.543-6.8906 0-12.5-5.6094-12.5-12.5s5.6094-12.5 12.5-12.5c2.1016 0 4.1914 0.53906 6.043 1.5547 0.75781 0.41406 1.707 0.14062 2.1211-0.61328 1.4688-2.9844-6.2422-4.1055-8.1641-4.0664-8.6172 0-15.625 7.0117-15.625 15.625s7.0078 15.625 15.625 15.625c11.676 0.19531 19.488-13.059 13.68-23.176z"></path> <path d="m43.023 49.164c-0.60938-0.60937-1.5977-0.60937-2.2109 0l-8.8398 8.8359c-0.60938 0.60938-0.60938 1.5977 0 2.2109 0.60938 0.60937 1.5977 0.60937 2.2109 0l8.8398-8.8359c0.60937-0.60938 0.60937-1.5977 0-2.2109z"></path> <path d="m40.816 58.004c-1.4375 1.4531 0.75781 3.6484 2.2109 2.2109 1.4375-1.4492-0.75781-3.6484-2.2109-2.2109z"></path> <path d="m34.184 51.371c1.4375-1.4492-0.75781-3.6484-2.2109-2.2109-1.4375 1.4492 0.75781 3.6484 2.2109 2.2109z"></path> </g> </svg> </a> </div> </div> <div class="u_1029576151 dmRespCol small-12 large-9 medium-9" id="1029576151"> <div class="u_1417487982 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1417487982"> <h3 class="m-text-align-center"><a href="/tax" runtime_url="/tax" type="page" style="display: unset; color: var(--color_3);">Tax</a></h3> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1463159407"><p class="m-text-align-center"><span style="display: unset;">Prepare for tax season with ease.</span><span style="display: initial;"><br/></span></p></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1421159189" id="1421159189" data-page-element-type="section" data-page-element-id="1398237477"> <div class="dmRespColsWrapper" id="1246805019"> <div class="dmRespCol large-12 medium-12 small-12 u_1779849891" id="1779849891"> <div class="dmNewParagraph u_1624992106" data-element-type="paragraph" data-version="5" id="1624992106" style="text-align: left; display: block;"> <h2 class="text-align-center m-text-align-center"><span style="display: unset;">Satisfied Customers</span></h2> </div> <div class="dmRespRow u_1756711398 dmNewParagraph" id="1756711398" data-version="5"> <div> <div class="dmRespColsWrapper" id="1180870035" style=""> <div class="dmRespCol small-12 u_1018455114 large-4 medium-4" id="1018455114" style=""> <div class="u_1186717993 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1186717993" style=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1664 1792" id="1449204252" class="svg u_1449204252" data-icon-name="Open Quote.svg" aria-labelledby="1128398464" xmlns:xlink="http://www.w3.org/1999/xlink" data-icon-custom="true"> <title id="1128398464">Open Quote</title> <path fill="inherit" d="M768 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136zM1664 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z"></path> </svg> </div> <div class="u_1936830356 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1936830356" style=""><p><span style="display:initial;">Got my taxes done in no time. Really helpful and easy to work with.</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1658050562" style=""><p class="m-font-size-18 font-size-18"><span m-font-size-set="true" style="font-weight:bold;display:unset;" class="m-font-size-18 font-size-18">Daniel M.</span></p></div> <div class="u_1643234256 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1643234256" style=""><p style="line-height: 1;" class="font-size-24 m-font-size-24"><span style="display:unset;color:var(--color_1);" m-font-size-set="true" class="font-size-24 m-font-size-24">★★★★★</span></p></div> </div> <div class="dmRespCol small-12 u_1306063969 large-4 medium-4" id="1306063969" style=""> <div class="u_1611334872 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1611334872" style=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1664 1792" id="1346352320" class="svg u_1346352320" data-icon-name="Open Quote.svg" aria-labelledby="1128398464" xmlns:xlink="http://www.w3.org/1999/xlink" data-icon-custom="true"> <title id="1128398464">Open Quote</title> <path fill="inherit" d="M768 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136zM1664 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z"></path> </svg> </div> <div class="u_1071859014 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1071859014" style=""><p><span style="display:initial;">We use M&M Mobile Notary service often and it is very convenient for our members.</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1054699202" style=""><p class="m-font-size-18 font-size-18"><span m-font-size-set="true" style="font-weight:bold;display:unset;" class="m-font-size-18 font-size-18">Amelia B.</span></p></div> <div class="u_1649278140 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1649278140" style=""><p style="line-height: 1;" class="m-font-size-24 font-size-24"><span m-font-size-set="true" style="display:unset;color:var(--color_1);" class="font-size-24 m-font-size-24">★★★★★</span></p></div> </div> <div class="dmRespCol small-12 u_1446553745 large-4 medium-4" id="1446553745" style=""> <div class="u_1487921494 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1487921494" style=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1664 1792" id="1817830407" class="svg u_1817830407" data-icon-name="Open Quote.svg" aria-labelledby="1128398464" xmlns:xlink="http://www.w3.org/1999/xlink" data-icon-custom="true"> <title id="1128398464">Open Quote</title> <path fill="inherit" d="M768 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136zM1664 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z"></path> </svg> </div> <div class="u_1036574983 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1036574983" style=""><p><span style="display:initial;">Will definitely be using M&M notary services from now on, easy and fast.</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1570843795" style=""><p class="m-font-size-18 font-size-18"><span m-font-size-set="true" style="font-weight:bold;display:unset;" class="m-font-size-18 font-size-18">Ryan W.</span></p></div> <div class="u_1842195230 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1842195230" style=""><p style="line-height: 1;" class="font-size-24 m-font-size-24"><span style="display:unset;color:var(--color_1);" m-font-size-set="true" class="font-size-24 m-font-size-24">★★★★★</span></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1649666716 dmRespRow" id="1649666716"> <div class="dmRespColsWrapper" id="1860790114"> <div class="dmRespCol large-12 medium-12 small-12" id="1441952829"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1143423481"> <h2 class="text-align-center"><span style="display: unset;">Discover the Services We Offer</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1856420297"><p class="text-align-center"><span style="display: initial;">You won't regret leaving your financial concerns in our professional hands. Our local accountant is certified through the state of Texas and is backed by years of industry experience. You can arrange for our online services or schedule an in-person meeting at our El Paso, TX office. Regardless of what you choose, you can expect us to review your documents and goals with a keen eye and the utmost discretion.</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Stop dreading tax season when you</span> </span><a href="/contact-us" runtime_url="/contact-us" type="page" style="display: initial; font-weight: bold;">connect with us</a><span style="display: initial;">. We'll ensure you receive the services you need. Turn to us for:</span></p></div> <div class="dmPhotoGallery newPhotoGallery dmPhotoGalleryResp u_1646485577 hasShadow photo-gallery-done text-layout-bottom captionAlignment-top_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1646485577" data-placeholder="false" data-desktop-caption-alignment="top_center" data-rows-to-show="100" data-image-hover-effect="zoomout" data-tablet-caption-alignment="top_center" data-mobile-caption-alignment="top_center" data-mobile-columns="1" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1453548259 has-link" href="/tax" data-image-url="https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img5.jpg" style="background-image: url('https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img5-640w.jpg');"><img id="1206162519" data-src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img5-1920w.jpg" alt="A pen is sitting on top of a tax form next to a calculator." onerror="handleImageLoadError(this)"/></a> </div> <div id="1179515634" class="caption-container u_1179515634" style="display:none"> <span class="caption-inner"> <h3 id="1457934331" class="caption-title u_1457934331">Professional Tax Services</h3> <a id="1676971497" class="caption-button dmWidget clearfix u_1676971497" href="/tax" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1204582588 has-link" href="/notary" data-image-url="https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img2.jpg" style="background-image: url('https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img2-640w.jpg');"><img id="1518528929" data-src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img2-1920w.jpg" alt="A person is stamping a document with a wax seal." onerror="handleImageLoadError(this)"/></a> </div> <div id="1677718009" class="caption-container u_1677718009" style="display:none"> <span class="caption-inner"> <h3 id="1670454201" class="caption-title u_1670454201">Professional Notary Services</h3> <a id="1813154272" class="caption-button dmWidget clearfix u_1813154272" href="/notary" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1118355640 has-link" href="/accounting" data-image-url="https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_img3.jpg" style="background-image: url('https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img3-640w.jpg');"><img id="1087367504" data-src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_img3-1920w.jpg" alt="A pen is sitting on top of a financial report" onerror="handleImageLoadError(this)"/></a> </div> <div id="1897417087" class="caption-container u_1897417087" style="display:none"> <span class="caption-inner"> <h3 id="1773867542" class="caption-title u_1773867542">Professional Accounting Services</h3> <a id="1051257967" class="caption-button dmWidget clearfix u_1051257967" href="/accounting" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1042369750" id="1042369750"> <div class="dmRespColsWrapper" id="1998186458"> <div class="dmRespCol small-12 u_1773801460 medium-12 large-12" id="1773801460"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1633533413"> <h2 class="text-align-center"><span style="display: unset;">Mobile Notary Services El Paso, TX</span></h2> </div> <div class="dmNewParagraph custom_list2" data-element-type="paragraph" data-version="5" id="1303999684" data-diy-text=""> <ul class="defaultList custom-list-6"><li class="text-align-center"><span style="display: initial;">Legal documents</span></li><li class="text-align-center"><span style="display: initial;">Loan documents</span></li><li class="text-align-center"><span style="display: initial;">Deeds</span></li><li class="text-align-center"><span style="display: initial;">Grant deed</span></li><li class="text-align-center"><span style="display: initial;">Authorization for minor to travel</span></li><li class="text-align-center"><span style="display: initial;">Affidavits</span></li><li class="text-align-center"><span style="display: initial;">Power of attorneys</span></li><li class="text-align-center"><span style="display: initial;">Advance healthcare directive</span></li><li class="text-align-center"><span style="display: initial;">Estate planning documents</span></li><li class="text-align-center"><span style="display: initial;">Trusts/wills</span></li><li class="text-align-center"><span style="display: initial;">Prenuptial/divorce</span></li><li class="text-align-center"><span style="display: initial;">Copy certification</span></li><li class="text-align-center"><span style="display: initial;">Loan signing</span></li><li class="text-align-center"><span style="display: initial;">Document custodian</span></li><li class="text-align-center"><span style="display: initial;">Litigation paperwork</span></li><li class="text-align-center"><span style="display: initial;">Contractor paperwork</span></li><li class="text-align-center"><span style="display: initial;">City/construction paperwork</span></li><li class="text-align-center"><span style="display: initial;">Patent applications</span></li></ul> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow fullBleedChanged fullBleedMode u_1248783774" id="1248783774"> <div class="dmRespColsWrapper" id="1102215029"> <div class="dmRespCol large-12 medium-12 small-12 u_1591120445" id="1591120445"> <div class="default align-center flexButton u_1744465840 inlineMap" data-type="inlineMap" data-lat="31.74746" data-lng="-106.36309" data-address="7524 Monterrey Dr, El Paso, TX 79915, United States of America" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="13" data-layout="" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1744465840" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="map" addresstodisplay="7524 Monterrey Dr, El Paso, TX 79915, United States of America" geocompleteaddress="7524 Monterrey Dr, El Paso, TX 79915, United States of America" data-popup-display-desktop="" data-popup-display-mobile="" data-display-type="block" dmmapsource="dm" modetablet="map" wr="true" icon="true" surround="true" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" business="M&M Financial & Tax Services" provider="mapbox" lon="-106.36309" lat="31.74746" zoom="13"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> </div> </div> </div> </div> <div class="dmRespRow" id="1896890841"> <div class="dmRespColsWrapper" id="1916055408"> <div class="dmRespCol large-12 medium-12 small-12" id="1048833133"> <div class="u_1027510486 imageWidget align-center" data-widget-type="image" id="1027510486" data-element-type="image"> <a href="/" id="1976115167"><img src="https://lirp.cdn-website.com/79272c5c/dms3rep/multi/opt/M-MFinancialandTaxServices_Logo2-600w.png" id="1293995832" class="" data-dm-image-path="https://irp.cdn-website.com/79272c5c/dms3rep/multi/M-MFinancialandTaxServices_Logo2.png" width="808" height="72" alt="M&M Financial & Tax Services" title="M&M Financial & Tax Services" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmRespRow u_1477893889" id="1477893889"> <div class="dmRespColsWrapper" id="1797673121"> <div class="dmRespCol small-12 large-4 medium-4" id="1730771547"> <div class="u_1780066693 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1780066693" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLnBob25lIn1d"> <a href="tel:(915) 472-7727"> <svg id="1951978041" height="512" viewbox="0 0 32 32" width="512" xmlns="http://www.w3.org/2000/svg" data-name="Layer 3" class="svg u_1951978041" data-hover-effect="float" data-icon-custom="true" data-icon-name="telephone-call.svg" aria-labelledby="1253754876"> <title id="1253754876">Phone</title> <path d="m29.393 23.36c-.874-.733-6-3.979-6.852-3.83-.4.071-.706.412-1.525 1.389a11.687 11.687 0 0 1 -1.244 1.347 10.757 10.757 0 0 1 -2.374-.88 14.7 14.7 0 0 1 -6.784-6.786 10.757 10.757 0 0 1 -.88-2.374 11.687 11.687 0 0 1 1.347-1.244c.976-.819 1.318-1.123 1.389-1.525.149-.854-3.1-5.978-3.83-6.852-.306-.362-.584-.605-.94-.605-1.032 0-5.7 5.772-5.7 6.52 0 .061.1 6.07 7.689 13.791 7.721 7.589 13.73 7.689 13.791 7.689.748 0 6.52-4.668 6.52-5.7 0-.356-.243-.634-.607-.94z"></path> <path d="m23 15h2a8.009 8.009 0 0 0 -8-8v2a6.006 6.006 0 0 1 6 6z"></path> <path d="m28 15h2a13.015 13.015 0 0 0 -13-13v2a11.013 11.013 0 0 1 11 11z"></path> </svg> </a> </div> <div class="u_1886077842 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1886077842" style="transition: opacity 1s ease-in-out 0s;" new-inline-bind-applied="true" data-diy-text=""><p class="m-text-align-center text-align-center"><span style="color: rgb(0, 0, 0); display: initial; font-weight: normal;">Phone</span><span style="color: rgb(0, 0, 0); display: initial; font-weight: bold;"><br/></span><a href="tel:(915) 472-7727" runtime_url="tel:(915) 472-7727" type="call" style="display: initial; font-weight: bold;"><span class="inline-data-binding" data-encoded-value="KDkxNSkgNDcyLTc3Mjc=" data-inline-binding="content_library.global.phone.phone">(915) 472-7727</span></a><span style="display: initial;"><br/></span></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4" id="1392148026"> <div class="u_1789655672 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1789655672"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="1417127108" 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_1417127108" data-hover-effect="float" data-icon-custom="true" data-icon-name="location.svg" aria-labelledby="1863304977"> <title id="1863304977">Pin</title> <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 class="u_1765641958 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1765641958" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-text-align-center"><span style="display: initial;">Address</span></p><p class="text-align-center m-text-align-center"><span style="display: unset;">7524 Monterrey Dr, El Paso, TX 79915, USA</span></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1348746222"> <div class="u_1753918140 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1753918140" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLmVtYWlsIn1d"> <a href="mailto:[email protected]"> <svg version="1.1" id="1559183463" 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_1559183463" data-hover-effect="float" data-icon-custom="true" data-icon-name="mail.svg" aria-labelledby="1714343517"> <title id="1714343517">Email</title> <g> <g> <path d="M507.49,101.721L352.211,256L507.49,410.279c2.807-5.867,4.51-12.353,4.51-19.279V121 C512,114.073,510.297,107.588,507.49,101.721z"></path> </g> </g> <g> <g> <path d="M467,76H45c-6.927,0-13.412,1.703-19.279,4.51l198.463,197.463c17.548,17.548,46.084,17.548,63.632,0L486.279,80.51 C480.412,77.703,473.927,76,467,76z"></path> </g> </g> <g> <g> <path d="M4.51,101.721C1.703,107.588,0,114.073,0,121v270c0,6.927,1.703,13.413,4.51,19.279L159.789,256L4.51,101.721z"></path> </g> </g> <g> <g> <path d="M331,277.211l-21.973,21.973c-29.239,29.239-76.816,29.239-106.055,0L181,277.211L25.721,431.49 C31.588,434.297,38.073,436,45,436h422c6.927,0,13.412-1.703,19.279-4.51L331,277.211z"></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> </a> </div> <div class="u_1737850427 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1737850427" style="transition: opacity 1s ease-in-out 0s;" new-inline-bind-applied="true" data-diy-text=""><p class="m-text-align-center text-align-center"><span style="color: rgb(0, 0, 0); display: initial; font-weight: normal;">Email</span><span style="color: rgb(0, 0, 0); display: initial; font-weight: bold;"><br/></span><a href="mailto:[email protected]" runtime_url="mailto:[email protected]" type="email" style="display: initial; font-weight: bold;"><span class="inline-data-binding" data-encoded-value="aW5mb0BtbWZ0cy5jb20=" data-inline-binding="content_library.global.email.email">[email protected]</span></a><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1826026908"><p class="text-align-center"><span style="display: unset;">Mon to Fri: 8am - 5pm | Saturday: 10am - 1pm | Sunday: By Appointment</span></p></div> </div> </div> </div> <div class="dmRespRow u_1190080118 mobile-columns-reversed" id="1190080118"> <div class="dmRespColsWrapper" id="1182055830"> <div class="u_1529718112 dmRespCol large-6 medium-6 small-12" id="1529718112"> <div class="u_1988179912 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1988179912" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPk0mYW1wO00gRmluYW5jaWFsICZhbXA7IFRheCBTZXJ2aWNlczwvcD4iLCJyZXZlcnNlRmxhZyI6dHJ1ZX0="> <div class="copyright"> <div><p class="rteBlock">M&M Financial & Tax Services</p></div> <div> © 2025</div> </div> </div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1039271430"> <div class="u_1052371214 align-center text-align-center dmSocialHub gapSpacing" id="1052371214" 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://facebook.com/100077923202185" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:[email protected]" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </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> </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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Syne:ital,wght@0,400..800;1,400..800&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&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/5488/_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/80adb85ced425aff68914fb89ed1c8d7.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/79272c5c/files/79272c5c_withFlex_1.min.css?v=14" 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/79272c5c/files/79272c5c_home_withFlex_1.min.css?v=14" 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-22, .size-22, .size-22 > font { font-size: 22px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-66, .size-66, .size-66 > font { font-size: 66px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_5488"; var build = "2025-05-22T12_49_05"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-22T12_49_05"; 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/5488'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5488'; 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/5488/_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/5488/_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: '79272c5c' }); // 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: 79272c5c --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>