{"id":4379,"date":"2025-08-13T16:41:26","date_gmt":"2025-08-13T16:41:26","guid":{"rendered":"https:\/\/magicstone.nl\/en\/?page_id=4379"},"modified":"2026-05-28T10:31:55","modified_gmt":"2026-05-28T10:31:55","slug":"our-mission","status":"publish","type":"page","link":"https:\/\/magicstone.nl\/en\/our-mission\/","title":{"rendered":"Our Mission"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4379\" class=\"elementor elementor-4379\" data-elementor-post-type=\"page\">\n\t\t\t\t<section class=\"elementor-element elementor-element-5a5a572 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"5a5a572\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76661cb elementor-widget elementor-widget-html\" data-id=\"76661cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <canvas id=\"waveCanvas\" width=\"800\" height=\"400\"><\/canvas>\r\n\r\n<style>\r\ncanvas#waveCanvas {\r\n            background-color: transparent;\r\n          position:absolute;\r\n          left:0;\r\n          right:0;\r\n          width:100vw;\r\n          opacity: 0.1;\r\n        }\r\n        \r\n@media (min-width:1601px){canvas#waveCanvas{\r\n            top: -250px;}\r\n    }\r\n    \r\n@media (max-width:1600px){canvas#waveCanvas{\r\n            top: -100px;}\r\n    }\r\n    \r\n@media (max-width:1200px){canvas#waveCanvas{\r\n            top: 0px;}\r\n    }\r\n    \r\n@media (max-width:767px){canvas#waveCanvas{\r\n            top: 100px;}\r\n    }\r\n<\/style>\r\n\r\n\r\n<script>\r\n\r\nconst canvas = document.getElementById('waveCanvas');\r\nconst ctx = canvas.getContext('2d');\r\n\r\nlet lines = [];\r\nconst lineCount = 8;             \/\/ Number of wave lines\r\nconst waveHeight = 50;            \/\/ Max height of waves\r\nconst waveWidth = 1000;           \/\/ Width across canvas\r\nconst speed = 0.005;              \/\/ Speed of animation\r\nlet animationProgress = 1;        \/\/ Controls dashed to solid transition\r\n\r\n\/\/ Initialize lines with unique properties\r\nfor (let i = 0; i < lineCount; i++) {\r\n    lines.push({\r\n        frequency: 0.015 + i * 0.005,     \/\/ Wave frequency\r\n        amplitude: waveHeight - i * 2.5,  \/\/ Wave height\r\n        phase: i * Math.PI \/ 200,          \/\/ Phase offset for each line\r\n        verticalOffset: i * 70            \/\/ Increase offset for vertical spread effect\r\n    });\r\n}\r\n\r\n\/\/ Draw and animate lines\r\nfunction animate() {\r\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n    animationProgress += speed;\r\n\r\n    lines.forEach((line, index) => {\r\n        ctx.beginPath();\r\n        ctx.lineWidth = 0.5;\r\n        ctx.setLineDash(animationProgress < 1 ? [8, 4] : []); \/\/ Switch from dashed to solid\r\n        ctx.strokeStyle = `rgba(255,255,255, ${0.7 - index * 0.03})`;\r\n\r\n        \/\/ Draw wave path with smoother steps\r\n        for (let x = 0; x <= waveWidth; x += 2) {\r\n            const yOffset = line.verticalOffset * (x \/ waveWidth); \/\/ Adds vertical spread on the right side\r\n            const y = canvas.height \/ 2 + yOffset + Math.sin(x * line.frequency + animationProgress + line.phase) * line.amplitude;\r\n            x === 0 ? ctx.moveTo(x, y) : ctx.lineTo(x, y);\r\n        }\r\n      \r\n  \r\n      \r\n        ctx.stroke();\r\n\r\n        \/\/ Animate dot along the path\r\n        const dotX = waveWidth * ((animationProgress + line.phase) % 1);\r\n        const yOffset = line.verticalOffset * (dotX \/ waveWidth);\r\n        const dotY = canvas.height \/ 2 + yOffset + Math.sin(dotX * line.frequency + animationProgress + line.phase) * line.amplitude;\r\n        \r\n        ctx.beginPath();\r\n        ctx.arc(dotX, dotY, 5, 0, Math.PI * 2);\r\n        ctx.fillStyle = `#57A200`;\r\n        ctx.fill();\r\n    });\r\n \r\n\r\n    \/\/ Continue animation loop\r\n    requestAnimationFrame(animate);\r\n}\r\n\r\n\/\/ Start animation\r\nanimate();\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57fed2f e-flex e-con-boxed wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"57fed2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5421aae e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"5421aae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f50ce3 elementor-widget elementor-widget-wp-widget-bcn_widget\" data-id=\"1f50ce3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-bcn_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav aria-label=\"Breadcrumb\" class=\"breadcrumbs\" vocab=\"https:\/\/schema.org\/\" typeof=\"BreadcrumbList\"><span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to Magic Stone.\" href=\"https:\/\/magicstone.nl\/en\" class=\"home\" ><span property=\"name\">Home<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\/<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to Knowledge center.\" href=\"https:\/\/magicstone.nl\/en\/knowledge-center\/\" class=\"post-root post post-post\" aria-current=\"page\"><span property=\"name\">Knowledge center<\/span><\/a><meta property=\"position\" content=\"2\"><\/span><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bff721 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7bff721\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our mission is to make cybersecurity practical, effective, and aligned with real-world business needs. We help organizations stay protected from ransomware, data loss, and emerging cyber threats while ensuring they meet compliance standards such as <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https:\/\/magicstone.nl\/en\/what-is-nis2\/\" target=\"_blank\" rel=\"noopener\">NIS2<\/a><\/span>, GDPR, and <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https:\/\/magicstone.nl\/en\/dora-compliance-made-simple\/\" target=\"_blank\" rel=\"noopener\">DORA<\/a><\/span>. By delivering carefully selected, easy-to-manage technologies, we enable our clients to secure their operations with clarity and confidence. Our focus is not just on security, but on empowering businesses to operate safely, grow fearlessly, and meet regulatory expectations without stress.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d557eb site-btn book elementor-widget elementor-widget-button\" data-id=\"4d557eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book my free consultation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-2aa6197 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"2aa6197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff6c81c elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ff6c81c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At Magic Stone Cyber Security, our mission is clear: to protect businesses from ransomware and cyber threats by delivering advanced, enterprise-grade security that is both accessible and cost-effective for SMEs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6939754 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"6939754\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b533a1 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9b533a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We are committed to:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc690a5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"dc690a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4df2701 wpr-feature-list-rhombus elementor-widget__width-inherit icon-con wpr-feature-list-left wpr-feature-list-line-yes elementor-invisible elementor-widget elementor-widget-wpr-feature-list\" data-id=\"4df2701\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"wpr-feature-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wpr-feature-list-wrap\"><ul class=\"wpr-feature-list\"><li class=\"wpr-feature-list-item elementor-repeater-item-537cdbd\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-shield-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">Providing Proactive Ransomware Defense<\/a><\/h3><p class=\"wpr-feature-list-description\">Stopping cyber threats before they cause harm with AI-driven security and real-time attack prevention.<\/p><\/div><\/li><li class=\"wpr-feature-list-item elementor-repeater-item-238a03d\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-battle-net\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">Bridging the Cybersecurity Gap<\/a><\/h3><p class=\"wpr-feature-list-description\">Ensuring that small and medium-sized businesses (SMEs) have access to the same powerful security solutions as large enterprises\u2014without the complexity or high costs.\n<\/p><\/div><\/li><li class=\"wpr-feature-list-item elementor-repeater-item-c0966c7\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cogs\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">Simplifying Compliance<\/a><\/h3><p class=\"wpr-feature-list-description\">Helping businesses meet NIS2, DORA, and GDPR requirements effortlessly with security solutions designed for regulatory alignment.\n<\/p><\/div><\/li><\/ul><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c51f46a wpr-feature-list-rhombus elementor-widget__width-inherit icon-con wpr-feature-list-left wpr-feature-list-line-yes elementor-invisible elementor-widget elementor-widget-wpr-feature-list\" data-id=\"c51f46a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"wpr-feature-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wpr-feature-list-wrap\"><ul class=\"wpr-feature-list\"><li class=\"wpr-feature-list-item elementor-repeater-item-537cdbd\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-buffer\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">Building Resilience Through Innovation<\/a><\/h3><p class=\"wpr-feature-list-description\">Leveraging cutting-edge cyber technologies to provide holistic protection, from email security to ransomware-free backups and attack surface monitoring.\n<\/p><\/div><\/li><li class=\"wpr-feature-list-item elementor-repeater-item-238a03d\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-handshake\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">Being a Trusted Partner, Not Just a Provider<\/a><\/h3><p class=\"wpr-feature-list-description\">We don\u2019t just sell security tools; we stand by our clients every step of the way, offering expert guidance, rapid response, and a commitment to long-term cybersecurity success.\n<\/p><\/div><\/li><li class=\"wpr-feature-list-item elementor-repeater-item-c0966c7\"><div class=\"wpr-feature-list-icon-wrap\"><span class=\"wpr-feature-list-line\"><\/span><div class=\"wpr-feature-list-icon-inner-wrap\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg><\/div><\/div><div class=\"wpr-feature-list-content-wrap\"><h3 class=\"wpr-feature-list-title\"><a class=\"wpr-feature-list-url\" target=\"_blank\" rel=\"nofollow\">At Magic Stone Cyber Security, we don\u2019t just fight cyber threats<\/a><\/h3><p class=\"wpr-feature-list-description\">we prevent, protect, and empower.\n<\/p><\/div><\/li><\/ul><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23fb39e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"23fb39e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Security. Confidence. Resilience. That\u2019s our mission.\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-43ab354 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"43ab354\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdfa8a7 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"cdfa8a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Challenges we help you solve\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7290aa e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"d7290aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d906c28 elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"d906c28\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:0}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Expertise Gap<\/h3><p class=\"elementor-image-box-description\">It is difficult for many businesses to defend against complex threats like ransomware. With a shortage of skilled professionals, organizations struggle to implement effective protections and respond quickly to attacks. Our team bridges this gap, providing expert ransomware protection to ensure your business stays secure and resilient.\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52f5bab elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"52f5bab\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Reducing costs \u2013 being effective <\/h3><p class=\"elementor-image-box-description\">Reducing costs while maintaining effective security is essential for businesses. Our solutions focus on delivering high-impact protection without unnecessary complexity or expense. By leveraging advanced automation, real-time threat detection, and ransomware-specific defense strategies, we provide robust security that minimizes the need for costly manual interventions and reduces the risk of expensive breaches. This approach ensures that you stay protected and compliant, without overspending on resources\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81a0061 elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"81a0061\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:600}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Transparency <\/h3><p class=\"elementor-image-box-description\">We believe in full transparency when it comes to your cybersecurity. Our solutions are designed to be clear, straightforward, and easy to understand, so you always know exactly what\u2019s being protected, how, and why. We provide regular updates and reports, ensuring you\u2019re kept informed of your security posture at all times, with no hidden costs or surprises. Trust and clarity are at the core of how we operate, ensuring peace of mind for your business.\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf9fdb7 elementor-absolute arrow-svg arrow-long elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"bf9fdb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<svg width=\"200\" height=\"100\" viewBox=\"0 0 157 220\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M4.37231 0.910322C3.21822 0.152414 1.66823 0.473588 0.910322 1.62769C0.152414 2.78178 0.473588 4.33177 1.62769 5.08968L4.37231 0.910322ZM153 220L156.412 191.335L129.881 202.712L153 220ZM3 3C1.62769 5.08968 1.62751 5.08956 1.62757 5.0896C1.6279 5.08982 1.62819 5.09001 1.62885 5.09044C1.63018 5.09132 1.63244 5.0928 1.63562 5.0949C1.642 5.09911 1.65209 5.10576 1.66583 5.11485C1.69332 5.13303 1.73545 5.16095 1.79178 5.19847C1.90445 5.27351 2.07395 5.38694 2.29689 5.53762C2.74278 5.83899 3.40235 6.28932 4.2485 6.8795C5.94097 8.05999 8.37892 9.79934 11.3458 12.0248C17.282 16.4777 25.3223 22.8669 33.7397 30.6107C50.6712 46.1872 68.7429 66.9003 74.7123 88.1288L77.119 87.452L79.5256 86.7753C73.156 64.1233 54.1682 42.6103 37.125 26.931C28.555 19.0468 20.3791 12.5506 14.3461 8.02505C11.3282 5.76132 8.84323 3.9882 7.10891 2.77852C6.24167 2.17363 5.56189 1.70944 5.09677 1.39508C4.86421 1.23789 4.68529 1.11815 4.56342 1.03698C4.50249 0.996395 4.45581 0.965453 4.42382 0.944297C4.40782 0.933718 4.3955 0.925586 4.38689 0.919918C4.38259 0.917084 4.37922 0.914866 4.37679 0.913266C4.37558 0.912466 4.37446 0.91173 4.37385 0.91133C4.37296 0.910748 4.37231 0.910322 3 3ZM77.119 87.452L74.7123 88.1288C80.6513 109.249 73.1016 126.638 62.2755 133.478C56.907 136.87 50.7025 137.731 44.6191 135.314C38.4816 132.876 32.1263 126.96 26.9057 116.125L24.6535 117.211L22.4014 118.296C27.9775 129.868 35.121 136.921 42.7732 139.961C50.4794 143.022 58.3553 141.87 64.9462 137.705C78.0394 129.433 85.9257 109.535 79.5256 86.7753L77.119 87.452ZM24.6535 117.211L26.9057 116.125C16.3898 94.3009 18.0162 73.1133 27.6385 60.514C32.4273 54.2436 39.2548 49.99 47.8152 48.7234C56.4078 47.452 66.9179 49.17 79.0049 55.1871L80.119 52.9491L81.2332 50.7111C68.4708 44.3577 56.9238 42.3213 47.0834 43.7772C37.2107 45.238 29.2293 50.1933 23.6649 57.4792C12.5809 71.9923 11.3239 95.3059 22.4014 118.296L24.6535 117.211ZM80.119 52.9491L79.0049 55.1871C100.454 65.8649 110.195 85.6321 117.542 111.301C121.22 124.154 124.235 138.239 127.879 153.294C131.509 168.293 135.735 184.126 141.791 200.198L144.13 199.317L146.47 198.435C140.521 182.648 136.352 167.047 132.739 152.118C129.139 137.246 126.064 122.909 122.349 109.926C114.907 83.9241 104.647 62.3669 81.2332 50.7111L80.119 52.9491Z\" fill=\"url(#paint0_linear_613_2819)\"\/>\n<defs>\n<linearGradient id=\"paint0_linear_613_2819\" x1=\"90.4016\" y1=\"3\" x2=\"90.4016\" y2=\"257.414\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#3B3B3B\" stop-opacity=\"0.19\"\/>\n<stop offset=\"1\" stop-color=\"#A1A1A1\"\/>\n<\/linearGradient>\n<\/defs>\n<\/svg>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-9d41a03 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"9d41a03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-996ab87 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"996ab87\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our values\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5eade0b elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5eade0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our values guide everything we do and shape the way we serve our clients:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56f0672 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"56f0672\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 0C7.61175 0 0 7.61175 0 17C0 26.3883 7.61175 34 17 34C26.3883 34 34 26.3883 34 17C34 7.61175 26.3883 0 17 0ZM24.8752 12.2974L16.7323 24.7435C16.7301 24.7456 16.7259 24.7478 16.7259 24.7499C16.6834 24.8136 16.66 24.8859 16.6069 24.9454C16.5325 25.0261 16.4369 25.0686 16.3519 25.1303C16.3306 25.1451 16.3094 25.1621 16.286 25.177C16.1542 25.2599 16.0183 25.3151 15.8695 25.3512C15.8206 25.364 15.776 25.3768 15.725 25.3853C15.6066 25.4015 15.4867 25.403 15.368 25.3895C15.2842 25.3842 15.2009 25.3714 15.1194 25.3512C15.0352 25.3259 14.9534 25.2932 14.875 25.2535C14.807 25.2216 14.7348 25.2131 14.671 25.1727C14.6243 25.143 14.5988 25.0963 14.5584 25.0601C14.5414 25.0452 14.5201 25.041 14.5031 25.0261L9.76225 20.6423C9.48124 20.3724 9.3173 20.0031 9.30567 19.6137C9.29404 19.2243 9.43565 18.8459 9.70006 18.5597C9.96447 18.2736 10.3306 18.1026 10.7197 18.0836C11.1088 18.0645 11.4899 18.1989 11.781 18.4578L15.2129 21.6325L22.3848 10.6696C22.6006 10.3394 22.9388 10.1084 23.325 10.0275C23.7111 9.94658 24.1136 10.0224 24.4439 10.2382C24.7741 10.4541 25.0051 10.7923 25.086 11.1785C25.1669 11.5646 25.0911 11.9671 24.8752 12.2974Z\" fill=\"url(#paint0_linear_613_3979)\"><\/path><defs><linearGradient id=\"paint0_linear_613_3979\" x1=\"34\" y1=\"17\" x2=\"0\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#8FC450\"><\/stop><stop offset=\"1\" stop-color=\"#307CBD\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Integrity<\/b> \u2013 We are committed to providing honest, transparent, and reliable solutions, always putting our clients' best interests first.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 0C7.61175 0 0 7.61175 0 17C0 26.3883 7.61175 34 17 34C26.3883 34 34 26.3883 34 17C34 7.61175 26.3883 0 17 0ZM24.8752 12.2974L16.7323 24.7435C16.7301 24.7456 16.7259 24.7478 16.7259 24.7499C16.6834 24.8136 16.66 24.8859 16.6069 24.9454C16.5325 25.0261 16.4369 25.0686 16.3519 25.1303C16.3306 25.1451 16.3094 25.1621 16.286 25.177C16.1542 25.2599 16.0183 25.3151 15.8695 25.3512C15.8206 25.364 15.776 25.3768 15.725 25.3853C15.6066 25.4015 15.4867 25.403 15.368 25.3895C15.2842 25.3842 15.2009 25.3714 15.1194 25.3512C15.0352 25.3259 14.9534 25.2932 14.875 25.2535C14.807 25.2216 14.7348 25.2131 14.671 25.1727C14.6243 25.143 14.5988 25.0963 14.5584 25.0601C14.5414 25.0452 14.5201 25.041 14.5031 25.0261L9.76225 20.6423C9.48124 20.3724 9.3173 20.0031 9.30567 19.6137C9.29404 19.2243 9.43565 18.8459 9.70006 18.5597C9.96447 18.2736 10.3306 18.1026 10.7197 18.0836C11.1088 18.0645 11.4899 18.1989 11.781 18.4578L15.2129 21.6325L22.3848 10.6696C22.6006 10.3394 22.9388 10.1084 23.325 10.0275C23.7111 9.94658 24.1136 10.0224 24.4439 10.2382C24.7741 10.4541 25.0051 10.7923 25.086 11.1785C25.1669 11.5646 25.0911 11.9671 24.8752 12.2974Z\" fill=\"url(#paint0_linear_613_3979)\"><\/path><defs><linearGradient id=\"paint0_linear_613_3979\" x1=\"34\" y1=\"17\" x2=\"0\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#8FC450\"><\/stop><stop offset=\"1\" stop-color=\"#307CBD\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Expertise<\/b> \u2013 We bring deep knowledge and experience in cybersecurity, delivering high-quality solutions to protect businesses from evolving threats like ransomware.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 0C7.61175 0 0 7.61175 0 17C0 26.3883 7.61175 34 17 34C26.3883 34 34 26.3883 34 17C34 7.61175 26.3883 0 17 0ZM24.8752 12.2974L16.7323 24.7435C16.7301 24.7456 16.7259 24.7478 16.7259 24.7499C16.6834 24.8136 16.66 24.8859 16.6069 24.9454C16.5325 25.0261 16.4369 25.0686 16.3519 25.1303C16.3306 25.1451 16.3094 25.1621 16.286 25.177C16.1542 25.2599 16.0183 25.3151 15.8695 25.3512C15.8206 25.364 15.776 25.3768 15.725 25.3853C15.6066 25.4015 15.4867 25.403 15.368 25.3895C15.2842 25.3842 15.2009 25.3714 15.1194 25.3512C15.0352 25.3259 14.9534 25.2932 14.875 25.2535C14.807 25.2216 14.7348 25.2131 14.671 25.1727C14.6243 25.143 14.5988 25.0963 14.5584 25.0601C14.5414 25.0452 14.5201 25.041 14.5031 25.0261L9.76225 20.6423C9.48124 20.3724 9.3173 20.0031 9.30567 19.6137C9.29404 19.2243 9.43565 18.8459 9.70006 18.5597C9.96447 18.2736 10.3306 18.1026 10.7197 18.0836C11.1088 18.0645 11.4899 18.1989 11.781 18.4578L15.2129 21.6325L22.3848 10.6696C22.6006 10.3394 22.9388 10.1084 23.325 10.0275C23.7111 9.94658 24.1136 10.0224 24.4439 10.2382C24.7741 10.4541 25.0051 10.7923 25.086 11.1785C25.1669 11.5646 25.0911 11.9671 24.8752 12.2974Z\" fill=\"url(#paint0_linear_613_3979)\"><\/path><defs><linearGradient id=\"paint0_linear_613_3979\" x1=\"34\" y1=\"17\" x2=\"0\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#8FC450\"><\/stop><stop offset=\"1\" stop-color=\"#307CBD\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Innovation<\/b> \u2013 We continuously adapt and embrace new technologies to stay ahead of emerging risks, ensuring our clients benefit from cutting-edge protection.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 0C7.61175 0 0 7.61175 0 17C0 26.3883 7.61175 34 17 34C26.3883 34 34 26.3883 34 17C34 7.61175 26.3883 0 17 0ZM24.8752 12.2974L16.7323 24.7435C16.7301 24.7456 16.7259 24.7478 16.7259 24.7499C16.6834 24.8136 16.66 24.8859 16.6069 24.9454C16.5325 25.0261 16.4369 25.0686 16.3519 25.1303C16.3306 25.1451 16.3094 25.1621 16.286 25.177C16.1542 25.2599 16.0183 25.3151 15.8695 25.3512C15.8206 25.364 15.776 25.3768 15.725 25.3853C15.6066 25.4015 15.4867 25.403 15.368 25.3895C15.2842 25.3842 15.2009 25.3714 15.1194 25.3512C15.0352 25.3259 14.9534 25.2932 14.875 25.2535C14.807 25.2216 14.7348 25.2131 14.671 25.1727C14.6243 25.143 14.5988 25.0963 14.5584 25.0601C14.5414 25.0452 14.5201 25.041 14.5031 25.0261L9.76225 20.6423C9.48124 20.3724 9.3173 20.0031 9.30567 19.6137C9.29404 19.2243 9.43565 18.8459 9.70006 18.5597C9.96447 18.2736 10.3306 18.1026 10.7197 18.0836C11.1088 18.0645 11.4899 18.1989 11.781 18.4578L15.2129 21.6325L22.3848 10.6696C22.6006 10.3394 22.9388 10.1084 23.325 10.0275C23.7111 9.94658 24.1136 10.0224 24.4439 10.2382C24.7741 10.4541 25.0051 10.7923 25.086 11.1785C25.1669 11.5646 25.0911 11.9671 24.8752 12.2974Z\" fill=\"url(#paint0_linear_613_3979)\"><\/path><defs><linearGradient id=\"paint0_linear_613_3979\" x1=\"34\" y1=\"17\" x2=\"0\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#8FC450\"><\/stop><stop offset=\"1\" stop-color=\"#307CBD\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Customer-Centricity<\/b> \u2013 Your security needs are our priority. We listen, understand, and tailor our solutions to fit your unique business challenges.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 0C7.61175 0 0 7.61175 0 17C0 26.3883 7.61175 34 17 34C26.3883 34 34 26.3883 34 17C34 7.61175 26.3883 0 17 0ZM24.8752 12.2974L16.7323 24.7435C16.7301 24.7456 16.7259 24.7478 16.7259 24.7499C16.6834 24.8136 16.66 24.8859 16.6069 24.9454C16.5325 25.0261 16.4369 25.0686 16.3519 25.1303C16.3306 25.1451 16.3094 25.1621 16.286 25.177C16.1542 25.2599 16.0183 25.3151 15.8695 25.3512C15.8206 25.364 15.776 25.3768 15.725 25.3853C15.6066 25.4015 15.4867 25.403 15.368 25.3895C15.2842 25.3842 15.2009 25.3714 15.1194 25.3512C15.0352 25.3259 14.9534 25.2932 14.875 25.2535C14.807 25.2216 14.7348 25.2131 14.671 25.1727C14.6243 25.143 14.5988 25.0963 14.5584 25.0601C14.5414 25.0452 14.5201 25.041 14.5031 25.0261L9.76225 20.6423C9.48124 20.3724 9.3173 20.0031 9.30567 19.6137C9.29404 19.2243 9.43565 18.8459 9.70006 18.5597C9.96447 18.2736 10.3306 18.1026 10.7197 18.0836C11.1088 18.0645 11.4899 18.1989 11.781 18.4578L15.2129 21.6325L22.3848 10.6696C22.6006 10.3394 22.9388 10.1084 23.325 10.0275C23.7111 9.94658 24.1136 10.0224 24.4439 10.2382C24.7741 10.4541 25.0051 10.7923 25.086 11.1785C25.1669 11.5646 25.0911 11.9671 24.8752 12.2974Z\" fill=\"url(#paint0_linear_613_3979)\"><\/path><defs><linearGradient id=\"paint0_linear_613_3979\" x1=\"34\" y1=\"17\" x2=\"0\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#8FC450\"><\/stop><stop offset=\"1\" stop-color=\"#307CBD\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Collaboration<\/b> \u2013 We work as a true partner, building long-term relationships based on trust, communication, and shared success.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-ae8c8d7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"ae8c8d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-839628d elementor-widget elementor-widget-spacer\" data-id=\"839628d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our mission is to make cybersecurity practical, effective, and aligned with real-world business needs. We help organizations stay protected from ransomware, data loss, and emerging cyber threats while ensuring they meet compliance standards such as NIS2, GDPR, and DORA. By delivering carefully selected, easy-to-manage technologies, we enable our clients to secure their operations with clarity and confidence. Our focus is not just on security, but on empowering businesses to operate safely, grow fearlessly, and meet regulatory expectations without stress. Book my free consultation At Magic Stone Cyber Security, our mission is clear: to protect businesses from ransomware and cyber threats by delivering advanced, enterprise-grade security that is both accessible and cost-effective for SMEs. We are committed to: Providing Proactive Ransomware Defense Stopping cyber threats before they cause harm with AI-driven security and real-time attack prevention. Bridging the Cybersecurity Gap Ensuring that small and medium-sized businesses (SMEs) have access to the same powerful security solutions as large enterprises\u2014without the complexity or high costs. Simplifying Compliance Helping businesses meet NIS2, DORA, and GDPR requirements effortlessly with security solutions designed for regulatory alignment. Building Resilience Through Innovation Leveraging cutting-edge cyber technologies to provide holistic protection, from email security to ransomware-free backups and attack surface monitoring. Being a Trusted Partner, Not Just a Provider We don\u2019t just sell security tools; we stand by our clients every step of the way, offering expert guidance, rapid response, and a commitment to long-term cybersecurity success. At Magic Stone Cyber Security, we don\u2019t just fight cyber threats we prevent, protect, and empower. Security. Confidence. Resilience. That\u2019s our mission. Challenges we help you solve Expertise Gap It is difficult for many businesses to defend against complex threats like ransomware. With a shortage of skilled professionals, organizations struggle to implement effective protections and respond quickly to attacks. Our team bridges this gap, providing expert ransomware protection to ensure your business stays secure and resilient. Reducing costs \u2013 being effective Reducing costs while maintaining effective security is essential for businesses. Our solutions focus on delivering high-impact protection without unnecessary complexity or expense. By leveraging advanced automation, real-time threat detection, and ransomware-specific defense strategies, we provide robust security that minimizes the need for costly manual interventions and reduces the risk of expensive breaches. This approach ensures that you stay protected and compliant, without overspending on resources Transparency We believe in full transparency when it comes to your cybersecurity. Our solutions are designed to be clear, straightforward, and easy to understand, so you always know exactly what\u2019s being protected, how, and why. We provide regular updates and reports, ensuring you\u2019re kept informed of your security posture at all times, with no hidden costs or surprises. Trust and clarity are at the core of how we operate, ensuring peace of mind for your business. Our values Our values guide everything we do and shape the way we serve our clients: Integrity \u2013 We are committed to providing honest, transparent, and reliable solutions, always putting our clients&#8217; best interests first. Expertise \u2013 We bring deep knowledge and experience in cybersecurity, delivering high-quality solutions to protect businesses from evolving threats like ransomware. Innovation \u2013 We continuously adapt and embrace new technologies to stay ahead of emerging risks, ensuring our clients benefit from cutting-edge protection. Customer-Centricity \u2013 Your security needs are our priority. We listen, understand, and tailor our solutions to fit your unique business challenges. Collaboration \u2013 We work as a true partner, building long-term relationships based on trust, communication, and shared success.<\/p>\n","protected":false},"author":1,"featured_media":5837,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4379","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our Mission - Magic Stone<\/title>\n<meta name=\"description\" content=\"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/magicstone.nl\/en\/our-mission\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Mission - Magic Stone\" \/>\n<meta property=\"og:description\" content=\"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/magicstone.nl\/en\/our-mission\/\" \/>\n<meta property=\"og:site_name\" content=\"Magic Stone\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MagicStoneNL\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T10:31:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@magicstone72\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/\",\"url\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/\",\"name\":\"Our Mission - Magic Stone\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/MS-logo-txt.png\",\"datePublished\":\"2025-08-13T16:41:26+00:00\",\"dateModified\":\"2026-05-28T10:31:55+00:00\",\"description\":\"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/#primaryimage\",\"url\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/MS-logo-txt.png\",\"contentUrl\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/MS-logo-txt.png\",\"width\":1536,\"height\":1024,\"caption\":\"Official Magic Stone brand logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/our-mission\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Mission | Magic Stone\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/\",\"name\":\"Magic Stone\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#organization\",\"name\":\"Magic Stone\",\"url\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/MS-logo-txt-1024x683.png\",\"contentUrl\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/MS-logo-txt-1024x683.png\",\"width\":1024,\"height\":683,\"caption\":\"Magic Stone\"},\"image\":{\"@id\":\"https:\\\/\\\/magicstone.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MagicStoneNL\",\"https:\\\/\\\/x.com\\\/magicstone72\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/magicstonecyber\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our Mission - Magic Stone","description":"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/magicstone.nl\/en\/our-mission\/","og_locale":"en_US","og_type":"article","og_title":"Our Mission - Magic Stone","og_description":"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.","og_url":"https:\/\/magicstone.nl\/en\/our-mission\/","og_site_name":"Magic Stone","article_publisher":"https:\/\/www.facebook.com\/MagicStoneNL","article_modified_time":"2026-05-28T10:31:55+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt-1024x683.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@magicstone72","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/magicstone.nl\/en\/our-mission\/","url":"https:\/\/magicstone.nl\/en\/our-mission\/","name":"Our Mission - Magic Stone","isPartOf":{"@id":"https:\/\/magicstone.nl\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/magicstone.nl\/en\/our-mission\/#primaryimage"},"image":{"@id":"https:\/\/magicstone.nl\/en\/our-mission\/#primaryimage"},"thumbnailUrl":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt.png","datePublished":"2025-08-13T16:41:26+00:00","dateModified":"2026-05-28T10:31:55+00:00","description":"Learn about Magic Stone\u2019s mission to protect organizations from ransomware and manage cyber risk with AI-driven security.","breadcrumb":{"@id":"https:\/\/magicstone.nl\/en\/our-mission\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/magicstone.nl\/en\/our-mission\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magicstone.nl\/en\/our-mission\/#primaryimage","url":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt.png","contentUrl":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt.png","width":1536,"height":1024,"caption":"Official Magic Stone brand logo"},{"@type":"BreadcrumbList","@id":"https:\/\/magicstone.nl\/en\/our-mission\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/magicstone.nl\/en\/"},{"@type":"ListItem","position":2,"name":"Our Mission | Magic Stone"}]},{"@type":"WebSite","@id":"https:\/\/magicstone.nl\/en\/#website","url":"https:\/\/magicstone.nl\/en\/","name":"Magic Stone","description":"","publisher":{"@id":"https:\/\/magicstone.nl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/magicstone.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/magicstone.nl\/en\/#organization","name":"Magic Stone","url":"https:\/\/magicstone.nl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magicstone.nl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt-1024x683.png","contentUrl":"https:\/\/magicstone.nl\/en\/wp-content\/uploads\/2026\/04\/MS-logo-txt-1024x683.png","width":1024,"height":683,"caption":"Magic Stone"},"image":{"@id":"https:\/\/magicstone.nl\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MagicStoneNL","https:\/\/x.com\/magicstone72","https:\/\/www.linkedin.com\/company\/magicstonecyber"]}]}},"_links":{"self":[{"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/pages\/4379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/comments?post=4379"}],"version-history":[{"count":5,"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/pages\/4379\/revisions"}],"predecessor-version":[{"id":7421,"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/pages\/4379\/revisions\/7421"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/media\/5837"}],"wp:attachment":[{"href":"https:\/\/magicstone.nl\/en\/wp-json\/wp\/v2\/media?parent=4379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}