{"id":3415,"date":"2021-06-17T15:18:27","date_gmt":"2021-06-17T13:18:27","guid":{"rendered":"https:\/\/thermogel.it\/industrial-lines\/"},"modified":"2022-06-08T09:58:50","modified_gmt":"2022-06-08T07:58:50","slug":"industrial-lines","status":"publish","type":"page","link":"https:\/\/thermogel.it\/en\/industrial-lines\/","title":{"rendered":"Industrial lines"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3415\" class=\"elementor elementor-3415 elementor-2121\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb2acf8 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"cb2acf8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57d1439\" data-id=\"57d1439\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-713511d elementor-widget elementor-widget-html\" data-id=\"713511d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\r\n  let nh = 0;\r\n  let oh = 0;\r\n\r\n\/\/ First we get the viewport height and we multiple it by 1% to get a value for a vh unit\r\n  let vh = window.innerHeight * 0.01;\r\n  \r\n\/\/ Then we save the viewport height and we multiple it by 1% to get a value for a vh unit to apply to the parallax bg (fix scroll zoom)\r\n    let vhb = window.innerHeight * 0.01;\r\n\r\n\/\/ Then we set the values in the --vh and --vhb custom property to the root of the document\r\n  document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n  document.documentElement.style.setProperty('--vhb', `${vhb}px`);\r\n  \r\n\/\/ We listen to the resize event\r\nwindow.addEventListener('resize', () => {\r\n  nh = window.innerHeight;\r\n  if (nh != oh)\r\n  {\r\n    let vh = window.innerHeight * 0.01;\r\n    document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n    oh = nh;\r\n }\r\n});\r\n\r\nwindow.addEventListener('orientationchange', () => {\r\n  if (window.innerWidth > window.innerHeight) {\r\n      document.documentElement.style.setProperty('--vh', `1vh`);\r\n    }\r\n});\r\n\r\nwindow.addEventListener('scroll', () => {\r\n   nh = window.innerHeight;\r\n   if (nh != oh)\r\n   {\r\n     let vh = window.innerHeight * 0.01;\r\n     document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n     oh = nh;\r\n  }\r\n});\r\n\r\n<\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function(event) {\r\n  \/\/the event occurred\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-on\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-off\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-play\"]');\r\n a.setAttribute('id', 'circle-mobile-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-on\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-off\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-play\"]');\r\n a.setAttribute('id', 'circle-desktop-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n})\r\n\r\nfunction playVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')  \r\n    video.play();\r\n}\r\n\r\nfunction pauseVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()') \r\n    video.pause();\r\n}\r\n\r\nfunction unmuteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = false;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"none\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"block\";\r\n}\r\n\r\nfunction muteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = true;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"block\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"none\";\r\n}\r\n<\/script>\r\n<script>\r\n\r\n\/* var prevScrollpos = window.pageYOffset;\r\n\r\nwindow.onscroll = function() {\r\n\r\nvar currentScrollPos = window.pageYOffset;\r\n\r\nif(window.innerHeight + window.pageYOffset >= document.body.offsetHeight - 10){\r\n\/\/at the bottom of the page\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n}\r\n  else if (prevScrollpos > currentScrollPos+10) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n\r\n  } else if ((prevScrollpos < currentScrollPos) && (currentScrollPos > 0)) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"-120px\";\r\n\r\n  }\r\n\r\n  prevScrollpos = currentScrollPos;\r\n\r\n}*\/\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d79983e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d79983e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d83776f\" data-id=\"d83776f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ee0d6e text-center elementor-invisible elementor-widget elementor-widget-tp-heading-title\" data-id=\"7ee0d6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style69ff2681d7e3b style-1 \" ><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"LINES\">LINES<span class=\"title-s \"> <br>INDUSTRIAL <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> CLIMATIC SYSTEMS <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1ba20 elementor-widget elementor-widget-tp-row-background\" data-id=\"7b1ba20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n(function($) {\n\t\t\t\t\t\t\"use strict\";\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t$(\"#bgGallaryslide69fe9fd8595cf\").vegas({\n\t\t\t\t\t\t\t\toverlay: \"\",\n\t\t\t\t\t\t\t\ttransitionDuration: 4e3,\n\t\t\t\t\t\t\t\tdelay: 7000,\n\t\t\t\t\t\t\t\tslides: [{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120559\/evaporatori-blast-freezer.jpg\",transition: \"fade2\",transitionDuration: 5000},{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg\",transition: \"fade2\",transitionDuration: 5000},]\n\t\t\t\t\t\t\t});\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t\t})(jQuery);\n<\/script>\n<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row69fe9fd8595c1     \" data-no=\"theplus_row69fe9fd8595c1\"  data-section-hidden=\"inherit\"><div  id=\"bgGallaryslide69fe9fd8595cf\" class=\"pt-plus-row-slideshow \"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000BF\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0eb8733 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0eb8733\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-117d280\" data-id=\"117d280\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88a82e3 text-left text--mobilecenter elementor-widget elementor-widget-tp-heading-title\" data-id=\"88a82e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style69ff2681d91fe style-1 \" ><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"OUR LINES\">OUR LINES<span class=\"title-s \"> OF PRODUCTION <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> Continously Updated <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e5f0753 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e5f0753\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d59c3f\" data-id=\"4d59c3f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-859cce5 elementor-widget elementor-widget-image\" data-id=\"859cce5\" data-element_type=\"widget\" data-e-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 fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"598\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1.jpg\" class=\"attachment-large size-large wp-image-3645\" alt=\"installation of air handling unit for proofing spiral\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1.jpg 803w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-300x224.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-768x574.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-600x448.jpg 600w\" 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-b4e11f8 elementor-widget elementor-widget-image\" data-id=\"b4e11f8\" data-element_type=\"widget\" data-e-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=\"550\" height=\"413\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover.png\" class=\"attachment-large size-large wp-image-3771\" alt=\"\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover.png 550w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover-300x225.png 300w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7c59fb6\" data-id=\"7c59fb6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bdd3b4 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5bdd3b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>PROOFING DOUGH<\/strong><\/p>\n<p>Thermogel leavening systems offer a guarantee of uniformity and precision in the operating temperature, with the possibility of personalized settings in relation to the specificity of the product they are intended for.<\/p>\n<p>Powers and dimensions depend on the type, quantity and rotation time of the product to be introduced.<\/p>\n<p>We have the experience in products as:<\/p>\n<ul>\n<li>Croissant e mini croissant;<\/li>\n<li>Croissant;<\/li>\n<li>Snacks;<\/li>\n<li>Sandwich bread;<\/li>\n<li>Pita bread;<\/li>\n<li>Baguette;<\/li>\n<li>Pizza.<\/li>\n<\/ul>\n<p>Tecnichal solutions for any transport system:<\/p>\n<ul>\n<li>Static rooms for racks;<\/li>\n<li>Dinamic rooms with belt;<\/li>\n<li>Dinamic rooms with balanced trays;<\/li>\n<li>Dinamic rooms with spiral belt.<\/li>\n<\/ul>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-62aac58 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"62aac58\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a78f613\" data-id=\"a78f613\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c4fca12 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"c4fca12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>BLAST CHILLING AND SHOCK FREEZING<\/strong><\/p>\n<p>Quick Freezing, mudulable system for rotative racks and productions starting from 50Kg\/h to 690Kg\/h.<\/p>\n<p>It is a project destinated to big and efficence production infact our machines guarantee -18\u00b0C in one hour in the core of product.<\/p>\n<ul>\n<li>Cabinets preassembled with high insulation thikness;<\/li>\n<li>Cooling process with progressive step;<\/li>\n<li>Control with microprocessor card, programmable in blast chilling cycle times and temperatures.<\/li>\n<\/ul>\n<p>For fresh, cooked or pre-cooked products.<\/p>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8bf6ed0\" data-id=\"8bf6ed0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-caf7c64 elementor-widget elementor-widget-image\" data-id=\"caf7c64\" data-element_type=\"widget\" data-e-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=\"538\" height=\"720\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1.jpg\" class=\"attachment-large size-large wp-image-3781\" alt=\"Fast cooling room for pizza ball\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1.jpg 538w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1-224x300.jpg 224w\" sizes=\"(max-width: 538px) 100vw, 538px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ea7e88 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"8ea7e88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"scheda\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/scheda-san-cassiano.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (2)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/foto_box-2.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"img_0330-1\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/img_0330-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"linea automatica di lievitazione\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/foto_box-3.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-436df7d elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"436df7d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9779c75\" data-id=\"9779c75\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d4d7dd elementor-widget elementor-widget-image\" data-id=\"3d4d7dd\" data-element_type=\"widget\" data-e-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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1.jpg\" class=\"attachment-large size-large wp-image-3791\" alt=\"cooling for fresh dough in industrial process\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1.jpg 800w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-300x225.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-768x576.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-600x450.jpg 600w\" 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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1d44e24\" data-id=\"1d44e24\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce234f7 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ce234f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>DOUGH CONDITIONING<\/strong><\/p>\n<p>The cooling systems guarantee the maintenance of the original quality of the product, without hardening, dehydration or condensation. \u2063To this end, they are designed to reach the required needs (temperatures and UR%), using the most suitable technologies.<\/p>\n<p>Tecnichal solutions for any transport system:<\/p>\n<ul>\n<li>Static rooms for racks;<\/li>\n<li>Dinamic rooms with belt;<\/li>\n<li>Dinamic rooms with balanced trays;<\/li>\n<li>Dinamic rooms with spiral belt.<\/li>\n<\/ul>\n<p>Frequently updating of Tecnichal applications for the best performance and precision.<\/p>\n<ul>\n<li>Calories power and air volume over size;<\/li>\n<li>Energy utility conforming with the logistic;<\/li>\n<li>Cooling with traditional motocompressor and direct freon expansion or by cooled water;<\/li>\n<li>Electronic control by PLC.<\/li>\n<\/ul>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd42f5d elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"bd42f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"impianto di raffreddamento croissant su linea automatica\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-4.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (5)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-5.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (6)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-6.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (7)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-7.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3abb034 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3abb034\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-803fc71\" data-id=\"803fc71\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b8aed24 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b8aed24\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>STORING<\/strong><\/p>\n<p>Storage or progressive freezing chambers -25 \u00b0 C \/ -30 \u00b0 C of packaged or loose products, bakery and pastry.<\/p>\n<p>We use structures and logistics that adhere to organizational criteria with a guarantee of product safety and quality.<\/p>\n<p>Tecnichal solutions for any transport system:<\/p>\n<ul>\n<li>Static rooms for racks;<\/li>\n<li>Dinamic rooms with belt;<\/li>\n<li>Dinamic rooms with balanced trays;<\/li>\n<li>Dinamic rooms with spiral belt.<\/li>\n<\/ul>\n<p>Frequently updating of Tecnichal applications for the best performance and precision.<\/p>\n<ul>\n<li>Calories power and air volume over size;<\/li>\n<li>Electronic control by PLC.<\/li>\n<\/ul>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b60bc11\" data-id=\"b60bc11\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e45e23d elementor-widget elementor-widget-image\" data-id=\"e45e23d\" data-element_type=\"widget\" data-e-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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2.jpg\" class=\"attachment-large size-large wp-image-3801\" alt=\"\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2.jpg 1024w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-300x225.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-768x576.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-600x450.jpg 600w\" 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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-f040318 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"f040318\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/foto_box-8.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (1)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/foto_box-1-1.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\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\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d980ec6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d980ec6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5f29952\" data-id=\"5f29952\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-94270e2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"94270e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thermobake srl<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae553ec elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ae553ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contacts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af34412 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"af34412\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a3c853 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9a3c853\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Use the form to request information.<\/p>\n<p>THRMOGEL IS WAITING YOU!<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aec9f73 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aec9f73\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a3f517 elementor-invisible\" data-id=\"8a3f517\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-10ceca6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"10ceca6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Via Alessandro Volta 62B 21010 Cardano al Campo (VA)<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+39%200331%201835350\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+39 0331 1835350<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:info@thermogel.it\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-envelope-open\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@thermogel.it<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8465923 elementor-widget elementor-widget-tp-row-background\" data-id=\"8465923\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row69fe9fd87328c     \" data-no=\"theplus_row69fe9fd87328c\"  data-section-hidden=\"inherit\"><div class=\"pt-plus-columns-bg-wrap tp_bg_desktop columns-bg-anim-colors columns-bg-image   columns_simple_image   \"  id=\"theplus_bgimage69fe9fd87328d\"    data-parallax_sense=\"30\"  style=\"background:url(https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg);background-position: center center;background-repeat: no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;-webkit-animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;\"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000ED\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-894e523 envato-kit-141-newsletter-inline elementor-invisible\" data-id=\"894e523\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;pulse&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b6da4e elementor-widget elementor-widget-heading\" data-id=\"7b6da4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send a message<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78706f1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"78706f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94ea5f2 elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"94ea5f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"3415\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"94ea5f2\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Industrial lines - Thermogel\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"3415\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-6850d19 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-6850d19\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[6850d19]\" id=\"form-field-6850d19\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_2cf0a67 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2cf0a67\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_2cf0a67]\" id=\"form-field-field_2cf0a67\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Company\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-da6d553 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-da6d553\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[da6d553]\" id=\"form-field-da6d553\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_4cab603 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_4cab603\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6Lfjuk8eAAAAAO81-QMLMrV_SH0hBKEC32NBdwS5\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md elementor-animation-shrink\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send a message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>LINES INDUSTRIAL CLIMATIC SYSTEMS OUR LINES OF PRODUCTION Continously Updated PROOFING DOUGH Thermogel leavening systems offer a guarantee of uniformity and precision in the operating temperature, with the possibility of personalized settings in relation to the specificity of the product they are intended for. Powers and dimensions depend on the type, quantity and rotation time [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3415","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Industrial lines - Thermogel<\/title>\n<meta name=\"description\" content=\"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thermogel.it\/linee-industriali\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Industrial lines - Thermogel\" \/>\n<meta property=\"og:description\" content=\"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thermogel.it\/linee-industriali\/\" \/>\n<meta property=\"og:site_name\" content=\"Thermogel\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-08T07:58:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/\",\"url\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/\",\"name\":\"Industrial lines - Thermogel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\",\"datePublished\":\"2021-06-17T13:18:27+00:00\",\"dateModified\":\"2022-06-08T07:58:50+00:00\",\"description\":\"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/#primaryimage\",\"url\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\",\"contentUrl\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/linee-industriali\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thermogel.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Industrial lines\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"name\":\"Thermogel\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thermogel.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\",\"name\":\"Thermogel\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"width\":233,\"height\":84,\"caption\":\"Thermogel\"},\"image\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Industrial lines - Thermogel","description":"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.","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:\/\/thermogel.it\/linee-industriali\/","og_locale":"en_US","og_type":"article","og_title":"Industrial lines - Thermogel","og_description":"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.","og_url":"https:\/\/thermogel.it\/linee-industriali\/","og_site_name":"Thermogel","article_modified_time":"2022-06-08T07:58:50+00:00","og_image":[{"url":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thermogel.it\/linee-industriali\/","url":"https:\/\/thermogel.it\/linee-industriali\/","name":"Industrial lines - Thermogel","isPartOf":{"@id":"https:\/\/thermogel.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thermogel.it\/linee-industriali\/#primaryimage"},"image":{"@id":"https:\/\/thermogel.it\/linee-industriali\/#primaryimage"},"thumbnailUrl":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","datePublished":"2021-06-17T13:18:27+00:00","dateModified":"2022-06-08T07:58:50+00:00","description":"Climatic system for industrial food production lines. Management of the different process phases with study and implementation.","breadcrumb":{"@id":"https:\/\/thermogel.it\/linee-industriali\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thermogel.it\/linee-industriali\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thermogel.it\/linee-industriali\/#primaryimage","url":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","contentUrl":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/thermogel.it\/linee-industriali\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thermogel.it\/"},{"@type":"ListItem","position":2,"name":"Industrial lines"}]},{"@type":"WebSite","@id":"https:\/\/thermogel.it\/#website","url":"https:\/\/thermogel.it\/","name":"Thermogel","description":"","publisher":{"@id":"https:\/\/thermogel.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thermogel.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thermogel.it\/#organization","name":"Thermogel","url":"https:\/\/thermogel.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/","url":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","contentUrl":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","width":233,"height":84,"caption":"Thermogel"},"image":{"@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages\/3415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/comments?post=3415"}],"version-history":[{"count":0,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages\/3415\/revisions"}],"wp:attachment":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/media?parent=3415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}