{"id":36106,"date":"2026-02-10T22:35:08","date_gmt":"2026-02-10T22:35:08","guid":{"rendered":"https:\/\/hughes1stg.wpenginepowered.com\/?page_id=36106"},"modified":"2026-02-16T16:56:33","modified_gmt":"2026-02-16T16:56:33","slug":"hughes-fusion","status":"publish","type":"page","link":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion","title":{"rendered":"Hughes Fusion"},"content":{"rendered":"<!-- Solution Hero --><section class=\"solution-hero-section\">\r\n    <div class=\"shs-wrapper bg-dark border-radius-bottom-lr\">\r\n        <div class=\"shs-hero\"><div class=\"shs-bg-media\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/hughes_web_banner_32.jpg.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/hughes_web_banner_32.jpg.webp 1280w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/hughes_web_banner_32.jpg-300x113.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/hughes_web_banner_32.jpg-1024x384.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/hughes_web_banner_32.jpg-768x288.webp 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" alt=\"SD-Branch banner\" class=\"\" loading=\"eager\" decoding=\"async\" width=\"1280\" height=\"480\" fetchpriority=\"high\"><\/div><div class=\"container\">\r\n                <div class=\"shs-hero-content\"><h1 class=\"h1 title\">Hughes Fusion<\/h1><\/div>\r\n            <\/div><\/div><div class=\"shs-overview\">\r\n                <div class=\"container\">\r\n                    <div class=\"shs-overview-content row\"><div class=\"introduction -lg cell-12\"><p style=\"margin-bottom: 11px;\">In a world where the speed of connectivity plays a vital role in successful operational activity and business growth, delays can be costly. There is the expectation of being able to reliably access critical data and load applications within seconds, whatever the location.<\/p>\n<\/div><div class=\"left-column -lg cell-md-6\"><p style=\"margin-bottom: 11px;\">However, seamless connectivity and high network performance are not ever-present. On the contrary, in certain locations, LTE service can be limited. Traditional satellite internet may offer coverage where LTE cannot reach. Yet, when these requests need to travel significant distances to and from the satellite, users will still experience delays or latency.<\/p>\n<p>When seeking to download data-heavy files or business critical applications, these delays begin to impact productivity and staff morale. At busy times of day, when network traffic is high, the extended presence of the loading symbol or bar begins to cause frustration.<\/p>\n<\/div><div class=\"right-column -lg cell-md-6\"><p style=\"margin-bottom: 11px;\">As a Managed Network Service partner for distributed enterprises, we appreciate these <a href=\"https:\/\/www.hughes.com\/uk\/business-challenges\">network challenges<\/a> and the impact they can have on business performance. Therefore, we developed the Hughes Fusion to provide a solution.<\/p>\n<p>Hughes Fusion with <a href=\"https:\/\/www.hughes.com\/what-we-offer\/managed-network-services\/active-technologies\">ActiveTechnologies<\/a> combines satellite and mobile broadband technologies to provide a revolutionary low-latency network for multi-site, multi-country organisations. This innovative solution is responsive, reliable, and fast for an unparalleled, enterprise-grade service network.<\/p>\n<\/div><\/div>\r\n                <\/div>\r\n            <\/div><\/div>\r\n<\/section>\n\n<!-- Two-Column Content --><section class=\"two-column-content-section space-lg-m\">\r\n        <div class=\"container\"><div class=\"tccs-row row\"><div class=\"tccs-row-left cell-md-6\"><div class=\"tccs-image-block\">\r\n                                        <div class=\"tccs-image\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_network_enabled_04.png.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_network_enabled_04.png.webp 500w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_network_enabled_04.png-300x270.webp 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" alt=\"Business Challenges_network_enabled_transformation\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\"><\/div>\r\n                                    <\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><h2 style=\"margin-top: 3px;\">Optimal network performance via an innovative combination of technologies<\/h2>\n<p>The Hughes Fusion combines satellite and mobile broadband technologies to reduce latency significantly.<\/p>\n<p>By sending latency-sensitive requests through a mobile broadband connection instead of a satellite, the service becomes more responsive.<\/p>\n<p>Applications load faster, and access to critical data becomes more efficient.<\/p>\n<p>With multiple paths available, your business can enjoy always-on connectivity with the speed and reliability that supports optimum productivity.<\/p>\n<p>&nbsp;<\/p>\n<\/div><\/div><\/div><\/div>\r\n    <\/section>\r\n<!-- <script>\r\nwindow.hasClicked = window.hasClicked || {};\r\njQuery(document).on('gform_confirmation_loaded', function(event, formId) {\r\n    const formBlocks = document.querySelectorAll('.two-column-content-section .tccs-form-block');\r\n\r\n    formBlocks.forEach(block => {\r\n        const thankYou = block.querySelector('.tccs-thank-you');\r\n\r\n        const leftLink = block.querySelector('[class^=\"left-redirect-link-\"]');\r\n        if(leftLink) {\r\n            const linkFormId = parseInt(leftLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = leftLink.className.match(\/left-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    leftLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n        const rightLink = block.querySelector('[class^=\"right-redirect-link-\"]');\r\n        if(rightLink) {\r\n            const linkFormId = parseInt(rightLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = rightLink.className.match(\/right-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    rightLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n    });\r\n});\r\n<\/script> -->\r\n\n\n<!-- Two-Column Content --><section class=\"two-column-content-section space-lg-m\">\r\n        <div class=\"container\"><div class=\"tccs-row row\"><div class=\"tccs-row-left cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><p>The benefits of the Hughes Fusion are delivered via an innovative combination of connectivity technologies:<\/p>\n<ul>\n<li data-list-item-id=\"e31a7dbb00959d77c839a7abad4460897\">Leveraging VSAT and LTE to create a dual-wireless platform<\/li>\n<li data-list-item-id=\"e41663a6229cf77413dd0865bd8fd1e27\">SD-WAN functions utilising Hughes intelligent ActiveQoS for monitoring the available bandwidth end-to-end and Agile Switching ActivePath (ASAP) on a per-packet basis, with routes over VSAT or LTE:\n<ul>\n<li data-list-item-id=\"e3a085f4d5f10f18aefedd4f1ab2e8e83\">Prioritization based on the available WAN capacity on VSAT and LTE and traffic characteristic<\/li>\n<li data-list-item-id=\"e3d5e918cedd899da141394d9e61d7b5b\">LTE to optimise responsiveness<\/li>\n<li data-list-item-id=\"e5859e8aafb72a0affa5bbd65a771de92\">VSAT to minimise LTE usage and enhance downloads<\/li>\n<\/ul>\n<\/li>\n<li data-list-item-id=\"ed4c266d63fcfb0d013579da16045d088\">Optimised transport service for\n<ul>\n<li data-list-item-id=\"ee9829f26f8c4786d339c291d1151e252\">Higher performance<\/li>\n<li data-list-item-id=\"edd4f0a8c6e1bee3763c92d672ff6e328\">High availability<\/li>\n<li data-list-item-id=\"edd7199c88c55c9718f802b2af65dd80a\">Lower cost<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-image-block\">\r\n                                        <div class=\"tccs-image\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Business_Agility_3.png.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Business_Agility_3.png.webp 500w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Business_Agility_3.png-300x270.webp 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" alt=\"Business Challenges_Business_Agility\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\"><\/div>\r\n                                    <\/div><\/div><\/div><\/div>\r\n    <\/section>\r\n<!-- <script>\r\nwindow.hasClicked = window.hasClicked || {};\r\njQuery(document).on('gform_confirmation_loaded', function(event, formId) {\r\n    const formBlocks = document.querySelectorAll('.two-column-content-section .tccs-form-block');\r\n\r\n    formBlocks.forEach(block => {\r\n        const thankYou = block.querySelector('.tccs-thank-you');\r\n\r\n        const leftLink = block.querySelector('[class^=\"left-redirect-link-\"]');\r\n        if(leftLink) {\r\n            const linkFormId = parseInt(leftLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = leftLink.className.match(\/left-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    leftLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n        const rightLink = block.querySelector('[class^=\"right-redirect-link-\"]');\r\n        if(rightLink) {\r\n            const linkFormId = parseInt(rightLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = rightLink.className.match(\/right-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    rightLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n    });\r\n});\r\n<\/script> -->\r\n\n\n<!-- Two-Column Content --><section class=\"two-column-content-section space-lg-m\">\r\n        <div class=\"container\"><div class=\"tccs-row row\"><div class=\"tccs-row-left cell-md-6\"><div class=\"tccs-image-block\">\r\n                                        <div class=\"tccs-image\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Resilience-and-Security_02.png.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Resilience-and-Security_02.png.webp 500w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Business-Challenges_Resilience-and-Security_02.png-300x270.webp 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" alt=\"Business Challenges_Resilience-and-Security\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\"><\/div>\r\n                                    <\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><h2 style=\"margin-top: 3px;\">Advantages of Hughes Fusion<\/h2>\n<p>The Hughes Fusion ensures enhanced connectivity, improved performance and high availability.<\/p>\n<p>Your network users can enjoy a more responsive web browsing experience and low-latency VPN connectivity.<\/p>\n<p>Performance is faster than slower wirelines or standalone LTE or VSAT.<\/p>\n<p>Meanwhile, the higher availability resolves LTE congestion issues and supports routing around failed or degraded connectivity.<\/p>\n<\/div><\/div><\/div><\/div>\r\n    <\/section>\r\n<!-- <script>\r\nwindow.hasClicked = window.hasClicked || {};\r\njQuery(document).on('gform_confirmation_loaded', function(event, formId) {\r\n    const formBlocks = document.querySelectorAll('.two-column-content-section .tccs-form-block');\r\n\r\n    formBlocks.forEach(block => {\r\n        const thankYou = block.querySelector('.tccs-thank-you');\r\n\r\n        const leftLink = block.querySelector('[class^=\"left-redirect-link-\"]');\r\n        if(leftLink) {\r\n            const linkFormId = parseInt(leftLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = leftLink.className.match(\/left-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    leftLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n        const rightLink = block.querySelector('[class^=\"right-redirect-link-\"]');\r\n        if(rightLink) {\r\n            const linkFormId = parseInt(rightLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = rightLink.className.match(\/right-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    rightLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n    });\r\n});\r\n<\/script> -->\r\n\n\n<!-- Two-Column Content --><section class=\"two-column-content-section space-lg-m\">\r\n        <div class=\"container\"><div class=\"tccs-row row\"><div class=\"tccs-row-left cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><p style=\"margin-bottom: 11px;\">These network advantages increase efficiencies across all business online activity, for example:<\/p>\n<ul>\n<li data-list-item-id=\"e4d8b826898ea31000db3de9f76c832b4\">Video conferencing is seamless<\/li>\n<li data-list-item-id=\"e921a76167b752175bc9f169bd6c1d0c2\">Online file sharing is expanded<\/li>\n<li data-list-item-id=\"effb89e96da650b1a4d423b1589c34b0b\">Media-heavy files are quickly transferred<\/li>\n<li data-list-item-id=\"edb660b849f765d984bd4782b34d35772\">Access to cloud-based services is increased<\/li>\n<li data-list-item-id=\"e5d2f542f7f78e45d6ab27a872bd070b5\">Data storage and backups are more efficient<\/li>\n<li data-list-item-id=\"e2aee6a01deb362d027e855f25d3756c5\">Data management is optimised<\/li>\n<li data-list-item-id=\"ee78961932a4ceb504de8dcac2ea3bd2b\">Real-Time traffic such as Teams or VoIP are prioritised<\/li>\n<\/ul>\n<p>Furthermore, the Hughes Fusion delivers excellent performance at an affordable price. Costs are reduced by managing data usage and offloading bulking downloads to VSAT.<\/p>\n<\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-image-block\">\r\n                                        <div class=\"tccs-image\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Solutions_Networks_Managed_SmartStore_perform_well_with_managed_SDWAN_and_Managed_LAN_WLAN.png.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Solutions_Networks_Managed_SmartStore_perform_well_with_managed_SDWAN_and_Managed_LAN_WLAN.png.webp 500w, https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/Solutions_Networks_Managed_SmartStore_perform_well_with_managed_SDWAN_and_Managed_LAN_WLAN.png-300x270.webp 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" alt=\"Solutions_Networks_Managed_SmartStore_perform_well_with_managed_SDWAN_and_Managed_LAN_WLAN\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"450\"><\/div>\r\n                                    <\/div><\/div><\/div><\/div>\r\n    <\/section>\r\n<!-- <script>\r\nwindow.hasClicked = window.hasClicked || {};\r\njQuery(document).on('gform_confirmation_loaded', function(event, formId) {\r\n    const formBlocks = document.querySelectorAll('.two-column-content-section .tccs-form-block');\r\n\r\n    formBlocks.forEach(block => {\r\n        const thankYou = block.querySelector('.tccs-thank-you');\r\n\r\n        const leftLink = block.querySelector('[class^=\"left-redirect-link-\"]');\r\n        if(leftLink) {\r\n            const linkFormId = parseInt(leftLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = leftLink.className.match(\/left-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    leftLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n        const rightLink = block.querySelector('[class^=\"right-redirect-link-\"]');\r\n        if(rightLink) {\r\n            const linkFormId = parseInt(rightLink.getAttribute('title'));\r\n            if(!isNaN(linkFormId) && formId === linkFormId) {\r\n                if(thankYou) thankYou.classList.remove('d-none');\r\n                const index = rightLink.className.match(\/right-redirect-link-(\\d+)\/)[1];\r\n                if(!window.hasClicked[index]) {\r\n                    window.hasClicked[index] = true;\r\n                    rightLink.click();\r\n                }\r\n            }\r\n        }\r\n\r\n    });\r\n});\r\n<\/script> -->\r\n\n\n<!-- Text Block --><section class=\"wysiwyg-component space-md-m\">\n        <div class=\"container\">\n            <div class=\"wc-wrap\"><div class=\"wc-decs bullet-styled\"><h2 style=\"margin-bottom: 11px;\">Optimal Network Performance Delivered via Satellite and LTE with Integrated SD-WAN Technology<\/h2>\n<p style=\"margin-bottom: 11px;\">The Hughes Fusion harnesses the advantages of VSAT and LTE, combining them with SD-WAN to create an improved connectivity option that offers superior network performance than either technology in isolation.<\/p>\n<p style=\"margin-bottom: 11px;\">These enhanced capabilities support access to new domestic and global markets, enabling business growth while ensuring optimal operational activity can be maintained.<\/p>\n<\/div><\/div>\n        <\/div>\n    <\/section>\n\n<!-- Full-Width CTA --><section class=\"full-width-cta-section border-radius-top-lr center bg-dark\">\r\n        <div class=\"container\">\r\n            <div class=\"fwc-row row align-items-center\"><div class=\"fwc-left cell-12\">\r\n                        <div class=\"fwc-content\"><h2 class=\"fwc-title\">To learn more about the Hughes Fusion, please get in contact<\/h2><div class=\"btn-wrap\"><a class=\"btn\" href=\"https:\/\/www.hughes.com\/uk\/contact-us\" target=\"_self\" rel=\"nofollow\" aria-label=\"Contact Us\" >Contact Us<\/a><\/div><\/div><\/div><\/div>\r\n        <\/div>\r\n    <\/section>\n\n<!-- Form Component --><section class=\"from-section space-md-m\" id=\"block_496bbdb76a02e0b0a35fbc09346826d6\">\r\n    <div class=\"container\">\r\n        <div class=\"fs-wrap-main gform-style\">\r\n            <div class=\"fs-wrap\"><div class=\"fs-header text-center\"><h2 class=\"title\">Contact us to talk to one of our experts<\/h2><\/div><div class=\"fs-form\"><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 gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_11' ><style>#gform_wrapper_11[data-form-index=\"0\"].gform-theme,[data-parent-form=\"11_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_11' id='gform_11'  action='\/uk\/wp-json\/wp\/v2\/pages\/36106' data-formid='11' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LdYH54pAAAAAIfW_ddTPguiP-qLeh6kJIJ9H5kZ' data-tabindex='0'><input id=\"input_e96277ef775691b32a665d00a36bba25\" class=\"gfield_recaptcha_response\" type=\"hidden\" name=\"input_e96277ef775691b32a665d00a36bba25\" value=\"\"\/><\/div>\n                        <div class='gform-body gform_body'><div id='gform_fields_11' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_11_1\" class=\"gfield gfield--type-text gfield--input-type-text 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_11_1'>First 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_1' id='input_11_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_11_3\" class=\"gfield gfield--type-text gfield--input-type-text 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_11_3'>Last 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_3' id='input_11_3' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_11_10\" class=\"gfield gfield--type-text gfield--input-type-text 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_11_10'>Company*<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_10' id='input_11_10' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_11_4\" class=\"gfield gfield--type-email gfield--input-type-email 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_11_4'>Business 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_4' id='input_11_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_11_5\" class=\"gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_5'>Nature of Enquiry?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_11_5' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_11_24\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >At Hughes Europe we\u2019d like to help you stay informed about the latest trends, products and services in the networking world. And we\u2019d like to make sure what we send is relevant by keeping track of what information you show interest in.\n<br>\n<b>If you have been referred to us by a third party, please include their name and contact information in the \u201cNature of Enquiry\u201d field above.<\/b>\n<br><br>\nYou can ask us to stay in touch by ticking the box below:<\/div><fieldset id=\"field_11_22\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio 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' >GDPR Consent<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_11_22'>\n\t\t\t<div class='gchoice gchoice_11_22_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_22' type='radio' value='1'  id='choice_11_22_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_22_0' id='label_11_22_0' class='gform-field-label gform-field-label--type-inline'>Yes please. I\u2019d like to receive regular emails from Hughes Europe about the latest trends, products and services in the networking world and I\u2019m happy for you to keep a record of my details and what information I click on. * You can unsubscribe from our contact list at any time by clicking the link in the emails we send you.<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_11_22_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_22' type='radio' value='0'  id='choice_11_22_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_22_1' id='label_11_22_1' class='gform-field-label gform-field-label--type-inline'>No Thanks. Please contact me only in regard to my enquiry above.<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_11_23\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><b>What do we do with the data you share?<\/b><br>\nWe will capture the data you have shared above in our CRM system and will keep a record of the preference you have expressed for further communication. We need to keep this record even if you don&#8217;t want us to add you to our contact list so that we can ensure we don&#8217;t inadvertently send you information you do not wish to receive.\n<br><br>\nAt Hughes we are respectful of your personal data. To find out how we store and use any data you share, please read our privacy statement <a href=\"https:\/\/www.hughes.com\/uk\/privacy-policy\">here<\/a>.\n<br><br>\n*Indicates required<\/div><div id=\"field_11_8\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full 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_8' id='input_11_8' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_9\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full 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_9' id='input_11_9' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='Sales' \/><\/div><\/div><div id=\"field_11_11\" 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_11' id='input_11_11' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_12\" 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_12' id='input_11_12' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='warn' \/><\/div><\/div><div id=\"field_11_13\" 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_13' id='input_11_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='CORP_WEB' \/><\/div><\/div><div id=\"field_11_14\" 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_14' id='input_11_14' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='00D30000000n5Rn' \/><\/div><\/div><div id=\"field_11_15\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full 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_15' id='input_11_15' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='0' \/><\/div><\/div><div id=\"field_11_17\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full 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_17' id='input_11_17' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_18\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full 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_18' id='input_11_18' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_19\" 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_19' id='input_11_19' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_20\" 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_20' id='input_11_20' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_11_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_11_21' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_11' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> <input type='hidden' name='gform_ajax' value='form_id=11&amp;title=&amp;description=&amp;tabindex=0&amp;theme=orbital&amp;styles=[]&amp;hash=769f85cf87323386547f3004bdc8d574' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_11' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_11' id='gform_theme_11' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_11' id='gform_style_settings_11' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_11' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='11' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='Oeg2NjgcF8uhZ6Gp2Td76tAVKJ7KpVy\/SsY1uhx7RUpPQ4t7vE53Q24vcHN98E5g\/TH25quh4vH1e\/HtpQteYPCoNX7h8Pe+hN+NM1p5+9CiqXw=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_11' value='WyJ7XCIyMlwiOltcImZiMGI0NGNlNjI5NmVmZWYwZDUwOWQ3YmRmYTI2MjQwXCIsXCI5ZGQ2Y2YwN2EzNThmMjFiOWQ5MTE5Y2VlMzI3MDQ5Y1wiXX0iLCIzNzdjNzY1Yjc0ZDkxNzBiYzVkOTg4ODM4ZDgzOGM2NCJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_11' id='gform_target_page_number_11' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_11' id='gform_source_page_number_11' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='lead_source=CORP_WEB&amp;otm_account_id=00D30000000n5Rn&amp;is_mobile=0' \/>\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_11' id='gform_ajax_frame_11' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 11, 'https:\/\/www.hughes.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_11').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_11');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_11').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_11').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_11').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_11').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_11').val();gformInitSpinner( 11, 'https:\/\/www.hughes.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [11, current_page]);window['gf_submitting_11'] = 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_11').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [11]);window['gf_submitting_11'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_11').text());}else{jQuery('#gform_11').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"11\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_11\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_11\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_11\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 11, 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<div class=\"fs-thank-you gform_confirmation_message d-none\">Thank you! We\u2019ve received your message and will be in touch soon.<\/div>                    <script type=\"text\/javascript\">\r\n                        jQuery(document).on('gform_confirmation_loaded', function (event, formId, $) {\r\n                            const formWrap = document.querySelectorAll('.from-section#block_496bbdb76a02e0b0a35fbc09346826d6');\r\n\r\n                            if (formId === 11) {\r\n                                formWrap.forEach(element => {\r\n                                    const thankYou = element.querySelector('.fs-form .fs-thank-you');\r\n                                    if( thankYou ) { thankYou.classList.remove('d-none'); }\r\n\r\n                                                                    });\r\n                            }\r\n                        })\r\n                    <\/script>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":0,"parent":35969,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"_searchwp_excluded":"","footnotes":""},"class_list":["post-36106","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hughes Fusion | Hughes<\/title>\n<meta name=\"description\" content=\"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance &amp; high availability to resolve LTE congestion\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hughes Fusion | Hughes\" \/>\n<meta property=\"og:description\" content=\"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance &amp; high availability to resolve LTE congestion\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion\" \/>\n<meta property=\"og:site_name\" content=\"Hughes\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/HughesConnects\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T16:56:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesGlobalOpenGraph.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@HughesConnects\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion\",\"url\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion\",\"name\":\"Hughes Fusion | Hughes\",\"isPartOf\":{\"@id\":\"https:\/\/www.hughes.com\/uk\/#website\"},\"datePublished\":\"2026-02-10T22:35:08+00:00\",\"dateModified\":\"2026-02-16T16:56:33+00:00\",\"description\":\"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance & high availability to resolve LTE congestion\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hughes.com\/uk\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Solutions\",\"item\":\"https:\/\/www.hughes.com\/uk\/solutions\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Network Management\",\"item\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Managed SD-WAN\",\"item\":\"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Hughes Fusion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hughes.com\/uk\/#website\",\"url\":\"https:\/\/www.hughes.com\/uk\/\",\"name\":\"Hughes\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.hughes.com\/uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hughes.com\/uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.hughes.com\/uk\/#organization\",\"name\":\"Hughes\",\"url\":\"https:\/\/www.hughes.com\/uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.hughes.com\/uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesEchoStar_Logo.png\",\"contentUrl\":\"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesEchoStar_Logo.png\",\"width\":593,\"height\":213,\"caption\":\"Hughes\"},\"image\":{\"@id\":\"https:\/\/www.hughes.com\/uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/HughesConnects\/\",\"https:\/\/x.com\/HughesConnects\",\"https:\/\/www.youtube.com\/user\/HughesTV\/videos\",\"https:\/\/www.linkedin.com\/company\/3569\/admin\/dashboard\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hughes Fusion | Hughes","description":"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance & high availability to resolve LTE congestion","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:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion","og_locale":"en_US","og_type":"article","og_title":"Hughes Fusion | Hughes","og_description":"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance & high availability to resolve LTE congestion","og_url":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion","og_site_name":"Hughes","article_publisher":"https:\/\/www.facebook.com\/HughesConnects\/","article_modified_time":"2026-02-16T16:56:33+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesGlobalOpenGraph.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@HughesConnects","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion","url":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion","name":"Hughes Fusion | Hughes","isPartOf":{"@id":"https:\/\/www.hughes.com\/uk\/#website"},"datePublished":"2026-02-10T22:35:08+00:00","dateModified":"2026-02-16T16:56:33+00:00","description":"The Hughes Europe Multipath Wireless SD-WAN solution ensures low-latency VPN connectivity, network performance & high availability to resolve LTE congestion","breadcrumb":{"@id":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan\/hughes-fusion#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hughes.com\/uk"},{"@type":"ListItem","position":2,"name":"Solutions","item":"https:\/\/www.hughes.com\/uk\/solutions"},{"@type":"ListItem","position":3,"name":"Network Management","item":"https:\/\/www.hughes.com\/uk\/solutions\/network-management"},{"@type":"ListItem","position":4,"name":"Managed SD-WAN","item":"https:\/\/www.hughes.com\/uk\/solutions\/network-management\/managed-sd-wan"},{"@type":"ListItem","position":5,"name":"Hughes Fusion"}]},{"@type":"WebSite","@id":"https:\/\/www.hughes.com\/uk\/#website","url":"https:\/\/www.hughes.com\/uk\/","name":"Hughes","description":"","publisher":{"@id":"https:\/\/www.hughes.com\/uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hughes.com\/uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.hughes.com\/uk\/#organization","name":"Hughes","url":"https:\/\/www.hughes.com\/uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.hughes.com\/uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesEchoStar_Logo.png","contentUrl":"https:\/\/www.hughes.com\/wp-content\/uploads\/2026\/02\/HughesEchoStar_Logo.png","width":593,"height":213,"caption":"Hughes"},"image":{"@id":"https:\/\/www.hughes.com\/uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HughesConnects\/","https:\/\/x.com\/HughesConnects","https:\/\/www.youtube.com\/user\/HughesTV\/videos","https:\/\/www.linkedin.com\/company\/3569\/admin\/dashboard\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/pages\/36106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/comments?post=36106"}],"version-history":[{"count":0,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/pages\/36106\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/pages\/35969"}],"wp:attachment":[{"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/media?parent=36106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}