Thanks for Connecting
We have received your form submission. Someone will be in touch soon.
⚠️ Before you leave this page…
Will you take 30 seconds to help us improve? Using the form below, please let us know how your experience has been so far.
Help Us Improve

function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00Dcs00000AkRx7',
'NASH_Deployment',
'https://nomadgcs.my.site.com/ESWNASHDeployment1766524668591',
{
scrt2URL: 'https://nomadgcs.my.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
@media screen and (max-width: 768px) {
/* Chat container + iframe */
.embeddedServiceMessagingFrame,
iframe.embeddedServiceMessagingIframe {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100dvh !important;
max-height: 100dvh !important;
z-index: 2147483647 !important;
pointer-events: auto !important;
border-radius: 0 !important;
}
/* Push site UI below chat */
body.embeddedMessagingPreventScrolling header,
body.embeddedMessagingPreventScrolling nav,
body.embeddedMessagingPreventScrolling footer,
body.embeddedMessagingPreventScrolling [class*="header"],
body.embeddedMessagingPreventScrolling [class*="nav"],
body.embeddedMessagingPreventScrolling [id*="header"],
body.embeddedMessagingPreventScrolling [id*="nav"] {
z-index: 0 !important;
pointer-events: none !important;
}
/* IMPORTANT: ensure chat UI is clickable */
.embeddedServiceMessagingFrame *,
iframe.embeddedServiceMessagingIframe {
pointer-events: auto !important;
}
/* Hide WordPress plugin banner while chat is open */
body.embeddedMessagingPreventScrolling #simple-banner {
display: none !important;
}
}