{"id":894,"date":"2024-05-05T14:31:13","date_gmt":"2024-05-05T12:31:13","guid":{"rendered":"https:\/\/movigroup.rst38h.com\/contatti\/"},"modified":"2024-12-13T11:16:21","modified_gmt":"2024-12-13T10:16:21","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/movigroup.com\/en\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"<section class=\"wp-block-hero-internal align-text-left is-position-top bg-no-repeat pb-12 lg:pb-0 bg-cover bg-center rounded-b-[45px] lg:rounded-b-[90px] relative z-30\" style=\" background-image: url(https:\/\/movigroup.com\/wp-content\/uploads\/2024\/05\/come-contattarci.jpg)\">\n  <div class=\"container h-[calc(100vh-182px)] pt-[134px] lg:pt-[154px] flex flex-col mx-auto justify-center relative z-30 min-h-[446px] max-h-[446px] lg:min-h-[608px]\">\n    <div class=\"grid grid-cols-12\">\n      <div class=\"col-span-12 flex flex-col justify-center [&#038;_*]:text-white [&#038;_div]:text-xl [&#038;_div]:leading-normal leading-[1.1]\">\n        <h1 class=\"text-3xl lg:text-4xl 2xl:text-5xl font-bold text-white text-bold  text-center leading-tight\">Contact information<\/h1>\n        \n      <\/div>\n    <\/div>\n  <\/div>\n      <div class=\"absolute top-0 z-20  h-full w-auto min-w-full min-h-full max-w-none rounded-b-[45px] lg:rounded-b-[90px] bg-gradient-hero opacity-40\"><\/div>\n<\/section>\n\n<section class=\"wp-block-container align-text-left is-position-top bg-no-repeat pb-12 lg:pb-0 bg-contain lg:bg-cover relative z-30\" style=\" \">\n  <div>\n    <div class=\"acf-innerblocks-container\">\n<section class=\"wp-block-contacts align-text-left is-position-top my-16 2xl:my-52\" style=\" \">\n  <div class=\"container mx-auto bg-[#f8f8f8] rounded-[45px] p-0\">\n        <div class=\"grid grid-cols-12 gap-4\">\n      <div class=\"col-span-12 lg:col-span-5 p-8 xl:p-16 gap-y-4\">\n        <div class=\"flex flex-col 2xl:text-xl w-full\">\n                      <div class=\"flex flex-col xl:flex-row w-full justify-between mb-6\"><strong>Address<\/strong> <address class=\"text-start xl:text-end\">Via Dione Cassio 15 \u2013 20138 Milano<\/address><\/div>\n                                <div class=\"flex flex-col xl:flex-row w-full justify-between mb-6\"><strong>Phone<\/strong> <tel>+39 02509051<\/tel><\/div>\n                                <div class=\"flex flex-col xl:flex-row  w-full justify-between mb-6\"><strong>E-mail<\/strong> <tel>info@movigroup.com<\/tel><\/div>\n                  <\/div>\n      <\/div>\n      <div class=\"col-span-12 lg:col-span-7\">\n                  <div class=\"acf-map w-full min-h-[400px] lg:min-h-[600px] rounded-[45px]\" data-zoom=\"16\">\n            <div class=\"marker\" data-lat=\"45.4490388\" data-lng=\"9.2461159\"><\/div>\n          <\/div>\n              <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyB_rIKmEB8IFSAUe2IZyNAUi_C9YtuM068&#038;callback=Function.prototype\"><\/script>\n\n<script type=\"text\/javascript\">\n\n  \/**\n   * initMap\n   *\n   * Renders a Google Map onto the selected element\n   *\n   * @param {HTMLElement} el The HTML element.\n   * @return {object} The map instance.\n   *\/\n  function initMap(el) {\n      const markers = el.querySelectorAll('.marker');\n  \n      const mapArgs = {\n          zoom: parseInt(el.dataset.zoom) || 16,\n          mapTypeId: google.maps.MapTypeId.ROADMAP,\n      };\n      const map = new google.maps.Map(el, mapArgs);\n  \n      map.markers = [];\n      markers.forEach(markerEl => {\n          initMarker(markerEl, map);\n      });\n  \n      centerMap(map);\n      return map;\n  }\n  \n  \/**\n   * initMarker\n   *\n   * Creates a marker for the given element and map.\n   *\n   * @param {HTMLElement} markerEl The HTML element.\n   * @param {object} map The map instance.\n   * @return {object} The marker instance.\n   *\/\n  function initMarker(markerEl, map) {\n      const lat = parseFloat(markerEl.dataset.lat);\n      const lng = parseFloat(markerEl.dataset.lng);\n      const latLng = { lat, lng };\n  \n      const marker = new google.maps.Marker({\n          position: latLng,\n          map: map,\n      });\n  \n      map.markers.push(marker);\n  \n      if (markerEl.innerHTML) {\n          const infowindow = new google.maps.InfoWindow({\n              content: markerEl.innerHTML,\n          });\n  \n          marker.addListener('click', function() {\n              infowindow.open(map, marker);\n          });\n      }\n  }\n  \n  \/**\n   * centerMap\n   *\n   * Centers the map showing all markers in view.\n   *\n   * @param {object} map The map instance.\n   *\/\n  function centerMap(map) {\n      const bounds = new google.maps.LatLngBounds();\n      map.markers.forEach(marker => {\n          bounds.extend(marker.position);\n      });\n  \n      if (map.markers.length === 1) {\n          map.setCenter(bounds.getCenter());\n      } else {\n          map.fitBounds(bounds);\n      }\n  }\n  \n  \/**\n   * initMaps\n   *\n   * Initializes all maps on the page.\n   *\/\n  function initMaps() {\n      document.querySelectorAll('.acf-map').forEach(el => {\n          initMap(el);\n      });\n  }\n  \n  \/\/ Ensures the initMaps function is available globally\n  document.addEventListener('DOMContentLoaded', initMaps);\n  \n  <\/script>\n\n<section class=\"wp-block-form !pt-0 align-text-left is-position-top bg-no-repeat pb-12 bg-cover relative z-30 py-16 2xl:py-44\" style=\" \" id=\"\">\n  <div class=\"container mx-auto p-0\">\n    <div class=\"grid grid-cols-12\">\n      <div class=\"col-span-12 lg:col-span-8 lg:col-start-3 flex flex-col justify-center items-center text-center text-base 2xl:text-xl \">\n        <h2 class=\"text-2xl lg:text-3xl 2xl:text-4xl font-bold text-bold  mb-10 lg:w-max leading-tight\">Send us a message<\/h2>\n        \n      <\/div>\n    <\/div>\n          <div class=\"grid grid-cols-12 gap-4 bg-[#F8F8F8] rounded-[45px] lg:rounded-[90px] px-8 py-20 mt-8 lg:py-36\">\n        <div class=\"col-span-12 lg:col-span-10 lg:col-start-2\">\n          \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f913-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"913\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/894#wpcf7-f913-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"913\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f913-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"wpcf7-turnstile cf-turnstile\" data-sitekey=\"0x4AAAAAABnZ_OPQPJ2jJ-rK\" data-response-field-name=\"_wpcf7_turnstile_response\"><\/div>\n\n<p><label> Reason*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"reason\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"reason\"><option value=\"General information\">General information<\/option><option value=\"Tenders and quotations office\">Tenders and quotations office<\/option><option value=\"Quality and regulatory office\">Quality and regulatory office<\/option><option value=\"Technical assistance\">Technical assistance<\/option><\/select><\/span> <\/label><br \/>\n<label> Name*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"first-name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Surname*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-surname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"family-name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-surname\" \/><\/span> <\/label>\n<\/p>\n<p><label> E-mail*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"contact-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Message*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"message\"><\/textarea><\/span> <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-144\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-144\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to the privacy policy at the following link <a href=\"\/privacy-policy\">PRIVACY POLICY<\/a><\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"44\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n        <\/div>\n      <\/div>\n      <\/div>\n<\/section>\n\n<\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-without-header.blade.php","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-894","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact us - Movi<\/title>\n<meta name=\"description\" content=\"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/movigroup.com\/en\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contatti - Movi\" \/>\n<meta property=\"og:description\" content=\"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/movigroup.com\/en\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Movi\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-13T10:16:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/movigroup.com\/wp-content\/uploads\/2024\/08\/Tavola-disegno-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1198\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/movigroup.com\/en\/contact-us\/\",\"url\":\"https:\/\/movigroup.com\/en\/contact-us\/\",\"name\":\"Contact us - Movi\",\"isPartOf\":{\"@id\":\"https:\/\/movigroup.com\/en\/#website\"},\"datePublished\":\"2024-05-05T12:31:13+00:00\",\"dateModified\":\"2024-12-13T10:16:21+00:00\",\"description\":\"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system\",\"breadcrumb\":{\"@id\":\"https:\/\/movigroup.com\/en\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/movigroup.com\/en\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/movigroup.com\/en\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/movigroup.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/movigroup.com\/en\/#website\",\"url\":\"https:\/\/movigroup.com\/en\/\",\"name\":\"Movi\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/movigroup.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us - Movi","description":"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system","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:\/\/movigroup.com\/en\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contatti - Movi","og_description":"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system.","og_url":"https:\/\/movigroup.com\/en\/contact-us\/","og_site_name":"Movi","article_modified_time":"2024-12-13T10:16:21+00:00","og_image":[{"width":1198,"height":628,"url":"https:\/\/movigroup.com\/wp-content\/uploads\/2024\/08\/Tavola-disegno-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/movigroup.com\/en\/contact-us\/","url":"https:\/\/movigroup.com\/en\/contact-us\/","name":"Contact us - Movi","isPartOf":{"@id":"https:\/\/movigroup.com\/en\/#website"},"datePublished":"2024-05-05T12:31:13+00:00","dateModified":"2024-12-13T10:16:21+00:00","description":"Contact us: we deliver the best medical devices around Italy to ensure quality, innovation and value for the Italian health system","breadcrumb":{"@id":"https:\/\/movigroup.com\/en\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/movigroup.com\/en\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/movigroup.com\/en\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/movigroup.com\/en\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/movigroup.com\/en\/#website","url":"https:\/\/movigroup.com\/en\/","name":"Movi","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/movigroup.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/pages\/894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/comments?post=894"}],"version-history":[{"count":0,"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/pages\/894\/revisions"}],"wp:attachment":[{"href":"https:\/\/movigroup.com\/en\/wp-json\/wp\/v2\/media?parent=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}