{"id":35997,"date":"2026-02-10T21:58:44","date_gmt":"2026-02-10T21:58:44","guid":{"rendered":"https:\/\/hughes1stg.wpenginepowered.com\/?page_id=35997"},"modified":"2026-02-20T19:38:42","modified_gmt":"2026-02-20T19:38:42","slug":"industries","status":"publish","type":"page","link":"https:\/\/www.hughes.com\/uk\/industries","title":{"rendered":"Industries"},"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\/webp\/2026\/02\/GettyImages-1201608424-scaled.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-1536x1024.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-2048x1366.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1201608424-scaled.webp 2560w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" alt=\"construction worker looking at reports\" class=\"\" loading=\"eager\" decoding=\"async\" width=\"2560\" height=\"1707\" fetchpriority=\"high\"><\/div><div class=\"container\">\r\n                <div class=\"shs-hero-content\"><h1 class=\"h1 title\">Industries<\/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>At Hughes Europe, we deliver innovative, reliable, and secure managed networking tailored to meet the unique challenges of diverse industries. By combining cutting-edge technology with decades of expertise, we empower businesses to stay connected, agile, and competitive in an ever-evolving digital landscape. Whether it&#8217;s enhancing operational efficiency, ensuring great customer experiences, or enabling secure communications across distributed networks, our solutions are designed to address the demands of modern enterprises. With a commitment to scalability, performance, and unparalleled support, Hughes Europe helps organisations unlock their full potential through smarter, more resilient managed networking.<\/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-text-block bullet-styled\"><h3>Retail<\/h3>\n<p>Advanced connectivity solutions empower the retail industry with enhanced customer engagement and real-time data analytics for optimised decision-making and operations.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/managed-networks-retail\"><u>Managed Networks for Retail<\/u><\/a><\/p>\n<h3>Business Services<\/h3>\n<p>Advanced managed networking powers the business services sector, enabling smarter collaboration, optimised workflows, and exceptional client service delivery across all operations.<\/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\/webp\/2026\/02\/GettyImages-89872272_3-scaled.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-1536x1024.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-2048x1365.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-89872272_3-scaled.webp 2560w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" alt=\"customer clothes shopping\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\"><\/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\/webp\/2026\/02\/GettyImages-552721763_0-scaled.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-1536x1024.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-2048x1365.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-552721763_0-scaled.webp 2560w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" alt=\"worker taking photos at construction site\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\"><\/div>\r\n                                    <\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><h3>Construction<\/h3>\n<p>Hughes Europe provides advanced satellite and broadband connectivity solutions to the construction industry, ensuring reliable communication and efficient project management, even in remote locations.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/managed-networks-construction\"><u>Managed Networks for Construction<\/u><\/a><\/p>\n<h3>Manufacturing<\/h3>\n<p>Reliable connectivity is revolutionising manufacturing by powering smart factories, supporting advanced automation, and enabling real-time monitoring and data-driven decision-making to boost efficiency and productivity.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/managed-networks-manufacturing\"><u>Managed Networks for Manufacturing<\/u><\/a><\/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\"><h3>Forecourts<\/h3>\n<p>Reliable and high-speed connectivity ensures forecourts can efficiently manage fuel pumps, point-of-sale systems, and customer services while enabling real-time monitoring and secure transactions.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/managed-networks-forecourts\">Managed Networks for Forecourts<\/a><\/p>\n<h3>Utilities<\/h3>\n<p>With reliable connectivity, the utilities industry can optimise infrastructure management, enhance operational monitoring, and enable faster response times to service disruptions.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/managed-networks-utilities\"><u>Managed Networks for Utilities<\/u><\/a><\/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\/webp\/2026\/02\/GettyImages-1421951888_0.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-1536x1025.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0-2048x1366.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1421951888_0.webp 7829w\" sizes=\"(max-width: 7829px) 100vw, 7829px\" alt=\"gas pumps\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"7829\" height=\"5222\"><\/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\/webp\/2026\/02\/GettyImages-1311084124_0.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-1536x1025.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0-2048x1366.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-1311084124_0.webp 7952w\" sizes=\"(max-width: 7952px) 100vw, 7952px\" alt=\"man monitoring security cameras\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"7952\" height=\"5304\"><\/div>\r\n                                    <\/div><\/div><div class=\"tccs-row-right cell-md-6\"><div class=\"tccs-text-block bullet-styled\"><h3>Defence<\/h3>\n<p>In the defence sector, secure and reliable connectivity is essential for maintaining continuous communication, real-time data exchange, and mission-critical operations. Advanced solutions ensure that troops and command centres remain connected, even in remote or hostile environments, facilitating swift decision-making and coordinated responses. This includes support for secure satellite links, resilient networks, and integration of advanced technologies like AI and IoT for enhanced situational awareness. Effective connectivity is crucial for improving operational readiness, minimising risks, and ensuring the success of defence missions.<\/p>\n<p><a href=\"https:\/\/www.hughes.com\/uk\/industries\/defence-communication-network\">Defence Communication Networks<\/a><\/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<!-- Full-Width Image Promo --><section class=\"full-width-image-promo-section bg-dark\"><div class=\"fwips-img\"><img src=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-scaled.webp\" srcset=\"https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-300x200.webp 300w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-1024x683.webp 1024w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-150x150.webp 150w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-768x512.webp 768w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-1536x1024.webp 1536w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-2048x1365.webp 2048w, https:\/\/www.hughes.com\/wp-content\/uploads\/webp\/2026\/02\/GettyImages-858239364_0-scaled.webp 2560w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" alt=\"construction site\" class=\"\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\"><\/div><div class=\"container\"><\/div>\r\n<\/section>\n\n<!-- Full-Width Image Promo --><section class=\"full-width-image-promo-section bg-dark\"><div class=\"container\"><div class=\"fwips-content\"><div class=\"desc\"><p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h1 class=\"text-align-center\"><span style=\"color: white;\"><strong>If you would like to learn more, please contact us below\u00a0<\/strong><\/span><\/h1>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div><\/div><\/div>\r\n<\/section>\n\n<!-- Form Component --><section class=\"from-section space-md-m\" id=\"block_a7f3e5916b9c59d1bdb60d04fd9d79fe\">\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\/35997' 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' >I consent to receiving email communications and marketing materials from Hughes Europe<\/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='ZUJUlKYHdwjqiGyGLu0ygLkT2k2rkSgzMFzNNgLC61KFNv9iNePRr2EVkWUOr+EcZOvrSRiZr6N39nTNdxOAmKVWPoWzqbFt8deAVAYg5q8HIto=' \/>\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_a7f3e5916b9c59d1bdb60d04fd9d79fe');\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":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"_searchwp_excluded":"","footnotes":""},"class_list":["post-35997","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Managed Networking for all of Industry - Hughes<\/title>\n<meta name=\"description\" content=\"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.\" \/>\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\/industries\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managed Networking for all of Industry - Hughes\" \/>\n<meta property=\"og:description\" content=\"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hughes.com\/uk\/industries\" \/>\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-20T19:38:42+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\\\/industries\",\"url\":\"https:\\\/\\\/www.hughes.com\\\/uk\\\/industries\",\"name\":\"Managed Networking for all of Industry - Hughes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hughes.com\\\/uk\\\/#website\"},\"datePublished\":\"2026-02-10T21:58:44+00:00\",\"dateModified\":\"2026-02-20T19:38:42+00:00\",\"description\":\"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hughes.com\\\/uk\\\/industries#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hughes.com\\\/uk\\\/industries\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hughes.com\\\/uk\\\/industries#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hughes.com\\\/uk\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Industries\"}]},{\"@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":"Managed Networking for all of Industry - Hughes","description":"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.","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\/industries","og_locale":"en_US","og_type":"article","og_title":"Managed Networking for all of Industry - Hughes","og_description":"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.","og_url":"https:\/\/www.hughes.com\/uk\/industries","og_site_name":"Hughes","article_publisher":"https:\/\/www.facebook.com\/HughesConnects\/","article_modified_time":"2026-02-20T19:38:42+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\/industries","url":"https:\/\/www.hughes.com\/uk\/industries","name":"Managed Networking for all of Industry - Hughes","isPartOf":{"@id":"https:\/\/www.hughes.com\/uk\/#website"},"datePublished":"2026-02-10T21:58:44+00:00","dateModified":"2026-02-20T19:38:42+00:00","description":"At Hughes Europe, we deliver innovative, reliable, and secure connectivity solutions tailored to meet the unique challenges of diverse industries.","breadcrumb":{"@id":"https:\/\/www.hughes.com\/uk\/industries#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hughes.com\/uk\/industries"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hughes.com\/uk\/industries#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hughes.com\/uk"},{"@type":"ListItem","position":2,"name":"Industries"}]},{"@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\/35997","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/comments?post=35997"}],"version-history":[{"count":0,"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/pages\/35997\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.hughes.com\/uk\/wp-json\/wp\/v2\/media?parent=35997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}