{"id":667804,"date":"2023-10-30T16:11:59","date_gmt":"2023-10-30T16:11:59","guid":{"rendered":"https:\/\/thespotoffice.it\/home\/"},"modified":"2026-01-20T15:04:38","modified_gmt":"2026-01-20T15:04:38","slug":"home","status":"publish","type":"page","link":"https:\/\/thespotoffice.it\/en\/","title":{"rendered":"The spot en"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"667804\" class=\"elementor elementor-667804\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f598384 e-con-full e-flex e-con e-parent\" data-id=\"f598384\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9783250 elementor-widget elementor-widget-shortcode\" data-id=\"9783250\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"header\" data-elementor-id=\"667951\" class=\"elementor elementor-667951\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18c9dcf header testoMenuNo e-flex e-con-boxed e-con e-parent\" data-id=\"18c9dcf\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bf425c coloreLogoWhite elementor-widget elementor-widget-image\" data-id=\"7bf425c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/thespotoffice.it\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"219\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-1024x280.png\" class=\"attachment-large size-large wp-image-668494\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-1024x280.png 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-300x82.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-768x210.png 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white.png 1470w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c009e1 coloreLogoDark elementor-widget elementor-widget-image\" data-id=\"6c009e1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"219\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-1024x280.png\" class=\"attachment-large size-large wp-image-668494\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-1024x280.png 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-300x82.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white-768x210.png 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-white.png 1470w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95838b0 elementor-widget elementor-widget-html\" data-id=\"95838b0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\nfunction aggiornaSfondoHeader() {\n  const header = document.querySelector('.header');\n  \n  if (window.scrollY > 450) {\n    \/\/ Quando si verifica uno scroll verso il basso, impostare lo sfondo su nero\n    header.style.backgroundColor = '#38383d';\n  } else {\n    \/\/ Altrimenti, mantenere lo sfondo trasparente\n    header.style.backgroundColor = 'transparent';\n  }\n}\n\n\/\/ Aggiungi un gestore di eventi per controllare lo scroll\nwindow.addEventListener('scroll', aggiornaSfondoHeader);\n\nfunction aggiornaLogo() {\n    const coloreLogo = document.querySelector('.coloreLogoWhite');\n    if (window.scrollY > 450) {\n        coloreLogo.style.display = 'none';\n        \n    } else {\n        coloreLogo.style.display = 'block';\n    } \n}\n\nwindow.addEventListener('scroll', aggiornaLogo);\n\nfunction aggiornaLogoDark() {\n    const coloreLogo = document.querySelector('.coloreLogoDark');\n    if (window.scrollY > 450) {\n        coloreLogo.style.display = 'block';\n        \n    } else {\n        coloreLogo.style.display = 'none';\n    } \n}\n\nwindow.addEventListener('scroll', aggiornaLogoDark);\n\n\n\n\nfunction menuIcon(){\n    const coloreIcon = document.querySelector('.menuDark');\n    if(window.scrollY > 450){\n        coloreIcon.style.color = '#fff';\n    }else{\n        coloreIcon.style.color = 'white';\n    }\n}\n\nwindow.addEventListener('scroll', menuIcon);\n\n\n\n\n<\/script>\n<style>\n.coloreLogoDark{\n    display: none;\n}\n\n\n    .testoMenu a{\n        color: #38383d!important;\n    }\n    .page-header,.site-footer{\n        display: none!important;\n    }\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2af8a9 elementor-widget elementor-widget-html\" data-id=\"b2af8a9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n.button {\n  background-color: #26baab;\n  color: white;\n  text-decoration: none;\n  border-radius: 60px;\n  height: 50px;\n  display: inline-flex;\n  align-items: center;\n  overflow:hidden;\n  width: auto;\n  max-width: 50px;\n  -webkit-transition: all 0.5s;\n  transition: all 0.5s;\nposition:fixed;\n    z-index: 9999999;\nborder: 2px solid white;\n}\n\n.button.phone {\nbottom: 110px;\n    right: 33px;\n}\n\n.button.envelope{\nbottom: 50px;\n    right: 33px;\n}\n\n.button:hover {\n  max-width: 300px;\n  background-color: #26baab;\ncolor:white!important;\n\n}\n\n.icon {\n  font-family: \"Font Awesome 5 Free\";\n  font-size: 20px;\n  margin-right: 15px;\n  padding: 0px 6px;\n  display: flex;\n  align-items: center;\n    margin-left: 7px;\n}\n\n.text {\n  white-space: nowrap;\n  padding-right: 15px;\n}\n\n<\/style>\n\n<div>\n\n<a href=\"tel:+3902802921\" class=\"button phone\" style=\"color:white!important\">\n   <i class=\"fas fa-phone icon\"><\/i>\n  <span class=\"text\"  style=\"margin-left:0px; margin-top:0px;\">+39 02 80 29 21<\/span>\n<\/a>\n\n\n<a href=\"mailto:office@dils.com\" class=\"button envelope popmake-1355\" style=\"color:white!important\">\n   <i class=\"fas fa-envelope icon\"><\/i>\n  <span class=\"text\"  style=\"margin-left:0px; margin-top:0px;\">office@dils.com<\/span>\n<\/a>\n\n<\/div>\n \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b567b12 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"b567b12\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b6350d elementor-widget elementor-widget-shortcode\" data-id=\"6b6350d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-legacy-dropdown-click js-wpml-ls-legacy-dropdown-click\">\n\t<ul>\n\n\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown-click\">\n\n\t\t\t<a href=\"#\" class=\"js-wpml-ls-item-toggle wpml-ls-item-toggle\">\n                                                    <img\n            class=\"wpml-ls-flag\"\n            src=\"https:\/\/thespotoffice.it\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/en.svg\"\n            alt=\"EN\"\n            width=18\n            height=12\n    \/><\/a>\n\n\t\t\t<ul class=\"js-wpml-ls-sub-menu wpml-ls-sub-menu\">\n\t\t\t\t\n\t\t\t\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-it wpml-ls-last-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/thespotoffice.it\/\" class=\"wpml-ls-link\">\n                                                                <img\n            class=\"wpml-ls-flag\"\n            src=\"https:\/\/thespotoffice.it\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/it.svg\"\n            alt=\"IT\"\n            width=18\n            height=12\n    \/><\/a>\n\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t<\/ul>\n\n\t\t<\/li>\n\n\t<\/ul>\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ddd7160 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"ddd7160\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e46e3d elementor-widget elementor-widget-html\" data-id=\"5e46e3d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\n\n<style>\n\n.overlay {\n  height: 0%;\n  width: 100%;\n  position: fixed;\n  z-index: 1;\n  top: 0;\n  left: 0;\n  background-color: #38383D;\n  overflow-y: hidden;\n  transition: 0.5s;\n}\n\n.overlay-content {\n  position: relative;\n  top: 20%;\n  width: 100%;\n  text-align: center;\n  margin-top: 30px;\n}\n\n.overlay a {\n\tfont-family: \"ofelia-text\",sans-serif;\n  padding: 8px;\n  text-decoration: none;\n  font-size: 24px;\n  color: #fff;\n  display: block;\n  transition: 0.3s;\n  \n}\n\n.overlay a:hover, .overlay a:focus {\n  color: #fff;\n}\nc\n.overlay .closebtn {\n  position: absolute;\n  top: 5px;\n    right: 30px;\n  font-size: 40px;\n}\n.closebtn {\ntext-align: end;font-size: 40px!important;\n}\n\n@media screen and (max-height: 450px) {\n  .overlay {overflow-y: auto;}\n  .overlay a {font-size: 20px}\n  .overlay .closebtn {\n  font-size: 40px;\n  top: 5px;\n  right: 30px;\n  }\n}\n<\/style>\n\n\n\n<div id=\"myNav\" class=\"overlay\">\n  <a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav()\">&times;<\/a>\n  <div class=\"overlay-content\">\n    <a href=\"#contesto\" onclick=\"closeNav()\">CONTEXT<\/a>\n    <a href=\"#sostenibilita\" onclick=\"closeNav()\">SUSTAINABILITY<\/a>\n    <a href=\"#progetto\" onclick=\"closeNav()\">PROJECT<\/a>\n    <a href=\"#uffici\" onclick=\"closeNav()\">OFFICES<\/a>\n    <a href=\"#contatti\" onclick=\"closeNav()\">CONTACTS<\/a>\n  <\/div>\n<\/div>\n\n\n<span class=\"menuDark\" style=\"font-size:30px;cursor:pointer;color:white;\" onclick=\"openNav()\">&#9776;<\/span>\n\n<script>\nfunction openNav() {\n  document.getElementById(\"myNav\").style.height = \"100%\";\n}\n\nfunction closeNav() {\n  document.getElementById(\"myNav\").style.height = \"0%\";\n}\n<\/script>\n     \n\n\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db6e4cb e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"db6e4cb\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94cf922 elementor-widget elementor-widget-heading\" data-id=\"94cf922\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/en\/#contesto\">CONTEXT<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d6e958 elementor-widget elementor-widget-heading\" data-id=\"8d6e958\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/en\/#sostenibilita\">SUSTAINABILITY<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db765f8 elementor-widget elementor-widget-heading\" data-id=\"db765f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/en\/#progetto\">PROJECT<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7983dc5 elementor-widget elementor-widget-heading\" data-id=\"7983dc5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/en\/#uffici\">OFFICES<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20e4af0 elementor-widget elementor-widget-heading\" data-id=\"20e4af0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/en\/#contatti\">CONTACTS<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26e372f e-con-full e-flex e-con e-child\" data-id=\"26e372f\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dff40b elementor-widget elementor-widget-shortcode\" data-id=\"9dff40b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-legacy-dropdown-click js-wpml-ls-legacy-dropdown-click\">\n\t<ul>\n\n\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown-click\">\n\n\t\t\t<a href=\"#\" class=\"js-wpml-ls-item-toggle wpml-ls-item-toggle\">\n                                                    <img\n            class=\"wpml-ls-flag\"\n            src=\"https:\/\/thespotoffice.it\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/en.svg\"\n            alt=\"EN\"\n            width=18\n            height=12\n    \/><\/a>\n\n\t\t\t<ul class=\"js-wpml-ls-sub-menu wpml-ls-sub-menu\">\n\t\t\t\t\n\t\t\t\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-it wpml-ls-last-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/thespotoffice.it\/\" class=\"wpml-ls-link\">\n                                                                <img\n            class=\"wpml-ls-flag\"\n            src=\"https:\/\/thespotoffice.it\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/it.svg\"\n            alt=\"IT\"\n            width=18\n            height=12\n    \/><\/a>\n\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t<\/ul>\n\n\t\t<\/li>\n\n\t<\/ul>\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3db364 e-flex e-con-boxed e-con e-parent\" data-id=\"e3db364\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-e-bg-lazyload=\"\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-026fbbc elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"026fbbc\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"799\" height=\"615\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-bg2.png\" class=\"attachment-large size-large wp-image-668417\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-bg2.png 799w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-bg2-300x231.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-logo-bg2-768x591.png 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bafc31 e-flex e-con-boxed e-con e-child\" data-id=\"6bafc31\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8df305c elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"8df305c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <style>\n    g path:nth-of-type(1) {\n  stroke-dasharray: 635;\n  stroke-dashoffset: -635;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\ng path:nth-of-type(2) {\n  stroke-dasharray: 930;\n  stroke-dashoffset: -930;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\ng path:nth-of-type(3) {\n  stroke-dasharray: 690;\n  stroke-dashoffset: -690;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\n\n\n@keyframes dash {\n  to {\n    stroke-dashoffset: 0;\n  }\n}\n\n      <\/style>\n  <svg width=\"170\" height=\"auto\" viewBox=\"0 0 780 602\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <g clip-path=\"url(#clip0_130_17)\">\n    <path d=\"M447 42C223.32 42 42 223.32 42 447\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M738 448.5C738 288.34 608.16 158.5 448 158.5C287.84 158.5 158 288.34 158 448.5\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M571.27 571.77C602.82 540.22 622.33 496.64 622.33 448.5C622.33 352.22 544.28 274.17 448 274.17C351.72 274.17 273.67 352.22 273.67 448.5\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M448 448C448.09 448 448.15 448 448.17 448C448.28 448.06 448.45 448.23 448.48 448.29C448.48 448.29 448.49 448.35 448.49 448.5C448.49 448.61 448.49 448.67 448.49 448.67C448.43 448.78 448.26 448.95 448.2 448.98C448.2 448.98 448.14 448.99 447.99 448.99C447.9 448.99 447.84 448.99 447.82 448.99C447.71 448.93 447.54 448.76 447.51 448.7C447.51 448.7 447.5 448.64 447.5 448.49C447.5 448.38 447.5 448.32 447.5 448.32C447.56 448.21 447.73 448.04 447.79 448.01C447.79 448.01 447.85 448 448 448ZM448 349C393.05 349 348.5 393.55 348.5 448.5C348.5 503.45 393.05 548 448 548C502.95 548 547.5 503.45 547.5 448.5C547.5 393.55 502.95 349 448 349Z\" fill=\"#33B5A8\"\/>\n    <\/g>\n    <defs>\n    <clipPath id=\"clip0_130_17\">\n    <rect width=\"780\" height=\"601.47\" fill=\"white\"\/>\n    <\/clipPath>\n    <\/defs>\n    <\/svg>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aaf1969 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"aaf1969\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <style>\n    g path:nth-of-type(1) {\n  stroke-dasharray: 635;\n  stroke-dashoffset: -635;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\ng path:nth-of-type(2) {\n  stroke-dasharray: 930;\n  stroke-dashoffset: -930;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\ng path:nth-of-type(3) {\n  stroke-dasharray: 690;\n  stroke-dashoffset: -690;\n  animation: dash 2s linear forwards;\n  stroke: #33B5A8;\n}\n\n\n@keyframes dash {\n  to {\n    stroke-dashoffset: 0;\n  }\n}\n\n      <\/style>\n  <svg width=\"100\" height=\"auto\" viewBox=\"0 0 780 602\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <g clip-path=\"url(#clip0_130_17)\">\n    <path d=\"M447 42C223.32 42 42 223.32 42 447\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M738 448.5C738 288.34 608.16 158.5 448 158.5C287.84 158.5 158 288.34 158 448.5\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M571.27 571.77C602.82 540.22 622.33 496.64 622.33 448.5C622.33 352.22 544.28 274.17 448 274.17C351.72 274.17 273.67 352.22 273.67 448.5\" stroke=\"#33B5A8\" stroke-width=\"84\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M448 448C448.09 448 448.15 448 448.17 448C448.28 448.06 448.45 448.23 448.48 448.29C448.48 448.29 448.49 448.35 448.49 448.5C448.49 448.61 448.49 448.67 448.49 448.67C448.43 448.78 448.26 448.95 448.2 448.98C448.2 448.98 448.14 448.99 447.99 448.99C447.9 448.99 447.84 448.99 447.82 448.99C447.71 448.93 447.54 448.76 447.51 448.7C447.51 448.7 447.5 448.64 447.5 448.49C447.5 448.38 447.5 448.32 447.5 448.32C447.56 448.21 447.73 448.04 447.79 448.01C447.79 448.01 447.85 448 448 448ZM448 349C393.05 349 348.5 393.55 348.5 448.5C348.5 503.45 393.05 548 448 548C502.95 548 547.5 503.45 547.5 448.5C547.5 393.55 502.95 349 448 349Z\" fill=\"#33B5A8\"\/>\n    <\/g>\n    <defs>\n    <clipPath id=\"clip0_130_17\">\n    <rect width=\"780\" height=\"601.47\" fill=\"white\"\/>\n    <\/clipPath>\n    <\/defs>\n    <\/svg>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f13e63 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3f13e63\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"726\" height=\"220\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/tolo-the-spot.png\" class=\"attachment-large size-large wp-image-668419\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/tolo-the-spot.png 726w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/tolo-the-spot-300x91.png 300w\" sizes=\"(max-width: 726px) 100vw, 726px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e79ee7f e-flex e-con-boxed e-con e-parent\" data-id=\"e79ee7f\" data-element_type=\"container\" id=\"contesto\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e27932b e-flex e-con-boxed e-con e-child\" data-id=\"e27932b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87fc910 e-transform elementor-invisible elementor-widget elementor-widget-image\" data-id=\"87fc910\" data-element_type=\"widget\" id=\"scrolldown\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:90,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"150\" height=\"124\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/arrowr.svg\" class=\"attachment-large size-large wp-image-667042\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8cbbb5 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c8cbbb5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:0}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Context<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3412bd elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a3412bd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SCALO PORTA ROMANA: INNOVATION MEETS SUSTAINABILITY.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c97979 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c97979\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">In this area, the future of the city takes root, starting from Parco Romana and extending to the future headquarters of the most important players in the international fashion industry.\n<br><br>\nA series of <b>innovative developments, designed for business with a focus on professionals and the context in which they will rise<\/b>, thanks to significant urban redevelopment projects.\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a733271 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a733271\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#contatti\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover more<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b00bc59 e-flex e-con-boxed e-con e-child\" data-id=\"b00bc59\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e841d84 e-flex e-con-boxed e-con e-child\" data-id=\"e841d84\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb414e elementor-widget elementor-widget-counter\" data-id=\"3eb414e\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}<\/style>\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"5.294\" data-from-value=\"0\" data-delimiter=\" \">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">sqm offices<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-05926c4 e-flex e-con-boxed e-con e-child\" data-id=\"05926c4\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2ec9ab elementor-widget elementor-widget-counter\" data-id=\"f2ec9ab\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"921\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">sqm terraces<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-344e16e e-flex e-con-boxed e-con e-child\" data-id=\"344e16e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d9bfa9 elementor-widget elementor-widget-counter\" data-id=\"2d9bfa9\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"40\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">40 parking spots<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a4ea638 e-con-full e-flex e-con e-parent\" data-id=\"a4ea638\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-cd929ce e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"cd929ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-e-bg-lazyload=\"\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cad9316 e-flex e-con-boxed e-con e-parent\" data-id=\"cad9316\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-32ec371 e-con-full e-flex e-con e-child\" data-id=\"32ec371\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d908107 elementor-widget elementor-widget-shortcode\" data-id=\"d908107\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"gmw-shortcode-widget\"><div class=\"widget google-maps-widget\"><p><a data-widget-id=\"googlemapswidget-3\" class=\"gmw-thumbnail-map gmw-replace-enabled gmw-auto-replace\" href=\"#gmw-dialog-googlemapswidget-3\" title=\"Click to open an interactive map\"><img decoding=\"async\" width=\"640px\" height=\"640px\" alt=\"Interactive map will load automatically in a few moments\" title=\"Interactive map will load automatically in a few moments\" src=\"\/\/maps.googleapis.com\/maps\/api\/staticmap?key=AIzaSyBLtyHR23h1kq7ksK1SLJy9V07HrPxCTJg&amp;scale=1&amp;format=png&amp;size=640x640&amp;language=en&amp;maptype=roadmap&amp;zoom=13&amp;center=45.44343%2C+9.19591&amp;visual_refresh=true&amp;markers=color%3A0xFF0000%7Clabel%3AA%7Csize%3Adefault%7C45.44343%2C+9.19591&amp;markers=color%3A0xFF0000%7Clabel%3AB%7Csize%3Adefault%7C45.44699%2C+9.20976&amp;markers=color%3A0xFF0000%7Clabel%3AC%7Csize%3Adefault%7C45.44305%2C+9.16786&amp;markers=color%3A0xFF0000%7Clabel%3AD%7Csize%3Adefault%7C45.44349%2C+9.19895&amp;markers=color%3A0xFF0000%7Clabel%3AE%7Csize%3Adefault%7C45.44300%2C+9.21804&amp;markers=color%3A0xFF0000%7Clabel%3AF%7Csize%3Adefault%7C45.44422%2C+9.19882&amp;markers=color%3A0xFF0000%7Clabel%3AG%7Csize%3Adefault%7C45.44320%2C+9.18960&amp;markers=color%3A0xFF0000%7Clabel%3AH%7Csize%3Adefault%7C45.45333%2C+9.27629&amp;markers=color%3A0xFF0000%7Clabel%3AI%7Csize%3Adefault%7C45.62271%2C+8.72824&amp;markers=color%3A0xFF0000%7Clabel%3AJ%7Csize%3Adefault%7C45.66756%2C+9.69065&amp;markers=color%3A0xFF0000%7Clabel%3AK%7Csize%3Adefault%7C45.44586%2C+9.21303&amp;markers=color%3A0xFF0000%7Clabel%3AL%7Csize%3Adefault%7C45.43359%2C+9.23849&amp;markers=color%3A0xFF0000%7Clabel%3AM%7Csize%3Adefault%7C45.484447%2C+9.203056&amp;markers=color%3A0xFF0000%7Clabel%3AN%7Csize%3Adefault%7C45.44394%2C+9.18506\"><\/a><\/p><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85a92b0 elementor-widget elementor-widget-html\" data-id=\"85a92b0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n.gmw-groups-wrap {\r\n    visibility: hidden;}\r\n<\/style>\r\n<script>\r\nwindow.addEventListener(\"load\", () => {\r\n  let inputElementMetropolitana = document.getElementById(\r\n    \"gmw-group-googlemapswidget-3-0\"\r\n  );\r\n  let inputElementTram = document.getElementById(\r\n    \"gmw-group-googlemapswidget-3-1\"\r\n  );\r\n  let inputElementBus = document.getElementById(\r\n    \"gmw-group-googlemapswidget-3-2\"\r\n  );\r\n\r\n  let inputElementAeroporti = document.getElementById(\r\n    \"gmw-group-googlemapswidget-3-3\"\r\n  );\r\n  \r\n  let inputElementTreni = document.getElementById(\r\n    \"gmw-group-googlemapswidget-3-4\"\r\n  );\r\n\r\n  const elementsDictionary = [\r\n    {\r\n      name: \"METRO\",\r\n      input: inputElementMetropolitana,\r\n      selected: false,\r\n    },\r\n    {\r\n      name: \"TRAM STOPS\",\r\n      input: inputElementTram,\r\n      selected: false,\r\n    },\r\n    {\r\n      name: \"BUS STOPS\",\r\n      input: inputElementBus,\r\n      selected: false,\r\n    },\r\n    {\r\n      name: \"AIRPORTS\",\r\n      input: inputElementAeroporti,\r\n      selected: false,\r\n    },\r\n    {\r\n      name: \"TRAIN STATIONS\",\r\n      input: inputElementTreni,\r\n      selected: false,\r\n    },\r\n  ];\r\n\r\n  let accordionElements = Array.from(\r\n    document.getElementsByClassName(\"elementor-tab-title\")\r\n  );\r\n\r\n\r\n\r\nelementsDictionary.forEach((element)=>{\r\nelement.input.click()})\r\n\r\n\r\n\r\n accordionElements.forEach((accordionElement) => {\r\n    const elementListener = elementsDictionary.find(\r\n      (element) => element.name === accordionElement.textContent.replace(\/\\n|\\t\/g, \"\")\r\n    );\r\n\r\n\r\n    accordionElement.addEventListener(\"click\", () => {\r\n    \r\n      if (elementListener.input) {\r\n        elementListener.input.click();\r\n      }\r\n      elementListener.selected = !elementListener.selected;\r\n      elementsDictionary.forEach((aE) => {\r\n        if (aE.name !== elementListener.name) {\r\n          if (aE.selected) {\r\n            aE.selected = false;\r\n            if (aE.input) {\r\n              aE.input.click();\r\n            }\r\n          }\r\n        }\r\n      });\r\n    });\r\n    \r\n    \r\n  });\r\n\r\n\r\n})\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb51828 e-con-full e-flex e-con e-child\" data-id=\"bb51828\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-54fe1b0 e-flex e-con-boxed e-con e-child\" data-id=\"54fe1b0\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e689855 elementor-widget elementor-widget-heading\" data-id=\"e689855\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Location<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5e9621 elementor-widget elementor-widget-heading\" data-id=\"f5e9621\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Map<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb75267 elementor-widget elementor-widget-accordion\" data-id=\"eb75267\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2461\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2461\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">METROPOLITANA<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2461\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2461\"><table class=\"grid-container\">\n<tbody>\n<tr class=\"colonna\">\n<td><strong>Stazione<\/strong><\/td>\n<td style=\"text-align: right;\"><b>Tempo<\/b><\/td>\n\n<\/tr>\n<tr>\n<td>Metro M3<\/td>\n<td style=\"text-align: right;\">7 min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps1.svg\" width=\"15\" \/><\/td>\n\n<\/tr>\n<tr>\n<td>Metro M2<\/td>\n<td style=\"text-align: right;\">15 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps2.svg\" alt=\"\" width=\"18\" \/><\/td>\n\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2462\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2462\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">METRO<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2462\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2462\"><table class=\"grid-container\"><tbody><tr class=\"colonna\"><td><strong>Station<\/strong><\/td><td style=\"text-align: right;\"><b>Time<\/b><\/td><\/tr><tr><td>Metro M3<\/td><td style=\"text-align: right;\">7 min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps1.svg\" width=\"15\" \/><\/td><\/tr><tr><td>Metro M2<\/td><td style=\"text-align: right;\">15 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps2.svg\" alt=\"\" width=\"18\" \/><\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2463\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2463\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">BUS STOPS<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2463\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2463\"><table class=\"grid-container\"><tbody><tr class=\"colonna\"><td><strong>Station<\/strong><\/td><td style=\"text-align: right;\"><b>Time<\/b><\/td><\/tr><tr><td>Bus<\/td><td style=\"text-align: right;\">3 min\u00a0 <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps1.svg\" width=\"15\" \/><\/td><\/tr><\/tbody><\/table><p>\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2464\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2464\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">TRAM STOPS<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2464\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2464\"><table class=\"grid-container\"><tbody><tr class=\"colonna\"><td><strong>Station<\/strong><\/td><td style=\"text-align: right;\"><b>Time<\/b><\/td><\/tr><tr><td>24<\/td><td style=\"text-align: right;\">2 min\u00a0 <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps1.svg\" width=\"15\" \/><\/td><\/tr><\/tbody><\/table><p>\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2465\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2465\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">AIRPORTS<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2465\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2465\"><table class=\"grid-container\"><tbody><tr class=\"colonna\"><td><strong>Station<\/strong><\/td><td style=\"text-align: right;\"><b>Time<\/b><\/td><\/tr><tr><td>Linate Airport<\/td><td style=\"text-align: right;\">15 min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps5.svg\" width=\"20\" \/><\/td><\/tr><tr><td>Malpensa Airport<\/td><td style=\"text-align: right;\">45\u00a0min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps5.svg\" width=\"20\" \/><\/td><\/tr><tr><td>Orio al Serio Airport<\/td><td style=\"text-align: right;\">47 min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps5.svg\" width=\"20\" \/><\/td><\/tr><\/tbody><\/table><p>\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2466\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2466\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">TRAIN STATIONS<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2466\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2466\"><table class=\"grid-container\"><tbody><tr class=\"colonna\"><td><strong>Station<\/strong><\/td><td style=\"text-align: right;\"><b>Time<\/b><\/td><\/tr><tr><td>P.ta Romana Station<\/td><td style=\"text-align: right;\">13 min <img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps1.svg\" width=\"15\" \/><\/td><\/tr><tr><td>Rogoredo Station<\/td><td style=\"text-align: right;\">13 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps2.svg\" alt=\"\" width=\"18\" \/><\/td><\/tr><tr><td>Tibaldi Station<\/td><td style=\"text-align: right;\">12 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps3.svg\" alt=\"\" width=\"18\" \/><\/td><\/tr><tr><td>Centrale Station<\/td><td style=\"text-align: right;\">22 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps3.svg\" alt=\"\" width=\"18\" \/><\/td><\/tr><tr><td>P.ta Garibaldi Station<\/td><td style=\"text-align: right;\">23 min <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps3.svg\" alt=\"\" width=\"18\" \/> <img decoding=\"async\" class=\"alignnone\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-spot-icon-maps4.svg\" alt=\"\" width=\"18\" \/><\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b51893e e-flex e-con-boxed e-con e-parent\" data-id=\"b51893e\" data-element_type=\"container\" id=\"sostenibilita\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-19df467 e-flex e-con-boxed e-con e-child\" data-id=\"19df467\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-e-bg-lazyload=\"\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0463a1c e-con-full e-flex e-con e-child\" data-id=\"0463a1c\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40f6594 elementor-widget elementor-widget-heading\" data-id=\"40f6594\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sustainability<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9726e3 elementor-widget elementor-widget-heading\" data-id=\"b9726e3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LOOKING FORWARD, WORKING AHEAD OF THE GAME.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e73c70 e-flex e-con-boxed e-con e-child\" data-id=\"6e73c70\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7728c21 elementor-widget elementor-widget-image\" data-id=\"7728c21\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"316\" height=\"316\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LEED-platinum.png\" class=\"attachment-large size-large wp-image-667228\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LEED-platinum.png 316w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LEED-platinum-300x300.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LEED-platinum-150x150.png 150w\" sizes=\"(max-width: 316px) 100vw, 316px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0b6b0b elementor-widget elementor-widget-image\" data-id=\"e0b6b0b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"536\" height=\"503\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LOGO_BREEAM.png\" class=\"attachment-large size-large wp-image-667229\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LOGO_BREEAM.png 536w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/LOGO_BREEAM-300x282.png 300w\" sizes=\"(max-width: 536px) 100vw, 536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-996335e elementor-widget elementor-widget-image\" data-id=\"996335e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"643\" height=\"641\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/MicrosoftTeams-image-11.png\" class=\"attachment-large size-large wp-image-667227\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/MicrosoftTeams-image-11.png 643w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/MicrosoftTeams-image-11-300x300.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/MicrosoftTeams-image-11-150x150.png 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3b5ce5 elementor-widget elementor-widget-heading\" data-id=\"d3b5ce5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>The Spot<\/b> is an iconic project. <b>An innovative workplace<\/b>, open to social interaction, with a particular focus on <b>common well-being<\/b>, aimed at obtaining <b>LEED Platinum, BREEAM Outstanding, and WELL Platinum certifications<\/b> (optional),<b> built following the highest quality standards<\/b>.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f78ed5a elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"f78ed5a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#contatti\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover more<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c8a63d e-flex e-con-boxed e-con e-parent\" data-id=\"4c8a63d\" data-element_type=\"container\" id=\"progetto\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e7f7a61 e-flex e-con-boxed e-con e-child\" data-id=\"e7f7a61\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-030cc36 elementor-widget elementor-widget-heading\" data-id=\"030cc36\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Project<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bf73fb elementor-widget elementor-widget-heading\" data-id=\"8bf73fb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A CLOSER LOOK AT CHANGE<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32e3957 elementor-widget elementor-widget-heading\" data-id=\"32e3957\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The external facade is designed to <b>adapt the original structure of the building to the new needs of the workspaces<\/b>.\n<br><br>\nInside, a large triple-height space welcomes professionals and clients at the entrance: a <b>significant social space<\/b> framed by balconies adorned with climbing plants.\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7dbe18 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"e7dbe18\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#contatti\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover more<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0604b92 e-flex e-con-boxed e-con e-child\" data-id=\"0604b92\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bd25b8a e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"bd25b8a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-e-bg-lazyload=\"\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-654dac5 e-flex e-con-boxed e-con e-child\" data-id=\"654dac5\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7961464 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7961464\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.5,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:50}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/spazi-the-spot-dils3.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2057b0 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c2057b0\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.5,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:50}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/spazi-the-spot-dils1.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3cd69b3 e-flex e-con-boxed e-con e-parent\" data-id=\"3cd69b3\" data-element_type=\"container\" id=\"uffici\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b27bd5b e-flex e-con-boxed e-con e-child\" data-id=\"b27bd5b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-057f6af elementor-widget elementor-widget-heading\" data-id=\"057f6af\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Offices<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f33d667 elementor-widget elementor-widget-heading\" data-id=\"f33d667\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A NEW WORKING SCENARIO <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cc394f elementor-widget elementor-widget-heading\" data-id=\"8cc394f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>Efficient and functional workspaces. Spaces and layouts adaptable<\/b> to the needs of different tenants and types of businesses.\n<br><br>\nState-of-the-art facilities, prepared for the implementation of modern technologies.\n<br><br>\n<b>Break areas<\/b> and a spectacular terrace on the top floor: <b>the balance between work and collaboration finds its natural environment<\/b>.\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84d159a elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"84d159a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#contatti\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover more<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89207dd e-flex e-con-boxed e-con e-child\" data-id=\"89207dd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5364d44 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5364d44\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.5,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:50}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/uffici-the-spot-dils2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcf5363 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"fcf5363\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.5,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:50}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/uffici-the-spot-dils1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9d0df7 e-con-full e-flex e-con e-parent\" data-id=\"e9d0df7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-1172465 e-con-full e-flex e-con e-child\" data-id=\"1172465\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26f893c elementor-widget elementor-widget-shortcode\" data-id=\"26f893c\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<style>\n\t#hotspot-666911 .hotspots-image-container,\n\t#hotspot-666911 .leaflet-container {\n\t\tbackground: #efefef\t}\n\n\t#hotspot-666911 .hotspots-placeholder,\n\t.featherlight .featherlight-content.lightbox-666911 {\n\t\tbackground: #ffffff;\n\t\tborder: 0 #ffffff solid;\n\t\tcolor: #000000;\n\t}\n\n\t#hotspot-666911 .hotspot-title,\n\t#hotspot-666911 .bc-product__title a,\n\t.featherlight .featherlight-content.lightbox-666911 .hotspot-title,\n\t.featherlight .featherlight-content.lightbox-666911 .bc-product__title a {\n\t\tcolor: #000000;\n\t}\n\n\t\t\t#hotspot-666911 .hotspot-style-1 {\n\t\t\tstroke-width: 1;\n\t\t\tfill: #ffffff;\n\t\t\tfill-opacity: 0;\n\t\t\tstroke: #ffffff;\n\t\t\tstroke-opacity: 0;\n\t\t}\n\t\t#hotspot-666911 .hotspot-style-1:hover,\n\t\t#hotspot-666911 .hotspot-style-1:focus,\n\t\t#hotspot-666911 .hotspot-style-1.hotspot-active {\n\t\t\tfill: #ffffff;\n\t\t\tfill-opacity: 0.81;\n\t\t\toutline: none;\n\t\t\tstroke: #ffffff;\n\t\t\tstroke-opacity: 0.01;\n\t\t}\n\t\t\t#hotspot-666911 .hotspot-default {\n\t\t\tstroke-width: 1;\n\t\t\tfill: #ffffff;\n\t\t\tfill-opacity: 0;\n\t\t\tstroke: #ffffff;\n\t\t\tstroke-opacity: 0;\n\t\t}\n\t\t#hotspot-666911 .hotspot-default:hover,\n\t\t#hotspot-666911 .hotspot-default:focus,\n\t\t#hotspot-666911 .hotspot-default.hotspot-active {\n\t\t\tfill: #33b5a8;\n\t\t\tfill-opacity: 0.36;\n\t\t\toutline: none;\n\t\t\tstroke: #ffffff;\n\t\t\tstroke-opacity: 0.01;\n\t\t}\n\t\t#hotspot-666911 .leaflet-tooltip,\n\t#hotspot-666911 .leaflet-rrose-content-wrapper {\n\t\tbackground: #ffffff;\n\t\tborder-color: #ffffff;\n\t\tcolor: #000000;\n\t}\n\n\t#hotspot-666911 a.leaflet-rrose-close-button {\n\t\tcolor: #000000;\n\t}\n\n\t#hotspot-666911 .leaflet-rrose-tip {\n\t\tbackground: #ffffff;\n\t}\n\n\t#hotspot-666911 .leaflet-popup-scrolled {\n\t\tborder-bottom-color: #000000;\n\t\tborder-top-color: #000000;\n\t}\n\n\t#hotspot-666911 .leaflet-tooltip-top:before {\n\t\tborder-top-color: #ffffff;\n\t}\n\n\t#hotspot-666911 .leaflet-tooltip-bottom:before {\n\t\tborder-bottom-color: #ffffff;\n\t}\n\t#hotspot-666911 .leaflet-tooltip-left:before {\n\t\tborder-left-color: #ffffff;\n\t}\n\t#hotspot-666911 .leaflet-tooltip-right:before {\n\t\tborder-right-color: #ffffff;\n\t}\n<\/style>\n\n\n\t<div class=\"hotspots-container  layout-lightbox event-click\" id=\"hotspot-666911\" data-layout=\"lightbox\" data-trigger=\"click\">\n\t\t<div class=\"hotspots-interaction\">\n\t\t\t<div class=\"hotspots-image-container\">\n\t<img\n\t\twidth=\"1920\"\n\t\theight=\"1394\"\n\t\tsrc=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/De-Angeli_Stacking-plan_00-5.jpg\"\n\t\talt=\"\"\n\t\tclass=\"hotspots-image skip-lazy\"\n\t\tusemap=\"#hotspots-image-666911\"\n\t\tdata-image-title=\"\"\n\t\tdata-image-description=\"\"\n\t\tdata-event-trigger=\"click\"\n\t\tdata-always-visible=\"false\"\n\t\tdata-id=\"666911\"\n\t\tdata-no-lazy=\"1\"\n\t\tdata-lazy-src=\"\"\n\t\tdata-lazy=\"false\"\n\t\tloading=\"eager\"\n\t\tdata-skip-lazy=\"1\"\n\t\t>\n<\/div>\t\t<\/div>\n\t\t<map name=\"hotspots-image-666911\" class=\"hotspots-map\">\n\t\t\t\t\t\t\t\t\t\t\t<area\n\t\t\t\t\tshape=\"polygon\"\n\t\t\t\t\tcoords=\"1795,882,1807,896,1806,962,1793,977,1794,1035,1786,1046,1539,1136,1307,1218,1238,1226,1188,1219,560,996,139,846,129,829,130,774,119,759,117,693,131,677,132,714,1179,1085,1216,1092,1265,1094,1312,1088,1362,1070,1761,928,1797,909\"\n\t\t\t\t\thref=\"#hotspot-hotspot-666911-0\"\n\t\t\t\t\trel=\"\"\n\t\t\t\t\ttitle=\"Ground Floor\"\n\t\t\t\t\talt=\"Ground Floor\"\n\t\t\t\t\tdata-action=\"\"\n\t\t\t\t\tdata-color-scheme=\"\"\n\t\t\t\t\tdata-id=\"area-hotspot-666911-0\"\n\t\t\t\t\ttarget=\"\"\n\t\t\t\t\tclass=\"more-info-area\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<area\n\t\t\t\t\tshape=\"polygon\"\n\t\t\t\t\tcoords=\"1178,1084,1216,1093,1276,1094,1319,1085,1781,920,1797,909,1800,899,1793,878,1802,868,1805,859,1805,798,1799,787,1793,781,1795,811,1783,820,1308,989,1254,996,1218,994,1188,989,138,617,132,612,130,579,119,588,116,601,116,656,123,669,131,675,130,709,143,718\"\n\t\t\t\t\thref=\"#hotspot-hotspot-666911-1\"\n\t\t\t\t\trel=\"\"\n\t\t\t\t\ttitle=\"First Floor\"\n\t\t\t\t\talt=\"First Floor\"\n\t\t\t\t\tdata-action=\"\"\n\t\t\t\t\tdata-color-scheme=\"\"\n\t\t\t\t\tdata-id=\"area-hotspot-666911-1\"\n\t\t\t\t\ttarget=\"\"\n\t\t\t\t\tclass=\"more-info-area\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<area\n\t\t\t\t\tshape=\"polygon\"\n\t\t\t\t\tcoords=\"128,461,119,470,114,481,116,560,122,571,131,578,130,610,158,625,1175,984,1207,992,1246,995,1275,995,1307,990,1783,821,1794,811,1794,777,1802,769,1806,759,1804,680,1798,669,1794,684,1788,694,1764,709,1323,866,1283,875,1246,877,1199,872,139,498,129,482,129,469\"\n\t\t\t\t\thref=\"#hotspot-hotspot-666911-2\"\n\t\t\t\t\trel=\"\"\n\t\t\t\t\ttitle=\"Second Floor\"\n\t\t\t\t\talt=\"Second Floor\"\n\t\t\t\t\tdata-action=\"\"\n\t\t\t\t\tdata-color-scheme=\"\"\n\t\t\t\t\tdata-id=\"area-hotspot-666911-2\"\n\t\t\t\t\ttarget=\"\"\n\t\t\t\t\tclass=\"more-info-area\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<area\n\t\t\t\t\tshape=\"polygon\"\n\t\t\t\t\tcoords=\"129,432,128,480,142,496,600,660,828,740,1187,864,1228,873,1280,874,1352,855,1783,699,1794,683,1794,634,1310,805,1263,814,1228,815,1005,738,952,707,916,688,887,667,859,674,825,680,779,659,744,640,711,618,650,570,647,421,900,513,1093,575,1127,579,1157,575,1206,555,1259,537,1347,505,1242,468,1138,431,1107,397,1064,396,1018,391,954,381,905,368,854,326,822,322,800,324,749,340,671,365,581,398,647,421,650,570,647,570,635,569,622,568,550,564,470,550\"\n\t\t\t\t\thref=\"#hotspot-hotspot-666911-3\"\n\t\t\t\t\trel=\"\"\n\t\t\t\t\ttitle=\"Third Floor\"\n\t\t\t\t\talt=\"Third Floor\"\n\t\t\t\t\tdata-action=\"\"\n\t\t\t\t\tdata-color-scheme=\"\"\n\t\t\t\t\tdata-id=\"area-hotspot-666911-3\"\n\t\t\t\t\ttarget=\"\"\n\t\t\t\t\tclass=\"more-info-area\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<area\n\t\t\t\t\tshape=\"polygon\"\n\t\t\t\t\tcoords=\"126,799,8,850,130,896,130,938,1256,1351,1778,1151,1778,1107,1910,1056,1796,1016,1796,1039,1302,1220,1242,1229,1182,1218,153,854,132,831\"\n\t\t\t\t\thref=\"#hotspot-hotspot-666911-4\"\n\t\t\t\t\trel=\"\"\n\t\t\t\t\ttitle=\"Basement\"\n\t\t\t\t\talt=\"Basement\"\n\t\t\t\t\tdata-action=\"\"\n\t\t\t\t\tdata-color-scheme=\"\"\n\t\t\t\t\tdata-id=\"area-hotspot-666911-4\"\n\t\t\t\t\ttarget=\"\"\n\t\t\t\t\tclass=\"more-info-area\"\n\t\t\t\t\t>\n\t\t\t\t\t<\/map>\n\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"hotspot-info \" id=\"hotspot-hotspot-666911-0\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"hotspot-title\">Ground Floor<\/h2>\t\t\t\t\t\t\t\t\t<div class=\"hotspot-thumb\">\n\t\t\t\t\t\t<img width=\"800\" height=\"433\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT-1024x554.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT-1024x554.jpg 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT-300x162.jpg 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT-768x416.jpg 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT-1536x831.jpg 1536w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/PT.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"hotspot-content\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"hotspot-info \" id=\"hotspot-hotspot-666911-1\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"hotspot-title\">First Floor<\/h2>\t\t\t\t\t\t\t\t\t<div class=\"hotspot-thumb\">\n\t\t\t\t\t\t<img width=\"800\" height=\"423\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-1024x542.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-1024x542.jpg 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-300x159.jpg 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-768x407.jpg 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2.jpg 1120w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"hotspot-content\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"hotspot-info \" id=\"hotspot-hotspot-666911-2\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"hotspot-title\">Second Floor<\/h2>\t\t\t\t\t\t\t\t\t<div class=\"hotspot-thumb\">\n\t\t\t\t\t\t<img width=\"800\" height=\"423\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-1024x542.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-1024x542.jpg 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-300x159.jpg 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2-768x407.jpg 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P1-P2.jpg 1120w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"hotspot-content\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"hotspot-info \" id=\"hotspot-hotspot-666911-3\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"hotspot-title\">Third Floor<\/h2>\t\t\t\t\t\t\t\t\t<div class=\"hotspot-thumb\">\n\t\t\t\t\t\t<img width=\"800\" height=\"423\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P3mod-1024x542.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P3mod-1024x542.jpg 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P3mod-300x159.jpg 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P3mod-768x407.jpg 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P3mod.jpg 1120w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"hotspot-content\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"hotspot-info \" id=\"hotspot-hotspot-666911-4\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"hotspot-title\">Basement<\/h2>\t\t\t\t\t\t\t\t\t<div class=\"hotspot-thumb\">\n\t\t\t\t\t\t<img width=\"800\" height=\"424\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P-1-1024x543.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P-1-1024x543.jpg 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P-1-300x159.jpg 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P-1-768x407.jpg 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2024\/01\/P-1.jpg 1122w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"hotspot-content\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a763f2b e-con-full e-flex e-con e-child\" data-id=\"a763f2b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-025ca52 elementor-widget elementor-widget-heading\" data-id=\"025ca52\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">STACKING PLANS<br>AND FLOOR PLANS \n\n <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18a4c9a elementor-widget elementor-widget-heading\" data-id=\"18a4c9a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/Tot\">\n\n\n<table class=\"grid-container\">\n<tr class=\"colonna\"><td><b>Floor<\/b><\/td><td style=\"text-align:right;\"><b>GLA offices and common areas<\/b><\/td><td style=\"text-align:right;\"><b>External areas (sqm)<\/b><\/td><\/tr>\n<tr><td>4<\/td><td><\/td><td style=\"text-align:right;\">172<\/td><\/tr>\n<tr><td>3<\/td><td style=\"text-align:right;\">782<\/td><td style=\"text-align:right;\">559<\/td><\/tr>\n<tr><td>2<\/td><td style=\"text-align:right;\">1.543<\/td><td><\/tr>\n<tr><td>1<\/td><td style=\"text-align:right;\">1.543<\/td><td><\/td><\/tr>\n<tr><td>0<\/td><td style=\"text-align:right;\">1.407<\/td><td style=\"text-align:right;\">190<\/td><\/tr>\n<tr><td>-1<\/td><td style=\"text-align:right;\">20<\/td><td> <\/td><\/tr>\n<tr><td><b class=\"colonna\">Totale<\/b><\/td><td style=\"text-align:right;\"><b>5.294<\/b><\/td><td style=\"text-align:right;\"><b>921<\/b><\/td><\/tr>\n<\/table>\n\n<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d88e87b e-flex e-con-boxed e-con e-parent\" data-id=\"d88e87b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ce6eb40 e-flex e-con-boxed e-con e-child\" data-id=\"ce6eb40\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85c807c elementor-widget elementor-widget-heading\" data-id=\"85c807c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GALLERY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-38d5faa e-flex e-con-boxed e-con e-child\" data-id=\"38d5faa\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c86b0bb elementor-arrows-position-outside elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"c86b0bb\" data-element_type=\"widget\" data-settings=\"{&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% \/ var(--e-image-carousel-slides-to-show, 3))}<\/style>\t\t<div class=\"elementor-image-carousel-wrapper swiper\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-1.png\" alt=\"the spot dils-1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-2.png\" alt=\"the spot dils-2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-4.png\" alt=\"the spot dils-4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-3.png\" alt=\"the spot dils-3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-5.png\" alt=\"the spot dils-5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-6.png\" alt=\"the spot dils-6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils-7.png\" alt=\"the spot dils-7\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/the-spot-dils.png\" alt=\"the spot dils\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_2\" data-name=\"Livello 2\" viewBox=\"0 0 150.29 124.39\"><defs><style>      .cls-1 {        fill: #26baab;        stroke-width: 0px;      }    <\/style><\/defs><g id=\"Livello_1-2\" data-name=\"Livello 1\"><path class=\"cls-1\" d=\"m61.16,124.39c32.23,0,58.69-25.48,60.98-57.67h28.14v-10.66h-28.26C118.98,24.63,92.85,0,61.16,0,27.44,0,0,27.9,0,62.19s27.44,62.19,61.16,62.19Zm0-117.28c27.77,0,50.71,21.45,53.71,48.95h-56.57l24.83-24.83c2.08-2.08,2.08-5.46,0-7.54-2.08-2.08-5.46-2.08-7.54,0l-33.93,33.93c-2.08,2.08-2.08,5.46,0,7.54l33.93,33.93c2.08,2.08,5.46,2.08,7.54,0,2.08-2.08,2.08-5.46,0-7.54l-24.83-24.83h56.71c-2.27,28.26-25.55,50.56-53.86,50.56-29.81,0-54.06-24.71-54.06-55.09S31.36,7.11,61.16,7.11Z\"><\/path><\/g><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_2\" data-name=\"Livello 2\" viewBox=\"0 0 150.29 124.39\"><defs><style>      .cls-1 {        fill: #26baab;        stroke-width: 0px;      }    <\/style><\/defs><g id=\"Livello_1-2\" data-name=\"Livello 1\"><path class=\"cls-1\" d=\"m89.12,0C56.9,0,30.43,25.48,28.14,57.67H0v10.66h28.26c3.04,31.42,29.17,56.06,60.86,56.06,33.73,0,61.16-27.9,61.16-62.19S122.85,0,89.12,0Zm0,117.28c-27.77,0-50.71-21.45-53.71-48.95h56.57l-24.83,24.83c-2.08,2.08-2.08,5.46,0,7.54,2.08,2.08,5.46,2.08,7.54,0l33.93-33.93c2.08-2.08,2.08-5.46,0-7.54l-33.93-33.93c-2.08-2.08-5.46-2.08-7.54,0-2.08,2.08-2.08,5.46,0,7.54l24.83,24.83h-56.71c2.27-28.26,25.55-50.56,53.86-50.56,29.81,0,54.06,24.71,54.06,55.09s-24.25,55.09-54.06,55.09Z\"><\/path><\/g><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b18b580 e-flex e-con-boxed e-con e-parent\" data-id=\"b18b580\" data-element_type=\"container\" id=\"contatti\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-e-bg-lazyload=\"\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3c1feb elementor-widget elementor-widget-html\" data-id=\"b3c1feb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\nhtml, body {\n    max-width: 100%;\n    overflow-x: hidden;\n}\n.dialog-close-button {\n    display: flex!important;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ce144e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ce144e\" data-element_type=\"widget\" id=\"contatti\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:85,&quot;end&quot;:98}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COMPLETE THE FORM FOR MORE INFORMATION<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65ef0b6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"65ef0b6\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:84,&quot;end&quot;:97}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CONTACT US<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd3e656 animated-slow elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"dd3e656\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f470-o1\" lang=\"en-US\" dir=\"ltr\">\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\/667804#wpcf7-f470-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"470\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f470-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<style>\n\/* Contact form 7 *\/\n.wpcf7 {\n\tcolor: #605855;\n}\n.wpcf7 .wpcf7-form-control {\n\twidth: 100%;\n}\n.wpcf7 textarea:focus, .wpcf7 input:focus {\n\toutline: none;\n}\n.wpcf7 label a {\n\ttext-decoration: underline;\n\tcolor: #605855 !important;\n}\n.wpcf7 .wpcf7-submit {\n\tcolor: #ffffff;\n\tpadding: 10px 30px;\n\t\n\twidth: auto;\n\tbackground: #605855;\n\tborder: none;\n\tborder-radius: 0px;\n\tfont-size: 15px;\n\tfont-weight: bold;\n\tcursor: pointer;\n}\n.wpcf7 .wpcf7-submit:disabled {\n\topacity: .4;\n}\n.wpcf7 .wpcf7-not-valid-tip, \n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {\n\tfont-size: 12px;\n}\n.wpcf7 form.invalid .wpcf7-response-output {\n\tbackground-color: #fff;\n}\n.wpcf7-list-item {\n\tmargin: 0;\n}\n.wpcf7 input[type=\"checkbox\"] {\n\t-webkit-appearance: none;\n\t-moz-appearance: none;\n\tappearance: none;\n\tbackground: #FFFFFF50 !important;\n\tbox-shadow: inset 0 0 0 1px #605855;\n\ttransition: all .4s ease-in-out;\n\tmargin: 0 4px -2px 0;\n\tpadding: 8px !important;\n\tborder: none !important;\n}\n.wpcf7 input[type=\"checkbox\"]:checked {\n\tbox-shadow: inset 0 0 0 20px #605855;\n}\n.wpcf7 form .wpcf7-response-output {\n\tmargin: 0;\n}\n.wpcf7 form .item {\n\twidth: 48%; float: left; margin: -20px 0 0;\n}\n.wpcf7 form .item.right{\n\tmargin: -20px 0 0 4%;\n}\n@media (max-width: 768px) {\n .wpcf7 form .item {\n width: 100%;\n margin: -20px 0 0 0 !important;\n }\n}\n<\/style>\n\n<!-- Da inserire senza modificare x Marketing -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_id\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_source\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_medium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_campaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_term\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utm_content\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"source_url\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"contact-form\" type=\"hidden\" name=\"origin\" \/>\n\n<!-- default:\"true\" => form attivo -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"true\" type=\"hidden\" name=\"next_portal_integration\" \/>\n<div class=\"item\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"np-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"given-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name *\" value=\"\" type=\"text\" name=\"np-name\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"item right\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"np-surname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"surname\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name *\" value=\"\" type=\"text\" name=\"np-surname\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"item\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"np-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\" placeholder=\"E-mail *\" value=\"\" type=\"email\" name=\"np-email\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"item right\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"np-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"np-phone\" \/><\/span>\n\t<\/p>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"np-message\"><textarea cols=\"40\" rows=\"3\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Notes\" name=\"np-message\"><\/textarea><\/span>\n<\/p>\n<p style=\"font-size: 13px; line-height: 17px;\"><label><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy_flag\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"privacy_flag\" value=\"1\" aria-invalid=\"false\" \/><\/span><\/span><\/span> I declare to have read <a style=\"color: white;\" href=\"https:\/\/dils.com\/privacy-policy\/\" target=\"_blank\" title=\"Informativa Dils\">the Privacy Policy of Dils S.p.A. *<\/a><\/label>\n<\/p>\n<p style=\"font-size: 13px; line-height: 17px;\"><label><span class=\"wpcf7-form-control-wrap\" data-name=\"marketing_flag\"><span class=\"wpcf7-form-control wpcf7-acceptance optional\"><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"marketing_flag\" value=\"1\" aria-invalid=\"false\" \/><\/span><\/span><\/span> I give consent to receive newsletters, advertising communications, market research, and commercial communications through automatic and traditional contact methods from Dils S.p.A.<\/label>\n<\/p>\n<p style=\"font-size: 13px; line-height: 17px;\">* Required Fields\n<\/p>\n<p>\n<span class=\"wpcf7-form-control-wrap recaptcha\" data-name=\"recaptcha\"><span data-sitekey=\"6Le5ck0qAAAAAKnLW-LyfaALsNDfOxQtbuMMDKa0\" class=\"wpcf7-form-control wpcf7-recaptcha g-recaptcha\"><\/span>\r\n<noscript>\r\n\t<div class=\"grecaptcha-noscript\">\r\n\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/recaptcha\/api\/fallback?k=6Le5ck0qAAAAAKnLW-LyfaALsNDfOxQtbuMMDKa0\" frameborder=\"0\" scrolling=\"no\" width=\"310\" height=\"430\">\r\n\t\t<\/iframe>\r\n\t\t<textarea name=\"g-recaptcha-response\" rows=\"3\" cols=\"40\" placeholder=\"reCaptcha Response Here\">\r\n\t\t<\/textarea>\r\n\t<\/div>\r\n<\/noscript>\r\n<\/span>\n<\/p>\n<p style=\"text-align: center;\"><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"SEND\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77edb39 elementor-widget elementor-widget-html\" data-id=\"77edb39\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n    img {\n    -webkit-user-drag: none;\n  -khtml-user-drag: none;\n  -moz-user-drag: none;\n  -o-user-drag: none;\n  user-drag: none;\n}\n    <\/style>\n<script>\n\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5be86a8 e-flex e-con-boxed e-con e-parent\" data-id=\"5be86a8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-765acdb e-con-full e-flex e-con e-child\" data-id=\"765acdb\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c81acbc elementor-widget elementor-widget-image\" data-id=\"c81acbc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/thespotoffice.it\/en\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"225\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-pot-logo-dils.png\" class=\"attachment-large size-large wp-image-667565\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-pot-logo-dils.png 876w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-pot-logo-dils-300x84.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/the-pot-logo-dils-768x216.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a0337e e-con-full e-flex e-con e-child\" data-id=\"4a0337e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21e9580 elementor-widget elementor-widget-heading\" data-id=\"21e9580\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Exclusive agent:<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07f2ab1 elementor-widget elementor-widget-image\" data-id=\"07f2ab1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"621\" height=\"191\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo-white.png\" class=\"attachment-large size-large wp-image-667554\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo-white.png 621w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo-white-300x92.png 300w\" sizes=\"(max-width: 621px) 100vw, 621px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1232526 elementor-widget elementor-widget-heading\" data-id=\"1232526\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Piazza Armando Diaz 7<br>\n20123 Milano<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db23e59 elementor-widget elementor-widget-heading\" data-id=\"db23e59\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"tel:+3902802921\">+39 02 80 29 21<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-787f996 elementor-widget elementor-widget-heading\" data-id=\"787f996\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">office@dils.com<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6409918 elementor-widget elementor-widget-heading\" data-id=\"6409918\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">dils.com<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d912318 e-con-full e-flex e-con e-child\" data-id=\"d912318\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c3c09cf e-con-full e-flex e-con e-child\" data-id=\"c3c09cf\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9addad0 elementor-widget elementor-widget-heading\" data-id=\"9addad0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#contesto\">Context<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27a0d2f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"27a0d2f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3713ab1 elementor-widget elementor-widget-heading\" data-id=\"3713ab1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#sostenibilita\">Sustainability<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f516e5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3f516e5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34bf607 elementor-widget elementor-widget-heading\" data-id=\"34bf607\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#progetto\">Project<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ff66e2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1ff66e2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13d32e7 elementor-widget elementor-widget-heading\" data-id=\"13d32e7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#uffici\">Offices<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d23202 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1d23202\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e31db5d elementor-widget elementor-widget-heading\" data-id=\"e31db5d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#contatti\">Contacts<\/a><\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d7f716 e-con-full e-flex e-con e-child\" data-id=\"4d7f716\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39c2bd2 elementor-widget elementor-widget-heading\" data-id=\"39c2bd2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">An initiative of:<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0780d2e elementor-widget elementor-widget-image\" data-id=\"0780d2e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"405\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-1024x518.png\" class=\"attachment-large size-large wp-image-667585\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-1024x518.png 1024w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-300x152.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-768x388.png 768w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-1536x777.png 1536w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/immagine-1-2048x1036.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f001a8 elementor-widget elementor-widget-image\" data-id=\"7f001a8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"771\" height=\"185\" src=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo_Skymac_cmyk-1.png\" class=\"attachment-large size-large wp-image-667588\" alt=\"\" srcset=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo_Skymac_cmyk-1.png 771w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo_Skymac_cmyk-1-300x72.png 300w, https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/11\/logo_Skymac_cmyk-1-768x184.png 768w\" sizes=\"(max-width: 771px) 100vw, 771px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c755d17 e-flex e-con-boxed e-con e-parent\" data-id=\"c755d17\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-331d510 e-con-full e-flex e-con e-child\" data-id=\"331d510\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-576af74 elementor-widget elementor-widget-heading\" data-id=\"576af74\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/thespotoffice.it\/cookie-policy-ue\/\" target=\"_blank\">Cookie Policy<\/a> | <a href=\"https:\/\/thespotoffice.it\/termini-e-condizioni\/\" target=\"_blank\">Terms and conditions<\/a> | <a href=\"https:\/\/dils.com\/privacy-policy\/\"  target=\"_blank\">Privacy Policy<\/a>\n<br><br>\nDils S.p.A., Piazza Armando Diaz, 7 20123 Milano, P.Iva 07575790154 | Il contenuto di questa pagina web non ha valore contrattuale.<br>\n\u00a9 Dils S.p.A., all material is copyrighted unless otherwise stated<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Context SCALO PORTA ROMANA: INNOVATION MEETS SUSTAINABILITY. In this area, the future of the city takes root, starting from Parco Romana and extending to the future headquarters of the most important players in the international fashion industry. A series of innovative developments, designed for business with a focus on professionals and the context in which [&hellip;]<\/p>\n","protected":false},"author":19,"featured_media":668328,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Spot Office - A workplace with a vision - A workplace with a vision<\/title>\n<meta name=\"description\" content=\"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thespotoffice.it\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Spot Office - A workplace with a vision - A workplace with a vision\" \/>\n<meta property=\"og:description\" content=\"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thespotoffice.it\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"The Spot Office - A workplace with a vision\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T15:04:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/Screenshot-2023-12-04-alle-14.18.32.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1355\" \/>\n\t<meta property=\"og:image:height\" content=\"828\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thespotoffice.it\/en\/\",\"url\":\"https:\/\/thespotoffice.it\/en\/\",\"name\":\"The Spot Office - A workplace with a vision - A workplace with a vision\",\"isPartOf\":{\"@id\":\"https:\/\/thespotoffice.it\/en\/#website\"},\"datePublished\":\"2023-10-30T16:11:59+00:00\",\"dateModified\":\"2026-01-20T15:04:38+00:00\",\"description\":\"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.\",\"breadcrumb\":{\"@id\":\"https:\/\/thespotoffice.it\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thespotoffice.it\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thespotoffice.it\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thespotoffice.it\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The spot en\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thespotoffice.it\/en\/#website\",\"url\":\"https:\/\/thespotoffice.it\/en\/\",\"name\":\"The Spot Office - A workplace with a vision\",\"description\":\"Una serie di sviluppi innovativi, pensati per il business e con un\u2019attenzione per i professionisti e per il contesto in cui sorgeranno, grazie a importanti progetti di riqualificazione urbana.\",\"publisher\":{\"@id\":\"https:\/\/thespotoffice.it\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thespotoffice.it\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/thespotoffice.it\/en\/#organization\",\"name\":\"The Spot Office - A workplace with a vision\",\"url\":\"https:\/\/thespotoffice.it\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thespotoffice.it\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/the-spot-logo.png\",\"contentUrl\":\"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/the-spot-logo.png\",\"width\":1470,\"height\":402,\"caption\":\"The Spot Office - A workplace with a vision\"},\"image\":{\"@id\":\"https:\/\/thespotoffice.it\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Spot Office - A workplace with a vision - A workplace with a vision","description":"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.","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:\/\/thespotoffice.it\/en\/","og_locale":"en_US","og_type":"article","og_title":"The Spot Office - A workplace with a vision - A workplace with a vision","og_description":"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.","og_url":"https:\/\/thespotoffice.it\/en\/","og_site_name":"The Spot Office - A workplace with a vision","article_modified_time":"2026-01-20T15:04:38+00:00","og_image":[{"width":1355,"height":828,"url":"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/12\/Screenshot-2023-12-04-alle-14.18.32.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thespotoffice.it\/en\/","url":"https:\/\/thespotoffice.it\/en\/","name":"The Spot Office - A workplace with a vision - A workplace with a vision","isPartOf":{"@id":"https:\/\/thespotoffice.it\/en\/#website"},"datePublished":"2023-10-30T16:11:59+00:00","dateModified":"2026-01-20T15:04:38+00:00","description":"A series of innovative developments, designed for business with a focus on professionals and the context in which they will rise, thanks to significant urban redevelopment projects.","breadcrumb":{"@id":"https:\/\/thespotoffice.it\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thespotoffice.it\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thespotoffice.it\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thespotoffice.it\/en\/"},{"@type":"ListItem","position":2,"name":"The spot en"}]},{"@type":"WebSite","@id":"https:\/\/thespotoffice.it\/en\/#website","url":"https:\/\/thespotoffice.it\/en\/","name":"The Spot Office - A workplace with a vision","description":"Una serie di sviluppi innovativi, pensati per il business e con un\u2019attenzione per i professionisti e per il contesto in cui sorgeranno, grazie a importanti progetti di riqualificazione urbana.","publisher":{"@id":"https:\/\/thespotoffice.it\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thespotoffice.it\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thespotoffice.it\/en\/#organization","name":"The Spot Office - A workplace with a vision","url":"https:\/\/thespotoffice.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thespotoffice.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/the-spot-logo.png","contentUrl":"https:\/\/thespotoffice.it\/wp-content\/uploads\/sites\/35\/2023\/10\/the-spot-logo.png","width":1470,"height":402,"caption":"The Spot Office - A workplace with a vision"},"image":{"@id":"https:\/\/thespotoffice.it\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/pages\/667804"}],"collection":[{"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/comments?post=667804"}],"version-history":[{"count":243,"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/pages\/667804\/revisions"}],"predecessor-version":[{"id":668771,"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/pages\/667804\/revisions\/668771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/media\/668328"}],"wp:attachment":[{"href":"https:\/\/thespotoffice.it\/en\/wp-json\/wp\/v2\/media?parent=667804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}