{"id":11082,"date":"2026-03-30T13:47:42","date_gmt":"2026-03-30T11:47:42","guid":{"rendered":"https:\/\/www.rg-racing-sp.com\/?page_id=11082"},"modified":"2026-03-30T14:06:57","modified_gmt":"2026-03-30T12:06:57","slug":"homefinal","status":"publish","type":"page","link":"https:\/\/www.rg-racing-sp.com\/it\/homefinal\/","title":{"rendered":"homefinal"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11082\" class=\"elementor elementor-11082\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27ab9acc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"27ab9acc\" data-element_type=\"section\" data-e-type=\"section\" id=\"home-video\">\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-61693762\" data-id=\"61693762\" 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-bcf0568 elementor-widget elementor-widget-html\" data-id=\"bcf0568\" 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<div class=\"home-video\">\n    <div class=\"sound-overlay\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/speaker-32.png\" width=\"24\">\n    <\/div>\n    <iframe id=\"ytplayer\"\n    src=\"https:\/\/www.youtube.com\/embed\/iNH8ANGJLME?enablejsapi=1&autoplay=1&mute=1&controls=0&rel=0&modestbranding=1\"\n    frameborder=\"0\"\n    allow=\"autoplay\"\n    allowfullscreen>\n    <\/iframe>\n<\/div>\n\n<style>\n.home-video {\n   position: relative;\n   cursor: pointer;\n   opacity: 1;\n   transition: opacity 0.5s ease;\n}\n\n.home-video iframe {\n   pointer-events: none;\n}\n\n.sound-overlay {\n   position: absolute;\n   bottom: 9%;\n   right: 0;\n   transform: translate(-50%, -50%);\n   z-index: 10;\n   transition: 0.3s;\n}\n<\/style>\n\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n\n<script>\n   var player;\n   var isSoundEnabled = false;\n   var isPageLoaded = false;\n\n   window.addEventListener(\"load\", function(){\n      isPageLoaded = true;\n\n      if(player){\n         startVideo();\n      }\n   });\n\n   function onYouTubeIframeAPIReady() {\n      player = new YT.Player('ytplayer', {\n         events: {\n            'onReady': onPlayerReady,\n            'onStateChange': onPlayerStateChange\n         }\n      });\n   }\n\n   function onPlayerReady(event) {\n      if(isPageLoaded){\n         startVideo();\n      }\n   }\n\n   function startVideo(){\n\n      var section = document.querySelector(\"#home-video\");\n      var videoWrapper = document.querySelector(\".home-video\");\n\n      if(section){\n         section.style.display = \"block\";\n      }\n\n      if(videoWrapper){\n         videoWrapper.style.display = \"block\";\n         videoWrapper.style.opacity = \"1\";\n      }\n\n      document.querySelectorAll(\".home-hide, .turbo-footer-template\").forEach(function(el){\n         el.style.display = \"none\";\n      });\n\n      player.mute();\n      player.seekTo(0, true);\n      player.playVideo();\n   }\n\n   document.addEventListener(\"click\", function(e){\n\n      if(e.target.closest(\".home-video\")){\n\n         if (!isSoundEnabled && player) {\n            player.unMute();\n            player.setVolume(100);\n            isSoundEnabled = true;\n\n            var overlay = document.querySelector(\".sound-overlay\");\n            if(overlay){\n               overlay.style.opacity = \"0\";\n               setTimeout(()=>overlay.style.display=\"none\",300);\n            }\n         }\n      }\n\n      if(e.target && e.target.id === \"replay-video\"){\n\n         e.preventDefault();\n\n         if(player){\n\n            isSoundEnabled = false;\n\n            var section = document.querySelector(\"#home-video\");\n            var videoWrapper = document.querySelector(\".home-video\");\n            var overlay = document.querySelector(\".sound-overlay\");\n\n            if(section){\n               section.style.setProperty(\"display\", \"block\", \"important\");\n            }\n\n            if(videoWrapper){\n               videoWrapper.style.setProperty(\"display\", \"block\", \"important\");\n               videoWrapper.style.setProperty(\"opacity\", \"1\", \"important\");\n            }\n\n            if(overlay){\n               overlay.style.display = \"block\";\n               overlay.style.opacity = \"1\";\n            }\n\n            document.querySelectorAll(\".home-hide, .turbo-footer-template\").forEach(function(el){\n               el.style.display = \"none\";\n            });\n\n            section.scrollIntoView({ behavior: \"smooth\" });\n\n            setTimeout(function(){\n               player.stopVideo();\n               player.seekTo(0, true);\n               player.mute();\n               player.playVideo();\n            }, 500);\n         }\n      }\n\n   });\n\n   function onPlayerStateChange(event) {\n\n      if(event.data === 0){\n\n         var videoWrapper = document.querySelector(\".home-video\");\n\n         if(videoWrapper){\n            videoWrapper.style.opacity = \"0\";\n\n            setTimeout(function(){\n               videoWrapper.style.display = \"none\";\n            },1100);\n         }\n\n         document.querySelectorAll(\".home-hide, .turbo-footer-template\").forEach(function(el){\n            el.style.display = \"block\";\n            el.style.opacity = \"1\";\n         });\n\n        if (typeof jQuery !== \"undefined\") {\n           jQuery('.wpls-logo-slider').each(function(){\n              if (jQuery(this).hasClass('slick-initialized')) {\n                 jQuery(this).slick('setPosition');\n              }\n           });\n        }\n         \n        jQuery('.logoshowcase').slick('refresh');\n      }\n   }\n<\/script>\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-736958e8 elementor-section-stretched elementor-section-full_width home-hide elementor-section-height-default elementor-section-height-default\" data-id=\"736958e8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-3fa58903\" data-id=\"3fa58903\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&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-a4ace elementor-widget elementor-widget-spacer\" data-id=\"a4ace\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\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-62afdbcb elementor-widget elementor-widget-html\" data-id=\"62afdbcb\" 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<button id=\"replay-video\">Replay<\/button>\n<style>\n   #replay-video {\n      float: right;\n      padding: 5px 10px;\n   }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74445aa3 elementor-widget elementor-widget-image\" data-id=\"74445aa3\" 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\" src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.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-2349a26e title_banner elementor-widget elementor-widget-heading\" data-id=\"2349a26e\" 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\">SOFTWARE PERFORMANCE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-274b8370 elementor-widget elementor-widget-image\" data-id=\"274b8370\" 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\" src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.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<\/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-2cbdcaba home-hide elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2cbdcaba\" 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-7126801f\" data-id=\"7126801f\" 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-62579ab8 elementor-widget elementor-widget-button\" data-id=\"62579ab8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/was-ist-eine-softwareoptimierung\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Softwareoptimierung?<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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-6b2ed889 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b2ed889\" 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-3f8fc4e3\" data-id=\"3f8fc4e3\" 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-1c9a6478 elementor-widget elementor-widget-heading\" data-id=\"1c9a6478\" 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<h1 class=\"elementor-heading-title elementor-size-default\">CONFIGURATORE TUNING<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d80135b elementor-widget elementor-widget-text-editor\" data-id=\"4d80135b\" data-element_type=\"widget\" data-e-type=\"widget\" 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<h4>Die Angaben in unserer Tuning-Liste sind Empfehlungen, da wir unsere Software individuell an Ihre W\u00fcnsche anpassen, k\u00f6nnen diese auch nach oben oder unten variieren.<\/h4>\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-1124bfc8 elementor-widget elementor-widget-shortcode\" data-id=\"1124bfc8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    \r\n\t<link rel=\"stylesheet\" href=\"https:\/\/www.rg-racing-sp.com\/wp-content\/plugins\/car-details\/homepage.css\">\r\n    \r\n    <link href=\"https:\/\/files.rg-racing-sp.com\/specs\/css\/slick.css\" rel=\"stylesheet\" type=\"text\/css\"\/>\r\n\t<link href=\"https:\/\/files.rg-racing-sp.com\/specs\/css\/slick-theme.css\" rel=\"stylesheet\" type=\"text\/css\"\/>\r\n\t<link href=\"https:\/\/files.rg-racing-sp.com\/specs\/css\/search-frame.css\" rel=\"stylesheet\" type=\"text\/css\"\/>\r\n    <!-- BEGIN: CSS Assets-->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/files.rg-racing-sp.com\/dist\/css\/app.css\" \/>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/files.rg-racing-sp.com\/assets\/vendor\/flag-icon-css\/flag-icon.min.css\" \/>\r\n    <style type=\"text\/css\">\r\n    \t.select2-results__option {\r\n\t\t    text-align:left;\r\n\t\t    color: #444444;\r\n\t\t}\r\n\t\t.page .select2-container--default .select2-selection--single .select2-selection__rendered {\r\n\t\t    line-height:8px;\r\n\t\t}\r\n        .chartjs-render-monitor {\r\n            height: unset !important;\r\n        }\r\n        @media only screen and (max-width: 600px) {\r\n            #some-element{\r\n                display: none;\r\n            }\r\n        }\r\n        @media only screen and (min-width: 601px) {\r\n            #some-element{\r\n                display: inline-block;\r\n            }\r\n        }\r\n        \r\n        .grid-cols-5{\r\n            grid-template-columns: auto auto auto auto auto;\r\n        }\r\n\r\n        @media screen and (max-width: 768px){\r\n            .grid-cols-5{\r\n                grid-template-columns: auto;\r\n            }\r\n        }\r\n        \r\n        .select2-container {\r\n            width: 180px !important;\r\n        }\r\n        .select2-container--open .select2-dropdown--below{\r\n            \/*margin-top: 30px;*\/\r\n            background: #a3a3a3;\r\n        }\r\n    <\/style>\r\n    \r\n\t<div class=\"grid grid-cols-5 gap-6\">\r\n        <div class=\"mb-4\">\r\n            <select class=\"input border w-full mt-2 type\" id=\"type\">\r\n                <option value=\"\"><\/option>\r\n                 ?>\r\n                \r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"mb-4\">\r\n            <select class=\"input border w-full mt-2 make\" disabled id=\"make\">\r\n                <option value=\"\">Fare<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"mb-4\">\r\n            <select class=\"input border w-full mt-2 model\" disabled id=\"model\">\r\n                <option value=\"\">Modello<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"mb-4\">\r\n            <select class=\"input border w-full mt-2 generation\" disabled id=\"generation\">\r\n                <option value=\"\">Generazione<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"mb-4\">\r\n            <select class=\"input border w-full mt-2 engine\" disabled id=\"engine\">\r\n                <option value=\"\">Motore<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <span id=\"some-element\"><\/span>\r\n    <\/div>\r\n\r\n    <!-- Render Vehicle -->\r\n    <div id=\"result__render-vehicle\" hidden>\r\n    <div class=\"grid grid-cols-12 gap-6 pt-6\">\r\n        <div class=\"col-span-12 sm:col-span-4 xl:col-span-4\">\r\n            <div class=\"relative h-full\">\r\n                <img decoding=\"async\" class=\"\" id=\"car_image_area\" src=\"\">\r\n                <img decoding=\"async\" class=\"absolute right-0 bottom-0\" id=\"_logo_brand\" src=\"\">\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"col-span-12 sm:col-span-12 xl:col-span-8\">\r\n            <div class=\"tuning_stats_wrap\">\r\n                <ul class=\"stats_heading\">\r\n                    <li><\/li>\r\n                    <li>Standard<\/li>\r\n                    <li>Stage 1<\/li>\r\n                    <li>Difference<\/li>\r\n                    <li class=\"no_background\"><\/li>\r\n                    <li class=\"stage2head\">Stage 2<\/li>\r\n                    <!-- <li class=\"ecoStagehead\">Eco<\/li> -->\r\n                <\/ul>\r\n                <ul class=\"stats_content\">\r\n                    <li>Power<\/li>\r\n                    <li id=\"csbph_standard\">170hp<\/li>\r\n                    <li id=\"csbph_stage1\">180hp<\/li>\r\n                    <li id=\"csbph_different\">10hp<\/li>\r\n                    <li class=\"no_background\" id=\"bph_mpercent\">+5%<\/li>\r\n                    <li id=\"csbph_stage2\">198hp<\/li>\r\n                    <!-- <li id=\"csbph_eco\"><\/li> -->\r\n                <\/ul>\r\n            <\/div>\r\n            <div class=\"tuning_stats_wrap\">\r\n                <ul class=\"stats_content\">\r\n                    <li>Torque<\/li>\r\n                    <li id=\"cstorque_standard\">170hp<\/li>\r\n                    <li id=\"cstorque_stage1\">180hp<\/li>\r\n                    <li id=\"cstorque_different\">10hp<\/li>\r\n                    <li class=\"no_background\" id=\"torque_mpercent\">+5%<\/li>\r\n                    <li id=\"cstorque_stage2\">198hp<\/li>\r\n                    <!-- <li id=\"cstorque_eco\"><\/li> -->\r\n                <\/ul>\r\n            <\/div>\r\n            <div id=\"csproductname\" class=\"text-3xl text-white font-medium italic text-center p-5 bg-gray-700\">Abarth 124 Spider - 1.4 - 170-BHP - 127-KW<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"grid grid-cols-12 gap-6 pt-8 mfilter_second filterarea\">\r\n        <div class=\"col-span-12 sm:col-span-3 xl:col-span-3 car-type-selection\">\r\n            <div class=\"flex justify-center\">\r\n                <a href=\"javascript:;\" class=\"w-12 h-12 px-1 mcars\" data-type=\"cars\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicle_icons\/Icons_Vehicle_Car.png\">\r\n                <\/a>\r\n                <a href=\"javascript:;\" class=\"w-12 h-12 px-1 mtrucks\" data-type=\"trucks\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicle_icons\/Icons_Vehicle_Truck.png\">\r\n                <\/a> \r\n                <a href=\"javascript:;\" class=\"w-12 h-12 px-1 mtractors\"data-type=\"tractors\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicle_icons\/Icons_Vehicle_Tractor.png\">\r\n                <\/a>\r\n                \r\n            <\/div>\r\n            <select class=\"input border w-full mt-2 mcars_selection mmake\">\r\n                <option value=\"0\">Fare<\/option>\r\n            <\/select>\r\n            <select class=\"input border w-full mt-2 mmodel_selection mmodel\">\r\n                <option value=\"0\">Modello<\/option>\r\n            <\/select>\r\n            <select class=\"input border w-full mt-2 mengine_selection mengine\">\r\n                <option value=\"0\">Motore<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"col-span-12 sm:col-span-9 xl:col-span-9 grid grid-cols-12 gap-6\">\r\n            <div class=\"col-span-12 sm:col-span-6 xl:col-span-6\">\r\n                <table class=\"table\">\r\n                    <tr>\r\n                        <th class=\"border\">Specifiche dell'auto<\/th>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td class=\"border\">Genere: <span id=\"cstype\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td class=\"border\">Fare: <span id=\"csmake\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr id=\"csgeneration_tr\">\r\n                        <td class=\"border\">Generazione: <span id=\"csgeneration\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td class=\"border\">Modello: <span id=\"csmodel\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td class=\"border\">Carburante: <span id=\"csfuel\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td class=\"border\">Motore: <span id=\"csenginetype\"><\/span><\/td>\r\n                    <\/tr>\r\n                    <tr id=\"csenginecode_tr\">\r\n                        <td class=\"border\">Codice motore: <span id=\"csenginecode\"><\/span><\/td>\r\n                    <\/tr>\r\n                <\/table>\r\n            <\/div>\r\n            <div class=\"col-span-12 sm:col-span-6 xl:col-span-6\">\r\n                <table class=\"table available_solutions\">\r\n                    <thead>\r\n                        <tr>\r\n                            <th colspan=\"2\" class=\"border\">Soluzioni disponibili<\/th>\r\n                        <\/tr>    \r\n                    <\/thead>\r\n                    <tbody>\r\n                        \r\n                    <\/tbody>\r\n\r\n                <\/table>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"col-span-12 desktopDiv\">\r\n            <div class=\"w-full m-auto\">\r\n                <canvas class=\"m-auto js-chart--vehicle\" height=\"167\" ><\/canvas>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n\r\n    <\/div>\r\n<\/div>\r\n    \r\n    <script src=\"https:\/\/files.rg-racing-sp.com\/specs\/js\/slick.min.js\"><\/script>\r\n \r\n    <script type=\"text\/javascript\" src=\"https:\/\/files.rg-racing-sp.com\/specs\/js\/select2.full.js\"><\/script>\r\n\r\n    <script>\r\n    \tjQuery(document).ready(function(){\r\n    \t\t\/\/alert('ss');\r\n    \t});\r\n        \r\n    <\/script>\r\n      <script>\r\n        jQuery(document).ready(function($) {\r\n\r\n            var is_mobile = false;\r\n            if( $('#some-element').css('display')=='none') {\r\n                is_mobile = true;       \r\n            }\r\n\r\n            if (is_mobile == true) {\r\n                $('.js-chart--vehicle').attr(\"height\",\"290\");\r\n            }\r\n\r\n            $.ajaxSetup({\r\n                headers: {\r\n                    'X-CSRF-TOKEN': $('meta[name=\"csrf-token\"]').attr('content')\r\n                }\r\n            });\r\n\r\n            var images = [];\r\n            function preload() {\r\n                for (var i = 0; i < arguments.length; i++) {\r\n                    images[i] = new Image();\r\n                    images[i].src = \"\/images\/optlogos\/\" + preload.arguments[i] + \".png\";\r\n                }\r\n            }\r\n            \/\/ slider brands slick\r\n            $(\".crousel-wrapper\").slick({lazyLoad: 'progressive',accessibility:!1,slidesToShow:6,slidesToScroll:1,autoplay:!0,autoplaySpeed:2e3,arrows:!1,infinite:!0});\r\n\r\n        $.ajax({\r\n            type:\"GET\",\r\n            data:{value:'type'},\r\n            url:'https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data\/types',\r\n            beforeSend:function(){\r\n                $('#type').html('<option selected=\"selected\" disabled=\"disabled\">Loading...<\/option>')\r\n            },\r\n            success:function(res)\r\n            {\r\n                console.log(res);\r\n                \r\n                typeHtml = \"<option>Selezionare<\/option>\";\r\n                res.forEach((key,f) => {\r\n                    typeHtml += '<option value=\"'+key.id+'\">'+key.language[2].value+'<\/option>';\r\n                })\r\n                $('#type').html(typeHtml);\r\n            }\r\n        });\r\n\r\n        $('#type').on('change',function(){\r\n                \/\/ $('.make,.mmake').html('<option value=\"\">--Select--<\/option>');\r\n                $.ajax({\r\n                    url:\"https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data\/makes\",\r\n                    data:{'type_id':$(this).val()},\r\n                    type:'GET',\r\n                    success:function(res){\r\n                        if (res.message=='success') \r\n                        {\r\n                            $('#make').prop('disabled', false);\r\n                            $makeHtml=\"<option>Selezionare<\/option>\";\r\n                            res.data.forEach((key,field)=>\r\n                            {\r\n                                $makeHtml+='<option value=\"'+key.id+'\">'+key.title+'<\/option>';\r\n                            });\r\n                            $('.make,.mmake').html($makeHtml);\r\n                            \r\n                        }\r\n                    }\r\n                })\r\n            });\r\n\r\n        $('#make,.mmake').on('change',function(){\r\n                \/\/ $('#model,.mmodel').html('<option value=\"\">--Select--<\/option>');\r\n                $.ajax({\r\n                    url:\"https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data\/models\",\r\n                    data:{'make_id':$(this).val()},\r\n                    type:'GET',\r\n                    success:function(res){\r\n                        if (res.message=='success') \r\n                        {\r\n                            $modelHtml=\"<option>Selezionare<\/option>\";\r\n                            res.data.forEach((key,field)=>\r\n                            {\r\n                                $modelHtml+='<option value=\"'+key.id+'\">'+key.model+'<\/option>';\r\n                            });\r\n                            $('#model,.mmodel').html($modelHtml);\r\n                            $('#model').prop('disabled', false);\r\n                        }\r\n                    }\r\n                })\r\n            });\r\n\r\n        $('#model,.mmodel').on('change',function(){\r\n                            \/\/ $('#generation,.mgeneration').html('<option value=\"\">--Select--<\/option>');\r\n                            $.ajax({\r\n                                url:\"https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data\/generations\",\r\n                                data:{'model_id':$(this).val()},\r\n                                type:'GET',\r\n                                success:function(res){\r\n                                    if (res.message=='success') \r\n                                    {\r\n                                        $entHtml=\"<option>Selezionare<\/option>\";\r\n                                        console.log(res.data);\r\n                                        res.data.forEach((key,field)=>\r\n                                        {             \r\n                                            if (key.build_generation!='' && key.build_generation!=null) {\r\n                                                $entHtml+='<option value=\"'+key.id+'\">'+key.build_generation+'<\/option>';                               \r\n                                            }\r\n                                        });\r\n                                        $('#generation,.mgeneration').html($entHtml);\r\n                                        $('#generation').prop('disabled', false);\r\n                                    }\r\n                                }\r\n                            })\r\n                        });\r\n\r\n        $('#generation,.mgeneration').on('change',function(){\r\n                            \/\/ $('#engine,.mengine').html('<option value=\"\">--Select--<\/option>');\r\n                            $.ajax({\r\n                                url:\"https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data\/engines\",\r\n                                data:{'build_id':$(this).val()},\r\n                                type:'GET',\r\n                                success:function(res){\r\n                                    if (res.message=='success') \r\n                                    {\r\n                                        $entHtml=\"<option>Selezionare<\/option>\";\r\n                                        console.log(res.data);\r\n                                        res.data.forEach((key,field)=>\r\n                                        {             \r\n                                            enginetype = key.enginetype+' - '+key.power+'-'+'CV';\r\n                                            if (key.kilowatt!='' && key.kilowatt!=null) {\r\n                                                enginetype=enginetype+' - '+key.kilowatt+'-KW';\r\n                                            }\r\n                                            $entHtml+='<option value=\"'+key.id+'\">'+enginetype+'<\/option>';                               \r\n                                        });\r\n                                        $('#engine,.mengine').html($entHtml);\r\n                                        $('#engine').prop('disabled', false);\r\n                                    }\r\n                                }\r\n                            })\r\n                        });\r\n\r\n            \r\n            \/\/ function e(e, t, o, m, n) {\r\n            \/\/     $.ajax({\r\n            \/\/         type: \"GET\",\r\n            \/\/         data: {\r\n            \/\/             type: t,\r\n            \/\/             make: o,\r\n            \/\/             model: m,\r\n            \/\/             list: e,\r\n            \/\/         },\r\n            \/\/         url: 'https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/data',\r\n            \/\/         beforeSend: function() {\r\n            \/\/             $(\".\" + e).html('<option selected=\"selected\" disabled=\"disabled\">Loading...<\/option>')\r\n            \/\/         },\r\n            \/\/         success: function(t) {\r\n            \/\/             $(\".\" + e).html(\"<option><\/option>\"), \r\n            \/\/             $(\".m\" + e).html(\"<option>Selezionare<\/option>\"),\r\n            \/\/             $.each(t, function(t, n) {\r\n            \/\/                 if (o == n.id) {\r\n            \/\/                         if (e == 'make') a = \"<option data-name='\" + n.make + \"' value=\" + n.id + \">\" + n.make + \"<\/option>\";\r\n            \/\/                         else if (e == 'model') a = \"<option data-name='\" + n.model + \"' value=\" + n.id + \">\" + n.model + \"<\/option>\";\r\n            \/\/                         $(a).appendTo(\".\" + e)\r\n            \/\/                 } else {\r\n            \/\/                         if (e == 'make') a = \"<option data-name='\" + n.make + \"' data-image='\" + n.imagesrc + \"' value=\" + n.id + \">\" + n.make + \"<\/option>\";\r\n            \/\/                         else if (e == 'model') a = \"<option data-name='\" + n.model + \"' value=\" + n.id + \">\" + n.model + \"<\/option>\";\r\n            \/\/                         else if ((e == 'engine_type') ? e = 'engine' : e) a = \"<option data-name='\" + n.engine_type + \"' value=\" + n.id + \">\" + n.engine_type + \"<\/option>\";\r\n                                        \r\n            \/\/                         \/\/ } \r\n            \/\/                         \/\/ else if (void 0 !== n.name_en) var a = \"<option data-id='\" + n.item_id + \"' value=\" + n.id + \">\" + n.name_en + \"<\/option>\";\r\n            \/\/                         $(a).appendTo(\".\" + e);\r\n            \/\/                         \/\/set data select small\r\n            \/\/                     $(a).appendTo(\".m\" + e);\r\n            \/\/                 }\r\n            \/\/             }), $(\".\" + e).select2(\"open\")\r\n            \/\/         }\r\n            \/\/     })\r\n            \/\/ }\r\n\r\n\r\n            $(\".type\").select2({\r\n                width: '100%',\r\n                placeholder: \"Genere\"\r\n            }), $(\".make\").select2({\r\n                width: '100%',\r\n                placeholder: \"Fare\",\r\n                templateResult: function(e) {\r\n                            let image = $(e.element).attr('data-image');\r\n                            let type = $('#type').val();\r\n                            return e.id && image ? '<img decoding=\"async\" class=\"option-logo\" src=\"..\/logos\/'+type+'\/' + image + '\" \/>' + e.text : e.text\r\n                },\r\n                templateSelection: function(e) {\r\n                    return e.text\r\n                },\r\n                escapeMarkup: function(e) {\r\n                    return e\r\n                }\r\n            }), $(\".model\").select2({\r\n                width: '100%',\r\n                placeholder: \"Modello\"\r\n            }), $(\".generation\").select2({\r\n                width: '100%',\r\n                placeholder: \"Generazione\"\r\n            }), $(\".engine\").select2({\r\n                width: '100%',\r\n                placeholder: \"Motore\"\r\n            }), $(\".type\").on(\"change\", function() {\r\n                \/\/ $(\".model\").html(\"<option><\/option>\"), $(\".engine\").html(\"<option><\/option>\"), e(\"make\", $(this).val(), null, null, !1)\r\n\r\n                \/\/ set data select small\r\n                $('.car-type-selection a').css('opacity', '1');\r\n                $('.car-type-selection ' + '.m' + $(this).val() ).css('opacity', '0.5');\r\n                $('.car-type-selection a').removeClass(\"mtype_selected\");\r\n                $('.car-type-selection ' + '.m' + $(this).val() ).addClass(\"mtype_selected\");\r\n\r\n            }), $(\".make\").on(\"change\", function() {\r\n                e(\"model\", $('.type').val(), $(this).find(\":selected\").attr(\"data-name\"), null, !1)\r\n\r\n                $(\".mfilter_second .mmake\").val($(this).find(\":selected\").val());\r\n                \r\n\r\n            }), $(\".model\").on(\"change\", function() {\r\n                e(\"engine_type\", $('.type').val(), $('.make').find(\":selected\").attr(\"data-name\"), $(this).find(\":selected\").attr(\"data-name\"), !1)\r\n                \/\/ set data select small\r\n                $(\".mfilter_second .mmodel\").val($(this).find(\":selected\").val());\r\n            }), $(\".brand-logo\").on(\"click\", function() {\r\n                \/\/ $(\".make\").val($(this).attr(\"data-id\")).trigger(\"change\")\r\n                        \/\/ e(\"model\", 'cars', $(this).attr(\"data-name\"), null, !1)\r\n            }),\r\n            $(\".engine\").change(function() {\r\n                var e = $(this).val();\r\n                $.ajax({\r\n                    type: \"GET\",\r\n                    data: {\r\n                        type: $('.type').val(),\r\n                        id: e,\r\n                        lang_id: 3                    },\r\n                    url: 'https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/vehiclemeta',\r\n                    beforeSend: function() {},\r\n                    error: function(e, t) {\r\n                        alert('System error, please refresh page and try again.')\r\n                    },\r\n                    success: function(e) {\r\n                        type = $('.type').val();\r\n                        make = $('.make').find(\":selected\").attr(\"data-name\");\r\n                        model = $('.model').find(\":selected\").attr(\"data-name\");\r\n                        engine = $('.engine').val();\r\n\r\n\r\n                            renderDataVehicle(type, engine);\r\n\r\n                            \/\/ set data select small\r\n                $(\".mfilter_second .mengine\").val(engine);\r\n                \r\n                       \/\/ window.open('https:\/\/files.rg-racing-sp.com\/chiptuning?type='+type+'&make='+make+'&model='+model+'&engine='+engine+'', \"_blank\");\r\n                    }\r\n                })\r\n            })\r\n\r\n            function fileExists(url) {\r\n                if(url){\r\n                    var req = new XMLHttpRequest();\r\n                    req.open('GET', url, false);\r\n                    req.send();\r\n                    return req.status==200;\r\n                } else {\r\n                    return false;\r\n                }\r\n            }\r\n\r\n            \/\/ function render vehicle data\r\n            function renderDataVehicle(t, o) {\r\n                $.ajax({\r\n                    type: \"GET\",\r\n                    data: {\r\n                        type: t,\r\n                        id: o,\r\n                        lang_id: 3                    },\r\n                    url: 'https:\/\/files.rg-racing-sp.com\/chiptuning\/ajax\/vehiclemeta',\r\n                    beforeSend: function() {},\r\n                    error: function(e, t) {\r\n                        alert('please-refresh-page')\r\n                    },\r\n                    success: function(res) {\r\n                        msg = res.vehicle;\r\n                        data = res.vehicle_data;\r\n                        options = res.available_options;\r\n                        console.log(options)\r\n                        if (msg.p_original2=='notshow') {\r\n                            $('.stage2head,#csbph_stage2,#cstorque_stage2').remove();\r\n                        }\r\n                        show_enginetype = msg.enginetype+' - '+msg.power+'-'+'CV';\r\n                        if (data.kilowatt!='' && data.kilowatt!=null) {\r\n                            show_enginetype=show_enginetype+' - '+Math.round(data.kilowatt)+'-KW';\r\n                        }\r\n\r\n                        $('#csproductname').html(msg.make + \" \" + msg.model + \" - \" + show_enginetype);\r\n                        $('#csbph_standard').html(msg.p_original1 + 'cv');\r\n                        $('#csbph_stage1').html(msg.p_after_tuning1 + 'cv');\r\n                        $('#csbph_stage2').html(msg.p_original2 + 'cv');\r\n                        $('#csbph_different').html((msg.p_after_tuning1-msg.p_original1) + 'cv');\r\n                        $('#cstorque_standard').html(msg.t_original1 + 'nM');\r\n                        $('#cstorque_stage1').html(msg.t_after_tuning1 + 'nM');\r\n                        $('#cstorque_stage2').html(msg.t_original2 + 'nM');\r\n                        \/\/ $('#cstorque_eco').html(msg.t_originaleco + 'nM');\r\n                        $('#cstorque_different').html((msg.t_after_tuning1-msg.t_original1) + 'nM');\r\n\r\n                        chartindex1hp = parseInt(((msg.p_after_tuning1-msg.p_original1)*100)\/msg.p_original1);\r\n                        steko = parseInt(((msg.t_after_tuning1-msg.t_original1)*100)\/msg.t_original1);\r\n                        \r\n                        $('#bph_mpercent').html('+' + chartindex1hp + '%');\r\n                        $('#torque_mpercent').html('+' + steko + '%');\r\n                        \r\n                        if (!fileExists('https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicles\/' + msg.type.toLowerCase() + '\/' + msg.Vehicle_Picture))\r\n                        {\r\n                            $('#car_image_area').attr('src', 'https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicles\/' + msg.type.toLowerCase() + '\/' + 'LogoEPROM.png');\r\n                        }\r\n                        else\r\n                        {\r\n                            $('#car_image_area').attr('src', 'https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/vehicles\/' + msg.type.toLowerCase() + '\/' + msg.Vehicle_Picture);\r\n                        }\r\n\r\n                        var car_image_area = '<img decoding=\"async\" class=\"mimage_car\" src=\"vehicles\/' + $(\"#type\").val() + '\/' + msg.Vehicle_Picture + '\">';\r\n                        \r\n                        \r\n                        $('#_logo_brand').attr('src', \"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/images\/logos\/\" + msg.type.toLowerCase() + \"\/\" + msg.imagesrc + \"\" );\r\n                        $('#car_info_wrapper').css('display', 'block');\r\n\r\n                        if (msg.build_generation == '' || msg.build_generation == null || msg.build_generation == undefined) {\r\n                            $('#csgeneration_tr').css('display','none');\r\n                        }else {\r\n                            $('#csgeneration_tr').css('display','table-row');\r\n                        }\r\n\r\n                        if (data.engine_code == '' || data.engine_code == null || data.engine_code == undefined) {\r\n                            $('#csenginecode_tr').css('display','none');\r\n                        }else {\r\n                            $('#csenginecode_tr').css('display','table-row');\r\n                        }\r\n\r\n                        $('#cstype').html($('.type option:selected').text());\r\n                        $('#csmake').html(msg.make);\r\n                        $('#csgeneration').html(msg.build_generation);\r\n                        $('#csmodel').html(msg.model);\r\n                        $('#csfuel').html(msg.fuel);\r\n                        $('#csenginetype').html(msg.enginetype);\r\n                        $('#csenginecode').html(data.engine_code);\r\n                        $('#detail_info').css('display', 'block');\r\n                        \r\n                        \r\n                        optionHtml = '';\r\n                        if (options.length==0) {\r\n                            $('.available_solutions').css('display','none');\r\n                        }\r\n                        else\r\n                        {\r\n                            $('.available_solutions').css('display','table');\r\n                            options.forEach((key,f)=>{\r\n                            optionHtml += `\r\n                                        <tr>\r\n                                            <td class=\"border\">`+key.name+`: <span class=\"mbold\">YES<\/span><\/td>\r\n                                        <\/tr>`;\r\n                            });\r\n                            $('.available_solutions tbody').html(optionHtml);    \r\n                        }\r\n                        \r\n\r\n                        $(\"#result__render-vehicle\").slideDown(\"slow\");\r\n                        \r\n                        if (data.rpm_value_chart != undefined && data.ori_nm_chart != undefined && data.ori_bhp_chart != undefined && data.tune_nm_chart != undefined) {\r\n                            console.log('showing');\r\n                            $('.js-chart--vehicle').renderVehicleChart(\r\n                                data.rpm_value_chart,\r\n                                data.ori_nm_chart,\r\n                                data.ori_bhp_chart,\r\n                                data.tune_nm_chart,\r\n                                data.tune_bhp_chart\r\n                            );\r\n                        }\r\n\r\n\r\n\r\n                    }\r\n                })\r\n            }\r\n\r\n\r\n            \/\/ load select 2\r\n            \r\n            \r\n            \/\/ select type small\r\n            $(\".filterarea .car-type-selection a\").click(function() {\r\n                $('.car-type-selection a').css('opacity', '1');\r\n                $(this).css('opacity', '0.5');\r\n                $('.car-type-selection a').removeClass(\"mtype_selected\");\r\n                $(this).addClass(\"mtype_selected\");\r\n\r\n                $(\".mmake\").html(\"<option>Selezionare<\/option>\"),\r\n                $(\".mmodel\").html(\"<option>Selezionare<\/option>\"),\r\n                $(\".mengine\").html(\"<option>Selezionare<\/option>\"),\r\n                e(\"make\", $(this).data(\"type\"), null, null, !0);\r\n\r\n                $('.type').val($(this).data(\"type\"));\r\n                $('.type').trigger('change');\r\n            });\r\n            \/\/ \/\/ select make small\r\n            $(\".filterarea .mmake\").change(function() {\r\n                $(\".mmodel\").html(\"<option>Selezionare<\/option>\"),\r\n                $(\".mengine\").html(\"<option>Selezionare<\/option>\"),\r\n                \r\n                e(\"model\", $(\".mtype_selected\").data(\"type\"), $(this).find(\":selected\").attr(\"data-name\"), null,  !0);\r\n            \r\n                $('.make').val($(this).find(\":selected\").val());\r\n                $('.make').trigger('change');\r\n            });\r\n            \/\/ select model small\r\n            $(\".filterarea .mmodel\").change(function() {\r\n                $(\".mengine\").html(\"<option>Selezionare<\/option>\"),\r\n                e(\"engine_type\", $(\".mtype_selected\").data(\"type\"), $('.mmake').find(\":selected\").attr(\"data-name\"), $(this).find(\":selected\").attr(\"data-name\"), !0);\r\n                \r\n                $('.model').val($(this).find(\":selected\").val());\r\n                $('.model').trigger('change');\r\n            });\r\n            \/\/ select make small\r\n            $(\".filterarea .mengine\").change(function() {\r\n                renderDataVehicle($(\".mtype_selected\").data(\"type\"), $(this).val());\r\n\r\n                $('.engine').val($(this).find(\":selected\").val());\r\n                $('.engine').trigger('change');\r\n            });\r\n\r\n\r\n\r\n            \/\/ load data search detail\r\n            var i_type = $('.js-input-url_type').val();\r\n            var i_make = $('.js-input-url_make').val();\r\n            var i_model = $('.js-input-url_model').val();\r\n            var i_engine = $('.js-input-url_engine').val();\r\n            if (i_type && i_make && i_model && i_engine) {\r\n                $('.type').val(i_type);\r\n                $('.type').trigger('change');\r\n                getDataVehicle(\"make\", i_type, null, null, i_make, !0);\r\n                getDataVehicle(\"model\", i_type, i_make, null, i_model, !0);\r\n                getDataVehicle(\"engine_type\", i_type, i_make, i_model, i_engine, i_engine, !0);\r\n                renderDataVehicle(i_type, i_engine);\r\n            }\r\n            \r\n\r\n        })\r\n\r\n    <\/script>\r\n    \r\n    \t\t\t<div class=\"elementor-shortcode\"><\/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-4fd32311 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4fd32311\" 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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\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-5192c645 home-hide elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5192c645\" 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-66a21c38\" data-id=\"66a21c38\" 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-7ba014e6 elementor-widget elementor-widget-spacer\" data-id=\"7ba014e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-4d15786f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4d15786f\" 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-inner-column elementor-element elementor-element-21ae1929\" data-id=\"21ae1929\" 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-1a582c66 elementor-widget elementor-widget-heading\" data-id=\"1a582c66\" 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<h1 class=\"elementor-heading-title elementor-size-default\">OPZIONI POSSIBILI<\/h1>\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-41adf83 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"41adf83\" 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-inner-column elementor-element elementor-element-2b6d4324 info-slider\" data-id=\"2b6d4324\" 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-2ccdd406 elementor-widget elementor-widget-shortcode\" data-id=\"2ccdd406\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t<style>\t\t\t\n\t\t\t#wpls-logo-showcase-slider-1 .wpls-fix-box,\n\t\t\t#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image{max-height:250px; }\n\t\t<\/style>\n\t\t<div class=\"wpls-logo-showcase-slider-wrp wpls-logo-clearfix \" data-conf=\"{&quot;slides_column&quot;:&quot;5&quot;,&quot;slides_scroll&quot;:1,&quot;dots&quot;:&quot;false&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;autoplay&quot;:&quot;false&quot;,&quot;autoplay_interval&quot;:2000,&quot;loop&quot;:&quot;true&quot;,&quot;rtl&quot;:&quot;false&quot;,&quot;speed&quot;:1000,&quot;center_mode&quot;:&quot;true&quot;,&quot;lazyload&quot;:&quot;&quot;}\">\n\t\t\t<div class=\"wpls-logo-showcase logo_showcase wpls-logo-slider  wpls-design-1 wpls-center sliderimage_hide_border wpls-dots-false\" id=\"wpls-logo-showcase-slider-1\" >\n\t\t\t\t\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dsg-red.png\" title=\"dsg-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dsg.png\" title=\"dsg-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DSG REMAP <br> <p class='slide-description'>Modifica software cambio DSG (Aumento di velocit\u00e0 del cambio marcia, aumento limitatori di coppia, aumento pressione frizioni, aumento giri launch control)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/startstop-red.png\" title=\"startstop-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/startstop.png\" title=\"startstop-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">START STOP<br> <p class=\"slide-description\">Disattivazione sistema Start Stopp<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/exhaust-red.png\" title=\"exhaust-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/exhaust.png\" title=\"exhaust-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">EXHAUST VALVES OPEN<br> <p class='slide-description'>Programmazione delle valvole di scarico (Sempre aperte su sport)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/sport-red.png\" title=\"sport-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/sport.png\" title=\"sport-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">MAP ON SPORT<br> <p class='slide-description'>Ottimizzazione software solo sul pulsante dynamic \u2013 sport<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dashboad-red.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dashboad.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">Giri<br> <p class='slide-description'>Aumento dei giri motore<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/DTC-red.png\" title=\"DTC-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/DTC.png\" title=\"DTC-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DTC REMOVAL<br> <p class='slide-description'>Rimozione di errori vari (A richiesta del cliente)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/catalysto2-red.png\" title=\"catalysto2-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/catalysto2.png\" title=\"catalysto2-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">LAMBDA REMOVAL<br> <p class='slide-description'>Disattivazione sonda lambda (Adattamento software su downpipe)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/pops-red.png\" title=\"pops-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/pops.png\" title=\"pops-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">POPS AND BANGS <br><p class='slide-description'>Programmazione modalit\u00e0 \u201cBANG-Rally Sound)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/www.rg-racing-sp.com\/it\/fap\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dpr-red.png\" title=\"dpr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dpr.png\" title=\"dpr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DPF REMOVAL <br> <p class='slide-description'>Rimozione filtro antiparticolato!<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/www.rg-racing-sp.com\/it\/egr\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/egr-red.png\" title=\"egr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/egr.png\" title=\"egr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">EGR REMOVAL <br> <p class='slide-description'>Rimozione valvola EGR!<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/www.rg-racing-sp.com\/it\/ad-blue\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/adblue-red.png\" title=\"adblue-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/adblue.png\" title=\"adblue-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">ADBLUE REMOVAL <br> <p class='slide-description'>Rimozione sistema ADBLUE!<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dashboad-red.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/www.rg-racing-sp.com\/wp-content\/uploads\/2021\/10\/dashboad.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">Rimappature individuali  <br><p class='slide-description'>Mappature centralina individuali!<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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\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-50d7a167 home-hide elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"50d7a167\" 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-1d444087\" data-id=\"1d444087\" 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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-429815ef elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"429815ef\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&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-inner-column elementor-element elementor-element-3da614af\" data-id=\"3da614af\" 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-20c07afd elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"20c07afd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\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-349a7e24 elementor-widget elementor-widget-heading\" data-id=\"349a7e24\" 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<h1 class=\"elementor-heading-title elementor-size-default\">I NOSTRI SERVIZI<\/h1>\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-6b7ae4fb box-icon elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b7ae4fb\" 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-33 elementor-inner-column elementor-element elementor-element-67813c64\" data-id=\"67813c64\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\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-6300805e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6300805e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/stuetzpunkte\/\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"TROVA UNA SEDE\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/stuetzpunkte\/\" >\n\t\t\t\t\t\t\tTROVA UNA SEDE\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSei interessato a uno dei nostri prodotti? \nQui trovi i nostri punti di vendit\u00e0!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-50c77ca\" data-id=\"50c77ca\" 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-42d6fd8d elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"42d6fd8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/garantie\/\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"GARANZIA TUNING\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-medal\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/garantie\/\" >\n\t\t\t\t\t\t\tGARANZIA TUNING\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGARANZIA solo sul software? <br>Non da noi!<br>L'affidabilit\u00e0 dei nostri Software ci permette di offrire ai clienti una garanzia opzionale di motore!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-14c8f4bf\" data-id=\"14c8f4bf\" 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-2b26f695 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"2b26f695\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/shop.rg-racing-sp.com\/it\" target=\"_blank\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"ONLINE SHOP\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-shopping-cart\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/shop.rg-racing-sp.com\/it\" target=\"_blank\" >\n\t\t\t\t\t\t\tONLINE SHOP\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIl nostro shop \u00e8 in fase di ultimazione, ma gi\u00e0 da adesso trovate diversi prodotti innovativi!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7b640cf3 box-icon elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7b640cf3\" 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-33 elementor-inner-column elementor-element elementor-element-7298cd5f\" data-id=\"7298cd5f\" 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-2f61fe59 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2f61fe59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/partner-werden\/\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"FRANCHISING\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-share\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"http:\/\/rg-racing-sp.local\/it\/partner-werden\/\" >\n\t\t\t\t\t\t\tFRANCHISING\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSei interessato a collaborare con noi? Sei un' officina o hai un negozio di ricambi e vorresti offrire ai tuoi clienti il servizio di mappatura? <br>Contattaci<\/p>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7027abc\" data-id=\"7027abc\" 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-4e04577 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4e04577\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.facebook.com\/pg\/rgracingsp\/reviews\/\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"COSA PENSANO DI NOI\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-users\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/pg\/rgracingsp\/reviews\/\" >\n\t\t\t\t\t\t\tCOSA PENSANO DI NOI\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEcco cosa pensano i nostri clienti di noi e dei nostri lavori!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7da91e24\" data-id=\"7da91e24\" 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-3f76f309 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3f76f309\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.drive-elements.com\/\" target=\"_blank\" class=\"elementor-icon elementor-animation-pulse\" tabindex=\"-1\" aria-label=\"DRIVE ELEMENTS\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-calendar-alt\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.drive-elements.com\/\" target=\"_blank\" >\n\t\t\t\t\t\t\tDRIVE ELEMENTS\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGuida con noi sulle strade pi\u00f9 belle delle Dolomiti! Senza traffico, senza autostrada e senza \nsuperelevate, ma in cambio curve e giri senza limiti \u2013 questo sono le \nDolomiti!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\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-657ead7e home-hide elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"657ead7e\" data-element_type=\"section\" data-e-type=\"section\" id=\"3d-tour\" 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-2fd21f8f\" data-id=\"2fd21f8f\" 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-5c8a7138 elementor-widget elementor-widget-heading\" data-id=\"5c8a7138\" 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<h1 class=\"elementor-heading-title elementor-size-default\">3D TOUR<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10b022aa elementor-widget elementor-widget-text-editor\" data-id=\"10b022aa\" data-element_type=\"widget\" data-e-type=\"widget\" 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<iframe height=\"600\" src=\"https:\/\/cloud3.360swiss.co\/racingrg\/\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0; height: 100vh;\" class=\"mce_SELRES_start\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">&#xFEFF;<\/span>&#xFEFF;<\/span><\/iframe>\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>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":13,"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-11082","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"it","enabled_languages":["de","it","en"],"languages":{"de":{"title":true,"content":false,"excerpt":false},"it":{"title":true,"content":false,"excerpt":false},"en":{"title":true,"content":false,"excerpt":false}}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/pages\/11082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/comments?post=11082"}],"version-history":[{"count":10,"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/pages\/11082\/revisions"}],"predecessor-version":[{"id":11094,"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/pages\/11082\/revisions\/11094"}],"wp:attachment":[{"href":"https:\/\/www.rg-racing-sp.com\/it\/wp-json\/wp\/v2\/media?parent=11082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}