{"id":9942,"date":"2025-08-11T16:30:15","date_gmt":"2025-08-11T15:30:15","guid":{"rendered":"https:\/\/www.mymxdata.com\/?page_id=9942"},"modified":"2025-09-29T01:25:49","modified_gmt":"2025-09-29T00:25:49","slug":"enterprise-file-collaboration","status":"publish","type":"page","link":"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/","title":{"rendered":"Enterprise File Collaboration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9942\" class=\"elementor elementor-9942\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-915e2bb e-flex e-con-boxed e-con e-parent\" data-id=\"915e2bb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d177232 e-con-full e-flex e-con e-child\" data-id=\"d177232\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e913434 elementor-widget elementor-widget-html\" data-id=\"e913434\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"compliance-title\">Enterprise File Collaboration Tools for Secure Workflows<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-671239a elementor-widget elementor-widget-html\" data-id=\"671239a\" data-element_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=\"fade-in-text\"><p>Work on documents with colleagues and partners using <span class=\"blue\">enterprise file collaboration<\/span> tools that protect every interaction. <span class=\"blue\">My MX Data<\/span> ensures <strong>only approved users<\/strong> can view or edit sensitive content.<\/p><p>Teams across different locations can share updates in real time, while <span class=\"blue\">version control and permissions<\/span> keep information accurate and secure.<\/p><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcf3623 elementor-widget elementor-widget-html\" data-id=\"fcf3623\" data-element_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=\"mx-cta-container\">\r\n    <div>\r\n        <button class=\"mx-cta-button mx-primary-cta\" onclick=\"handleTrialClick()\">\r\n            <div class=\"mx-glow-effect\"><\/div>\r\n            <div class=\"mx-cta-text\">\r\n                <span>Start My Free Trial Now<\/span>\r\n                <span class=\"mx-arrow\">\u2192<\/span>\r\n            <\/div>\r\n        <\/button>\r\n        <div class=\"mx-subtitle\">No Credit Card Required<\/div>\r\n    <\/div>\r\n    \r\n    <button class=\"mx-cta-button mx-secondary-cta\" onclick=\"openVideoPopup()\">\r\n        <div class=\"mx-glow-effect\"><\/div>\r\n        <div class=\"mx-cta-text\">\r\n            <span class=\"mx-play-icon\">\u25b6<\/span>\r\n            <span>See MX in Action<\/span>\r\n        <\/div>\r\n    <\/button>\r\n<\/div>\r\n\r\n<!-- Sticky Bottom Bar -->\r\n<div class=\"sticky-bottom-bar\" id=\"stickyBottomBar\">\r\n    <div>\r\n        <button class=\"mx-cta-button mx-primary-cta\" id=\"stickyTrialBtn\">\r\n            <div class=\"mx-glow-effect\"><\/div>\r\n            <div class=\"mx-cta-text\">\r\n                <span>Start My Free Trial Now<\/span>\r\n                <span class=\"mx-arrow\">\u2192<\/span>\r\n            <\/div>\r\n        <\/button>\r\n    <\/div>\r\n    \r\n    <button class=\"mx-cta-button mx-secondary-cta\" id=\"stickyDemoBtn\">\r\n        <div class=\"mx-glow-effect\"><\/div>\r\n        <div class=\"mx-cta-text\">\r\n            <span class=\"mx-play-icon\">\u25b6<\/span>\r\n            <span>See MX in Action<\/span>\r\n        <\/div>\r\n    <\/button>\r\n<\/div>\r\n\r\n<!-- Video Popup -->\r\n<div class=\"video-popup-overlay\" id=\"videoPopup\">\r\n    <div class=\"video-popup-container\">\r\n        <button class=\"video-popup-close\" onclick=\"closeVideoPopup()\">\u00d7<\/button>\r\n        <video \r\n            class=\"video-popup-video\" \r\n            id=\"demoVideo\" \r\n            controls \r\n            preload=\"metadata\">\r\n            <source src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/mx-video-us.mp4\" type=\"video\/mp4\">\r\n            Your browser does not support the video tag.\r\n        <\/video>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    \/\/ Video popup functions\r\n    function openVideoPopup() {\r\n        const popup = document.getElementById('videoPopup');\r\n        const video = document.getElementById('demoVideo');\r\n        \r\n        popup.classList.add('show');\r\n        document.body.style.overflow = 'hidden';\r\n        \r\n        setTimeout(() => {\r\n            video.play().catch(err => {\r\n                console.log('Autoplay prevented by browser policy:', err);\r\n            });\r\n        }, 300);\r\n\r\n        \/\/ GA4 event for hero \"See MX in Action\"\r\n        gtag('event', 'cta_click', {\r\n            event_category: 'CTA',\r\n            event_label: 'Hero See MX in Action',\r\n            cta_type: 'secondary'\r\n        });\r\n    }\r\n\r\n    function closeVideoPopup() {\r\n        const popup = document.getElementById('videoPopup');\r\n        const video = document.getElementById('demoVideo');\r\n        \r\n        popup.classList.remove('show');\r\n        document.body.style.overflow = '';\r\n        \r\n        video.pause();\r\n        video.currentTime = 0;\r\n    }\r\n\r\n    \/\/ Trial button scroll function\r\n    function handleTrialClick() {\r\n        const targetSection = document.getElementById('try-now');\r\n        if (targetSection) {\r\n            targetSection.scrollIntoView({ \r\n                behavior: 'smooth',\r\n                block: 'start'\r\n            });\r\n        } else {\r\n            console.log('try-now section not found');\r\n        }\r\n\r\n        \/\/ GA4 event for hero \"Start Free Trial\"\r\n        gtag('event', 'cta_click', {\r\n            event_category: 'CTA',\r\n            event_label: 'Hero Free Trial',\r\n            cta_type: 'primary'\r\n        });\r\n    }\r\n\r\n    \/\/ Close popup on overlay click\r\n    document.getElementById('videoPopup').addEventListener('click', function(e) {\r\n        if (e.target === this) {\r\n            closeVideoPopup();\r\n        }\r\n    });\r\n\r\n    \/\/ Close popup on Escape key\r\n    document.addEventListener('keydown', function(e) {\r\n        if (e.key === 'Escape') {\r\n            closeVideoPopup();\r\n        }\r\n    });\r\n\r\n    \/\/ Sticky bar show\/hide on scroll\r\n    window.addEventListener('scroll', function() {\r\n        const sticky = document.getElementById('stickyBottomBar');\r\n        if (window.scrollY > 500) {\r\n            sticky.classList.add('show');\r\n        } else {\r\n            sticky.classList.remove('show');\r\n        }\r\n    });\r\n\r\n    \/\/ Sticky bar CTA clicks\r\n    document.getElementById('stickyTrialBtn').addEventListener('click', function() {\r\n        handleTrialClick();\r\n        gtag('event', 'cta_click', {\r\n            event_category: 'CTA',\r\n            event_label: 'Sticky Free Trial',\r\n            cta_type: 'primary'\r\n        });\r\n    });\r\n\r\n    document.getElementById('stickyDemoBtn').addEventListener('click', function() {\r\n        openVideoPopup();\r\n        gtag('event', 'cta_click', {\r\n            event_category: 'CTA',\r\n            event_label: 'Sticky See MX in Action',\r\n            cta_type: 'secondary'\r\n        });\r\n    });\r\n\r\n    \/\/ Floating particles on hover (exclude sticky)\r\n    function createParticle(button, x, y) {\r\n        const particle = document.createElement('div');\r\n        particle.className = 'mx-particle';\r\n        particle.style.left = x + 'px';\r\n        particle.style.top = y + 'px';\r\n        button.appendChild(particle);\r\n        \r\n        setTimeout(() => {\r\n            if (particle.parentNode) {\r\n                particle.parentNode.removeChild(particle);\r\n            }\r\n        }, 3000);\r\n    }\r\n\r\n    document.querySelectorAll('.mx-cta-button').forEach(button => {\r\n        if (button.closest('.sticky-bottom-bar')) return;\r\n        button.addEventListener('mousemove', (e) => {\r\n            if (Math.random() < 0.1) {\r\n                const rect = button.getBoundingClientRect();\r\n                const x = e.clientX - rect.left;\r\n                const y = e.clientY - rect.top;\r\n                createParticle(button, x, y);\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Pulse effect (exclude sticky)\r\n    setInterval(() => {\r\n        const pulseButtons = Array.from(document.querySelectorAll('.mx-cta-button'))\r\n            .filter(btn => !btn.closest('.sticky-bottom-bar'));\r\n        pulseButtons.forEach((button, index) => {\r\n            setTimeout(() => {\r\n                const current = button.style.transform || '';\r\n                button.style.transform = current + ' scale(1.01)';\r\n                setTimeout(() => {\r\n                    button.style.transform = current;\r\n                }, 150);\r\n            }, index * 200);\r\n        }, index * 200);\r\n    }, 4000);\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9b1ab3 e-con-full e-flex e-con e-child\" data-id=\"d9b1ab3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71d0c87 elementor-widget elementor-widget-html\" data-id=\"71d0c87\" data-element_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=\"video-container\">\r\n        <div class=\"video-wrapper\">\r\n            <video class=\"styled-video\" controls preload=\"metadata\" autoplay muted loop>\r\n                <source src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/mx-video-us.mp4\" type=\"video\/mp4\">\r\n                Your browser does not support the video tag.\r\n            <\/video>\r\n        <\/div>\r\n    <\/div>\r\n\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-014690c e-flex e-con-boxed e-con e-parent\" data-id=\"014690c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81ec47c elementor-widget elementor-widget-html\" data-id=\"81ec47c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"subtitle\">As trusted by leading automotive brands<\/p>\r\n\r\n<div class=\"carousel-container\" aria-label=\"Trusted brands carousel\">\r\n  <div class=\"carousel-track\" role=\"list\">\r\n    <!-- Original logos (7) -->\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/logo-aston-martin.png\" alt=\"Aston Martin\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-jaguar-land-rover.png\" alt=\"Jaguar Land Rover\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-lotus.png\" alt=\"Lotus\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-polestar.png\" alt=\"Polestar\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/bil-logo-mx.png\" alt=\"British Institute of Lasers\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/m0ve-mx-logo.png\" alt=\"M0VE\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-item\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/wiwy-mx-logo.png\" alt=\"WIWY\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n\r\n    <!-- Duplicates for seamless loop (7) -->\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/logo-aston-martin.png\" alt=\"Aston Martin\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-jaguar-land-rover.png\" alt=\"Jaguar Land Rover\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-lotus.png\" alt=\"Lotus\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/atb-polestar.png\" alt=\"Polestar\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/bil-logo-mx.png\" alt=\"British Institute of Lasers\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/m0ve-mx-logo.png\" alt=\"M0VE\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n    <div class=\"logo-duplicate\" role=\"listitem\">\r\n      <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/wiwy-mx-logo.png\" alt=\"WIWY\" loading=\"lazy\" decoding=\"async\" \/>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-63227fbc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"63227fbc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-406c0f6\" data-id=\"406c0f6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bd51af elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"3bd51af\" data-element_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=\"mx-comparison\">\r\n  <div class=\"container\">\r\n    <div class=\"header\">\r\n      <h2 class=\"main-title\">How MX Stacks Up Against the Competition<\/h2>\r\n      <p class=\"subtitle\">Enterprise collaboration can\u2019t come at the cost of security. My MX Data combines <span class=\"highlight-text\">encrypted sharing, version control, and permission-based access<\/span> so teams can work safely anywhere.<\/p>\r\n      <p class=\"subtitle\">It excels in <span class=\"feature-list\">Security & Compliance, File Control, Collaboration, and Large File Workflows<\/span>.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"tab-navigation\">\r\n      <button class=\"tab-btn active\" data-tab=\"security\">\ud83d\udee1\ufe0f Security & Compliance<\/button>\r\n      <button class=\"tab-btn\" data-tab=\"filemanagement\">\ud83d\udcc1 File Control<\/button>\r\n      <button class=\"tab-btn\" data-tab=\"collaboration\">\ud83d\udcac Collaboration<\/button>\r\n      <button class=\"tab-btn\" data-tab=\"transfer\">\ud83d\udcca Large File Workflows<\/button>\r\n    <\/div>\r\n\r\n    <!-- Security -->\r\n    <div id=\"security\" class=\"tab-content active\">\r\n      <div class=\"content-text\">\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Quantum-Safe Collaboration<\/span> - MX protects shared work with its <strong>ASR methodology<\/strong>, keeping sensitive updates private across teams. <span class=\"tooltip\" tabindex=\"0\">\u2139\ufe0f What does this mean?<span class=\"tooltiptext\"><strong>ASR (Anonymize, Shard, Restore)<\/strong> turns files into anonymized shards, moves them via isolated secure channels, and restores them only for authorized collaborators, offering stronger defense than AES-256 alone.<\/span><\/span><\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Full Activity Visibility<\/span> - Every comment, edit, view, and download is logged with precise timestamps.<\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Supports HIPAA, CCPA & ISO 27001<\/span> - Combines <strong>granular permissions and encryption<\/strong> for safe cross-team work.<\/p>\r\n        <p><span class=\"feature-icon cross\">\u274c<\/span><span class=\"red\">WeTransfer lacks encryption at rest<\/span>, risky for collaborative drafts and reviews.<\/p>\r\n        <p><span class=\"feature-icon cross\">\u274c<\/span><span class=\"red\">Google Drive and Dropbox often fall short<\/span> unless admins add extra security controls.<\/p>\r\n      <\/div>\r\n      <div class=\"content-image\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/tabs-security.png\" alt=\"Security & Compliance\" loading=\"lazy\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- File Management -->\r\n    <div id=\"filemanagement\" class=\"tab-content\">\r\n      <div class=\"content-text\">\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Verified User Access Only<\/span> \u2013 Sharing is locked to named accounts, cutting down the risk of unwanted distribution.<\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Pick Data Hosting Region<\/span> \u2013 Ensure storage location fits your industry rules and operational comfort level.<\/p>\r\n        <p><span class=\"feature-icon warning\">\ud83d\udfe1<\/span><span class=\"yellow\">Straightforward Management Tools<\/span> \u2013 Manage uploads, downloads, and activity tracking without adopting a heavy-duty DMS.<\/p>\r\n        <p><span class=\"feature-icon cross\">\u274c<\/span><span class=\"red\">No Real-Time Synchronization<\/span> \u2013 Built for intentional exchanges rather than always-on syncing.<\/p>\r\n      <\/div>\r\n      <div class=\"content-image\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/tabs-file-management.png\" alt=\"File Control\" loading=\"lazy\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Collaboration -->\r\n    <div id=\"collaboration\" class=\"tab-content\">\r\n      <div class=\"content-text\">\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Encrypted Multi-Team Sharing<\/span> \u2013 Send and receive sensitive project files securely between departments or external partners.<\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Messaging With Context<\/span> \u2013 Link conversations directly to the relevant file so details are never missed.<\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Custom Collaboration Portals<\/span> \u2013 Give everyone the same branded, trustworthy environment for file exchanges.<\/p>\r\n        <p><span class=\"feature-icon warning\">\ud83d\udfe1<\/span><span class=\"yellow\">No Real-Time Editing<\/span> \u2013 Make all changes outside MX before initiating secure transfer.<\/p>\r\n      <\/div>\r\n      <div class=\"content-image\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/tabs-collab.png\" alt=\"Collaboration\" loading=\"lazy\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Transfer -->\r\n    <div id=\"transfer\" class=\"tab-content\">\r\n      <div class=\"content-text\">\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Share Without Limits<\/span> \u2013 Transfer massive datasets or small work files without hitting upload caps. Google Drive allows only <strong>750GB\/day<\/strong>, and WeTransfer\u2019s free option stops at <strong>2GB<\/strong>.<\/p>\r\n        <p><span class=\"feature-icon tick\">\u2705<\/span><span class=\"green\">Secure, Branded Collaboration Portals<\/span> \u2013 Exchange confidential project files through encrypted pages styled for your business. Consumer-level tools rarely provide this degree of control and branding.<\/p>\r\n        <p><span class=\"feature-icon cross\">\u274c<\/span><span class=\"red\">No Cloud Archiving<\/span> \u2013 MX is for secure exchanges, not for holding files indefinitely like Dropbox or OneDrive.<\/p>\r\n      <\/div>\r\n      <div class=\"content-image\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/tabs-file-transfer.png\" alt=\"Large File Workflows\" loading=\"lazy\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n<script>\r\n(function () {\r\n  const GAP = 10;\r\n  document.querySelectorAll('.mx-comparison .tooltip').forEach(trigger => {\r\n    const panel = trigger.querySelector('.tooltiptext');\r\n    if (!panel) return;\r\n\r\n    \/\/ move to body and give it floating styles\r\n    panel.classList.add('tt-floating');\r\n    document.body.appendChild(panel);\r\n\r\n    let shown = false;\r\n\r\n    function place() {\r\n      const r = trigger.getBoundingClientRect();\r\n      panel.style.display = 'block'; \/\/ measure\r\n      const pw = panel.offsetWidth, ph = panel.offsetHeight;\r\n      const vw = window.innerWidth;\r\n\r\n      \/\/ try above, else below\r\n      let top = r.top - ph - GAP, where = 'top';\r\n      if (top < 8) { top = r.bottom + GAP; where = 'bottom'; }\r\n      let left = r.left + r.width\/2 - pw\/2;\r\n      left = Math.max(8, Math.min(left, vw - pw - 8));\r\n\r\n      panel.style.top = Math.round(top) + 'px';\r\n      panel.style.left = Math.round(left) + 'px';\r\n      panel.dataset.place = where;\r\n\r\n      if (!shown) panel.style.display = '';\r\n    }\r\n\r\n    function show() {\r\n      shown = true;\r\n      place();\r\n      panel.style.visibility = 'visible';\r\n      panel.style.opacity = '1';\r\n    }\r\n\r\n    function hide() {\r\n      shown = false;\r\n      panel.style.visibility = 'hidden';\r\n      panel.style.opacity = '0';\r\n    }\r\n\r\n    trigger.addEventListener('mouseenter', show);\r\n    trigger.addEventListener('mouseleave', hide);\r\n    trigger.addEventListener('focusin', show);\r\n    trigger.addEventListener('focusout', hide);\r\n    trigger.addEventListener('touchstart', e => { e.preventDefault(); shown ? hide() : show(); }, { passive: false });\r\n    window.addEventListener('scroll', () => { if (shown) place(); }, { passive: true });\r\n    window.addEventListener('resize', () => { if (shown) place(); });\r\n  });\r\n})();\r\n<\/script>\r\n\r\n\r\n\r\n<script>\r\n  document.addEventListener('DOMContentLoaded', function () {\r\n    const tabButtons = document.querySelectorAll('.mx-comparison .tab-btn');\r\n    const tabContents = document.querySelectorAll('.mx-comparison .tab-content');\r\n\r\n    tabButtons.forEach(button => {\r\n      button.addEventListener('click', () => {\r\n        const targetTab = button.getAttribute('data-tab');\r\n        tabButtons.forEach(btn => btn.classList.remove('active'));\r\n        tabContents.forEach(content => content.classList.remove('active'));\r\n        button.classList.add('active');\r\n        document.getElementById(targetTab).classList.add('active');\r\n      });\r\n    });\r\n  });\r\n<\/script>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c2fb502 e-flex e-con-boxed e-con e-parent\" data-id=\"c2fb502\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfa1c0a elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"dfa1c0a\" data-element_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=\"compliance-glow-effect\"><\/div>\r\n\r\n<section class=\"compliance-hero-section\">\r\n  <div class=\"compliance-container\">\r\n    <div class=\"compliance-header\">\r\n      <h2 class=\"compliance-title\">\r\n        How MX <span style=\"color:#ec4899;\">Enables Enterprise<\/span> file <span style=\"color:#ec4899;\">Collaboration<\/span>\r\n      <\/h2>\r\n      <p class=\"compliance-subtitle\">\r\n        Productive collaboration needs control, clarity and proof. MX encrypts every exchange, ties actions to named people and preserves a clean audit trail. Teams work faster, risk stays low and reviews move quickly.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Certifications grid with tooltips -->\r\n    <div class=\"compliance-certifications-grid\">\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-hipaa\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/hipaa-logo-mx.jpg\" alt=\"HIPAA\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-hipaa\">Collaborative healthcare work only functions if HIPAA is respected. MX encrypts every shared record and monitors access, letting enterprise teams collaborate without risk.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-ccpa\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/ccpa-logo-mx.jpg\" alt=\"CCPA\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-ccpa\">CCPA rules apply even when teams are working jointly on projects. MX provides permission based controls and full logs, so collaboration does not compromise consumer privacy.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-sox\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/sox-logo-mx.jpg\" alt=\"SOX\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-sox\">SOX insists on traceable records during collaboration. MX supplies encryption and oversight, allowing enterprise finance teams to share documents confidently.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-glba\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/glba-logo-mx.jpg\" alt=\"GLBA\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-glba\">GLBA requires client financial data to stay secure in collaborative settings. MX enforces encryption and access controls, ensuring no breach of confidentiality.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-fisma\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/fisma-logo-mx.jpg\" alt=\"FISMA\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-fisma\">For FISMA covered work, collaboration must not mean losing control. MX encrypts federal files, sets permissions and records activity to support compliance.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-ferpa\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/ferpa-logo-mx.jpg\" alt=\"FERPA\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-ferpa\">FERPA expectations continue in collaborative academic environments. MX ensures student records are shared securely and only with authorised staff.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-itar\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/itar-logo-mx.jpg\" alt=\"ITAR\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-itar\">ITAR collaboration is fraught with risk. MX applies encryption and geo limits, giving enterprises confidence that technical data stays within approved boundaries.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-cjis\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/cjis-logo-mx.jpg\" alt=\"CJIS\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-cjis\">CJIS compliance requires law enforcement collaborations to be tightly controlled. MX records each step, enforces access limits and delivers audit ready logs.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-irs1075\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/irs-logo-mx.jpg\" alt=\"IRS 1075\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-irs1075\">IRS 1075 governs taxpayer information in collaboration too. MX encrypts those files and provides detailed records of usage.<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"compliance-cert-item compliance-animate-in\" tabindex=\"0\" aria-describedby=\"tooltip-nist\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/nist-logo-mx.jpg\" alt=\"NIST 800-171\" class=\"compliance-cert-img\">\r\n        <div class=\"comp-tooltip\" id=\"tooltip-nist\">NIST 800-171 compliance during enterprise collaboration is covered with MX encryption, traceable logs and access restrictions.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"compliance-features-section\">\r\n      <table class=\"compliance-features-table\">\r\n        <thead class=\"compliance-features-header\">\r\n          <tr>\r\n            <th>Feature<\/th>\r\n            <th>Description<\/th>\r\n          <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-lock\">\ud83d\udd12<\/div> Encrypted Collaboration Workspaces\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Share, review and hand off files inside encrypted spaces. MX applies ASR with AES-256 so content stays private while teams coordinate across departments and partners.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-user\">\ud83d\udc64<\/div> Named Recipients & Scoped Roles\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Invite specific people, set what they can view or forward and keep an identity linked record of every action. Ambiguity disappears during reviews.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <!-- Enterprise collaboration focus with concise standards reference -->\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-shield\">\ud83d\udee1\ufe0f<\/div> Compliance Alignment for Collaboration\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Supports common frameworks like HIPAA, ITAR, ISO and many more. MX blends encryption, policy based access, retention choices and audit ready logs so stakeholders see clear proof fast.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-activity\">\u2705<\/div> Reviews, Approvals & Read Checks\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Request approval, capture a read confirmation and move work forward with traceable signoff. Auditors see who agreed, when and on which version.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-activity\">\ud83d\uddc2\ufe0f<\/div> Version Pinning & File Locks\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Lock a version during review, prevent drift and pin the approved artefact to the record. Teams always reference the same source of truth.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-chat\">\ud83d\udcac<\/div> Comments, Mentions & Context\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Add short notes, tag a colleague and keep context next to the file. Feedback lives with the artefact which trims email chains and confusion.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-upload\">\ud83d\udce6<\/div> Large File Handoffs without Limits\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Move CAD models, media and datasets at enterprise scale. Performance stays steady while encryption and tracking remain intact.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-map\">\ud83c\udf0d<\/div> Geo Rules & Restricted Forwarding\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Constrain access to allowed regions and stop uncontrolled forwarding. Helpful for ITAR sensitive work and regional contracts.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-eye\">\ud83d\udc41\ufe0f<\/div> Organisation Wide Activity Ledger\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Every view, download and share is logged with identity, IP and timestamp. Searchable history shortens investigations and scheduled audits.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n\r\n          <tr class=\"compliance-feature-row\">\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-name\">\r\n                <div class=\"compliance-feature-icon compliance-icon-key\">\ud83d\udd11<\/div> SSO & Multi Factor Access\r\n              <\/div>\r\n            <\/td>\r\n            <td class=\"compliance-feature-cell\">\r\n              <div class=\"compliance-feature-description\">Connect your identity provider and require a second factor. That blend cuts account takeovers across busy enterprise teams.<\/div>\r\n            <\/td>\r\n          <\/tr>\r\n        <\/tbody>\r\n      <\/table>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<script>\r\n  \/\/ Helpers\r\n  const isTouch = 'ontouchstart' in window || navigator.maxTouchPoints > 0;\r\n\r\n  \/\/ Smooth glow follows cursor (desktop only)\r\n  const glowEffect = document.querySelector('.compliance-glow-effect');\r\n  if (!isTouch && glowEffect) {\r\n    let mouseX = 0, mouseY = 0, glowX = 0, glowY = 0;\r\n\r\n    document.addEventListener('mousemove', (e) => {\r\n      mouseX = e.clientX;\r\n      mouseY = e.clientY;\r\n    });\r\n\r\n    function updateGlow() {\r\n      glowX += (mouseX - glowX) * 0.1;\r\n      glowY += (mouseY - glowY) * 0.1;\r\n      glowEffect.style.left = (glowX - 150) + 'px';\r\n      glowEffect.style.top  = (glowY - 150) + 'px';\r\n      requestAnimationFrame(updateGlow);\r\n    }\r\n    updateGlow();\r\n  } else if (glowEffect) {\r\n    glowEffect.style.display = 'none';\r\n  }\r\n\r\n  \/\/ Hover emphasis & coordinated parallax (desktop only)\r\n  const certItems = document.querySelectorAll('.compliance-cert-item');\r\n\r\n  if (!isTouch) {\r\n    certItems.forEach(item => {\r\n      item.dataset.scale = '1';\r\n      item.addEventListener('mouseenter', () => {\r\n        item.dataset.scale = '1.05';\r\n        certItems.forEach(other => {\r\n          if (other !== item) {\r\n            other.style.opacity = '0.6';\r\n            other.dataset.scale = other.dataset.scale || '1';\r\n          }\r\n        });\r\n      });\r\n      item.addEventListener('mouseleave', () => {\r\n        item.dataset.scale = '1';\r\n        certItems.forEach(other => { other.style.opacity = '1'; });\r\n      });\r\n    });\r\n\r\n    \/\/ Parallax without transform stacking\r\n    window.addEventListener('scroll', () => {\r\n      const scrolled = window.pageYOffset;\r\n      certItems.forEach((el, i) => {\r\n        const speed = 0.5 + (i % 3) * 0.1;\r\n        const y = scrolled * speed * 0.06;\r\n        const scale = parseFloat(el.dataset.scale || '1');\r\n        el.style.transform = `translateY(${y}px) scale(${scale})`;\r\n      });\r\n    });\r\n  }\r\n\r\n  \/\/ Animate features table rows on scroll\r\n  const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -50px 0px' };\r\n  const observer = new IntersectionObserver((entries) => {\r\n    entries.forEach(entry => {\r\n      if (entry.isIntersecting) {\r\n        entry.target.style.opacity = '1';\r\n        entry.target.style.transform = 'translateY(0)';\r\n      }\r\n    });\r\n  }, observerOptions);\r\n\r\n  const featureRows = document.querySelectorAll('.compliance-feature-row');\r\n  featureRows.forEach((row, index) => {\r\n    row.style.opacity = '0';\r\n    row.style.transform = 'translateY(20px)';\r\n    row.style.transition = `all 0.6s ease ${index * 0.08}s`;\r\n    observer.observe(row);\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<div class=\"elementor-element elementor-element-3d3523b e-flex e-con-boxed e-con e-parent\" data-id=\"3d3523b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-096b645 elementor-widget elementor-widget-html\" data-id=\"096b645\" data-element_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=\"g2-reviews-carousel-container\">\r\n        <div class=\"g2-reviews-carousel-wrapper\">\r\n            <div class=\"g2-reviews-carousel-track\" id=\"g2ReviewsCarouselTrack\">\r\n                <!-- Slide 1 - Original G2 Content -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-main-container\">\r\n                        <div class=\"g2-reviews-hero-section\">\r\n                            <div class=\"g2-reviews-hero-content\">\r\n                                <div class=\"g2-reviews-hero-text\">\r\n                                    <h2 class=\"g2-reviews-hero-title\">Relied on by organisations seeking storage with genuine security credentials.<\/h2> \r\n                                    <p class=\"g2-reviews-hero-description\">Through quantum-level encryption and strict access controls, My MX Data helps protect stored files against unauthorised use. It supports businesses in meeting compliance requirements, while offering unrestricted audit logs and private-only file access.<\/p>\r\n                                <\/div>\r\n                                <div class=\"g2-reviews-trustpilot-badge\" aria-label=\"Trustpilot Reviews\">\r\n                                    <a href=\"https:\/\/www.g2.com\/products\/my-mx-data\/reviews\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display: inline-block;\">\r\n                                        <img src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/trust-pilot.png\"\r\n                                             alt=\"G2 Rating Badge\"\r\n                                             class=\"g2-reviews-trustpilot-image\" loading=\"lazy\" decoding=\"async\">\r\n                                    <\/a>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"g2-reviews-stats-container\" role=\"list\">\r\n                            <div class=\"g2-reviews-stat-card\" role=\"listitem\" aria-label=\"Over 150 thousand files exchanged weekly\">\r\n                                <div class=\"g2-reviews-stat-number\">150K+<\/div>\r\n                                <div class=\"g2-reviews-stat-label\">\r\n                                    Files<br><span class=\"g2-reviews-stat-sublabel\">Exchanged<br>Weekly<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"g2-reviews-stat-card\" role=\"listitem\" aria-label=\"Over ten thousand active users\">\r\n                                <div class=\"g2-reviews-stat-number\">10.0K+<\/div>\r\n                                <div class=\"g2-reviews-stat-label\">\r\n                                    Active<br><span class=\"g2-reviews-stat-sublabel\">Users<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"g2-reviews-stat-card\" role=\"listitem\" aria-label=\"Over one thousand tier-1 suppliers connected\">\r\n                                <div class=\"g2-reviews-stat-number\">1000+<\/div>\r\n                                <div class=\"g2-reviews-stat-label\">\r\n                                    Tier-1<br><span class=\"g2-reviews-stat-sublabel\">Suppliers<br>Connected<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 2 - Richard T. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">Our sector needs tight control over storage and MX fit neatly into that. Files are stored for defined periods, always encrypted and accessible when needed. It's a sharp, disciplined solution rather than endless storage with no clear rules.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">Richard T.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Data Governance Lead<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 3 - Amir Z. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">After utilizing My MX Data for a few months, I can state with certainty that it's an exceptional option for safe corporate communication. I felt at ease knowing that our private data was secure because the platform placed a strong emphasis on security and data sovereignty. The speed at which files could be shared was remarkable, allowing for effective teamwork even in remote locations. For project management, the version control and audit trail tools were quite helpful since they made it easy to monitor changes and retrieve past data. Furthermore, the user interface is simple, which facilitates my team's onboarding process. Support has been excellent and quick to respond, taking care of any problems. My MX Data has grown to be a crucial tool for improving security and productivity in our process.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">Amir Z.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Marketing Director<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 4 - George M. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">Other providers tried to bundle endless features we didn't need. MX gave us focused, secure file storage tied directly to compliance. We know where our data sits, who accessed it and when it's removed. That clarity is invaluable.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">George M.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Data Protection Officer<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 5 - Francesca Z. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">My experience with My MX Data made it feel like I am being treated as a loyal client. This is because effort is given to provide the best possible service and because I feel like I can fully trust the information and data that is shared.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">Francesca Z.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Associate | Advisory - Technology<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 6 - Richard G. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">Storage solutions often try to be everything at once. MX keeps its attention on secure exchange, not endless storage. That difference matters to us, because we can work knowing files won't linger unnecessarily online. It's a cleaner and more responsible approach.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">Richard G.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Risk & Governance Officer<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 7 - David S. -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\">MX protects, manages and transfers highly classified data of any type and\/or size in a very easy to use environment. I feel I have data that I can readily transfer (however sensitive) and it cannot be compromised, with controls and an audit trail that sets it apart from the more familiar data transfer products on the market. I particularly like the latest version with extended distribution and enterprise data security features that mean I can share information with confidence that it cannot be misused.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\">David S.<\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\">Small-Business<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Slide 8 - Empty Placeholder -->\r\n                <div class=\"g2-reviews-carousel-slide\">\r\n                    <div class=\"g2-reviews-testimonial-slide\">\r\n                        <div class=\"g2-reviews-testimonial-quote\"><\/div>\r\n                        <div class=\"g2-reviews-testimonial-author\"><\/div>\r\n                        <div class=\"g2-reviews-testimonial-position\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Dots Navigation -->\r\n        <div class=\"g2-reviews-carousel-dots\" id=\"g2ReviewsCarouselDots\">\r\n            <button class=\"g2-reviews-carousel-dot g2-reviews-active\" data-slide=\"0\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"1\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"2\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"3\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"4\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"5\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"6\"><\/button>\r\n            <button class=\"g2-reviews-carousel-dot\" data-slide=\"7\"><\/button>\r\n        <\/div>\r\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73aa108 elementor-widget elementor-widget-html\" data-id=\"73aa108\" data-element_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\n        (() => {\r\n            \/\/ Initialize G2 animation for first slide\r\n            const el = document.querySelector('.g2-reviews-main-container');\r\n            if (el) {\r\n                const reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n                if (reduce) {\r\n                    el.classList.add('g2-reviews-in');\r\n                } else if ('IntersectionObserver' in window) {\r\n                    const io = new IntersectionObserver((entries) => {\r\n                        entries.forEach(entry => {\r\n                            if (entry.isIntersecting || entry.intersectionRatio > 0.25) {\r\n                                el.classList.add('g2-reviews-in');\r\n                                io.unobserve(el);\r\n                            }\r\n                        });\r\n                    }, { threshold: 0.25, rootMargin: '0px 0px -10% 0px' });\r\n                    io.observe(el);\r\n                } else {\r\n                    el.classList.add('g2-reviews-in');\r\n                }\r\n            }\r\n\r\n            \/\/ Carousel functionality\r\n            const track = document.getElementById('g2ReviewsCarouselTrack');\r\n            const dots = document.querySelectorAll('.g2-reviews-carousel-dot');\r\n            const totalSlides = dots.length;\r\n            let currentSlide = 0;\r\n            let autoplayInterval;\r\n\r\n            function updateCarousel(slideIndex) {\r\n                track.style.transform = `translateX(-${slideIndex * 100}%)`;\r\n                \r\n                \/\/ Update dots\r\n                dots.forEach((dot, index) => {\r\n                    dot.classList.toggle('g2-reviews-active', index === slideIndex);\r\n                });\r\n                \r\n                currentSlide = slideIndex;\r\n            }\r\n\r\n            function nextSlide() {\r\n                currentSlide = (currentSlide + 1) % totalSlides;\r\n                updateCarousel(currentSlide);\r\n            }\r\n\r\n            function startAutoplay() {\r\n                autoplayInterval = setInterval(nextSlide, 10000); \/\/ 10 seconds\r\n            }\r\n\r\n            function stopAutoplay() {\r\n                clearInterval(autoplayInterval);\r\n            }\r\n\r\n            \/\/ Dot click handlers\r\n            dots.forEach((dot, index) => {\r\n                dot.addEventListener('click', () => {\r\n                    updateCarousel(index);\r\n                    stopAutoplay();\r\n                    startAutoplay(); \/\/ Restart autoplay after manual interaction\r\n                });\r\n            });\r\n\r\n            \/\/ Pause autoplay on hover\r\n            const carousel = document.querySelector('.g2-reviews-carousel-container');\r\n            carousel.addEventListener('mouseenter', stopAutoplay);\r\n            carousel.addEventListener('mouseleave', startAutoplay);\r\n\r\n            \/\/ Start autoplay\r\n            startAutoplay();\r\n\r\n            \/\/ Pause autoplay when tab is not visible\r\n            document.addEventListener('visibilitychange', () => {\r\n                if (document.hidden) {\r\n                    stopAutoplay();\r\n                } else {\r\n                    startAutoplay();\r\n                }\r\n            });\r\n        })();\r\n    <\/script>\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-7ff89cf e-flex e-con-boxed e-con e-parent\" data-id=\"7ff89cf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba36236 elementor-widget elementor-widget-spacer\" data-id=\"ba36236\" data-element_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-e2867a4 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"e2867a4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:200,&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"compliance-title\" style=\"text-align: center;\">FAQs<\/h2>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54d30a1 elementor-widget elementor-widget-html\" data-id=\"54d30a1\" data-element_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=\"faq-container\">\r\n  <div class=\"accordion-section blue-theme\">\r\n    <div class=\"accordion-header\">\r\n      <div class=\"circle-number\">1<\/div>\r\n      <div class=\"accordion-title\">Technology, Functionality & Credibility<\/div>\r\n    <\/div>\r\n    <div class=\"accordion\">\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">What makes MX different from standard file collaboration tools?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Most collaboration platforms prioritize real-time editing or cloud storage. MX stands apart by focusing on <span class=\"darkpink\">secure file handoffs between named users<\/span>. This ensures that only authorized recipients access files, reducing the exposure risks of open link sharing.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">End-to-End Protection:<\/span> Files stay encrypted during transfer and temporary storage.<\/li>\r\n            <li><span class=\"darkaqua\">Quantum-Secure Patented Methodology:<\/span> Data is anonymized, sharded, and restored to resist even future quantum threats.<\/li>\r\n            <li><span class=\"darkaqua\">Audit Trails:<\/span> Every action is logged, supporting transparency and regulatory alignment.<\/li>\r\n          <\/ul>\r\n          <p>Learn more on our <a href=\"https:\/\/www.mymxdata.com\/en-us\/features\/\">Features<\/a> page or compare MX against alternatives like <a href=\"https:\/\/www.mymxdata.com\/dropbox-vs-my-mx-data\/\">Dropbox<\/a> and <a href=\"https:\/\/www.mymxdata.com\/wetransfer-vs-my-mx-data\/\">WeTransfer<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Does MX support enterprise-grade collaboration?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Yes. MX is built for <span class=\"darkpink\">enterprise collaboration at scale<\/span>, ensuring cross-border teams can exchange files securely. Unlike consumer tools, it is designed to meet the demands of industries that operate under HIPAA, SOX, GLBA, or NIST 800-171 frameworks.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Named User Controls:<\/span> Access is limited to approved individuals only.<\/li>\r\n            <li><span class=\"darkaqua\">Version Tracking:<\/span> Keeps everyone working on the most current file.<\/li>\r\n            <li><span class=\"darkaqua\">MX Conversations:<\/span> Secure messaging alongside transfers for added context.<\/li>\r\n          <\/ul>\r\n          <p>See practical examples in our <a href=\"https:\/\/www.mymxdata.com\/en-us\/case-studies\/\">Case Studies<\/a> or read how MX <a href=\"https:\/\/www.mymxdata.com\/fostering-remote-work-collaboration\/\">supports remote collaboration<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Is MX compliant with industry standards for secure collaboration?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>MX is designed to <span class=\"darkpink\">facilitate compliance<\/span> with leading US and international standards, including HIPAA for healthcare, SOX and GLBA for finance, FERPA for education, ITAR for defense data, IRS 1075 for tax information, and NIST 800-171 for federal contractors. Its logging and permissions make regulatory reporting simpler and more reliable.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">HIPAA & FERPA Support:<\/span> Protects patient and student records with access controls.<\/li>\r\n            <li><span class=\"darkaqua\">SOX & GLBA Alignment:<\/span> Provides audit-ready reporting for financial regulators.<\/li>\r\n            <li><span class=\"darkaqua\">NIST 800-171 & ITAR:<\/span> Meets strict US government and defense requirements.<\/li>\r\n          <\/ul>\r\n          <p>Explore details on our <a href=\"https:\/\/www.mymxdata.com\/en-us\/hipaa-compliance\/\">HIPAA<\/a>, <a href=\"https:\/\/www.mymxdata.com\/en-us\/nist-800-171\/\">NIST 800-171<\/a>, and <a href=\"https:\/\/www.mymxdata.com\/en-us\/iso-compliance\/\">ISO compliance<\/a> pages, or review our blog on <a href=\"https:\/\/www.mymxdata.com\/quantum-proof-encryption\/\">quantum-proof encryption<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">How does MX address security risks in collaboration?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Unrestricted collaboration can expose organizations to data leakage, unauthorized access, and governance failures. MX prevents these risks by enforcing <span class=\"darkpink\">named-user access<\/span>, encrypting files automatically, and keeping an immutable record of every action.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">No Public Links:<\/span> Eliminates accidental exposure through shared URLs.<\/li>\r\n            <li><span class=\"darkaqua\">Encryption by Default:<\/span> Applied both in transit and at rest with AES 256-bit.<\/li>\r\n            <li><span class=\"darkaqua\">Audit-Ready Logs:<\/span> Built for direct export into compliance and governance systems.<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9e5481 elementor-widget elementor-widget-html\" data-id=\"b9e5481\" data-element_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=\"faq-container\">\r\n  <div class=\"accordion-section purple-theme\">\r\n    <div class=\"accordion-header\">\r\n      <div class=\"circle-number\">2<\/div>\r\n      <div class=\"accordion-title\">Efficiency & Business Value<\/div>\r\n    <\/div>\r\n    <div class=\"accordion\">\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">How does MX improve productivity in enterprise collaboration?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>MX is designed to <span class=\"darkpink\">reduce friction<\/span> in file collaboration while maintaining strict compliance. Teams no longer juggle multiple tools or face file size restrictions. By centralizing transfers into one secure environment, staff save time and avoid unnecessary delays.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">No Size Restrictions:<\/span> Exchange even the largest project files instantly.<\/li>\r\n            <li><span class=\"darkaqua\">Direct Collaboration:<\/span> MX Conversations keep discussions and file sharing in one secure place.<\/li>\r\n            <li><span class=\"darkaqua\">Audit Efficiency:<\/span> Logs are automatically generated, removing manual compliance tasks.<\/li>\r\n          <\/ul>\r\n          <p>Discover more on our <a href=\"https:\/\/www.mymxdata.com\/en-us\/features\/\">Features<\/a> page or read our blog on <a href=\"https:\/\/www.mymxdata.com\/fostering-remote-work-collaboration\/\">remote collaboration<\/a> to see how productivity gains play out in practice.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Can MX support large file sharing across departments and global offices?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Yes. MX is particularly effective for enterprises that need to share <span class=\"darkpink\">large, sensitive files<\/span> across distributed teams. Whether sending technical schematics, healthcare records, or financial reports, MX ensures secure and traceable transfers while bypassing the size limits of email or consumer tools.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Unlimited File Sizes:<\/span> Handles high-resolution media, datasets, and complex documents.<\/li>\r\n            <li><span class=\"darkaqua\">Global Scalability:<\/span> Works consistently across international offices.<\/li>\r\n            <li><span class=\"darkaqua\">Fast Transfers:<\/span> Optimized for speed without compromising compliance.<\/li>\r\n          <\/ul>\r\n          <p>See how MX compares in our <a href=\"https:\/\/www.mymxdata.com\/conquer-file-size-limits\/\">guide to overcoming file size limits<\/a> or explore use cases in our <a href=\"https:\/\/www.mymxdata.com\/en-us\/case-studies\/\">Case Studies<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">What business value does MX offer compared to traditional collaboration platforms?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>While most platforms are built for convenience, MX is engineered for <span class=\"darkpink\">trust and compliance<\/span>. This difference delivers measurable business value, especially for enterprises where confidentiality is critical. Instead of storing files indefinitely, MX emphasizes secure exchanges with clear endpoints.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Reduced Risk:<\/span> Strong encryption lowers breach potential.<\/li>\r\n            <li><span class=\"darkaqua\">Compliance Facilitation:<\/span> Supports HIPAA, SOX, GLBA, and GDPR frameworks.<\/li>\r\n            <li><span class=\"darkaqua\">Client Confidence:<\/span> Secure handling of sensitive data strengthens trust.<\/li>\r\n          <\/ul>\r\n          <p>As <a href=\"https:\/\/www.globenewswire.com\/news-release\/2024\/04\/03\/2857181\/0\/en\/Secure-File-Transfer-Market-Analysis-2024-2028-Projected-Market-Size-Key-Drivers-And-Leading-Segments-As-Per-The-Business-Research-Company-s-Secure-File-Transfer-Global-Market-Repo.html\" target=\"_blank\" rel=\"noopener\">GlobeNewswire<\/a> notes, the secure file transfer market is set to grow to $3.26 billion by 2028, underscoring demand for platforms like MX. For a deeper look, explore our <a href=\"https:\/\/www.mymxdata.com\/en-us\/pricing\/\">Pricing<\/a> options.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">How does MX strengthen collaboration with external partners?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>External collaboration often introduces risk. MX prevents this by enabling <span class=\"darkpink\">controlled file exchanges<\/span> that protect sensitive data while ensuring partners get the information they need. It balances accessibility with compliance, which is essential in finance, healthcare, defense, and legal services.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Named User Access:<\/span> Only the intended recipient can open files.<\/li>\r\n            <li><span class=\"darkaqua\">Temporary Storage:<\/span> Files do not remain online beyond their use period.<\/li>\r\n            <li><span class=\"darkaqua\">Audit Support:<\/span> All external exchanges are logged for accountability.<\/li>\r\n          <\/ul>\r\n          <p>Explore how MX builds partner trust on our <a href=\"https:\/\/www.mymxdata.com\/en-us\/secure-client-file-sharing\/\">Secure Client File Sharing<\/a> page, or read our article on <a href=\"https:\/\/www.mymxdata.com\/collaborate-with-confidence\/\">collaborating with confidence<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78756d2 elementor-widget elementor-widget-html\" data-id=\"78756d2\" data-element_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=\"faq-container\">\r\n  <div class=\"accordion-section teal-theme\">\r\n    <div class=\"accordion-header\">\r\n      <div class=\"circle-number\">3<\/div>\r\n      <div class=\"accordion-title\">Setup, Support & Integration<\/div>\r\n    <\/div>\r\n    <div class=\"accordion\">\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Is MX easy to set up for enterprise teams without deep technical expertise?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Yes. MX is designed to be <span class=\"darkpink\">straightforward to deploy<\/span>, even across large organizations with multiple departments. The onboarding process is streamlined, reducing downtime and helping teams continue their work without disruption.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Quick Deployment:<\/span> Most enterprises are live within days, not weeks.<\/li>\r\n            <li><span class=\"darkaqua\">Minimal Training Required:<\/span> Intuitive dashboards and clear interfaces help staff adapt quickly.<\/li>\r\n            <li><span class=\"darkaqua\">Scalable Onboarding:<\/span> Add new departments or offices without reconfiguring core systems.<\/li>\r\n          <\/ul>\r\n          <p>For more details on deployment, visit our <a href=\"https:\/\/www.mymxdata.com\/en-us\/features\/\">Features<\/a> page or request guidance through our <a href=\"https:\/\/www.mymxdata.com\/en-us\/contact-us\/\">Contact Us<\/a> form.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Does MX integrate with existing enterprise workflows?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>MX isn\u2019t a live-editing or sync tool. Instead, it <span class=\"darkpink\">fits into existing workflows<\/span> by handling the secure exchange of files between systems and people. Enterprises can keep using Microsoft 365 or Google Workspace for collaboration, while relying on MX for the <i>secure handoff<\/i> of sensitive material.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Metadata APIs:<\/span> Connect MX to enterprise systems in finance, healthcare, or engineering.<\/li>\r\n            <li><span class=\"darkaqua\">Compliance Support:<\/span> Helps ensure exchanges meet HIPAA, SOX, and other frameworks without disrupting productivity tools.<\/li>\r\n            <li><span class=\"darkaqua\">Complementary Use:<\/span> Runs alongside, not in place of, existing collaboration platforms.<\/li>\r\n          <\/ul>\r\n          <p>See more about integration in our blog: <a href=\"https:\/\/www.mymxdata.com\/navigating-advanced-features\/\">The Insider\u2019s Guide to Navigating MX Features<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">What support is available if enterprise staff encounter issues?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Enterprises using MX get a support model tailored for <span class=\"darkpink\">business-critical operations<\/span>. This ensures teams can keep projects moving even when problems occur.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Dedicated Account Management:<\/span> Direct contacts for enterprise clients.<\/li>\r\n            <li><span class=\"darkaqua\">24\/7 Help Desk:<\/span> Global assistance for urgent cases.<\/li>\r\n            <li><span class=\"darkaqua\">Training Resources:<\/span> Guides, video tutorials, and refresher sessions for staff.<\/li>\r\n          <\/ul>\r\n          <p>Visit our <a href=\"https:\/\/www.mymxdata.com\/en-us\/faq\/\">FAQ<\/a> page for quick answers or book a consultation through our <a href=\"https:\/\/www.mymxdata.com\/en-us\/free-trial\/\">Free Trial<\/a> page.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"accordion-item\">\r\n        <div class=\"accordion-question\">Can MX be customized to reflect an enterprise\u2019s branding?<\/div>\r\n        <div class=\"accordion-answer\">\r\n          <p>Yes. MX provides <span class=\"darkpink\">white labeling options<\/span> so enterprises can customize the interface to align with their brand identity. This reinforces consistency and reassures clients when exchanging sensitive data.<\/p>\r\n          <ul>\r\n            <li><span class=\"darkaqua\">Custom Logos and Colors:<\/span> Adapt MX to match your corporate look.<\/li>\r\n            <li><span class=\"darkaqua\">Domain Mapping:<\/span> Access MX through a branded subdomain for consistency.<\/li>\r\n            <li><span class=\"darkaqua\">Client-Facing Assurance:<\/span> Partners see a trusted environment when receiving files.<\/li>\r\n          <\/ul>\r\n          <p>For more on customization, visit our <a href=\"https:\/\/www.mymxdata.com\/en-us\/secure-enterprise-file-sharing-software\/\">Enterprise File Sharing Software<\/a> page or review examples in our <a href=\"https:\/\/www.mymxdata.com\/en-us\/case-studies\/\">Case Studies<\/a>.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<script>\r\n  const accordionItems = document.querySelectorAll('.accordion-item');\r\n  accordionItems.forEach(item => {\r\n    const question = item.querySelector('.accordion-question');\r\n    question.addEventListener('click', () => {\r\n      item.classList.toggle('open');\r\n    });\r\n  });\r\n<\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5557792 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5557792\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a25a70\" data-id=\"0a25a70\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-487adc2 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"487adc2\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:200,&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"compliance-title\" style=\"text-align: center;\">Stay Updated With the Latest in the Industry\u200b<\/h2>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e4bb79 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"8e4bb79\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_delay&quot;:200,&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n    <div class=\"mx-carousel-container\">\r\n\r\n\r\n        <div class=\"mx-carousel\">\r\n            <div class=\"mx-carousel-track\" id=\"carouselTrack\">\r\n                <!-- Article 1: Data Security 101 -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/data-security-101-960x560.jpg\" alt=\"Data Security 101\">\r\n                        <div class=\"mx-priority-badge\">Fundamentals<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/data-security-101\/\">Data Security 101: Exploring Its Importance, What It Entails, and How It Works<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Master the fundamentals of data security with our comprehensive guide covering essential concepts, implementation strategies, and best practises for protecting your business information.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/data-security-101\/\" class=\"mx-visit-btn\">Learn Basics \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 2: Quantum-Proof Security -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/quantum-proof-data-security-960x560.jpg\" alt=\"Quantum-Proof Security\">\r\n                        <div class=\"mx-priority-badge\">Next-Gen<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/quantum-proof-encryption\/\">Quantum-Proof Data Security: How Perfect Secrecy Shields Intellectual Property<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Explore cutting-edge quantum-resistant encryption technologies and discover how perfect secrecy protocols protect your intellectual property from future cyber threats.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/quantum-proof-encryption\/\" class=\"mx-visit-btn\">Explore Future \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 3: Cost of Insecure Transfers (NEW) -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/cost-of-insecure-file-transfers-960x560.jpg\" alt=\"Cost of Insecure Transfers\">\r\n                        <div class=\"mx-new-badge\">NEW<\/div>\r\n                        <div class=\"mx-priority-badge\">Case Studies<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/cost-of-insecure-file-transfers\/\">The Cost of Insecure File Transfers: Real-World Breach Examples<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Learn from real-world data breach case studies and understand the financial and reputational costs of inadequate file transfer security measures.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/cost-of-insecure-file-transfers\/\" class=\"mx-visit-btn\">Learn Lessons \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 4: MX Conversations (NEW) -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/what-is-mx-conversations-960x560.jpg\" alt=\"MX Conversations\">\r\n                        <div class=\"mx-new-badge\">NEW<\/div>\r\n                        <div class=\"mx-priority-badge\">Collaboration<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/what-is-mx-conversations\/\">What Is MX Conversations and Why Does It Matter for Teams?<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Discover how MX Conversations transforms team collaboration with secure, real-time communication integrated directly into your file sharing workflows.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/what-is-mx-conversations\/\" class=\"mx-visit-btn\">Start Conversations \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 5: Large File Transfers -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/conquer-file-size-limits-960x560.jpg\" alt=\"Large File Transfers\">\r\n                        <div class=\"mx-priority-badge\">Large Files<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/conquer-file-size-limits\/\">Conquer File Size Limits: How to Email and Send Big Files Effortlessly<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Overcome file size restrictions and learn professional methods for transferring large files securely across different platforms and email systems.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/conquer-file-size-limits\/\" class=\"mx-visit-btn\">Send Large Files \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 6: Speed and Security -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/balancing-speed-and-security-960x560.jpg\" alt=\"Speed and Security\">\r\n                        <div class=\"mx-priority-badge\">Performance<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/accelerating-file-transfers\/\">Balancing Speed and Security: Accelerating File Transfers Without Compromise<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Optimise file transfer performance while maintaining enterprise-grade security standards through advanced acceleration techniques and smart protocols.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/accelerating-file-transfers\/\" class=\"mx-visit-btn\">Optimise Speed \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 7: MX vs Google Drive -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/mx-vs-google-drive-960x560.jpg\" alt=\"MX vs Google Drive\">\r\n                        <div class=\"mx-priority-badge\">Comparisons<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/google-drive-vs-my-mx-data\/\">Why My MX Data Excels Beyond Google Drive for Business Security<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Compare enterprise security features and discover why businesses choose MX Data over consumer cloud storage solutions for sensitive data protection.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/google-drive-vs-my-mx-data\/\" class=\"mx-visit-btn\">Compare Solutions \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Article 8: 7 Industries -->\r\n                <div class=\"mx-article-card\">\r\n                    <div class=\"mx-article-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/7-industries-that-need-secure-file-transfer-more-than-ever-1-960x560.jpg\" alt=\"Multi-Industry Security\">\r\n                        <div class=\"mx-priority-badge\">Industries<\/div>\r\n                    <\/div>\r\n                    <div class=\"mx-article-content\">\r\n                        <h3 class=\"mx-article-title\">\r\n                            <a href=\"https:\/\/www.mymxdata.com\/7-industries-that-need-secure-file-transfer-more-than-ever\/\">7 Industries That Need Secure File Transfer More Than Ever<\/a>\r\n                        <\/h3>\r\n                        <p class=\"mx-article-description\">Explore industry-specific security challenges and discover how different sectors leverage secure file transfer solutions to protect sensitive information.<\/p>\r\n                        <a href=\"https:\/\/www.mymxdata.com\/7-industries-that-need-secure-file-transfer-more-than-ever\/\" class=\"mx-visit-btn\">Explore Industries \u2192<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"mx-navigation\">\r\n            <button class=\"mx-nav-btn\" id=\"prevBtn\">\u2039<\/button>\r\n            <div class=\"mx-indicators\" id=\"indicators\"><\/div>\r\n            <span class=\"mx-counter\" id=\"counter\">1 of 8<\/span>\r\n            <button class=\"mx-nav-btn\" id=\"nextBtn\">\u203a<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        class MXCarousel {\r\n            constructor() {\r\n                this.track = document.getElementById('carouselTrack');\r\n                this.prevBtn = document.getElementById('prevBtn');\r\n                this.nextBtn = document.getElementById('nextBtn');\r\n                this.indicators = document.getElementById('indicators');\r\n                this.counter = document.getElementById('counter');\r\n                this.currentSlide = 0;\r\n                this.totalSlides = 8;\r\n                \r\n                this.init();\r\n            }\r\n\r\n            init() {\r\n                this.createIndicators();\r\n                this.updateCarousel();\r\n                this.bindEvents();\r\n                \r\n                \/\/ Auto-play (optional)\r\n                this.startAutoPlay();\r\n            }\r\n\r\n            createIndicators() {\r\n                for (let i = 0; i < this.totalSlides; i++) {\r\n                    const indicator = document.createElement('div');\r\n                    indicator.className = 'mx-indicator';\r\n                    indicator.addEventListener('click', () => this.goToSlide(i));\r\n                    this.indicators.appendChild(indicator);\r\n                }\r\n            }\r\n\r\n            bindEvents() {\r\n                this.prevBtn.addEventListener('click', () => this.prevSlide());\r\n                this.nextBtn.addEventListener('click', () => this.nextSlide());\r\n                \r\n                \/\/ Touch\/swipe support\r\n                let startX = 0;\r\n                let endX = 0;\r\n                \r\n                this.track.addEventListener('touchstart', (e) => {\r\n                    startX = e.touches[0].clientX;\r\n                });\r\n                \r\n                this.track.addEventListener('touchend', (e) => {\r\n                    endX = e.changedTouches[0].clientX;\r\n                    const diff = startX - endX;\r\n                    \r\n                    if (Math.abs(diff) > 50) {\r\n                        if (diff > 0) {\r\n                            this.nextSlide();\r\n                        } else {\r\n                            this.prevSlide();\r\n                        }\r\n                    }\r\n                });\r\n\r\n                \/\/ Pause auto-play on hover\r\n                this.track.addEventListener('mouseenter', () => this.pauseAutoPlay());\r\n                this.track.addEventListener('mouseleave', () => this.startAutoPlay());\r\n            }\r\n\r\n            goToSlide(index) {\r\n                this.currentSlide = index;\r\n                this.updateCarousel();\r\n            }\r\n\r\n            nextSlide() {\r\n                this.currentSlide = (this.currentSlide + 1) % this.totalSlides;\r\n                this.updateCarousel();\r\n            }\r\n\r\n            prevSlide() {\r\n                this.currentSlide = (this.currentSlide - 1 + this.totalSlides) % this.totalSlides;\r\n                this.updateCarousel();\r\n            }\r\n\r\n            updateCarousel() {\r\n                const translateX = -this.currentSlide * 100;\r\n                this.track.style.transform = `translateX(${translateX}%)`;\r\n                \r\n                \/\/ Update indicators\r\n                document.querySelectorAll('.mx-indicator').forEach((indicator, index) => {\r\n                    indicator.classList.toggle('active', index === this.currentSlide);\r\n                });\r\n                \r\n                \/\/ Update counter\r\n                this.counter.textContent = `${this.currentSlide + 1} of ${this.totalSlides}`;\r\n                \r\n                \/\/ Update navigation buttons\r\n                this.prevBtn.disabled = this.currentSlide === 0;\r\n                this.nextBtn.disabled = this.currentSlide === this.totalSlides - 1;\r\n            }\r\n\r\n            startAutoPlay() {\r\n                this.autoPlayInterval = setInterval(() => {\r\n                    if (this.currentSlide === this.totalSlides - 1) {\r\n                        this.goToSlide(0);\r\n                    } else {\r\n                        this.nextSlide();\r\n                    }\r\n                }, 5000);\r\n            }\r\n\r\n            pauseAutoPlay() {\r\n                clearInterval(this.autoPlayInterval);\r\n            }\r\n        }\r\n\r\n        \/\/ Initialize carousel when DOM is loaded\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            new MXCarousel();\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-bf93bd7 e-flex e-con-boxed e-con e-parent\" data-id=\"bf93bd7\" data-element_type=\"container\" id=\"try-now\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7a645d elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-html\" data-id=\"f7a645d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"trynow-wrapper\">\r\n  <div id=\"trynow-main\">\r\n    <div id=\"trynow-left\">\r\n      <!-- Interactive Orbs -->\r\n      <div class=\"orb orb1\"><\/div>\r\n      <div class=\"orb orb2\"><\/div>\r\n      <div class=\"orb orb3\"><\/div>\r\n      <div class=\"orb orb4\"><\/div>\r\n      <div class=\"orb orb5\"><\/div>\r\n\r\n      <h2 id=\"trynow-title\">\r\n        Try All Of Our Features <span id=\"trynow-free\">Free<\/span> for 7 Days!\r\n      <\/h2>\r\n      <p id=\"trynow-subtitle\">\r\n        To get started with your 7 day free trial, please fill out the form, and <span id=\"trynow-unlock\">unlock all of our features<\/span> for up to 5 users!\r\n      <\/p>\r\n\r\n      <ul id=\"trynow-features\">\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Team File Exchange\r\n            <div class=\"trynow-tooltip\">Enable secure file transfer between departments and external partners, complete with message threads and user-specific access rights.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Secure Team Sync\r\n            <div class=\"trynow-tooltip\">Collaborate across teams while maintaining strict file access, encrypted transfers and logging to support operational transparency.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Multi-User Collaboration\r\n            <div class=\"trynow-tooltip\">Teams can securely collaborate on shared files without overlap by controlling version access and tracking user-specific file actions.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Secure File Roles\r\n            <div class=\"trynow-tooltip\">Assign specific permissions to each collaborator, preventing unapproved editing or access while maintaining open collaboration channels.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Unlimited File Sharing\r\n            <div class=\"trynow-tooltip\">Enable distributed teams to collaborate across large file sets with no restrictions on upload size or number of files shared.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Speed for Teams\r\n            <div class=\"trynow-tooltip\">Collaborating departments enjoy fast file updates and transfers with encrypted delivery channels tuned for real-time responsiveness.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Live Collaboration Threads\r\n            <div class=\"trynow-tooltip\">Discuss projects, clarify tasks, and track decisions without leaving the secure environment tied to each file or folder.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"trynow-feature\">\r\n          <i class=\"fas fa-check trynow-check\"><\/i>\r\n          <div class=\"trynow-feature-text\">\r\n            Custom Collaboration Environment\r\n            <div class=\"trynow-tooltip\">Set your brand standards across team collaboration views, ensuring a familiar interface across secure project file discussions.<\/div>\r\n          <\/div>\r\n        <\/li>\r\n      <\/ul>\r\n\r\n      <div id=\"trynow-customer-note\">\r\n        If you have been asked to create an account from a customer then <a href=\"#\" id=\"trynow-customer-link\">click here.<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"trynow-right\">\r\n      <div id=\"trynow-form-header\">\r\n        <h2 id=\"trynow-form-title\">\r\n          <span id=\"trynow-start\">Start Your<\/span> <span id=\"trynow-free-trial\">Free Trial<\/span> <span id=\"trynow-now\">Now!<\/span>\r\n        <\/h2>\r\n      <\/div>\r\n\r\n      <!-- Gravity Form -->\r\n      <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_5' ><div id='gf_5' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_5' id='gform_5'  action='\/en-us\/wp-json\/wp\/v2\/pages\/9942#gf_5' data-formid='5' novalidate> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n                        <div class='gform-body gform_body'><div id='gform_fields_5' class='gform_fields top_label form_sublabel_below description_below validation_below'><fieldset id=\"field_5_2\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_5_2'>\n                            \n                            <span id='input_5_2_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_2.3' id='input_5_2_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_5_2_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First Name<\/label>\n                                                <\/span>\n                            \n                            <span id='input_5_2_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_2.6' id='input_5_2_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_5_2_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last Name<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_5_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_5_3'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_5_3' type='email' value='' class='large'   placeholder='Email Address' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_5_4\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_5_4'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_5_4' type='tel' value='' class='large'  placeholder='Phone Number' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_5_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_5_5'>Business Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_5_5' type='text' value='' class='large'    placeholder='Business Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_5_19\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_5_19'>Division<\/label><div class='ginput_container ginput_container_text'><input name='input_19' id='input_5_19' type='text' value='MX' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_5_20\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_5_20'>LeadSource<\/label><div class='ginput_container ginput_container_text'><input name='input_20' id='input_5_20' type='text' value='MX Free Trial' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_5_18\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent<\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_5_18'><div class='gchoice gchoice_5_18_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_18.1' type='checkbox'  value='trial'  id='choice_5_18_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_5_18_1' id='label_5_18_1' class='gform-field-label gform-field-label--type-inline'>I agree to the <a href=\"https:\/\/www.mymxdata.com\/en-us\/privacy-policy\/\">Privacy Policy<\/a><\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_5_21\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_21' id='input_5_21' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='0124K0000005NEmQAM' \/><\/div><\/div><div id=\"field_5_23\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_5_23'>Contract Expiry Date<\/label><div class='ginput_container ginput_container_text'><input name='input_23' id='input_5_23' type='text' value='7' class='small'    placeholder='7'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_5_25\" class=\"gfield gfield--type-hcaptcha gfield--input-type-hcaptcha gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_5_25'>hCaptcha<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_hcaptcha'><input type='hidden' name='input_25' value='true'><div id='hCaptcha_5_25' class='h-captcha large' data-sitekey=\"4b5c4346-26d4-40da-aa36-a52858b28006\" data-size=\"standard\"><\/div><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_5' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=5&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=fa00e9295b80596a4c588c0d10d7c22c' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_5' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_5' id='gform_theme_5' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_5' id='gform_style_settings_5' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_5' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='5' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_5' value='WyJ7XCIxOC4xXCI6XCJlZjhmMjQ3ZDgyYzk3MGVmMDMwNDJlNWI1ZjA5M2Y1M1wifSIsImE3MWYyMWNmYTAzYmQ3YmM1N2YzYzk1YmMzZjY4NjgyIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_5' id='gform_target_page_number_5' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_5' id='gform_source_page_number_5' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_5' id='gform_ajax_frame_5' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 5, 'https:\/\/www.mymxdata.com\/en-us\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner( 5, 'https:\/\/www.mymxdata.com\/en-us\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_5').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_5').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"5\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_5\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_5\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_5\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 5, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\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-8b60dd9 e-flex e-con-boxed e-con e-parent\" data-id=\"8b60dd9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e36e2 elementor-widget elementor-widget-html\" data-id=\"28e36e2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p style=\"text-align: center; white-space: nowrap;\"> View In: <a style=\"display: inline-block; margin: 0 5px;\" href=\"https:\/\/www.mymxdata.com\/en-gb\/enterprise-file-collaboration\/\"> <img decoding=\"async\" style=\"vertical-align: middle;\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/en-gb-1.png\" alt=\"View Page in GB English\" width=\"32\" height=\"32\" \/> <\/a> <a style=\"display: inline-block; margin: 0 5px;\" href=\"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/\"> <img decoding=\"async\" style=\"vertical-align: middle;\" src=\"https:\/\/www.mymxdata.com\/wp-content\/uploads\/en-us-1.png\" alt=\"View Page in US English\" width=\"32\" height=\"32\" \/> <\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cf4f17 elementor-widget elementor-widget-html\" data-id=\"7cf4f17\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@graph\": [\r\n    {\r\n      \"@type\": \"Organization\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com#organization\",\r\n      \"name\": \"My MX Data\",\r\n      \"url\": \"https:\/\/www.mymxdata.com\/en-us\/\",\r\n      \"logo\": \"https:\/\/www.mymxdata.com\/wp-content\/uploads\/mx-square-logo.jpg\",\r\n      \"parentOrganization\": {\r\n        \"@type\": \"Organization\",\r\n        \"name\": \"Majenta Solutions Limited\"\r\n      },\r\n      \"address\": {\r\n        \"@type\": \"PostalAddress\",\r\n        \"streetAddress\": \"3 Argosy Court, Scimitar Way, Whitley Business Park\",\r\n        \"addressLocality\": \"Coventry\",\r\n        \"postalCode\": \"CV3 4GA\",\r\n        \"addressCountry\": \"GB\"\r\n      },\r\n      \"contactPoint\": {\r\n        \"@type\": \"ContactPoint\",\r\n        \"telephone\": \"+44 24 7630 8500\",\r\n        \"contactType\": \"customer support\",\r\n        \"areaServed\": \"GB\",\r\n        \"availableLanguage\": \"en\"\r\n      },\r\n      \"sameAs\": [\r\n        \"https:\/\/www.linkedin.com\/showcase\/mymxdata\/\",\r\n        \"https:\/\/x.com\/mymxdata\"\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"WebSite\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com#website\",\r\n      \"url\": \"https:\/\/www.mymxdata.com\/en-us\/\",\r\n      \"name\": \"My MX Data\",\r\n      \"publisher\": { \"@id\": \"https:\/\/www.mymxdata.com#organization\" },\r\n      \"potentialAction\": {\r\n        \"@type\": \"SearchAction\",\r\n        \"target\": \"https:\/\/www.mymxdata.com\/en-us\/?s={search_term_string}\",\r\n        \"query-input\": \"required name=search_term_string\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"WebPage\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/#webpage\",\r\n      \"url\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/\",\r\n      \"name\": \"Enterprise File Collaboration | My MX Data\",\r\n      \"description\": \"My MX Data offers enterprise file collaboration with quantum-secure encryption, comprehensive audit trails, and compliance support for GDPR, ISO 27001, and other standards. Designed for secure, efficient file sharing and collaboration across distributed teams and departments.\",\r\n      \"isPartOf\": { \"@id\": \"https:\/\/www.mymxdata.com#website\" },\r\n      \"about\": { \"@id\": \"https:\/\/www.mymxdata.com#organization\" },\r\n      \"breadcrumb\": { \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/#breadcrumb\" }\r\n    },\r\n    {\r\n      \"@type\": \"BreadcrumbList\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/#breadcrumb\",\r\n      \"itemListElement\": [\r\n        {\r\n          \"@type\": \"ListItem\",\r\n          \"position\": 1,\r\n          \"name\": \"Home\",\r\n          \"item\": \"https:\/\/www.mymxdata.com\/en-us\/\"\r\n        },\r\n        {\r\n          \"@type\": \"ListItem\",\r\n          \"position\": 2,\r\n          \"name\": \"Enterprise File Collaboration\",\r\n          \"item\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/\"\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"Product\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-file-collaboration\/#product\",\r\n      \"name\": \"My MX Data\",\r\n      \"description\": \"My MX Data provides enterprise file collaboration using a quantum-secure patented methodology (ASR: Anonymise, Shard, Restore), unlimited file size transfers, and detailed audit trails to facilitate compliance with GDPR, ISO 27001, and other regulations for distributed teams.\",\r\n      \"brand\": {\r\n        \"@type\": \"Brand\",\r\n        \"name\": \"My MX Data\"\r\n      },\r\n      \"aggregateRating\": {\r\n        \"@type\": \"AggregateRating\",\r\n        \"ratingValue\": \"4.9\",\r\n        \"reviewCount\": \"7\"\r\n      },\r\n      \"review\": [\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Priya M.\" },\r\n          \"jobTitle\": \"Global Projects Coordinator\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"Collaboration used to mean endless email chains and files getting lost. MX fixed that. We now have one secure path for documents moving between offices and every change is tracked. People feel more confident sharing updates because they know nothing is slipping through the cracks. It's streamlined global projects that had previously stalled on admin.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Amir Z.\" },\r\n          \"jobTitle\": \"Marketing Director\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"After utilizing My MX Data for a few months, I can state with certainty that it's an exceptional option for safe corporate communication. I felt at ease knowing that our private data was secure because the platform placed a strong emphasis on security and data sovereignty. The speed at which files could be shared was remarkable, allowing for effective teamwork even in remote locations. For project management, the version control and audit trail tools were quite helpful since they made it easy to monitor changes and retrieve past data. Furthermore, the user interface is simple, which facilitates my team's onboarding process. Support has been excellent and quick to respond, taking care of any problems. My MX Data has grown to be a crucial tool for improving security and productivity in our process.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Hannah L.\" },\r\n          \"jobTitle\": \"Global Collaboration Lead\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"Collaboration across offices used to be fragmented, with files getting lost in endless threads. MX created a clear channel. Updates are tracked, files are intact and teams can focus on the work instead of chasing attachments.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Francesca Z.\" },\r\n          \"jobTitle\": \"Associate | Advisory - Technology\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"4\" },\r\n          \"reviewBody\": \"My experience with My MX Data made it feel like I am being treated as a loyal client. This is because effort is given to provide the best possible service and because I feel like I can fully trust the information and data that is shared.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Priya V.\" },\r\n          \"jobTitle\": \"Regional Project Manager\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"We have teams working across multiple regions and MX made collaboration natural. Files move quickly, updates are tracked and nothing gets lost. It's reliable, which means fewer arguments about missing documents.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"David S.\" },\r\n          \"jobTitle\": \"Small-Business\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"MX protects, manages and transfers highly classified data of any type and\/or size in a very easy to use environment. I feel I have data that I can readily transfer (however sensitive) and it cannot be compromised, with controls and an audit trail that sets it apart from the more familiar data transfer products on the market. I particularly like the latest version with extended distribution and enterprise data security features that mean I can share information with confidence that it cannot be misused.\"\r\n        },\r\n        {\r\n          \"@type\": \"Review\",\r\n          \"author\": { \"@type\": \"Person\", \"name\": \"Olivia R.\" },\r\n          \"jobTitle\": \"Collaboration Lead, Global Projects\",\r\n          \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" },\r\n          \"reviewBody\": \"Collaboration for us means multiple offices editing and sending updates constantly. MX made that flow reliable. Files don't get lost and the audit trail is crystal clear. The confidence it's given our teams has changed how we handle projects.\"\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/enterprise-document-management\/#faq\",\r\n      \"mainEntity\": [\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does MX differ from traditional enterprise document management systems?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Unlike conventional systems that emphasise long-term storage and collaboration, MX is focused on secure, auditable document exchange. This ensures enterprises can deliver sensitive files to the right recipients without creating large repositories that increase compliance exposure. Exchange-first design means documents are shared securely, then retired; audit trails log every access and transfer for compliance reporting; and reduced overhead eliminates large central storage silos that require constant management. With enterprises often juggling multiple DMS tools, MX offers a streamlined alternative that removes clutter and reduces liability. Learn more on our Features page.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does MX secure sensitive enterprise documents?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"MX applies AES 256-bit encryption to all uploads and downloads, and then processes files using its patented ASR (Anonymise, Shard, Restore) methodology. This ensures that even if a single shard is intercepted, it is unusable without the others. Combined with expiry policies, this makes MX safer than storing documents permanently in enterprise drives. End-to-end encryption secures files at every stage; quantum-secure protection resists future threats; and expiry controls ensure documents automatically retire, reducing long-term exposure. According to IBM, the average cost of a data breach is $4.45 million globally. MX reduces this risk by ensuring files don't linger unnecessarily.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Does MX support compliance for enterprise-scale audits?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Yes. MX is built to facilitate compliance with frameworks like GDPR, ISO 27001, and the UK Data Protection Act. Every file exchange is logged with metadata that can be exported for audit purposes, giving enterprises a clear evidentiary trail. GDPR alignment supports data minimisation and access controls; ISO 27001 readiness provides documentation of security processes; and data sovereignty allows shards to be stored in specified jurisdictions. With regulators increasing scrutiny of enterprise data practices, MX helps organisations reduce compliance burdens. Explore details on our GDPR and ISO Compliance pages.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Why is MX safer than keeping enterprise documents in permanent storage?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Permanent repositories increase exposure because documents often remain accessible long after they are needed. MX prevents this by ensuring files are temporary, controlled, and encrypted. This minimises liability while still enabling smooth business operations. Reduced attack surface eliminates long-term archives vulnerable to breaches; controlled access ensures files are available only to authorised, named users; and automatic retirement removes human error in forgetting to revoke access. A study by Varonis found that 60% of files stored in the cloud are never shared but still remain exposed. MX eliminates this problem by retiring files after use. For examples, see our Case Studies.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does MX improve enterprise document workflows?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Enterprises often rely on multiple, overlapping platforms for document management, which creates inefficiencies. MX streamlines this by focusing on controlled, secure exchanges rather than maintaining vast archives. Teams move files faster, with less duplication and reduced admin overhead. One clear method eliminates confusion from using multiple sharing platforms; time savings remove wasted hours spent on access approvals and version checks; and confidence in exchange ensures no second-guessing whether files are safe to send. For practical examples, explore our Case Studies or read about MX's role in remote collaboration.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Does MX reduce costs for enterprises?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Yes. By avoiding large-scale document repositories, enterprises reduce storage and compliance overheads. MX supports a leaner cost model where companies pay for secure transfer, not ongoing storage. This is particularly valuable for industries with tight IT budgets or where documents must not linger in archives. Lower compliance burden reduces audit scope with fewer files stored; less infrastructure eliminates the need for extensive on-premises servers; and a pay-for-use model focuses on value from actual transfers. According to The Business Research Company, the secure file transfer market is projected to exceed $3.6 billion by 2029, fuelled by demand for efficient, compliance-friendly tools.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Can MX scale to meet enterprise-wide adoption?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"MX is designed for enterprise-level scalability. Whether a firm has 200 employees or 20,000, the system can handle high-volume exchanges without compromising speed or security. This scalability ensures that large enterprises do not outgrow the platform. Unlimited file sizes support everything from small PDFs to engineering blueprints; tiered access controls align permissions with enterprise hierarchies; and global coverage supports distributed teams and regional compliance. For insights into scaling securely, see our blog on accelerating file transfers.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"What business value does MX bring beyond compliance?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Compliance is essential, but MX also creates tangible business value. By streamlining workflows, reducing risk, and enabling faster delivery, enterprises experience improved partner trust and stronger client relationships. These benefits extend far beyond regulatory needs. Stronger reputation demonstrates control of sensitive data to enhance credibility; operational agility ensures faster transfers so projects move forward without delay; and client assurance provides secure exchanges to reassure stakeholders and clients. Explore how MX boosts business trust in our security features blog or start a free trial to test it in practice.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Does MX support collaboration without compromising security?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"MX allows enterprises to collaborate on sensitive documents without introducing the risks often seen with cloud editing tools. Instead of uncontrolled link sharing, the platform ensures that only named users can access files. Conversations can also take place directly inside MX, keeping project discussions and document transfers tightly aligned. MX Conversations provide a built-in messaging tool for context-rich communication; controlled access ensures files are only handed off to authorised individuals; and audit-backed sharing logs every exchange for traceability. Read our blog on secure collaboration or explore the Features page for a full breakdown of tools.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Can MX integrate with existing enterprise systems?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Yes. MX provides metadata-driven APIs that make it possible to connect with enterprise workflows. This means organisations can embed secure file exchange into existing finance, healthcare, or engineering systems, ensuring smoother adoption without replacing established tools. Metadata APIs extend MX's traceability into ERP, CRM, and sector-specific platforms; flexible deployment works with both cloud-first and hybrid environments; and audit synchronisation allows compliance logs to be exported into governance tools. For more on integration strategies, see our article on navigating MX's advanced features.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Does MX support branding customisation for enterprises?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"MX offers white labelling options that allow enterprises to reflect their own brand identity. This includes adding a corporate logo, colour palette, and domain so clients experience a trusted, branded environment when exchanging files. Logo and colour control tailor the interface to your brand; domain mapping hosts exchanges under a company-branded domain; and client confidence reinforces professionalism in every interaction. Brand customisation is explained further on our Features page, or you can request details via our Contact form.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does MX help distributed teams work effectively?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Enterprises with international teams require tools that combine security and usability. MX enables fast, compliant exchanges regardless of geography, ensuring global partners work from the same secure channel. The system's speed and scalability mean teams avoid the bottlenecks often associated with large file transfers. Global access provides optimised transfer speeds across regions; regulatory coverage supports GDPR, UK Data Protection Act, and ISO standards; and cross-sector use is adopted by finance, healthcare, legal, and technology firms. According to Varonis, the average enterprise shares files with over 800 domains. MX helps reduce that sprawl by centralising sensitive exchanges into one controlled system. For more insights, visit our Blog.\"\r\n          }\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"VideoObject\",\r\n      \"@id\": \"https:\/\/www.mymxdata.com\/en-us\/#video\",\r\n      \"name\": \"See MX in Action\",\r\n      \"description\": \"A quick overview of how My MX Data enables secure, compliant file sharing for businesses. Learn how MX protects sensitive data with quantum-secure methodology and helps organisations meet compliance requirements.\",\r\n      \"thumbnailUrl\": [\r\n        \"https:\/\/www.mymxdata.com\/wp-content\/uploads\/og-mx.jpg\"\r\n      ],\r\n      \"uploadDate\": \"2025-01-15T09:00:00+00:00\",\r\n      \"duration\": \"PT2M20S\",\r\n      \"contentUrl\": \"https:\/\/www.mymxdata.com\/en-us\/wp-content\/uploads\/mx-video-us.mp4\",\r\n      \"embedUrl\": \"https:\/\/www.mymxdata.com\/en-us\/demo\/\",\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"name\": \"My MX Data\",\r\n        \"logo\": {\r\n          \"@type\": \"ImageObject\",\r\n          \"url\": \"https:\/\/www.mymxdata.com\/wp-content\/uploads\/mx-square-logo.jpg\"\r\n        }\r\n      },\r\n      \"regionsAllowed\": [\"GB\", \"US\", \"EU\"]\r\n    }\r\n  ]\r\n}\r\n<\/script>\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>Enterprise File Collaboration Tools for Secure Workflows Work on documents with colleagues and partners using enterprise file collaboration tools that protect every interaction. My MX Data ensures only approved users can view or edit sensitive content. Teams across different locations can share updates in real time, while version control and permissions keep information accurate and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-9942","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/9942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/comments?post=9942"}],"version-history":[{"count":16,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/9942\/revisions"}],"predecessor-version":[{"id":11077,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/9942\/revisions\/11077"}],"wp:attachment":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/media?parent=9942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}