- 掃描 ID:
- 3294d4bc-242a-4309-bff8-edc0882e7bf5已完成
- 已提交的 URL:
- https://www.revtechpartners.com/
- 報告完成時間:
連結 · 找到 3 個
從頁面中識別的傳出連結
連結 | Text |
---|---|
https://www.maximizercm.com | MaximizeRCM |
https://websites.looka.com/site/291ae716/privacy?preview=true | Privacy |
https://www.linkedin.com/company/revtechpartners |
JavaScript 變數 · 找到 110 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
_currentDevice | string |
Parameters | object |
toHash | function |
SystemID | string |
dmAPI | object |
loadCSS | function |
Def | function |
主控台記錄訊息 · 找到 3 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
log | other |
|
error | other |
|
log | javascript |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" class="pointer skrollr skrollr-desktop"><head>
<style id="customRules"></style><meta charset="utf-8">
<script async="" src="//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js"></script><script type="text/javascript">
window._currentDevice = 'desktop';
window.Parameters = window.Parameters || {
HomeUrl: 'https://revtechpartners.com/',
AccountUUID: '6266ca0b90ca44ccb5dac0f72b36f569',
SystemID: 'US_DIRECT_PRODUCTION',
SiteAlias: '291ae716',
SiteType: atob('RFVEQU9ORQ=='),
PublicationDate: 'Mon Nov 18 18:14:15 UTC 2024',
ExternalUid: 'looka',
IsSiteMultilingual: false,
InitialPostAlias: '',
InitialDynamicItem: '',
DynamicPageInfo: {
isDynamicPage: false,
base64JsonRowData: 'null',
},
InitialPageAlias: 'home',
InitialPageUuid: 'f355ed7fb09d458abb0724058a90cf1f',
InitialPageId: '1164893447',
InitialEncodedPageAlias: 'aG9tZQ==',
CurrentPageUrl: '',
IsCurrentHomePage: true,
AllowAjax: false,
AfterAjaxCommand: null,
HomeLinkText: 'Back To Home',
UseGalleryModule: false,
CurrentThemeName: 'Layout Theme',
ThemeVersion: '49370',
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,
NotificationSubDomain: 'revtechpartners',
HasCustomDomain: true,
SimpleSite: false,
showCookieNotification: true,
cookiesNotificationMarkup: ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n',
translatedPageUrl: '',
isFastMigrationSite: false,
sidebarPosition: 'NA',
currentLanguage: 'en',
currentLocale: 'en',
NavItems: '{}',
errors: {
general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
password: 'Incorrect name/password combination',
tryAgain: 'Try again'
},
NavigationAreaParams: {
ShowBackToHomeOnInnerPages: true,
NavbarSize: -1,
NavbarLiveHomePage: 'https://revtechpartners.com/',
BlockContainerSelector: '.dmBody',
NavbarSelector: '#dmNav:has(a)',
SubNavbarSelector: '#subnav_main'
},
hasCustomCode: false,
planID: '7',
customTemplateId: 'null',
siteTemplateId: 'null',
productId: 'DM_DIRECT',
disableTracking: false,
pageType: 'FROM_SCRATCH',
isRuntimeServer: true,
isInEditor: false,
hasNativeStore: false,
defaultLang: 'en',
hamburgerMigration: null
};
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.revtechpartners.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">
<title>Home
</title>
<!--Add favorites icons-->
<link rel="icon" type="image/x-icon" href="https://static.cdn-website.com/runtime/favicon_d1_res.ico">
<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/">
<!-- render the required CSS and JS in the head section -->
<script>
window.SystemID = 'US_DIRECT_PRODUCTION';
if (!window.dmAPI) {
window.dmAPI = {
registerExternalRuntimeComponent: function () {
},
getCurrentDeviceType: function () {
return window._currentDevice;
},
runOnReady: (ns, fn) => {
const safeFn = dmAPI.toSafeFn(fn);
ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
const eventName = 'afterAjax.' + ns;
if (document.readyState === 'complete') {
$.DM.events.off(eventName).on(eventName, safeFn);
setTimeout(function () {
safeFn({
isAjax: false,
});
}, 0);
} else {
window?.waitForDeferred?.('dmAjax', () => {
$.DM.events.off(eventName).on(eventName, safeFn);
safeFn({
isAjax: false,
});
});
}
},
toSafeFn: (fn) => {
if (fn?.safe) {
return fn;
}
const safeFn = function (...args) {
try {
return fn?.apply(null, args);
} catch (e) {
console.log('function failed ' + e.message);
}
};
safeFn.safe = true;
return safeFn;
}
};
}
if (!window.requestIdleCallback) {
window.requestIdleCallback = function (fn) {
setTimeout(fn, 0);
}
}
</script>
<!-- loadCSS function header.jsp-->
<script id="d-js-load-css">
/**
* There are a few <link> tags with CSS resource in them that are preloaded in the page
* in each of those there is a "onload" handler which invokes the loadCSS callback
* defined here.
* We are monitoring 3 main CSS files - the runtime, the global and the page.
* When each load we check to see if we can append them all in a batch. If threre
* is no page css (which may happen on inner pages) then we do not wait for it
*/
(function () {
let cssLinks = {};
function loadCssLink(link) {
link.onload = null;
link.rel = "stylesheet";
link.type = "text/css";
}
function checkCss() {
const pageCssLink = document.querySelector("[id*='CssLink']");
const widgetCssLink = document.querySelector("[id*='widgetCSS']");
if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
const storedRuntimeCssLink = cssLinks.runtime;
const storedPageCssLink = cssLinks.page;
const storedGlobalCssLink = cssLinks.global;
const storedWidgetCssLink = cssLinks.widget;
storedGlobalCssLink.disabled = true;
loadCssLink(storedGlobalCssLink);
if (storedPageCssLink) {
storedPageCssLink.disabled = true;
loadCssLink(storedPageCssLink);
}
if(storedWidgetCssLink) {
storedWidgetCssLink.disabled = true;
loadCssLink(storedWidgetCssLink);
}
storedRuntimeCssLink.disabled = true;
loadCssLink(storedRuntimeCssLink);
requestAnimationFrame(() => {
setTimeout(() => {
storedRuntimeCssLink.disabled = false;
storedGlobalCssLink.disabled = false;
if (storedPageCssLink) {
storedPageCssLink.disabled = false;
}
if (storedWidgetCssLink) {
storedWidgetCssLink.disabled = false;
}
// (SUP-4179) Clear the accumulated cssLinks only when we're
// sure that the document has finished loading and the document
// has been parsed.
if(document.readyState === 'interactive') {
cssLinks = null;
}
}, 0);
});
}
}
function loadCSS(link) {
try {
var urlParams = new URLSearchParams(window.location.search);
var noCSS = !!urlParams.get("nocss");
var cssTimeout = urlParams.get("cssTimeout") || 0;
if (noCSS) {
return;
}
if (link.href && link.href.includes("d-css-runtime")) {
cssLinks.runtime = link;
checkCss();
} else if (link.id === "siteGlobalCss") {
cssLinks.global = link;
checkCss();
}
else if (link.id && link.id.includes("CssLink")) {
cssLinks.page = link;
checkCss();
} else if (link.id && link.id.includes("widgetCSS")) {
cssLinks.widget = link;
checkCss();
}
else {
requestIdleCallback(function () {
window.setTimeout(function () {
loadCssLink(link);
}, parseInt(cssTimeout, 10));
});
}
} catch (e) {
throw e
}
}
window.loadCSS = window.loadCSS || loadCSS;
})();
</script>
<script data-role="deferred-init" type="text/javascript">
/* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
function Def() {
this.promise = new Promise((function (a, b) {
this.resolve = a, this.reject = b
}).bind(this))
}
const defs = {};
window.getDeferred = function (a) {
return null == defs[a] && (defs[a] = new Def), defs[a]
}
window.waitForDeferred = function (b, a, c) {
let d = window?.getDeferred?.(b);
d
? d.promise.then(a)
: c && ["complete", "interactive"].includes(document.readyState)
? setTimeout(a, 1)
: c
? document.addEventListener("DOMContentLoaded", a)
: console.error(`Deferred does not exist`);
};
</script>
<style id="forceCssIncludes">
/* This file is auto-generated from a `scss` file with the same name */
.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
</style>
<style id="cssVariables" type="text/css">
</style>
<style id="hideAnimFix">
.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
visibility: hidden;
}
.dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
visibility: hidden !important;
}
</style>
<style id="criticalCss">
@charset "UTF-8";.display_None,.dmPopupMask{display:none}#dm .dmRespRow.dmRespRowNoPadding,.dmContent,.dmInner ul:not(.defaultList),.dmRespRow.dmRespRowNoPadding,DIV.dmBody{padding:0}@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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.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:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtA.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:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.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:Lato;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.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:Alice;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcOrg4.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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display: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{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%;display:block}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}.imageWidget a,.text-align-center{text-align:center}#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{display:block;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}.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}@media (min-width:1025px){:root{--btn-text-font-size:15px}}@media (min-width:768px) and (max-width:1024px){[data-hidden-on-tablet]{display:none!important}: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{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.imageWidget{position:relative}.imageWidget a{font-style:italic}.imageWidget img[width][height]{height:auto}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}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{-webkit-overflow-scrolling:touch;width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h3,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{clear:both}.dmContent{margin: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}.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{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}#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}body{background-color:#eee}.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}#dm .dmWidget:not([data-buttonstyle]) .iconBg,.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.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-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform-origin:left}.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[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HOVER]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{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%}#dm .dmInner div.u_hcontainer,#dm .p_hfcontainer div.u_1966965396{position:relative!important;max-width:100%!important;text-align:center!important}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm div.dmContent h1{color:#666}#dm div.dmRespCol>*{line-height:normal}#dm div.dmContent h1,#dm div.dmContent h3,#dm div.dmInner{line-height:initial}#dm div.dmContent h3{color:#fff}#dm div.dmInner h1,#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#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{font-family:Poppins,"Poppins Fallback";color:rgba(49,49,49,1);font-weight:400}#dm div.dmContent h1,#dm div.dmContent h3{color:rgba(17,17,17,1);direction:ltr;font-style:normal;text-decoration:none}#dm div.dmContent h1{font-family:"DM Serif Text","DM Serif Text Fallback";font-weight:400}#dm div.dmContent h3{font-family:"DM Sans","DM Sans Fallback";font-weight:700}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *{text-decoration:none}h1,h3{data-inject:titleFont;font-family:Alice!important}p{data-inject:bodyFont;font-family:Lato!important}.dmHeaderContainer{data-inject:backgroundLogoBackgroundColor;background-color:#6789ba!important}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(248,246,238,1)}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm div.dmContent h3{font-size:24px}#dm div.dmContent h1{font-size:60px}#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_1630621681.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1630621681.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(103, 137, 186);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--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(--btn-bg-color);--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(--btn-border-color);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm 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)}#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:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}.black-text{color:#000!important}#dm .p_hfcontainer div.u_1966965396 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;width:auto!important;height:50px!important}#dm .p_hfcontainer div.u_1966965396 a{height:100%!important}#dm .p_hfcontainer .u_1630621681.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1630621681.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important}#dm .p_hfcontainer nav.u_1630621681.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-family:Poppins!important;font-weight:400!important;font-size:16px!important}#dm .p_hfcontainer nav.u_1630621681.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:700!important;font-style:normal!important}#dm .dmInner div.u_hcontainer{float:none!important;top:0!important;left:0!important;width:100%!important;height:auto!important;min-width:0!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:0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1392608182{padding:0!important}#dm .p_hfcontainer div.u_1550057671{padding-left:10px!important}#dm .p_hfcontainer div.u_1465769121{width:auto!important;padding:15px!important;margin:0!important}#dm .p_hfcontainer div.u_1966965396{float:none!important;top:0!important;left:0!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:start!important;width:calc(100% - -40px)!important;min-width:25px!important;padding:14px 0 0!important;margin:-11px 0 0 -40px!important}#dm .dmBody div.u_1672453745,#dm .p_hfcontainer nav.u_1630621681{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important}#dm .p_hfcontainer nav.u_1630621681{width:590px!important;height:auto!important;justify-content:flex-end!important;align-items:stretch!important;text-align:right!important;min-height:auto!important;padding:12px 15px!important;margin:7px 0 0 auto!important}.stickyHeaderSpacer{height:96.38px!important}#dm .dmBody div.u_1227820701,#dm .dmBody div.u_1246388602,#dm .dmBody div.u_1893934361{line-height:2!important}#dm .dmBody div.u_1414763560{display:none!important}#dm .dmBody div.u_1818528107{background-color:rgba(255,255,255,1)!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important;padding-top:100px!important;padding-bottom:100px!important}#dm .dmBody div.u_1415408454{background-color:rgba(255,255,255,1)!important;background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/cloudy-sky-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}#dm .dmBody .u_1023053777,#dm .dmBody .u_1311311487,#dm .dmBody .u_1673936321,#dm .dmBody .u_1705333442{width:100%!important}#dm .dmBody div.u_1672453745{display:block!important;width:100%!important;height:auto!important;padding:2px 0!important;margin:8px auto!important}#dm .dmBody div.u_1227820701,#dm .dmBody div.u_1246388602,#dm .dmBody div.u_1722028889,#dm .dmBody div.u_1893934361{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:25px!important;padding:2px 0!important}#dm .dmBody div.u_1227820701{width:calc(100% - 0px)!important;max-width:318px!important;margin:8px 0!important}#dm .dmBody div.u_1246388602{display:block!important;width:calc(100% - 0px)!important;max-width:304px!important;margin:8px .53px 8px 0!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;background-color:rgba(248,246,238,1)!important}#dm .dmBody div.u_1893934361{width:calc(100% - 0px)!important;max-width:297px!important;display:block!important;margin:8px 59.55px 8px 0!important}#dm .dmBody div.u_1722028889{display:block!important;width:calc(100% - 77px)!important;max-width:1045.52px!important;margin:0 auto 8px!important}#dm .dmBody div.u_1415408454,#dm .dmBody div.u_1773077451{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important}#dm .dmBody div.u_1415408454{padding:53.5px 40px!important;margin:0!important}#dm .dmBody div.u_1390761774{margin:0!important;padding:0 30px 0 8.69px!important}#dm .dmBody div.u_1697719249{margin:0!important;padding:0 30px 0 17.39px!important}#dm .dmBody div.u_1773077451{border-style:solid!important;border-width:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;-moz-box-shadow:none!important;padding:19px 0 15px!important;margin:44px 0 0!important}#dm .dmBody div.u_1023053777,#dm .dmBody div.u_1311311487,#dm .dmBody div.u_1673936321,#dm .dmBody div.u_1705333442{width:100px!important;height:100px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;min-height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;margin:0 auto 20px!important;padding:0!important}#dm .dmBody div.u_1673936321{important:true!important}#dm .dmBody div.u_1697817044{border-style:solid!important;border-width:0!important;margin:0!important;padding:0 30px 0 0!important}#dm .dmBody div.u_1871248334{margin:0!important;padding:0 30px 0 8.69px!important}.font-size-24,.size-24{font-size:24px!important}#\31 057911084,#\31 123966571,#\31 145262698,#\31 202972840,#\31 253858808,#\31 404094177,#\31 421994460,#\31 539285760,#\31 545643165,#\31 630621681,#\31 824511315,#\31 873486417,#\31 966965396{order:0;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: "Belgrano Fallback";
src: local('Arial');
ascent-override: 87.5736%;
descent-override: 24.5914%;
size-adjust: 113.0478%;
line-gap-override: 0%;
}@font-face {
font-family: "Staatliches Fallback";
src: local('Arial');
ascent-override: 110.3516%;
descent-override: 34.8479%;
size-adjust: 86.0885%;
line-gap-override: 0%;
}@font-face {
font-family: "Indie Flower Fallback";
src: local('Arial');
ascent-override: 101.0963%;
descent-override: 50.8533%;
size-adjust: 96.0177%;
line-gap-override: 0%;
}@font-face {
font-family: "Roboto Fallback";
src: local('Arial');
ascent-override: 92.6709%;
descent-override: 24.3871%;
size-adjust: 100.1106%;
line-gap-override: 0%;
}@font-face {
font-family: "Amiri Fallback";
src: local('Arial');
ascent-override: 123.7258%;
descent-override: 69.7884%;
size-adjust: 90.846%;
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: "Noto Sans Fallback";
src: local('Arial');
ascent-override: 100.1833%;
descent-override: 27.459%;
size-adjust: 106.7044%;
line-gap-override: 0%;
}@font-face {
font-family: "Bebas Neue Fallback";
src: local('Arial');
ascent-override: 116.5002%;
descent-override: 38.8334%;
size-adjust: 77.2531%;
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%;
}@font-face {
font-family: "Noto Serif Fallback";
src: local('Arial');
ascent-override: 98.7162%;
descent-override: 27.0569%;
size-adjust: 108.2903%;
line-gap-override: 0%;
}@font-face {
font-family: "Roboto Slab Fallback";
src: local('Arial');
ascent-override: 97.7562%;
descent-override: 25.2818%;
size-adjust: 107.1903%;
line-gap-override: 0%;
}@font-face {
font-family: "Ubuntu Fallback";
src: local('Arial');
ascent-override: 90.8147%;
descent-override: 18.4163%;
line-gap-override: 2.7283%;
size-adjust: 102.6265%;
}@font-face {
font-family: "Alata Fallback";
src: local('Arial');
ascent-override: 107.1847%;
descent-override: 27.2834%;
size-adjust: 102.6265%;
line-gap-override: 0%;
}@font-face {
font-family: "Alice Fallback";
src: local('Arial');
ascent-override: 89.5621%;
descent-override: 23.0556%;
size-adjust: 101.4938%;
line-gap-override: 0%;
}@font-face {
font-family: "Rock Salt Fallback";
src: local('Arial');
ascent-override: 112.6419%;
descent-override: 54.69%;
line-gap-override: 2.2209%;
size-adjust: 140.708%;
}@font-face {
font-family: "DM Serif Text Fallback";
src: local('Arial');
ascent-override: 103.6954%;
descent-override: 33.5309%;
size-adjust: 99.908%;
line-gap-override: 0%;
}@font-face {
font-family: "Cinzel Fallback";
src: local('Arial');
ascent-override: 76.7937%;
descent-override: 29.2697%;
size-adjust: 127.0938%;
line-gap-override: 0%;
}@font-face {
font-family: "Helvetica Fallback";
src: local('Arial');
ascent-override: 77.002%;
descent-override: 22.998%;
line-gap-override: 0%;
}@font-face {
font-family: "Overlock Fallback";
src: local('Arial');
ascent-override: 106.0693%;
descent-override: 27.8898%;
size-adjust: 91.0726%;
line-gap-override: 0%;
}@font-face {
font-family: "Lato Fallback";
src: local('Arial');
ascent-override: 101.3181%;
descent-override: 21.865%;
size-adjust: 97.4159%;
line-gap-override: 0%;
}@font-face {
font-family: "Delius Fallback";
src: local('Arial');
ascent-override: 97.1488%;
descent-override: 26.6026%;
size-adjust: 101.4938%;
line-gap-override: 0%;
}@font-face {
font-family: "Rubik Fallback";
src: local('Arial');
ascent-override: 88.5654%;
descent-override: 23.6806%;
size-adjust: 105.5717%;
line-gap-override: 0%;
}@font-face {
font-family: "Exo Fallback";
src: local('Arial');
ascent-override: 95.3209%;
descent-override: 31.1077%;
size-adjust: 105.1186%;
line-gap-override: 0%;
}@font-face {
font-family: "Open Sans Fallback";
src: local('Arial');
ascent-override: 101.1768%;
descent-override: 27.7323%;
size-adjust: 105.6416%;
line-gap-override: 0%;
}
</style>
<!-- End render the required css and JS in the head section -->
<link type="application/rss+xml" rel="alternate" href="https://www.revtechpartners.com//feed/rss2">
<link type="application/atom+xml" rel="alternate" href="https://www.revtechpartners.com//feed/atom">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
<script src="https://static.cdn-website.com/libs/bower-skrollr/skrollr.min.js"></script></head>
<body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody pcCustomScrollbar d1SiteBody dmBodyNoIscroll" style="padding:0;margin:0;">
<!-- ========= Site Content ========= -->
<div id="dm" class="dmwr">
<div class="dm_wrapper standard-var5 widgetStyle-3 standard">
<div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 hamburger-reverse layout-drawer_push-content dmPageBody d-page-1716942098 dmFreeHeader showing-message runtime-module-container showing-message--bottom" 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" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="79%" layout="f014fc9487554eb885e18628ee6309e9===header" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1465769121 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1465769121"> <div class="dmRespColsWrapper" id="1404094177"> <div class="u_1392608182 small-12 dmRespCol medium-6 large-6" id="1392608182"> <div class="u_1966965396 imageWidget align-center" data-widget-type="image" id="1966965396" data-element-type="image" editablewidget="true"> <a href="/" id="1628741640"><img src="https://s3.ca-central-1.amazonaws.com/logojoy/logos/157477202/noBgColor.png" id="1431229213" class="" data-inject="logo" data-dm-image-path="https://s3.ca-central-1.amazonaws.com/logojoy/logos/157477202/noBgColor.png" onerror="handleImageLoadError(this)" height="50.0" width="217.828125"></a>
</div>
</div>
<div class="u_1550057671 dmRespCol small-12 medium-6 large-6" id="1550057671"> <span id="1404306328"></span>
<nav class="u_1630621681 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1630621681" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://s3.ca-central-1.amazonaws.com/logojoy/logos/157477202/noBgColor.png" data-inject="menu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item black-text currentPage dmNavItemSelected" target="" data-target-page-alias="home" 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" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item black-text" target="" data-target-page-alias="about"> <span class="nav-item-text " data-link-text="
About
" data-auto="page-text-style">About<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item black-text" target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text="
Contact
" data-auto="page-text-style">Contact<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="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"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1" id="1716942098"> <div class="u_1415408454 dmRespRow" id="1415408454"> <div class="dmRespColsWrapper" id="1545643165"> <div class="dmRespCol large-12 medium-12 small-12" id="1917660479"> <div class="u_1722028889 dmNewParagraph" data-element-type="paragraph" id="1722028889" data-version="5" data-styletopreserve="{" background-image":""}"=""> <h1 class="text-align-center" style="direction: ltr;"><span style="display: initial;">Optimize • Maximize • Revolutionize</span></h1>
</div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1959760117" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-17 size-24"><span class="font-size-24 m-font-size-17" style="display: initial;">We don't just optimize revenue; we empower healthcare heroes</span></p></div>
</div>
</div>
</div>
<div class="dmRespRow u_1818528107" id="1818528107"> <div class="dmRespColsWrapper" id="1539285760"> <div class="dmRespCol large-12 medium-12 small-12" id="1201074291"> <div class="u_1672453745 dmNewParagraph" data-element-type="paragraph" id="1672453745" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"> <h1><span style="display: initial;">Revenue Management Services</span></h1>
</div> <div class="u_1773077451 dmRespRow" id="1773077451"> <div class="dmRespColsWrapper" id="1824511315"> <div class="u_1697817044 dmRespCol small-12 large-3 medium-3" id="1697817044"> <div class="u_1673936321 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1673936321" editablewidget="true"><img src="https://irp.cdn-website.com/291ae716/dms3rep/multi/SyncEngage.svg" alt="" id="1911466840" class="" width="80" height="80" data-dm-image-path="https://irp.cdn-website.com/291ae716/dms3rep/multi/SyncEngage.svg" onerror="handleImageLoadError(this)"></div>
<div class="u_1441106139 dmNewParagraph" data-element-type="paragraph" id="1441106139" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3 class="text-align-center"><span style="display: initial;">SyncEngage</span></h3>
</div> <div class="u_1227820701 dmNewParagraph" data-element-type="paragraph" id="1227820701" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="text-align-left"><span class="" style="display: initial;"><span style="display: initial;">SyncEngage is an innovative revenue management solution offering seamless access to local sites, Practice Management Systems integrations, 100% matching technology for 837 and 835 transactions, clearinghouse price arbitration, and insurance verification services.</span>
</span></p></div></div>
<div class="u_1871248334 dmRespCol small-12 large-3 medium-3" id="1871248334"> <div class="u_1023053777 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1023053777" editablewidget="true"><img src="https://irp.cdn-website.com/291ae716/dms3rep/multi/MyRCM.svg" alt="" id="1831069981" class="" width="80" height="80" data-dm-image-path="https://irp.cdn-website.com/291ae716/dms3rep/multi/MyRCM.svg" onerror="handleImageLoadError(this)"></div>
<div class="dmNewParagraph" data-element-type="paragraph" id="1920312360" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3 class="text-align-center"><span style="display: initial;">MyRCM</span></h3>
</div> <div class="u_1893934361 dmNewParagraph" data-element-type="paragraph" id="1893934361" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="text-align-left"><span class="" style="display: initial;"><span style="display: initial;">MyRCM identifies discrepancies in financial activities, underpayments in payer contract terms, and suggests actionable remediation steps, enabling analysts to resolve issues swiftly. Leveraging AI it learns from each interaction, continuously enhancing its capability to preemptively address potential challenges.</span>
</span></p></div></div>
<div class="dmRespCol small-12 large-3 medium-3 u_1390761774" id="1390761774"> <div class="u_1705333442 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1705333442" editablewidget="true"><img src="https://irp.cdn-website.com/291ae716/dms3rep/multi/InsightFlow.svg" alt="" id="1502813081" class="" width="80" height="80" data-dm-image-path="https://irp.cdn-website.com/291ae716/dms3rep/multi/InsightFlow.svg" onerror="handleImageLoadError(this)"></div>
<div class="dmNewParagraph" data-element-type="paragraph" id="1738475932" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3 class="text-align-center"><span style="display: initial;">InsightFlow</span></h3>
</div> <div class="u_1246388602 dmNewParagraph" data-element-type="paragraph" id="1246388602" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="text-align-left"><span style="display: initial;">InsightFlow is our premier analytics platform that leverages AI to provide real-time insights into your revenue streams. With customizable dashboards and predictive modeling, InsightFlow helps you forecast future revenue, identify underperforming areas, and make data-driven decisions to optimize your earnings.</span></p></div></div>
<div class="dmRespCol large-3 medium-3 small-12 u_1697719249" id="1697719249"> <a href="https://www.maximizercm.com" target="_blank" style="text-decoration: none;" class="" id="1317869956"></a>
<a href="https://www.maximizercm.com" target="_blank" style="text-decoration: none;" class="" id="1884428170"> <div class="u_1311311487 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1311311487" editablewidget="true"><img src="https://irp.cdn-website.com/291ae716/dms3rep/multi/ElevateRCM.svg" alt="" id="1160893123" class="" width="80" height="80" data-dm-image-path="https://irp.cdn-website.com/291ae716/dms3rep/multi/ElevateRCM.svg" onerror="handleImageLoadError(this)"></div>
</a>
<a href="https://www.maximizercm.com" target="_blank" style="text-decoration: none;" class="" id="1699088588"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1379741246" style="transition: opacity 1s ease-in-out;"> <h3 class="text-align-center"><span style="display: unset;">MaximizeRCM</span></h3>
</div>
</a>
<div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1406695792" style="transition: opacity 1s ease-in-out;"><p style="line-height: 2;"><span style="display: unset;">MaximizeRCM is a specialized consulting service focused on optimizing revenue recovery for your dental or medical organization. Our team of industry experts transform data analyses into actionable strategies that improve financial outcomes across claims, collections, and personnel.</span></p></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="u_1414763560 dmRespRow" style="text-align: center;" id="1414763560"> <div class="dmRespColsWrapper" id="1873486417"> <div class="u_1338723751 dmRespCol small-12 medium-12 large-12" id="1338723751"> <div class="u_1579485372 dmNewParagraph" id="1579485372" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Alata, 'Alata Fallback';">Alata</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Alice, 'Alice Fallback';">Alice</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Open Sans', 'Open Sans Fallback';">Open Sans</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Noto Sans', 'Noto Sans Fallback';">Noto Sans</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Bebas Neue', 'Bebas Neue Fallback';">Bebas Neue</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Exo, 'Exo Fallback';">Great Vibes</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Rock Salt', 'Rock Salt Fallback';">Rock Salt</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Exo, 'Exo Fallback';">Exo</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Belgrano, 'Belgrano Fallback';">Belgrano</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Overlock, 'Overlock Fallback';">Overlock</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Cinzel, 'Cinzel Fallback';">Cinzel</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Indie Flower', 'Indie Flower Fallback';">Indie Flower</span></p><p class="text-align-left"><span style="color:rgb(0, 0, 0);display:initial;font-family:Staatliches, 'Staatliches Fallback';">Staatliches</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Roboto Slab', 'Roboto Slab Fallback';">Roboto Slab</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Lato, 'Lato Fallback';">Lato</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Noto Serif', 'Noto Serif Fallback';">Noto Serif</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:'Open Sans', 'Open Sans Fallback';">Open Sans</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Montserrat, 'Montserrat Fallback';">Montserrat</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Ubuntu, 'Ubuntu Fallback';">Ubuntu</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Rubik, 'Rubik Fallback';">Rubik</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Delius, 'Delius Fallback';">Delius</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Amiri, 'Amiri Fallback';">Amiri</span></p><p><span style="color:rgb(0, 0, 0);display:initial;font-family:Montserrat, 'Montserrat Fallback';">Montserrat</span><span style="display: initial;"><br></span></p></div></div>
</div>
</div>
<div class="dmRespRow backgroundPrimaryColorOnWhite u_1968577961" id="1968577961"> <div class="dmRespColsWrapper" id="1123966571"> <div class="dmRespCol large-12 medium-12 small-12" id="1884837394"> <div class="dmNewParagraph u_1543486603" data-element-type="paragraph" data-version="5" id="1543486603" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center size-48 m-size-38"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-48 m-font-size-38">RevTech is a leading FinTech product company dedicated to creating innovative solutions that address complex challenges in the healthcare industry.</span></h1>
<h1 class="text-align-center"><br></h1>
<h1 class="text-align-center size-48 m-size-38"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-48 m-font-size-38">Our cutting-edge products streamline financial processes, enhance operational efficiency, and improve patient outcomes.</span></h1>
<h1 class="text-align-center"><br></h1>
<h1 class="text-align-center size-48 m-size-38"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-48 m-font-size-38"><span class="ql-cursor"></span>With a strong focus on technology and industry expertise, we are transforming how healthcare organizations manage their financial operations.</span></h1>
<p><br></p></div>
<a data-display-type="block" class="u_1218517882 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient backgroundOnLogoBackgroundColor" file="false" href="/contact" data-element-type="dButtonLinkId" id="1218517882"> <span class="iconBg" id="1899158679"> <span class="icon hasFontIcon icon-star" id="1251139573"></span>
</span>
<span class="text logoBackgroundColor" id="1876478884">About Us</span>
</a>
</div>
</div>
</div>
<div class="u_1347949790 dmRespRow" style="text-align: center;" id="1347949790"> <div class="dmRespColsWrapper" id="1421994460"> <div class="dmRespCol small-12 medium-12 large-12" id="1701771140"> <span id="1077285812"></span>
<div class="u_1127518853 dmNewParagraph" id="1127518853" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph" data-version="5"> <h1 class="text-align-center"><span style="display: initial;">Spearheading the Healthcare evolution.</span></h1>
</div></div>
</div>
</div>
<div class="u_1028223380 dmRespRow" style="text-align: center;" id="1028223380"> <div class="dmRespColsWrapper" id="1202972840" data-inject="bodyFont"> <div class="dmRespCol small-12 u_1306845579 medium-4 large-4" id="1306845579"> <div class="u_1231722047 imageWidget align-center" data-widget-type="image" id="1231722047" data-element-type="image" editablewidget="true"><img src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/young-woman-with-man-outdoors-sun.jpg" id="1912664593" class="" data-dm-image-path="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/young-woman-with-man-outdoors-sun.jpg" onerror="handleImageLoadError(this)" height="90.0" width="90.0"></div>
<div class="u_1796658093 graphicWidget" data-widget-type="graphic" id="1796658093" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792" id="1140442998" class="svg u_1140442998" data-icon-name="fa-quote-right"> <path fill="inherit" d="M768 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136zM1664 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136z" id="1938712236"></path>
</svg>
</div>
<div class="u_1847703323 dmNewParagraph" id="1847703323" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-version="5"><p class="text-align-center"><span style="display: initial; font-style: italic;">MyRCM is a cutting-edge AI-driven solution from RevTech Partners that transforms how dental practices manage their revenue cycle across multiple locations. Equipped with intelligent automation, MyRCM not only identifies discrepancies in financial activities but also suggests actionable remediation steps, enabling us to resolve issues swiftly. MyRCM is not just a tool; it's your AI-powered RCM partner that works tirelessly to ensure the financial robustness of your dental practice.</span></p></div> <div class="dmNewParagraph u_1846511612" id="1846511612" style="display: block;" data-version="5"><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: 600; display: initial;">Jane Faber</span></p><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: normal; display: initial;">Practice Manager</span></p><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: normal; display: initial;">Denver, Colorado</span></p></div></div>
<div class="dmRespCol small-12 u_1143845357 medium-4 large-4" id="1143845357"> <div class="u_1976387544 imageWidget align-center" data-widget-type="image" id="1976387544" data-element-type="image" editablewidget="true"><img src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/man-big-smile-portrait-black-white.jpg" id="1363444465" class="" data-dm-image-path="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/man-big-smile-portrait-black-white.jpg" onerror="handleImageLoadError(this)" height="90.0" width="90.0"></div>
<div class="u_1567502052 graphicWidget" data-widget-type="graphic" id="1567502052" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792" id="1567239618" class="svg u_1567239618" data-icon-name="fa-quote-right"> <path fill="inherit" d="M768 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136zM1664 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136z" id="1836481687"></path>
</svg>
</div>
<div class="u_1617510336 dmNewParagraph" id="1617510336" data-version="5"><p class="text-align-center"><span style="display: initial; font-style: italic;">"MyRCM's AI capabilities have revolutionized our approach to revenue cycle management. It's like having an extra member on the team—one that works 24/7, never takes a break, and keeps finding ways to improve our bottom line. Its automated resolution suggestions have drastically cut down the time we spend on manual tasks. Truly impressive!"</span></p></div> <div class="dmNewParagraph u_1457218350" id="1457218350" style="display: block;" data-version="5"><p class="text-align-center"><span style="display: initial; font-weight: 600; color: rgb(49, 49, 49);">John Smith</span></p><p class="text-align-center"><span style="display: initial; font-weight: normal; color: rgb(49, 49, 49);">Operational Manager</span></p><p class="text-align-center"><span style="display: initial; font-weight: normal; color: rgb(49, 49, 49);">Pheonix, AZ</span></p></div></div>
<div class="dmRespCol small-12 u_1409368266 medium-4 large-4" id="1409368266"> <div class="u_1610084914 imageWidget align-center" data-widget-type="image" id="1610084914" data-element-type="image" editablewidget="true"><img src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/woman-with-hat-snow.jpg" id="1699527847" class="" data-dm-image-path="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/woman-with-hat-snow.jpg" onerror="handleImageLoadError(this)" height="90.0" width="90.0"></div>
<div class="u_1781001509 graphicWidget" data-widget-type="graphic" id="1781001509" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792" id="1255327425" class="svg u_1255327425" data-icon-name="fa-quote-right"> <path fill="inherit" d="M768 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136zM1664 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136z" id="1851842656"></path>
</svg>
</div>
<div class="u_1641913760 dmNewParagraph" id="1641913760" data-version="5"><p class="text-align-center"><span style="display: initial; font-style: italic;">"Since implementing MyRCM into our multi-office dental practice, the difference has been night and day. The AI automation not only spots issues before they become problems but provides our team with clear steps to resolve them efficiently. Our revenue cycle has never been smoother, and our analysts can now focus on strategic work rather than firefighting. A game-changer for our RCM activities!"</span></p></div> <div class="u_1234060277 dmNewParagraph" id="1234060277" style="display: block;" data-version="5"><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: 600; display: initial;">Madelaine Taylor</span></p><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: normal; display: initial;">RCM Manager</span></p><p class="text-align-center"><span style="color: rgb(49, 49, 49); font-weight: normal; display: initial;">Nashville, TN</span></p></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 u_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="u_1063824722 dmRespCol small-12 large-4 medium-4" id="1063824722"> <div class="u_1901167991 imageWidget align-center" data-widget-type="image" id="1901167991" data-element-type="image" editablewidget="true"> <a href="/" id="1067941554"><img src="https://s3.ca-central-1.amazonaws.com/logojoy/logos/157477202/noBgColor.png" id="1669146944" class="" data-inject="logo" data-dm-image-path="https://s3.ca-central-1.amazonaws.com/logojoy/logos/157477202/noBgColor.png" onerror="handleImageLoadError(this)" height="21.796875" width="95.0"></a>
</div>
</div>
<div class="u_1959088672 dmRespCol small-12 large-2 medium-2" id="1959088672"> <nav class="u_1145262698 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1145262698" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp-cdn.multiscreensite.com/959964c0/dms3rep/multi/desktop/heal_logo.svg" data-inject="footer-menu" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item black-text currentPage dmNavItemSelected" target="" data-target-page-alias="home" 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" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item black-text" target="" data-target-page-alias="about"> <span class="nav-item-text " data-link-text="
About
" data-auto="page-text-style">About<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item black-text" target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text="
Contact
" data-auto="page-text-style">Contact<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class="unifiednav__item-wrap" data-auto="more-pages" data-depth="0"> <a href="https://websites.looka.com/site/291ae716/privacy?preview=true" class="unifiednav__item black-text" target="_blank" data-target-page-alias="https://websites.looka.com/site/291ae716/privacy?preview=true"> <span class="nav-item-text " data-link-text="Privacy" data-auto="page-text-style">Privacy<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="u_1005350408 dmRespCol small-12 large-3 medium-3" id="1005350408"> <div class="u_1436495539 dmNewParagraph onLogoBackgroundColor" data-element-type="paragraph" id="1436495539" style="transition: none 0s ease 0s; display: block;" data-version="5" data-inject="onLogoBackgroundColor"><p class="text-align-left"><span style="display: initial;">123 N Henry St.</span></p><p class="text-align-left"><span style="display: initial;">Alexandria, VA 22314<br>[email protected]<br></span></p></div></div>
<div class="u_1924939334 dmRespCol small-12 large-3 medium-3" id="1924939334"> <a data-display-type="block" class="u_1032571772 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient backgroundOnLogoBackgroundColor" file="false" href="mailto:[email protected]" data-element-type="dButtonLinkId" id="1032571772" target="_blank"> <span class="iconBg" id="1820761282"> <span class="icon hasFontIcon icon-star" id="1511413215"></span>
</span>
<span class="text logoBackgroundColor" id="1304990593">Contact Us</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow u_1531474404" id="1531474404"> <div class="dmRespColsWrapper" id="1057911084"> <div class="dmRespCol large-6 medium-6 small-12" id="1294007559"> <div class="dmNewParagraph u_1873663506" data-element-type="paragraph" data-version="5" id="1873663506" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-9 size-13"><span class="font-size-13 m-font-size-9" style="display: initial; color: rgb(255, 255, 255);"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-13 m-font-size-9">Copyright RevTech Partners LLC 2023</span>
</span></p></div>
</div>
<div class="dmRespCol small-12 large-6 medium-6" id="1790854489"> <div class="u_1144743968 align-center text-align-center dmSocialHub gapSpacing" id="1144743968" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.linkedin.com/company/revtechpartners" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></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 id="d-notification-bar" data-rule-type="notification" data-visible="true"> <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.</div>
<div class="notification-dismiss" aria-label="Dismiss notification">×</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://fonts.googleapis.com/css2?family=Belgrano:ital,wght@0,400&family=Staatliches:ital,wght@0,400&family=Indie+Flower:ital,wght@0,400&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=Amiri:ital,wght@0,400;0,700;1,400;1,700&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=Noto+Sans: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=Bebas+Neue:ital,wght@0,400&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Alata:ital,wght@0,400&family=Alice:ital,wght@0,400&family=Rock+Salt:ital,wght@0,400&family=DM+Serif+Text:ital,wght@0,400;1,400&family=Cinzel:ital,wght@0,400..900;1,400..900&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;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=Delius:ital,wght@0,400&family=Rubik:ital,wght@0,300..900;1,300..900&family=Exo:ital,wght@0,100..900;1,100..900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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="stylesheet" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/4937/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" type="text/css">
<!-- End of RT CSS Include -->
<link rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/96c71c81a0b01516ae8befcb4bf4a55b.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<!-- 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="stylesheet" href="https://irp.cdn-website.com/291ae716/files/291ae716_withFlex_1.min.css?v=45" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<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="stylesheet" href="https://irp.cdn-website.com/291ae716/files/291ae716_home_withFlex_1.min.css?v=45" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<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-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-13, .size-13, .size-13 > font { font-size: 13px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<!-- ========= JS Section ========= -->
<script>
var isWLR = true;
window.customWidgetsFunctions = {};
window.customWidgetsStrings = {};
window.collections = {};
window.currentLanguage = "ENGLISH"
window.isSitePreview = false;
</script>
<script type="text/javascript">
var d_version = "production_4937";
var build = "2024-11-18T13_48_15";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2024-11-18T13_48_15";
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 = ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n';
</script>
<!-- HEAD RT JS Include -->
<script id="d-js-params">
window.INSITE = window.INSITE || {};
window.INSITE.device = "desktop";
window.rtCommonProps = {};
rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
rtCommonProps["inlineEditGrid.snap"] =true;
rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
rtCommonProps["rt.pushnotifs.force.button"] =true;
rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
rtCommonProps["common.mapbox.js.override"] =false;
rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
rtCommonProps["isCoverage.test"] =false;
rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
rtCommonProps["feature.flag.mappy.kml"] =false;
rtCommonProps["common.resources.dist.cdn"] =true;
rtCommonProps["common.build.dist.folder"] = 'production/4937';
rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4937';
rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.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["facebook.api.version"] = '7.0';
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';
rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
// feature flags that's used out of runtime module (in legacy files)
rtCommonProps["site.runtime.video.background.ssr"] =true;
window.rtFlags = {};
rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
rtFlags["scripts.widgetCount.enabled"] =true;
rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true;
rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false;
rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true;
rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true;
rtFlags["feature.flag.photo.gallery.exact.size"] =true;
rtFlags["new.store.fix.ecwid.back.bug"] =true;
rtFlags["facebook.runtime.widgets.upgrade"] =true;
rtFlags["ecom.ecwid.solve.url.modifications"] = true;
rtFlags["ecom.ecwid.configOptions"] = true;
rtFlags["geocode.search.localize"] =false;
rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
rtFlags["site.contact.form.fix.for.attribute"] =true;
rtFlags["contact.form.date.format.enabled"] = true;
rtFlags["twitter.heightLimit.enabled"] = true;
rtFlags["ecom.ecwid.fixTranslations.enabled"] = true;
rtFlags["runtime.load.script.native"] =true;
rtFlags["editor.classicHybrid.photogallery.fix"] =true;
rtFlags["runtime.lottieOverflow"] =false;
rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true;
rtFlags["contact.form.browserValidation.enabled"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/4937/_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/4937/_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() {
const queryParams = new URLSearchParams(window.location.search);
const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
const domain = 'domain=' + window.location.hostname;
const path = "path=/";
queryParams.forEach((value, key) => {
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: '291ae716'
});
// 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: 291ae716 -->
<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>