{"id":418,"date":"2025-06-26T17:03:39","date_gmt":"2025-06-26T14:03:39","guid":{"rendered":"https:\/\/mapsly.com?page_id=418"},"modified":"2025-12-10T16:08:05","modified_gmt":"2025-12-10T13:08:05","slug":"avvio-del-processo","status":"publish","type":"page","link":"https:\/\/mapsly.com\/it\/start-trial\/","title":{"rendered":"Inizia la tua prova gratuita di Mapsly di 14 giorni"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"418\" class=\"elementor elementor-418\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a99d2ea e-flex e-con-boxed e-con e-parent\" data-id=\"a99d2ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12fd179 elementor-widget elementor-widget-heading\" data-id=\"12fd179\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Start Your Free 14-day Mapsly Trial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4916705 e-flex e-con-boxed e-con e-parent\" data-id=\"4916705\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca3429e elementor-widget elementor-widget-html\" data-id=\"ca3429e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"free-trial\" id=\"free-trial-form\">\r\n<div class=\"inline-fields\">\r\n <label class=\"label-text\" for=\"email\"><span>1<\/span>Work email (required):<\/label>\r\n <div class=\"trial-email-wrapper\">\r\n <input type=\"email\" id=\"trial-email\" placeholder=\"\" required>\r\n  <div class=\"form-notice\"><div class=\"invalid\">Please enter correct email address<\/div><div class=\"missing\">Please enter your work email.<\/div><\/div>\r\n <\/div>\r\n <\/div>\r\n\r\n\r\n <p class=\"label-text\"><span>2<\/span> Choose your data source in the list below and follow the instruction guide<\/p>\r\n <div id='scroll-stop'><\/div>\r\n<\/div>\r\n\r\n<style>\r\n\r\n.free-trial {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 1em;\r\n    \r\n}\r\n\r\n.free-trial p {\r\n    margin-block-start: 1em;\r\n}\r\n\r\n.trial-email-wrapper {\r\n    flex-grow: 1;\r\n    display: flex;\r\n    flex-direction: column;\r\n    position: relative;\r\n}\r\n\r\n.free-trial .form-notice {\r\n    color: red;\r\n    font-size: 0.8em;\r\n    width: 100%;\r\n    position: absolute;\r\n    top: 100%;\r\n    left: 0;\r\n}\r\n.free-trial .inline-fields {\r\n    display: flex;\r\n    white-space: nowrap;\r\n    gap: 2rem;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    \r\n}\r\n.free-trial #trial-email:not(.error) + .form-notice {\r\n    display: none;\r\n}\r\n.free-trial #trial-email.error:not(.error-valid) + .form-notice .invalid {\r\n    display: none;\r\n}\r\n\r\n.free-trial #trial-email.error:not(.error-work) + .form-notice .missing {\r\n    display: none;\r\n}\r\n\r\n.free-trial span{\r\n  min-width: 40px;\r\n  min-height:40px;\r\n  aspect-ratio: 1\/1;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 40px;\r\n  background: #6512BE;\r\n  color: #fff;\r\n  margin-right: 10px;\r\n  position: absolute;\r\n  left: 0px;\r\n  top: -6px;\r\n}\r\n\r\n.label-text {\r\n        position: relative;\r\n        padding-left: 50px;\r\n        font-size: 18px;\r\n        \r\n    \r\n}\r\n.free-trial #trial-email {\r\n    height: auto;\r\n    border-radius: 3px 3px 3px 3px;\r\n    padding: 15px 15px 15px 15px;\r\n    border: 1px solid #ccc;\r\n    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\r\n    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\r\n    font-size: 18px;\r\n    line-height: 1.42857143;\r\n    color: #555;\r\n    width: auto;\r\n    flex-grow: 1;\r\n}\r\n\r\n.free-trial #trial-email.error, .free-trial #trial-email.error-work {\r\n    border-color: red; \r\n    \r\n}\r\n\r\n.free-trial .label-text {\r\n    display: flex!important;\r\n    align-items: center!important;\r\n}\r\n.free-trial .label-text span {\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n}\r\n\r\n\r\n<\/style>\r\n\r\n\r\n<script>\r\nlet country = null;\r\nlet timezone = null;\r\nlet leadRequestController = null;\r\n\r\nconst CACHE_KEY = 'locationData';\r\nconst CACHE_TIME_KEY = 'locationDataTimestamp';\r\nconst CACHE_DURATION = 24 * 60 * 60 * 1000; \/\/ 24 hours in milliseconds\r\n\r\nconst getLocationData = async () => {\r\n    try {\r\n        const cachedData = localStorage.getItem(CACHE_KEY);\r\n        const cachedTimestamp = localStorage.getItem(CACHE_TIME_KEY);\r\n\r\n        if (cachedData && cachedTimestamp) {\r\n            const elapsedTime = Date.now() - parseInt(cachedTimestamp, 10);\r\n            if (elapsedTime < CACHE_DURATION) {\r\n                return JSON.parse(cachedData);\r\n            }\r\n        }\r\n\r\n        \/\/ Fetch new data if cache is outdated or doesn't exist\r\n        const res = await fetch('https:\/\/ipapi.co\/json\/');\r\n        if (!res.ok) {\r\n            throw new Error(`HTTP error! Status: ${res.status}`);\r\n        }\r\n        const data = await res.json();\r\n\r\n        \/\/ Cache new data\r\n        localStorage.setItem(CACHE_KEY, JSON.stringify(data));\r\n        localStorage.setItem(CACHE_TIME_KEY, Date.now().toString());\r\n\r\n        return data;\r\n    } catch (error) {\r\n        console.error('Error fetching the location data:', error);\r\n\r\n        \/\/ Return cached data if available, even if fetch fails\r\n        const cachedData = localStorage.getItem(CACHE_KEY);\r\n        return cachedData ? JSON.parse(cachedData) : null;\r\n    }\r\n};\r\n\r\n\r\ngetLocationData().then((res) =>  {\r\n    country = res?.country_name;\r\n    timezone = formatUTCOffset(res.utc_offset);\r\n});\r\n\r\nfunction formatUTCOffset(utcOffset) {\r\n  \/\/ Check if the offset string is in the correct format\r\n  if (!\/^[+-]\\d{4}$\/.test(utcOffset)) {\r\n    throw new Error(\"Invalid UTC offset format\");\r\n  }\r\n\r\n  \/\/ Extract the sign, hours, and minutes from the offset string\r\n  const sign = utcOffset[0];\r\n  const hours = parseInt(utcOffset.substring(1, 3), 10);\r\n\r\n  \/\/ Create the GMT offset string\r\n  const gmtOffset = `GMT${sign}${hours}`;\r\n\r\n  return gmtOffset;\r\n}\r\n\r\nfunction getCookie(name) {\r\n    \/\/ Create a regular expression to match the desired cookie name\r\n    const value = `; ${document.cookie}`;\r\n    const parts = value.split(`; ${name}=`);\r\n    if (parts.length === 2) return parts.pop().split(';').shift();\r\n    return null;\r\n}\r\n\/\/ Get the email input field\r\nconst trialForm = document.getElementById('free-trial-form');\r\nconst emailInput = document.getElementById('trial-email');\r\n\r\n\/\/ Get all link elements on the page\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n  \/\/ Get all link elements on the page\r\n  const links = document.querySelectorAll('.jet-listing-grid__item a, .connect-api a');\r\n\r\n  \/\/ Add click event listeners to all links\r\n  links.forEach(link => {\r\n    link.addEventListener('click', handleLinkClick);\r\n  });\r\n});\r\n\r\n\/\/ Add an event listener for input validation\r\nemailInput.addEventListener('blur', validateEmail);\r\n\r\n\r\nfunction validateEmail() {\r\n  const emailValue = emailInput.value.trim();\r\n  const emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\r\n  if (!emailValue) {\r\n    emailInput.setCustomValidity('Please enter your work email.');\r\n    emailInput.classList.add('error');\r\n    emailInput.classList.add('error-work');\r\n    emailInput.classList.remove('error-valid');\r\n    return false;\r\n  } else {\r\n      if (emailRegex.test(emailValue)) {\r\n        \/\/ Valid email address\r\n        emailInput.setCustomValidity('');\r\n        emailInput.classList.remove('error');\r\n        emailInput.classList.remove('error-valid');\r\n        emailInput.classList.remove('error-work');\r\n        return true;\r\n      } else {\r\n        \/\/ Invalid email address\r\n        emailInput.setCustomValidity('Please enter a valid email address.');\r\n        emailInput.classList.add('error');\r\n        emailInput.classList.remove('error-work');\r\n        emailInput.classList.add('error-valid');\r\n        return false;\r\n      }\r\n  }\r\n}\r\n\r\nfunction handleLinkClick(event) {\r\n    \r\n  console.log('Click Handle Triggered');\r\n  const emailValue = emailInput.value.trim();\r\n\r\n  if (!emailValue || !validateEmail(emailValue) ) {\r\n     console.log('Invalid Email');\r\n    \/\/ Email input is empty\r\n    event.preventDefault();\r\n    \r\n    validateEmail();\r\n    scrollToElement(trialForm);\r\n    \r\n    setTimeout(() => {\r\n        emailInput.focus();\r\n    }, 1000)\r\n  } \r\n}\r\n\r\nfunction scrollToElement(element) {\r\n  const elementPosition = element.getBoundingClientRect().top + window.scrollY;\r\n\r\n  \/\/ Adjust offset as needed, for example, if you want a bit of space above the element\r\n  const offsetPosition = elementPosition - 100;\r\n\r\n  \/\/ Smoothly scroll to the calculated position\r\n  window.scrollTo({\r\n    top: offsetPosition,\r\n    behavior: \"smooth\",\r\n  });\r\n}\r\n\r\nfunction validate_email(email) {\r\n  var re = \/\\S+@\\S+\\.\\S+\/;\r\n  return re.test(email);\r\n}\r\nlet isSourceItemClicked = false;\r\n\r\n\r\n\r\njQuery(\"#trial-email\").on('blur', function(e) {\r\n    setTimeout(() => {\r\n        if (!isSourceItemClicked) {\r\n            sendLead(null, e);\r\n        }\r\n        isSourceItemClicked = false;\r\n    }, 100)\r\n});\r\n\r\njQuery(\"body\").on(\"click\", \".integration-grid\", function (e) {\r\n    \/\/ Find nested .e-child inside the clicked grid\r\n    const child = jQuery(e.target).closest(\".e-child\");\r\n\r\n    if (child.length) {\r\n        isSourceItemClicked = true;\r\n        sendLead(child.attr(\"data-name\"), e);\r\n    }\r\n});\r\n\r\nfunction getGA4ClientId() {\r\n  if (window.gtag && window.google_tag_manager) {\r\n    try {\r\n      let clientId = null;\r\n      gtag('get', 'G-6DHXNR13XZ', 'client_id', (id) => {\r\n        clientId = id;\r\n      });\r\n      if (clientId) return clientId;\r\n    } catch (e) {}\r\n  }\r\n\r\n  const gaCookie = document.cookie\r\n    .split('; ')\r\n    .find(row => row.startsWith('_ga='));\r\n\r\n  if (gaCookie) {\r\n    const gaValue = gaCookie.split('=')[1];\r\n    const parts = gaValue.split('.');\r\n    if (parts.length >= 4) {\r\n      return parts.slice(2).join('.');\r\n    }\r\n  }\r\n\r\n  return null;\r\n}\r\n\r\nconst sendLeadStatus = async (lead) => {\r\n    const getStatus = () => {\r\n        return lead?.dataSource ? 2 : 1;\r\n    };\r\n\r\n    if (!lead.leadId) return null;\r\n\r\n    try {\r\n        const response = await fetch('https:\/\/api.mapsly.com\/serviceapi\/v1\/lead\/status', {\r\n            method: 'POST',\r\n            headers: {\r\n                'Content-Type': 'application\/json',\r\n            },\r\n            body: JSON.stringify({\r\n                leadId: Number(lead.leadId),\r\n                status: getStatus(),\r\n            }),\r\n        });\r\n\r\n        if (response.status === 400) {\r\n            console.log('Lead status update failed with 400 Bad Request');\r\n            return null;\r\n        }\r\n\r\n        if (!response.ok) {\r\n            console.log(`Lead status update failed: ${response.statusText}`);\r\n            return null;\r\n        }\r\n\r\n        return response;\r\n    } catch (error) {\r\n        if (error.name === 'AbortError') {\r\n            console.error('Request aborted:', error);\r\n        } else {\r\n            console.error('Unexpected error while updating lead status:', error);\r\n        }\r\n        return null;\r\n    }\r\n};\r\n\r\n\r\nfunction sendLead(dataSource = null, e) {\r\n    e.stopPropagation();\r\n    e.preventDefault();\r\n    \r\n\r\n    const email = jQuery(\"#trial-email\").val();\r\n    if (!validate_email(email)) {\r\n        return;\r\n    }\r\n\r\n    const currentUrl = new URL(window.location.href);\r\n    const leadId = localStorage.getItem('lead-id');\r\n    const customReferrer = window.sessionStorage.getItem('customReferrer')\r\n\r\n    let data = {\r\n        email,\r\n        utmSource: getCookie('utm_source'),\r\n        utmCampaign: getCookie('utm_campaign'),\r\n        utmMedium: getCookie('utm_medium'),\r\n        utmTerm: getCookie('utm_term'),\r\n        utmContent: getCookie('utm_content'),\r\n        sellablyVisitorId: getCookie('_sellably_visitor_id'),\r\n        dataSource,\r\n        country,\r\n        timezone,\r\n        gaClientId: getGA4ClientId(),\r\n    };\r\n    \r\n\r\n    if(!leadId) {\r\n        data.referer = customReferrer\r\n    }\r\n    if (leadId) {\r\n        data.leadId = parseInt(leadId);\r\n    }\r\n    \r\n    \/\/ Cancel any ongoing lead request\r\n    if (leadRequestController) {\r\n        leadRequestController.abort();\r\n    }\r\n\r\n    \/\/ Create a new controller for the current request\r\n    leadRequestController = new AbortController();\r\n    const { signal } = leadRequestController;\r\n\r\n    \r\n    fetch('https:\/\/api.mapsly.com\/serviceapi\/v1\/lead\/log',\r\n        {\r\n            method: 'POST',\r\n            body: JSON.stringify(data),\r\n            signal: signal,\r\n        },\r\n    ).then(response => {\r\n        if (response.status === 200) {\r\n            const leadId = localStorage.getItem('lead-id');\r\n            if(!leadId) {\r\n                dataLayer.push({\r\n                    event: 'lead_created',\r\n                });\r\n            }\r\n            return response\r\n        } else {\r\n            throw new Error(`Request failed with status ${response.status}`);\r\n        }\r\n    }).then((response) => {\r\n        response.json().then(async (object) => {\r\n            await sendLeadStatus({leadId: leadId, dataSource: dataSource});\r\n             \/\/ Save lead ID in localStorage\r\n            localStorage.setItem('lead-id', object.leadId);\r\n        \r\n            \/\/ Save lead ID in cookies (accessible across subdomains if needed)\r\n            document.cookie = `lead-id=${object.leadId}; path=\/; domain=.mapsly.com; Secure; SameSite=None`;\r\n            document.cookie = `lead-email=${data.email}; path=\/; domain=.mapsly.com; Secure; SameSite=None`;\r\n\r\n            setTimeout(() => {\r\n                \/\/ Navigate to the link in the a tag inside e.currentTarget\r\n                const link = e.currentTarget.querySelector('a');\r\n                if (link) {\r\n                    window.location.href = link.href;\r\n                }\r\n            }, 100)\r\n        })\r\n    })\r\n    .catch(error => {\r\n        if (error.name === 'AbortError') {\r\n            console.log('Previous request aborted');\r\n        } else {\r\n            console.error('Error logging lead:', error);\r\n        }\r\n    });\r\n}\r\n<\/script>\r\n\r\n\r\n<script>\r\n    jQuery('#trial-email').focus();\r\n<\/script>\r\n\r\n\r\n<script>\r\ndocument.addEventListener('click', function (e) {\r\n\r\n  const grid = e.target.closest('.integration-grid');\r\n  if (!grid) return;\r\n\r\n  if (e.target.closest('#free-trial-form')) return;\r\n\r\n  const emailValue = emailInput.value.trim();\r\n\r\n  if (!emailValue || !validateEmail(emailValue)) {\r\n\r\n    e.preventDefault();\r\n    e.stopImmediatePropagation();\r\n\r\n    validateEmail();\r\n    scrollToElement(trialForm);\r\n\r\n    setTimeout(() => {\r\n      emailInput.focus();\r\n    }, 600);\r\n  }\r\n\r\n}, true);\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3913ced elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"3913ced\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"integration-search\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"integration-search-wrap\">\r\n  <input\r\n    type=\"search\"\r\n    id=\"integration-search\"\r\n    placeholder=\"Start typing name of your data source\"\r\n  >\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4cdc4dc e-flex e-con-boxed e-con e-parent\" data-id=\"4cdc4dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd586eb elementor-widget elementor-widget-heading\" data-id=\"fd586eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Integration types:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84bc1fd elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"84bc1fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Native connector<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72d4b7c elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"72d4b7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Zapier-based<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead5b5f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"ead5b5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Api- or file-based<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea7b047 elementor-widget elementor-widget-heading\" data-id=\"ea7b047\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"\/integration-types\">Learn more<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd6aa2c e-grid integration-grid e-con-boxed e-con e-parent\" data-id=\"dd6aa2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d67fac9 e-con-full e-flex e-con e-child\" data-id=\"d67fac9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-ce26884' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-hubspot\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-ce26884 e-con-full e-flex e-con e-child\" data-id=\"ce26884\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"HubSpot\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9258e9 elementor-widget elementor-widget-spacer\" data-id=\"f9258e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f505f0 elementor-widget elementor-widget-image\" data-id=\"1f505f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp\" class=\"attachment-large size-large wp-image-21063\" alt=\"HubSpot\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1becef5 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1becef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-054dfb9' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-zoho-crm\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-054dfb9 e-con-full e-flex e-con e-child\" data-id=\"054dfb9\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Zoho CRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6527155 elementor-widget elementor-widget-spacer\" data-id=\"6527155\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e68e650 elementor-widget elementor-widget-image\" data-id=\"e68e650\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zoho.webp\" class=\"attachment-large size-large wp-image-21066\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zoho.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zoho-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zoho-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf14927 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bf14927\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-c13c0a8' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-monday-crm\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-c13c0a8 e-con-full e-flex e-con e-child\" data-id=\"c13c0a8\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Monday\">\n\t\t\t\t<div class=\"elementor-element elementor-element-138b2bb elementor-widget elementor-widget-spacer\" data-id=\"138b2bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dba9741 elementor-widget elementor-widget-image\" data-id=\"dba9741\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/elementor\/thumbs\/Monday-Com-Logo-scaled-1-ramvobe5r6jy88huuummiuwyh8bmq8i5vnb9jkfykw.webp\" title=\"Monday-Com-Logo\" alt=\"Monday-Com-Logo\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd2fc6e elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bd2fc6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-a373788' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-smartsheet\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-a373788 e-con-full e-flex e-con e-child\" data-id=\"a373788\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Smartsheet\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc457b0 elementor-widget elementor-widget-spacer\" data-id=\"dc457b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1181b5 elementor-widget elementor-widget-image\" data-id=\"d1181b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/elementor\/thumbs\/Smartsheet-ramvo6oyt0dim6oomalhoe3niaysnqzi701u56mxg0.webp\" title=\"Smartsheet\" alt=\"Smartsheet\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2787405 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2787405\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-c57499b' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-salesforce\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-c57499b e-con-full e-flex e-con e-child\" data-id=\"c57499b\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Salesforce\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee72ec3 elementor-widget elementor-widget-spacer\" data-id=\"ee72ec3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed1fa67 elementor-widget elementor-widget-image\" data-id=\"ed1fa67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/elementor\/thumbs\/Salesforce-ramvo4tafcaxyyrex9s8jekqbj828cs1iqqv6mppsg.webp\" title=\"Salesforce\" alt=\"Salesforce\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9883ea elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a9883ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-9fca836' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/12855893-airtable-mapsly-setup-guide?_gl=1*39adko*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYyNDY5JGo1MyRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-9fca836 e-con-full e-flex e-con e-child\" data-id=\"9fca836\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Airtable\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f3ca86 elementor-widget elementor-widget-spacer\" data-id=\"2f3ca86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-592c347 elementor-widget elementor-widget-image\" data-id=\"592c347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/elementor\/thumbs\/airtable-ramvoe7obont72dredui8c7c9dxqdbtcw19pzebs28.webp\" title=\"airtable\" alt=\"airtable\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfe3b6a elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"cfe3b6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-74ddcb8' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-pipedrive\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-74ddcb8 e-con-full e-flex e-con e-child\" data-id=\"74ddcb8\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Pipedrive\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85f3f37 elementor-widget elementor-widget-spacer\" data-id=\"85f3f37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c7afbb elementor-widget elementor-widget-image\" data-id=\"2c7afbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"117\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/06\/Pipedrive-e1746805846593.webp\" class=\"attachment-large size-large wp-image-88\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/06\/Pipedrive-e1746805846593.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/06\/Pipedrive-e1746805846593-300x70.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82b92e5 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"82b92e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-2a03188' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-dynamics-365\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-2a03188 e-con-full e-flex e-con e-child\" data-id=\"2a03188\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"MicrosoftDynamics365\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c39b33c elementor-widget elementor-widget-spacer\" data-id=\"c39b33c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e8e4d6 elementor-widget elementor-widget-image\" data-id=\"5e8e4d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Dynamics.webp\" class=\"attachment-large size-large wp-image-21674\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Dynamics.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Dynamics-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Dynamics-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfe98a4 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bfe98a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-0c41ff0' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-freshworks\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-0c41ff0 e-con-full e-flex e-con e-child\" data-id=\"0c41ff0\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Freshworks\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8445c8 elementor-widget elementor-widget-spacer\" data-id=\"e8445c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00794fc elementor-widget elementor-widget-image\" data-id=\"00794fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Freshworks.webp\" class=\"attachment-large size-large wp-image-21681\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Freshworks.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Freshworks-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Freshworks-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb4ccaa elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bb4ccaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-6bbdc8d' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/articles\/12944175';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-6bbdc8d e-con-full e-flex e-con e-child\" data-id=\"6bbdc8d\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"CSV\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57f64f7 elementor-widget elementor-widget-spacer\" data-id=\"57f64f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-476d31f elementor-widget elementor-widget-image\" data-id=\"476d31f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"840\" height=\"408\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/CSV-2.webp\" class=\"attachment-full size-full wp-image-21103\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/CSV-2.webp 840w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/CSV-2-300x146.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/CSV-2-768x373.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/CSV-2-18x9.webp 18w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe59404 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"fe59404\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-189bff5' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/articles\/4787414?_gl=1*3lm6i2*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYyNTAxJGoyMSRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-189bff5 e-con-full e-flex e-con e-child\" data-id=\"189bff5\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Excel\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f68328 elementor-widget elementor-widget-spacer\" data-id=\"1f68328\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-364ada6 elementor-widget elementor-widget-image\" data-id=\"364ada6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"849\" height=\"365\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2024\/03\/Excel-2.webp\" class=\"attachment-full size-full wp-image-14010\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2024\/03\/Excel-2.webp 849w, https:\/\/mapsly.com\/wp-content\/uploads\/2024\/03\/Excel-2-300x129.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2024\/03\/Excel-2-768x330.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2024\/03\/Excel-2-18x8.webp 18w\" sizes=\"(max-width: 849px) 100vw, 849px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f75929b elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f75929b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-17f29b3' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-creatio\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-17f29b3 e-con-full e-flex e-con e-child\" data-id=\"17f29b3\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Creatio\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e553c2 elementor-widget elementor-widget-spacer\" data-id=\"6e553c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0e092 elementor-widget elementor-widget-image\" data-id=\"ed0e092\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Creatio.webp\" class=\"attachment-full size-full wp-image-21666\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Creatio.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Creatio-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Creatio-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90f0842 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"90f0842\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-3af33f7' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-odoo\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-3af33f7 e-con-full e-flex e-con e-child\" data-id=\"3af33f7\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Odoo\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0454971 elementor-widget elementor-widget-spacer\" data-id=\"0454971\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0d929b elementor-widget elementor-widget-image\" data-id=\"e0d929b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Odoo.webp\" class=\"attachment-full size-full wp-image-21719\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Odoo.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Odoo-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Odoo-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1124c0 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e1124c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-30fac97' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-google-sheets\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-30fac97 e-con-full e-flex e-con e-child\" data-id=\"30fac97\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Googlesheets\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3851215 elementor-widget elementor-widget-spacer\" data-id=\"3851215\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b6440e elementor-widget elementor-widget-image\" data-id=\"7b6440e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/G-Sheets.webp\" class=\"attachment-full size-full wp-image-21062\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/G-Sheets.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/G-Sheets-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/G-Sheets-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b013e9e elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b013e9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-158360b' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-keap\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-158360b e-con-full e-flex e-con e-child\" data-id=\"158360b\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Keap\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1dfaba elementor-widget elementor-widget-spacer\" data-id=\"c1dfaba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-535f7b0 elementor-widget elementor-widget-image\" data-id=\"535f7b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Keap.webp\" class=\"attachment-full size-full wp-image-21054\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Keap.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Keap-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Keap-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8ceec7 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a8ceec7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-6f2b957' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-quickbase\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-6f2b957 e-con-full e-flex e-con e-child\" data-id=\"6f2b957\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Quickbase\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c87f29 elementor-widget elementor-widget-spacer\" data-id=\"8c87f29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb7ee45 elementor-widget elementor-widget-image\" data-id=\"cb7ee45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"500\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/quick-base-vector-logo-2022.webp\" class=\"attachment-full size-full wp-image-21095\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/quick-base-vector-logo-2022.webp 900w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/quick-base-vector-logo-2022-300x167.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/quick-base-vector-logo-2022-768x427.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/quick-base-vector-logo-2022-18x10.webp 18w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0869be elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b0869be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-5c5d2b3' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/10285287-highlevel-mapsly-setup-guide?_gl=1*13jxiki*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYyOTM4JGo2MCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-5c5d2b3 e-con-full e-flex e-con e-child\" data-id=\"5c5d2b3\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Highlevel\">\n\t\t\t\t<div class=\"elementor-element elementor-element-386aa50 elementor-widget elementor-widget-spacer\" data-id=\"386aa50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b73947a elementor-widget elementor-widget-image\" data-id=\"b73947a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"194\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/highlevel-logo.webp\" class=\"attachment-full size-full wp-image-21106\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/highlevel-logo.webp 640w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/highlevel-logo-300x91.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/highlevel-logo-18x5.webp 18w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fcb6c0 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8fcb6c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-87ffcc2' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/mapsly.com\/mapsly-trial-for-zendesk\/';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-87ffcc2 e-con-full e-flex e-con e-child\" data-id=\"87ffcc2\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Zendesk\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e78828 elementor-widget elementor-widget-spacer\" data-id=\"4e78828\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2bf2a5 elementor-widget elementor-widget-image\" data-id=\"e2bf2a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"161\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/09\/Logo_Primary_Espresso.svg\" class=\"attachment-full size-full wp-image-21752\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8707a2 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b8707a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512.000000pt\" height=\"512.000000pt\" viewBox=\"0 0 512.000000 512.000000\" preserveAspectRatio=\"xMidYMid meet\"><metadata> Created by potrace 1.16, written by Peter Selinger 2001-2019 <\/metadata><g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\" fill=\"#FF9744\" stroke=\"none\"><path d=\"M2712 5089 c-38 -19 -75 -47 -95 -72 -39 -49 -1726 -2655 -1752 -2707 -23 -44 -31 -147 -16 -193 19 -58 65 -112 115 -135 45 -22 51 -22 677 -22 l631 0 -6 -32 c-19 -110 -236 -1683 -236 -1714 0 -44 37 -130 66 -156 70 -62 208 -77 302 -33 28 13 70 43 92 67 38 41 1719 2628 1763 2713 12 25 22 67 25 110 3 63 1 76 -25 125 -18 34 -45 66 -72 85 l-43 30 -645 3 -645 2 6 33 c19 108 236 1681 236 1713 0 43 -37 130 -66 156 -41 36 -107 58 -180 58 -59 0 -81 -5 -132 -31z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-1cdba02' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*bihjq7*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYzNDI4JGo2MCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-1cdba02 e-con-full e-flex e-con e-child\" data-id=\"1cdba02\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Close\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa7390a elementor-widget elementor-widget-spacer\" data-id=\"aa7390a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c51564e elementor-widget elementor-widget-image\" data-id=\"c51564e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1344\" height=\"360\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark.png\" class=\"attachment-full size-full wp-image-23935\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark.png 1344w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark-300x80.png 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark-1024x274.png 1024w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark-768x206.png 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/logo-dark-18x5.png 18w\" sizes=\"(max-width: 1344px) 100vw, 1344px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f74b8e1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f74b8e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-d479a66' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/6316179-agile-crm-mapsly-setup-guide?_gl=1*okyhf*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYzNDI4JGo2MCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-d479a66 e-con-full e-flex e-con e-child\" data-id=\"d479a66\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Agilecrm\">\n\t\t\t\t<div class=\"elementor-element elementor-element-770b350 elementor-widget elementor-widget-spacer\" data-id=\"770b350\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0085974 elementor-widget elementor-widget-image\" data-id=\"0085974\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/AgileCRM-1.webp\" class=\"attachment-full size-full wp-image-21067\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/AgileCRM-1.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/AgileCRM-1-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/AgileCRM-1-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-988353d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"988353d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-56b2105' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/11813631-rolldog-mapsly-setup-guide?_gl=1*dsboie*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTYzOTQxJGozOCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-56b2105 e-con-full e-flex e-con e-child\" data-id=\"56b2105\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Rolldog\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10c33b2 elementor-widget elementor-widget-spacer\" data-id=\"10c33b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ff9e99 elementor-widget elementor-widget-image\" data-id=\"8ff9e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"950\" height=\"229\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/High-Res-Rolldog-Logo-Navy.webp\" class=\"attachment-full size-full wp-image-21058\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/High-Res-Rolldog-Logo-Navy.webp 950w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/High-Res-Rolldog-Logo-Navy-300x72.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/High-Res-Rolldog-Logo-Navy-768x185.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/High-Res-Rolldog-Logo-Navy-18x4.webp 18w\" sizes=\"(max-width: 950px) 100vw, 950px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff7ceac elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"ff7ceac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-2012e3a' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1jvrde6*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0MTc3JGo2MCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-2012e3a e-con-full e-flex e-con e-child\" data-id=\"2012e3a\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"amoCRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1dd2e9 elementor-widget elementor-widget-spacer\" data-id=\"c1dd2e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65e9450 elementor-widget elementor-widget-image\" data-id=\"65e9450\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/amocrm.webp\" class=\"attachment-full size-full wp-image-21068\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/amocrm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/amocrm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/amocrm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f7a611 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2f7a611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-d801891' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1afoxj2*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0MTc3JGo2MCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-d801891 e-con-full e-flex e-con e-child\" data-id=\"d801891\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"SugarCRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-941f3f3 elementor-widget elementor-widget-spacer\" data-id=\"941f3f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c749b8 elementor-widget elementor-widget-image\" data-id=\"8c749b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/sugarcrm.webp\" class=\"attachment-full size-full wp-image-21075\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/sugarcrm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/sugarcrm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/sugarcrm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c756ce elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6c756ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-2f00ff2' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*19a4sv8*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjEwJGo1MyRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-2f00ff2 e-con-full e-flex e-con e-child\" data-id=\"2f00ff2\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"NetHunt CRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd3b941 elementor-widget elementor-widget-spacer\" data-id=\"fd3b941\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd78701 elementor-widget elementor-widget-image\" data-id=\"dd78701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/nethunt.webp\" class=\"attachment-full size-full wp-image-21071\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/nethunt.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/nethunt-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/nethunt-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6594cc8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6594cc8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-73e2add' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/6316180-insightly-crm-mapsly-setup-guide?_gl=1*1uthgg*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-73e2add e-con-full e-flex e-con e-child\" data-id=\"73e2add\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Insightly\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5b4e99 elementor-widget elementor-widget-spacer\" data-id=\"b5b4e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99e504b elementor-widget elementor-widget-image\" data-id=\"99e504b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/insightly.webp\" class=\"attachment-full size-full wp-image-21070\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/insightly.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/insightly-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/insightly-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b89bd72 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b89bd72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-32c862d' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/6316044-shopify-mapsly-setup-guide?_gl=1*1uthgg*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-32c862d e-con-full e-flex e-con e-child\" data-id=\"32c862d\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Shopify\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd626e5 elementor-widget elementor-widget-spacer\" data-id=\"dd626e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b601beb elementor-widget elementor-widget-image\" data-id=\"b601beb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/shopify.webp\" class=\"attachment-full size-full wp-image-21074\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/shopify.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/shopify-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/shopify-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38a01ea elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"38a01ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-6782861' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1uevntl*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-6782861 e-con-full e-flex e-con e-child\" data-id=\"6782861\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"WooCommerce\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e21b78 elementor-widget elementor-widget-spacer\" data-id=\"0e21b78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2601549 elementor-widget elementor-widget-image\" data-id=\"2601549\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/woo-crm.webp\" class=\"attachment-full size-full wp-image-21077\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/woo-crm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/woo-crm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/woo-crm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-454616d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"454616d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-6366466' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1uevntl*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-6366466 e-con-full e-flex e-con e-child\" data-id=\"6366466\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Adobe Commerce\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ef5fb1 elementor-widget elementor-widget-spacer\" data-id=\"7ef5fb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3ccd59 elementor-widget elementor-widget-image\" data-id=\"d3ccd59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"558\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe.webp\" class=\"attachment-full size-full wp-image-21078\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe.webp 2000w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe-300x84.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe-1024x286.webp 1024w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe-768x214.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe-1536x429.webp 1536w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/adobe-18x5.webp 18w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-166af57 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"166af57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-bdfcf5f' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1uevntl*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-bdfcf5f e-con-full e-flex e-con e-child\" data-id=\"bdfcf5f\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Redtail\">\n\t\t\t\t<div class=\"elementor-element elementor-element-866cc5e elementor-widget elementor-widget-spacer\" data-id=\"866cc5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0320447 elementor-widget elementor-widget-image\" data-id=\"0320447\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/redtail.webp\" class=\"attachment-full size-full wp-image-21073\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/redtail.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/redtail-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/redtail-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d88e17 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3d88e17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-0a01277' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/6316204-zendesk-support-mapsly-setup-guide?_gl=1*qvamom*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-0a01277 e-con-full e-flex e-con e-child\" data-id=\"0a01277\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Zendesk Support\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d08128 elementor-widget elementor-widget-spacer\" data-id=\"2d08128\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd0395d elementor-widget elementor-widget-image\" data-id=\"cd0395d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"545\" height=\"205\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zendesk-support.webp\" class=\"attachment-full size-full wp-image-21094\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zendesk-support.webp 545w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zendesk-support-300x113.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Zendesk-support-18x7.webp 18w\" sizes=\"(max-width: 545px) 100vw, 545px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d08c4e6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d08c4e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-485ad55' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*qvamom*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-485ad55 e-con-full e-flex e-con e-child\" data-id=\"485ad55\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Wealthbox\">\n\t\t\t\t<div class=\"elementor-element elementor-element-538ccf3 elementor-widget elementor-widget-spacer\" data-id=\"538ccf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b4d340 elementor-widget elementor-widget-image\" data-id=\"1b4d340\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/wealthbox.webp\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/wealthbox.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/wealthbox-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/wealthbox-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f64178 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8f64178\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-2c21efe' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1gcqbsm*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-2c21efe e-con-full e-flex e-con e-child\" data-id=\"2c21efe\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Capsule\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d613b7c elementor-widget elementor-widget-spacer\" data-id=\"d613b7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d6b616 elementor-widget elementor-widget-image\" data-id=\"4d6b616\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/capsule-crm.webp\" class=\"attachment-full size-full wp-image-21069\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/capsule-crm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/capsule-crm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/capsule-crm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-379d5f5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"379d5f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-08a138b' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1d4n0cn*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-08a138b e-con-full e-flex e-con e-child\" data-id=\"08a138b\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"OnePageCRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b76399f elementor-widget elementor-widget-spacer\" data-id=\"b76399f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2afb752 elementor-widget elementor-widget-image\" data-id=\"2afb752\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/onepage-crm.webp\" class=\"attachment-full size-full wp-image-21072\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/onepage-crm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/onepage-crm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/onepage-crm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ed1dbe elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6ed1dbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-6991f86' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1d4n0cn*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-6991f86 e-con-full e-flex e-con e-child\" data-id=\"6991f86\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Firmao\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5046d23 elementor-widget elementor-widget-spacer\" data-id=\"5046d23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da831fc elementor-widget elementor-widget-image\" data-id=\"da831fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"192\" height=\"42\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2023\/07\/FirmaoLogo.webp\" class=\"attachment-full size-full wp-image-13345\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2023\/07\/FirmaoLogo.webp 192w, https:\/\/mapsly.com\/wp-content\/uploads\/2023\/07\/FirmaoLogo-18x4.webp 18w\" sizes=\"(max-width: 192px) 100vw, 192px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1585f93 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1585f93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-aea4174' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/6316136-vtiger-mapsly-setup-guide?_gl=1*1d4n0cn*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-aea4174 e-con-full e-flex e-con e-child\" data-id=\"aea4174\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Vtiger\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab73a71 elementor-widget elementor-widget-spacer\" data-id=\"ab73a71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbc61d7 elementor-widget elementor-widget-image\" data-id=\"bbc61d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/vtiger.webp\" class=\"attachment-full size-full wp-image-21091\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/vtiger.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/vtiger-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/vtiger-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-290b647 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"290b647\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-7a36ba2' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1ak8p5g*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-7a36ba2 e-con-full e-flex e-con e-child\" data-id=\"7a36ba2\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Flexie\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1492760 elementor-widget elementor-widget-spacer\" data-id=\"1492760\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e3361 elementor-widget elementor-widget-image\" data-id=\"61e3361\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/flexie.webp\" class=\"attachment-full size-full wp-image-21080\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/flexie.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/flexie-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/flexie-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9bec3b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a9bec3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-2939801' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1ak8p5g*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-2939801 e-con-full e-flex e-con e-child\" data-id=\"2939801\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"webCRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c627b8 elementor-widget elementor-widget-spacer\" data-id=\"1c627b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5fb41 elementor-widget elementor-widget-image\" data-id=\"3e5fb41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/web-crm.webp\" class=\"attachment-full size-full wp-image-21093\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/web-crm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/web-crm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/web-crm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a810e9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6a810e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-09547c7' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1ak8p5g*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-09547c7 e-con-full e-flex e-con e-child\" data-id=\"09547c7\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"VALCU CRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f2e0e0 elementor-widget elementor-widget-spacer\" data-id=\"4f2e0e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55616e2 elementor-widget elementor-widget-image\" data-id=\"55616e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/walcucrm.webp\" class=\"attachment-full size-full wp-image-21092\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/walcucrm.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/walcucrm-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/walcucrm-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62bfaef elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"62bfaef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-461ac41' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*4rb24c*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-461ac41 e-con-full e-flex e-con e-child\" data-id=\"461ac41\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"SAP\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7a679b elementor-widget elementor-widget-spacer\" data-id=\"d7a679b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f90f7b elementor-widget elementor-widget-image\" data-id=\"4f90f7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"866\" height=\"650\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/SAP.webp\" class=\"attachment-full size-full wp-image-21102\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/SAP.webp 866w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/SAP-300x225.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/SAP-768x576.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/SAP-16x12.webp 16w\" sizes=\"(max-width: 866px) 100vw, 866px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0282e08 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0282e08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-c6b4c63' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*4rb24c*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-c6b4c63 e-con-full e-flex e-con e-child\" data-id=\"c6b4c63\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Oracle\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b0a3e3 elementor-widget elementor-widget-spacer\" data-id=\"9b0a3e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69cd506 elementor-widget elementor-widget-image\" data-id=\"69cd506\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1.webp\" class=\"attachment-full size-full wp-image-21101\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1.webp 2560w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-300x169.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-1024x576.webp 1024w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-768x432.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-1536x864.webp 1536w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-2048x1152.webp 2048w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/oracle-scaled-1-18x10.webp 18w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d317224 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d317224\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-591c0dc' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*4rb24c*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-591c0dc e-con-full e-flex e-con e-child\" data-id=\"591c0dc\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Business Next\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1921ea elementor-widget elementor-widget-spacer\" data-id=\"e1921ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52c14bd elementor-widget elementor-widget-image\" data-id=\"52c14bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"225\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/images.webp\" class=\"attachment-full size-full wp-image-23964\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/images.webp 225w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/images-150x150.webp 150w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/11\/images-12x12.webp 12w\" sizes=\"(max-width: 225px) 100vw, 225px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8db1767 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8db1767\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-77646f8' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*4rb24c*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-77646f8 e-con-full e-flex e-con e-child\" data-id=\"77646f8\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Pega\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56bf587 elementor-widget elementor-widget-spacer\" data-id=\"56bf587\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8084f1 elementor-widget elementor-widget-image\" data-id=\"a8084f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"820\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/pega.webp\" class=\"attachment-full size-full wp-image-21099\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/pega.webp 900w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/pega-300x273.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/pega-768x700.webp 768w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/pega-13x12.webp 13w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4f87c9 elementor-align-end elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b4f87c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-c15cff7' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*19c22i4*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-c15cff7 e-con-full e-flex e-con e-child\" data-id=\"c15cff7\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Virtuous\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3286287 elementor-widget elementor-widget-spacer\" data-id=\"3286287\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e27b0e2 elementor-widget elementor-widget-image\" data-id=\"e27b0e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/virtuous.webp\" class=\"attachment-full size-full wp-image-21090\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/virtuous.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/virtuous-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/virtuous-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6360c36 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6360c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-18c1d6c' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*19c22i4*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-18c1d6c e-con-full e-flex e-con e-child\" data-id=\"18c1d6c\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Tribus\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4127421 elementor-widget elementor-widget-spacer\" data-id=\"4127421\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b80f8bc elementor-widget elementor-widget-image\" data-id=\"b80f8bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/tribus.webp\" class=\"attachment-full size-full wp-image-21089\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/tribus.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/tribus-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/tribus-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ab927a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2ab927a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-413ea2b' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*19c22i4*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-413ea2b e-con-full e-flex e-con e-child\" data-id=\"413ea2b\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Teamwork CRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c5405a elementor-widget elementor-widget-spacer\" data-id=\"8c5405a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb79e66 elementor-widget elementor-widget-image\" data-id=\"fb79e66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/teamwork.webp\" class=\"attachment-full size-full wp-image-21088\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/teamwork.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/teamwork-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/teamwork-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eb08cb elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2eb08cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-02db051' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1kzelng*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-02db051 e-con-full e-flex e-con e-child\" data-id=\"02db051\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"TargetCRM\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4b9a6f elementor-widget elementor-widget-spacer\" data-id=\"b4b9a6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03fe076 elementor-widget elementor-widget-image\" data-id=\"03fe076\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/target.webp\" class=\"attachment-full size-full wp-image-21087\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/target.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/target-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/target-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a853b03 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a853b03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-05898ee' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1kzelng*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-05898ee e-con-full e-flex e-con e-child\" data-id=\"05898ee\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"SuperOffice\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b3605 elementor-widget elementor-widget-spacer\" data-id=\"f1b3605\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8dac27 elementor-widget elementor-widget-image\" data-id=\"c8dac27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/superoffice.webp\" class=\"attachment-full size-full wp-image-21086\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/superoffice.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/superoffice-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/superoffice-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f984c98 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f984c98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-792d5d7' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1kzelng*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-792d5d7 e-con-full e-flex e-con e-child\" data-id=\"792d5d7\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"NexGen\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3461bc elementor-widget elementor-widget-spacer\" data-id=\"e3461bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c0dd92 elementor-widget elementor-widget-image\" data-id=\"0c0dd92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/smarttouch.webp\" class=\"attachment-full size-full wp-image-21084\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/smarttouch.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/smarttouch-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/smarttouch-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03b617d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"03b617d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-d800c9f' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1kzelng*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-d800c9f e-con-full e-flex e-con e-child\" data-id=\"d800c9f\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Skrumpt\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be7b648 elementor-widget elementor-widget-spacer\" data-id=\"be7b648\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf5c915 elementor-widget elementor-widget-image\" data-id=\"cf5c915\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/skrumpt.webp\" class=\"attachment-full size-full wp-image-21083\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/skrumpt.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/skrumpt-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/skrumpt-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-574e4e4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"574e4e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <script>\n        jQuery( document ).ready( function( $ ) {\n            \/\/ Use .on('click', ...) as it is slightly more modern and flexible.\n            $( '.elementor-element-d073906' ).css( 'cursor', 'pointer' ).on( 'click', function(e) {\n                \n                var url = 'https:\/\/help.mapsly.com\/en\/articles\/4966574-zapier-how-to-set-up-synchronization-using-zapier?_gl=1*1kzelng*_gcl_au*MTM5NTI2ODI0OC4xNzU5ODY3MzEy*_ga*ODIwNDE3OTY3LjE3NTk4NjczMTI.*_ga_6DHXNR13XZ*czE3NjQxNjEwMzMkbzQ3JGcxJHQxNzY0MTY0NjY4JGo1OCRsMCRoMA..';\n\n                                    \/\/ Otherwise, open the link in the same tab.\n                    window.location.href = url;\n                            });\n        });\n        <\/script>\n        <div class=\"elementor-element elementor-element-d073906 e-con-full e-flex e-con e-child\" data-id=\"d073906\" data-element_type=\"container\" data-e-type=\"container\" data-name=\"Salpo\">\n\t\t\t\t<div class=\"elementor-element elementor-element-077fa53 elementor-widget elementor-widget-spacer\" data-id=\"077fa53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-201281e elementor-widget elementor-widget-image\" data-id=\"201281e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"200\" src=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/salpo.webp\" class=\"attachment-full size-full wp-image-21082\" alt=\"\" srcset=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/salpo.webp 500w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/salpo-300x120.webp 300w, https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/salpo-18x7.webp 18w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df9e5bf elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"df9e5bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 14 14\" aria-hidden=\"true\"><path d=\"m 6.6811454,12.988055 c -0.1504415,-0.01 -0.4497848,-0.039 -0.6011261,-0.062 l -0.075086,-0.012 -0.003,-1.7515 -0.003,-1.7514005 -1.2386753,1.2386005 -1.2386753,1.2387 -0.1249663,-0.094 c -0.3345266,-0.2519 -0.63359,-0.5299 -0.9220553,-0.857 -0.084584,-0.096 -0.2762577,-0.3355 -0.3252284,-0.4066 l -0.037693,-0.055 1.2405449,-1.2406005 1.240535,-1.2406 -1.7571371,0 -1.7571471,0 -0.021996,-0.1576 c -0.0757856,-0.5438 -0.0753857,-0.9618 0.002,-1.6389 l 0.021596,-0.1902 1.7540077,-0.01 1.7540176,0 -1.2360757,-1.236 c -0.6798312,-0.6798 -1.2360658,-1.2394 -1.2360658,-1.2435 0,-0.011 0.1797259,-0.2465 0.2730182,-0.3579 0.2916548,-0.3486 0.6429882,-0.6822 1.007929,-0.9571 l 0.1249664,-0.094 1.2386753,1.2385 1.2386753,1.2387 0.003,-1.7514 0.003,-1.7514 0.080085,-0.012 c 0.3671104,-0.057 0.8038976,-0.081 1.1584905,-0.064 0.2273569,0.011 0.4882274,0.036 0.6730724,0.064 l 0.080085,0.012 0.003,1.7514 0.003,1.7514 1.2386753,-1.2387 1.2386654,-1.2385 0.124966,0.094 c 0.447825,0.3373 0.847599,0.7356 1.184216,1.1798 0.05319,0.07 0.09678,0.1311 0.09678,0.1352 0,0 -0.553975,0.5614 -1.231056,1.2385 -0.6770719,0.677 -1.231047,1.2343 -1.231047,1.2385 0,0 0.787341,0.01 1.749648,0.01 l 1.749649,0 0.022,0.1577 c 0.04239,0.304 0.05459,0.4908 0.05459,0.8381 0,0.3474 -0.0122,0.5341 -0.05459,0.8383 l -0.022,0.1576 -1.757137,0 -1.7571471,0 1.2402251,1.2403 1.240225,1.2402005 -0.0182,0.028 c -0.01,0.016 -0.05439,0.076 -0.09868,0.1333 -0.332247,0.434 -0.728662,0.8269 -1.167369,1.1573 l -0.124966,0.094 -1.2386654,-1.2387 -1.2386753,-1.2386005 -0.003,1.7514005 -0.003,1.7514 -0.080085,0.012 c -0.3940253,0.061 -0.8300227,0.083 -1.2354359,0.062 z M 7.3561075,8.4841545 c 0.2544617,-0.024 0.5740912,-0.094 0.8095266,-0.176 l 0.1089393,-0.038 0.023596,-0.065 c 0.073186,-0.2014 0.1467622,-0.5131 0.1806657,-0.7656 0.024795,-0.1848 0.024795,-0.696 0,-0.8808 -0.033894,-0.2526 -0.1074496,-0.5643 -0.1806657,-0.7656 l -0.023596,-0.065 -0.1089393,-0.038 c -0.2364252,-0.083 -0.5460266,-0.15 -0.8195347,-0.1779 -0.066088,-0.01 -0.2214381,-0.012 -0.3452946,-0.012 -0.1238565,0 -0.2792371,0.01 -0.3452946,0.012 -0.2735182,0.028 -0.5831095,0.095 -0.8195447,0.1779 l -0.1089294,0.038 -0.023695,0.065 c -0.073386,0.2016 -0.1470021,0.5141 -0.1805458,0.7656 -0.022196,0.1665 -0.025195,0.6745 -0.005,0.8407 0.031194,0.2555 0.090883,0.5216 0.1695978,0.7556 l 0.038693,0.1152 0.079285,0.028 c 0.4790092,0.1707 1.0230062,0.2358 1.5505562,0.1859 z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-49b666b e-flex e-con-boxed e-con e-parent\" data-id=\"49b666b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb2122 elementor-widget elementor-widget-text-editor\" data-id=\"1fb2122\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tDidn&#8217;t find your data source or have a custom IT system?\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7247614 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"7247614\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/help.mapsly.com\/en\/articles\/4785064-use-mapsly-api-to-push-data-to-mapsly-in-real-time\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Connect via API<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ff030d e-flex e-con-boxed e-con e-parent\" data-id=\"8ff030d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6798912 elementor-widget elementor-widget-html\" data-id=\"6798912\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('input', function (e) {\r\n  if (!e.target || e.target.id !== 'integration-search') return;\r\n\r\n  var q = e.target.value.trim().toLowerCase();\r\n  var items = document.querySelectorAll('[data-name]');\r\n\r\n  items.forEach(function (item) {\r\n    var name = (item.getAttribute('data-name') || '').trim().toLowerCase();\r\n    item.style.display = !q || name.indexOf(q) !== -1 ? '' : 'none';\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Start Your Free 14-day Mapsly Trial 1Work email (required): Please enter correct email addressPlease enter your work email. 2 Choose your data source in the list below and follow the instruction guide Integration types: Created by potrace 1.16, written by Peter Selinger 2001-2019 Native connector Zapier-based Api- or file-based Learn more Created by potrace 1.16, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-418","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Start Your Free 14-day Mapsly Trial - Mapsly<\/title>\n<meta name=\"description\" content=\"Choose your data source system and start your free 14-day trial by following a simple setup guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mapsly.com\/it\/avvio-del-processo\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Start Your Free 14-day Mapsly Trial - Mapsly\" \/>\n<meta property=\"og:description\" content=\"Choose your data source system and start your free 14-day trial by following a simple setup guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mapsly.com\/it\/avvio-del-processo\/\" \/>\n<meta property=\"og:site_name\" content=\"Mapsly\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-10T13:08:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/\",\"url\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/\",\"name\":\"Start Your Free 14-day Mapsly Trial - Mapsly\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mapsly.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Hubspot.webp\",\"datePublished\":\"2025-06-26T14:03:39+00:00\",\"dateModified\":\"2025-12-10T13:08:05+00:00\",\"description\":\"Choose your data source system and start your free 14-day trial by following a simple setup guide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mapsly.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Hubspot.webp\",\"contentUrl\":\"https:\\\/\\\/mapsly.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Hubspot.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/de\\\/start-trial\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mapsly.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Start Your Free 14-day Mapsly Trial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/#website\",\"url\":\"https:\\\/\\\/mapsly.com\\\/\",\"name\":\"Mapsly\",\"description\":\"The Ultimate CRM Map\",\"publisher\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mapsly.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/#organization\",\"name\":\"Mapsly\",\"url\":\"https:\\\/\\\/mapsly.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/mapsly.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mapsly.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Mapsly-Logo-2x-BIG.png\",\"contentUrl\":\"https:\\\/\\\/mapsly.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Mapsly-Logo-2x-BIG.png\",\"width\":280,\"height\":85,\"caption\":\"Mapsly\"},\"image\":{\"@id\":\"https:\\\/\\\/mapsly.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inizia la tua prova gratuita di 14 giorni di Mapsly - Mapsly","description":"Scegli il sistema di origine dati e inizia la tua prova gratuita di 14 giorni seguendo una semplice guida all'installazione.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mapsly.com\/it\/avvio-del-processo\/","og_locale":"it_IT","og_type":"article","og_title":"Start Your Free 14-day Mapsly Trial - Mapsly","og_description":"Choose your data source system and start your free 14-day trial by following a simple setup guide.","og_url":"https:\/\/mapsly.com\/it\/avvio-del-processo\/","og_site_name":"Mapsly","article_modified_time":"2025-12-10T13:08:05+00:00","og_image":[{"url":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"11 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mapsly.com\/de\/start-trial\/","url":"https:\/\/mapsly.com\/de\/start-trial\/","name":"Inizia la tua prova gratuita di 14 giorni di Mapsly - Mapsly","isPartOf":{"@id":"https:\/\/mapsly.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mapsly.com\/de\/start-trial\/#primaryimage"},"image":{"@id":"https:\/\/mapsly.com\/de\/start-trial\/#primaryimage"},"thumbnailUrl":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp","datePublished":"2025-06-26T14:03:39+00:00","dateModified":"2025-12-10T13:08:05+00:00","description":"Scegli il sistema di origine dati e inizia la tua prova gratuita di 14 giorni seguendo una semplice guida all'installazione.","breadcrumb":{"@id":"https:\/\/mapsly.com\/de\/start-trial\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mapsly.com\/de\/start-trial\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/mapsly.com\/de\/start-trial\/#primaryimage","url":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp","contentUrl":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/08\/Hubspot.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/mapsly.com\/de\/start-trial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mapsly.com\/"},{"@type":"ListItem","position":2,"name":"Start Your Free 14-day Mapsly Trial"}]},{"@type":"WebSite","@id":"https:\/\/mapsly.com\/#website","url":"https:\/\/mapsly.com\/","name":"Mapsly","description":"La mappa CRM definitiva","publisher":{"@id":"https:\/\/mapsly.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mapsly.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/mapsly.com\/#organization","name":"Mapsly","url":"https:\/\/mapsly.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/mapsly.com\/#\/schema\/logo\/image\/","url":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/06\/Mapsly-Logo-2x-BIG.png","contentUrl":"https:\/\/mapsly.com\/wp-content\/uploads\/2025\/06\/Mapsly-Logo-2x-BIG.png","width":280,"height":85,"caption":"Mapsly"},"image":{"@id":"https:\/\/mapsly.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/pages\/418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/comments?post=418"}],"version-history":[{"count":271,"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/pages\/418\/revisions"}],"predecessor-version":[{"id":24806,"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/pages\/418\/revisions\/24806"}],"wp:attachment":[{"href":"https:\/\/mapsly.com\/it\/wp-json\/wp\/v2\/media?parent=418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}