{"id":365700,"date":"2024-12-20T10:14:16","date_gmt":"2024-12-20T10:14:16","guid":{"rendered":"https:\/\/webinterpret.com\/pricing-new"},"modified":"2026-06-24T12:02:32","modified_gmt":"2026-06-24T12:02:32","slug":"pricing","status":"publish","type":"page","link":"https:\/\/webinterpret.com\/it\/pricing","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"365700\" class=\"elementor elementor-365700 elementor-365600\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fd871c9 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"3fd871c9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c46dbde elementor-widget elementor-widget-heading\" data-id=\"1c46dbde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seleziona i tuoi servizi qui sotto<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41c836e1 elementor-widget elementor-widget-heading\" data-id=\"41c836e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Accelera le tue vendite globali, garantendo al contempo che le tue inserzioni siano conformi al GPSR per vendere nell\u2019UE.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a41c0c9 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"a41c0c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e048b0a elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"2e048b0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n    \r\n    \/* NEW SCRIPTS *\/\r\n    (function($) {\r\n        \r\n        const hash = window.location.hash;\r\n\r\n        if (hash === '#dom') {\r\n        \tdocument.querySelector('#wpr-tab-1282').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-1282').click();\r\n        \t}, 150);\r\n        }\r\n        if (hash === '#gpsr') {\r\n        \tdocument.querySelector('#wpr-tab-1283').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-1283').click();\r\n        \t}, 150);\r\n        }\r\n        \r\n          \/\/ expand certain accordions items\r\n        const expandableAccordion = document.querySelectorAll('.all-open-accordion .e-n-accordion-item');\r\n        \r\n        expandableAccordion.forEach(function(elem) {\r\n           elem.setAttribute(\"open\", \"\"); \r\n        });\r\n    })(jQuery);\r\n    \r\n    (function($) {\r\n        const currencyItems = document.querySelectorAll('.pp__pricing-list ul li');\r\n        const euro = document.querySelectorAll('.pp__currency--eur');\r\n        const gbp = document.querySelectorAll('.pp__currency--gbp');\r\n        const usd = document.querySelectorAll('.pp__currency--usd');\r\n        \r\n        const comparePlans = document.querySelectorAll('.pp__compare-plan');\r\n        const featureOverviews = document.querySelectorAll('.pp__feature-overviews');\r\n        const tableContainer = document.querySelector('#gpsr-plan-comparison');\r\n    \r\n        currencyItems && currencyItems.forEach(function(elem, index) {\r\n            elem.addEventListener('click', function() {\r\n                if(index === 0 || index === 3 || index === 6) {\r\n                    $(usd).css('display', 'inline'); \/\/ using jQuery instead of forEach\r\n                    $(euro).css('display', 'none');\r\n                    $(gbp).css('display', 'none');\r\n                    $(currencyItems[0]).siblings().removeClass('active');\r\n                    $(currencyItems[3]).siblings().removeClass('active');\r\n                    $(currencyItems[6]).siblings().removeClass('active');\r\n                    currencyItems[0].classList.add('active');\r\n                    currencyItems[3].classList.add('active');\r\n                    currencyItems[6].classList.add('active');\r\n                } else if(index === 1 || index === 4 || index === 7) {\r\n                    $(usd).css('display', 'none');\r\n                    $(euro).css('display', 'inline');\r\n                    $(gbp).css('display', 'none');\r\n                    $(currencyItems[1]).siblings().removeClass('active');\r\n                    $(currencyItems[4]).siblings().removeClass('active');\r\n                    $(currencyItems[7]).siblings().removeClass('active');\r\n                    currencyItems[1].classList.add('active');\r\n                    currencyItems[4].classList.add('active');\r\n                    currencyItems[7].classList.add('active');\r\n                } else if(index === 2 || index === 5 || index === 8) {\r\n                    $(usd).css('display', 'none');\r\n                    $(euro).css('display', 'none');\r\n                    $(gbp).css('display', 'inline');\r\n                    $(currencyItems[2]).siblings().removeClass('active');\r\n                    $(currencyItems[5]).siblings().removeClass('active');\r\n                    $(currencyItems[8]).siblings().removeClass('active');\r\n                    currencyItems[2].classList.add('active');\r\n                    currencyItems[5].classList.add('active');\r\n                    currencyItems[8].classList.add('active');\r\n                }\r\n            })\r\n        });\r\n        \r\n        $(comparePlans).on('click', function() {\r\n            $('html, body').animate({\r\n                scrollTop: $(tableContainer).offset().top - 100\r\n            }, 0);\r\n        })\r\n        \r\n        $(featureOverviews).on('click', function() {\r\n            $('html, body').animate({\r\n                scrollTop: $('#feature-overviews-s').offset().top - 100\r\n            }, 0);\r\n        })\r\n        \r\n    })(jQuery);\r\n    \r\n    \/* table row toggle *\/\r\n    (function($) {\r\n        if (window.wiPricingGpsrTableExpandListenersSet) {\r\n            return; \/\/ Exit the function if listeners are already added - workaround for double init of the tab\r\n        }\r\n        \r\n       const expandableTbody = document.querySelectorAll('.pp__expandable-tbody');\r\n        expandableTbody && expandableTbody.forEach(function(tbody) {\r\n            const firstRow = tbody.querySelector('tr:first-child');\r\n            firstRow && firstRow.addEventListener('click', function() {\r\n                tbody.classList.toggle(\"expanded\");\r\n            })\r\n        });\r\n        \r\n        window.window.wiPricingGpsrTableExpandListenersSet = true;\r\n    })(jQuery);\r\n  \r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ccc7f4d wpr-tabs-hr-position-center pp__ wpr-tabs-position-above wpr-tabs-icon-position-left elementor-widget elementor-widget-wpr-tabs\" data-id=\"4ccc7f4d\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tabss\" data-settings=\"{&quot;tab_transition_duration&quot;:0.3,&quot;active_tab&quot;:1}\" data-widget_type=\"wpr-tabs.default\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"wpr-tabs\" data-options=\"{&quot;activeTab&quot;:1,&quot;trigger&quot;:&quot;click&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;autoplaySpeed&quot;:5000}\">\n\t\t\t\n\t\t\t<div class=\"wpr-tabs-wrap\">\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-1281\" class=\"wpr-tab elementor-repeater-item-09b4c01\" data-tab=\"1\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Internazionale<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-1282\" class=\"wpr-tab elementor-repeater-item-b7591b6\" data-tab=\"2\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Nazionale<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-1283\" class=\"wpr-tab elementor-repeater-item-076b897\" data-tab=\"3\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"wpr-tab-title\">Conformit\u00e0 al GPSR<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"wpr-tabs-content-wrap\">\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-content-1281\" class=\"wpr-tab-content elementor-repeater-item-09b4c01\" data-tab=\"1\">\n\t\t\t\t\t<div class=\"wpr-tab-content-inner elementor-clearfix wpr-anim-size-large wpr-overlay-fade-in\"><style>.elementor-371827 .elementor-element.elementor-element-789f107{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-789f107.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-371827 .elementor-element.elementor-element-2cf2fb9{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:40px 20px;--row-gap:40px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-eba03e8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-dbc5813{text-align:end;}.elementor-371827 .elementor-element.elementor-element-bc1dac6{width:var( --container-widget-width, 217px );max-width:217px;--container-widget-width:217px;--container-widget-flex-grow:0;}.elementor-371827 .elementor-element.elementor-element-bc1dac6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371827 .elementor-element.elementor-element-70716bf{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-d772563{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-371827 .elementor-element.elementor-element-54128fc{--display:flex;--min-height:380px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371827 .elementor-element.elementor-element-b1a4928{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-fc6242b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-fc6242b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371827 .elementor-element.elementor-element-5ce05fe .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-5ce05fe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-f5b878d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-4e6db40 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-17c1007 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-17c1007{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-a9e729b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-a9e729b{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-4abfaba .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-4abfaba{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371827 .elementor-element.elementor-element-d4ce1cb{text-align:center;}.elementor-371827 .elementor-element.elementor-element-d4ce1cb .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371827 .elementor-element.elementor-element-d4ce1cb .elementor-heading-title a:hover, .elementor-371827 .elementor-element.elementor-element-d4ce1cb .elementor-heading-title a:focus{color:#1146C1;}.elementor-371827 .elementor-element.elementor-element-b913b7e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371827 .elementor-element.elementor-element-b913b7e.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371827 .elementor-element.elementor-element-892dba6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-892dba6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371827 .elementor-element.elementor-element-4fbc8d0 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371827 .elementor-element.elementor-element-514f2f2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-371827 .elementor-element.elementor-element-4ac7349{--display:flex;--min-height:380px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371827 .elementor-element.elementor-element-3b93f26{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-2dbea68 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-2dbea68{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371827 .elementor-element.elementor-element-c4433ba .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-c4433ba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-5b099bf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-0e46cc7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-d81f463 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-89700b8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-f71c418 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-a42ecd5 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-a42ecd5{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-0cfabac{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-fe5caf3 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-fe5caf3{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371827 .elementor-element.elementor-element-5f09f39{text-align:center;}.elementor-371827 .elementor-element.elementor-element-5f09f39 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371827 .elementor-element.elementor-element-5f09f39 .elementor-heading-title a:hover, .elementor-371827 .elementor-element.elementor-element-5f09f39 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371827 .elementor-element.elementor-element-ad01fcd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371827 .elementor-element.elementor-element-ad01fcd.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371827 .elementor-element.elementor-element-e04fb1e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-e04fb1e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371827 .elementor-element.elementor-element-6d04488{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371827 .elementor-element.elementor-element-6d04488 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371827 .elementor-element.elementor-element-9e209a2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-9e209a2:not(.elementor-motion-effects-element-type-background), .elementor-371827 .elementor-element.elementor-element-9e209a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371827 .elementor-element.elementor-element-9e209a2.e-con{--align-self:flex-start;}.elementor-371827 .elementor-element.elementor-element-b4c7b10{--display:flex;--min-height:380px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:35px;--padding-left:34px;--padding-right:34px;}.elementor-371827 .elementor-element.elementor-element-bfee9d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-dfee8f5 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371827 .elementor-element.elementor-element-dfee8f5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371827 .elementor-element.elementor-element-2039dbf .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371827 .elementor-element.elementor-element-2039dbf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;width:var( --container-widget-width, 97% );max-width:97%;--container-widget-width:97%;--container-widget-flex-grow:0;}.elementor-371827 .elementor-element.elementor-element-c1b87b7 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-c1b87b7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-2eded60 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-2eded60{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-e96320d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-e96320d{margin:6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371827 .elementor-element.elementor-element-1d5c20f{--display:flex;--padding-top:90px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-18ef727{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-371827 .elementor-element.elementor-element-18ef727 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371827 .elementor-element.elementor-element-cd0ebce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-487209c{text-align:center;}.elementor-371827 .elementor-element.elementor-element-487209c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:45px;color:#000000;}.elementor-371827 .elementor-element.elementor-element-e269b79{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371827 .elementor-element.elementor-element-5c243bc{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-5c243bc a{color:#000000;}.elementor-371827 .elementor-element.elementor-element-e1e4ef3{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371827 .elementor-element.elementor-element-eb71112{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-eb71112 a{color:#000000;}.elementor-371827 .elementor-element.elementor-element-fe74d26{--display:flex;border-style:none;--border-style:none;--padding-top:00px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371827 .elementor-element.elementor-element-f01e544{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-f01e544 a{color:#000000;}.elementor-371827 .elementor-element.elementor-element-0934045{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371827 .elementor-element.elementor-element-b98a28b{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371827 .elementor-element.elementor-element-b98a28b a{color:#000000;}.elementor-371827 .elementor-element.elementor-element-a6f9e16{--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-title-font-size:18px;--n-accordion-item-title-space-between:5px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#000000;--n-accordion-icon-size:30px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371827 .elementor-element.elementor-element-a6f9e16 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:none;}.elementor-371827 .elementor-element.elementor-element-a6f9e16 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover{border-style:none;}.elementor-371827 .elementor-element.elementor-element-a6f9e16 {--n-accordion-padding:15px 15px 15px 15px;}:where( .elementor-371827 .elementor-element.elementor-element-a6f9e16 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:\"Inter\", Sans-serif;font-weight:600;line-height:1.666em;}.elementor-371827 .elementor-element.elementor-element-d5529a1{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:300;line-height:1.1em;color:#000000;}.elementor-371827 .elementor-element.elementor-element-d5529a1 a{color:#1A76D2;}@media(max-width:1200px){.elementor-371827 .elementor-element.elementor-element-70716bf{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-371827 .elementor-element.elementor-element-54128fc{--min-height:370px;}.elementor-371827 .elementor-element.elementor-element-4ac7349{--min-height:370px;}.elementor-371827 .elementor-element.elementor-element-b4c7b10{--min-height:370px;}}@media(max-width:1024px) and (min-width:768px){.elementor-371827 .elementor-element.elementor-element-eba03e8{--width:100%;}}@media(min-width:2400px){.elementor-371827 .elementor-element.elementor-element-70716bf{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-371827 .elementor-element.elementor-element-70716bf{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-371827 .elementor-element.elementor-element-2cf2fb9{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-371827 .elementor-element.elementor-element-dbc5813{text-align:start;}.elementor-371827 .elementor-element.elementor-element-70716bf{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-371827 .elementor-element.elementor-element-54128fc{--min-height:355px;}.elementor-371827 .elementor-element.elementor-element-4ac7349{--min-height:355px;}.elementor-371827 .elementor-element.elementor-element-b4c7b10{--min-height:0px;}.elementor-371827 .elementor-element.elementor-element-2039dbf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}}@media(max-width:880px){.elementor-371827 .elementor-element.elementor-element-2cf2fb9{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-371827 .elementor-element.elementor-element-70716bf{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-371827 .elementor-element.elementor-element-2cf2fb9{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-371827 .elementor-element.elementor-element-eba03e8{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-371827 .elementor-element.elementor-element-70716bf{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-371827 .elementor-element.elementor-element-54128fc{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371827 .elementor-element.elementor-element-b913b7e{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371827 .elementor-element.elementor-element-4ac7349{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371827 .elementor-element.elementor-element-ad01fcd{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371827 .elementor-element.elementor-element-b4c7b10{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371827 .elementor-element.elementor-element-dfee8f5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371827 .elementor-element.elementor-element-2039dbf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371827 .elementor-element.elementor-element-1d5c20f{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-371827 .elementor-element.elementor-element-18ef727{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-371827 .elementor-element.elementor-element-e269b79{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371827 .elementor-element.elementor-element-5c243bc{font-size:14px;}.elementor-371827 .elementor-element.elementor-element-e1e4ef3{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371827 .elementor-element.elementor-element-eb71112{font-size:14px;}.elementor-371827 .elementor-element.elementor-element-fe74d26{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371827 .elementor-element.elementor-element-f01e544{font-size:14px;}.elementor-371827 .elementor-element.elementor-element-0934045{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371827 .elementor-element.elementor-element-b98a28b{font-size:14px;}.elementor-371827 .elementor-element.elementor-element-a6f9e16 {--n-accordion-padding:16px 16px 16px 16px;}.elementor-371827 .elementor-element.elementor-element-a6f9e16{--n-accordion-title-font-size:16px;--n-accordion-icon-size:26px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}}\/* Start custom CSS for heading, class: .elementor-element-4e6db40 *\/.elementor-371827 .elementor-element.elementor-element-4e6db40 .pp__tooltip{\n    left: 4px;\n    top: 4px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-17c1007 *\/.elementor-371827 .elementor-element.elementor-element-17c1007 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a9e729b *\/.elementor-371827 .elementor-element.elementor-element-a9e729b span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-d4ce1cb *\/.elementor-371827 .elementor-element.elementor-element-d4ce1cb:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-54128fc *\/.elementor-371827 .elementor-element.elementor-element-54128fc{\n    border-bottom-color: #E1EFF9 !important;\n    border-bottom-width: 1px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a42ecd5 *\/.elementor-371827 .elementor-element.elementor-element-a42ecd5 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for html, class: .elementor-element-0cfabac *\/.pp__plan-switch{\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    column-gap: 5px;\n    margin: 0;\n    font-family: \"Inter\", Sans-serif;\n    font-size: 14px;\n}\n\n.pp__plan-switch__label {\n  position: relative;\n  display: inline-block;\n  width: 32px;\n  height: 18px;\n}\n\n.pp__plan-switch__label input {\n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n\n.pp__plan-switch__slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);\n  transition: .4s;\n  border-radius: 34px;\n}\n\n.pp__plan-switch__slider:before {\n  position: absolute;\n  content: \"\";\n  height: 12px;\n  width: 12px;\n  left: 3px;\n  bottom: 3px;\n  background-color: white;\n  transition: .4s;\n  border-radius: 50%;\n}\n\n\/* Circle slides to the right when checked *\/\n.pp__plan-switch__label input:checked + .pp__plan-switch__slider:before {\n  transform: translateX(14px);\n}\n\n.pp__plan-switch>span{\n    color: #1146C1;\n    margin-left: -5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-5f09f39 *\/.elementor-371827 .elementor-element.elementor-element-5f09f39:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-4ac7349 *\/.elementor-371827 .elementor-element.elementor-element-4ac7349{\n    border-bottom-color: #E1EFF9 !important;\n    border-bottom-width: 1px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for button, class: .elementor-element-c1b87b7 *\/.elementor-371827 .elementor-element.elementor-element-c1b87b7{\n    margin-top: auto;\n    justify-self: flex-end;\n}\n\n.elementor-371827 .elementor-element.elementor-element-c1b87b7 .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-371827 .elementor-element.elementor-element-c1b87b7 .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-70716bf *\/.elementor-371827 .elementor-element.elementor-element-70716bf{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-371827 .elementor-element.elementor-element-70716bf .elementor-heading-title>.pp__currency{\n    font-size: 24px;\n    font-weight: 700;\n    color: #1146C1;\n}\n\n.pp_col-icon-list b{\n    color: #1146C1;\n    font-weight: 700;\n}\n\n.pp_col-icon-list{\n    transform: translateY(3px);\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-2eded60 *\/.elementor-371827 .elementor-element.elementor-element-2eded60 i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-e96320d *\/.elementor-371827 .elementor-element.elementor-element-e96320d i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-a6f9e16 *\/.elementor-371827 .elementor-element.elementor-element-a6f9e16 .elementor-widget-text-editor p{\n    margin-top: 20px;\n    margin-bottom: 20px;\n}\n\n.elementor-371827 .elementor-element.elementor-element-a6f9e16 .elementor-widget-text-editor>:last-child{\n    margin-bottom: 0 !important;\n}\n\n.elementor-371827 .elementor-element.elementor-element-a6f9e16 .elementor-widget-text-editor>:first-child{\n    margin-top: 0 !important;\n}\n\n.elementor-371827 .elementor-element.elementor-element-a6f9e16 .elementor-widget-text-editor a{\n    text-decoration: underline;\n}\n\n.elementor-371827 .elementor-element.elementor-element-a6f9e16 .elementor-widget-text-editor a:hover{\n    text-decoration: none;\n}\n\n.elementor-371827 .elementor-element.elementor-element-a6f9e16 details{\n    border: 1px solid #F5F5F5;\n    border-radius: 5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-d5529a1 *\/.elementor-371827 .elementor-element.elementor-element-d5529a1 a{font-weight:bold;}\n.elementor-371827 .elementor-element.elementor-element-d5529a1 a:hover{\n    text-decoration: underline;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"371827\" class=\"elementor elementor-371827\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-789f107 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"789f107\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2cf2fb9 e-con-full pp__navigation e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"2cf2fb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-eba03e8 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"eba03e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc5813 elementor-widget elementor-widget-heading\" data-id=\"dbc5813\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Scegli la tua valuta<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4758975 elementor-widget elementor-widget-html\" data-id=\"4758975\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"pp__pricing-list\">\r\n    <ul>\r\n        <li>USD<\/li>\r\n        <li class=\"active\">EUR<\/li>\r\n        <li>GBP<\/li>\r\n    <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc1dac6 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"bc1dac6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"435\" height=\"47\" src=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-it.png\" class=\"attachment-full size-full wp-image-394547\" alt=\"\" srcset=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-it.png 435w, https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/compatibile-it-300x32.png 300w\" sizes=\"(max-width: 435px) 100vw, 435px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70716bf e-con-full e-grid wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"70716bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d772563 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"d772563\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-54128fc e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"54128fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b1a4928 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b1a4928\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc6242b elementor-widget elementor-widget-heading\" data-id=\"fc6242b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Starter<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ce05fe elementor-widget elementor-widget-heading\" data-id=\"5ce05fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Accesso alle funzionalit\u00e0 essenziali come Localizzazione, Prodotti raccomandati e Pubblicit\u00e0, con opzioni di supporto di base.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f5b878d e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"f5b878d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e6db40 elementor-widget elementor-widget-heading\" data-id=\"4e6db40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">0 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">0 $<\/span> \/mese<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17c1007 elementor-widget elementor-widget-heading\" data-id=\"17c1007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>+ 5,5% +<span class=\"pp__currency pp__currency--eur\">1,09 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0,89 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">1,39 $<\/span><\/span> \/transazione<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9e729b elementor-widget elementor-widget-heading\" data-id=\"a9e729b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Tariffa mensile minima: <span><span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span><i>*<\/i><\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4abfaba pp__button elementor-widget elementor-widget-button\" data-id=\"4abfaba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=it\">\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\">Comincia ora<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4ce1cb pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"d4ce1cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Confronta i piani<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b913b7e e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b913b7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-892dba6 elementor-widget elementor-widget-heading\" data-id=\"892dba6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Include:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fbc8d0 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4fbc8d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Localizzazione<\/span><p>Traduci e adatta le tue inserzioni eBay nazionali per pubblicarle su 10 marketplace eBay internazionali e aumentarne la visibilit\u00e0.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Ottimizzazione della Pubblicit\u00e0<\/span><p>Crea e ottimizza campagne pubblicitarie per aumentare il traffico e le conversioni sulle inserzioni internazionali (Webinterpret) in 10 marketplace eBay.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Potenziamenti IA per le inserzioni<\/span><p>Mostra raccomandazioni di prodotti pertinenti sulle inserzioni internazionali (Webinterpret) per aumentare il valore medio dell\u2019ordine.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Conformit\u00e0 al GPSR (disponibile per tutti i canali di vendita)<\/span><p>Assicurati che i tuoi prodotti e le tue inserzioni online rispettino i pi\u00f9 recenti requisiti normativi per continuare a vendere nell\u2019UE.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Assistenza umana<\/span><p>Richiedi supporto personalizzato dai nostri esperti.<\/p><\/div><\/span>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-514f2f2 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"514f2f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4ac7349 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"4ac7349\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3b93f26 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3b93f26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dbea68 elementor-widget elementor-widget-heading\" data-id=\"2dbea68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Business<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4433ba elementor-widget elementor-widget-heading\" data-id=\"c4433ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Include tutte le funzionalit\u00e0 del piano Starter, con commissioni pi\u00f9 basse per le transazioni frequenti e il servizio di richiamata per un\u2019assistenza personalizzata.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b099bf e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"5b099bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0e46cc7 e-con-full pp__yearly elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"0e46cc7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d81f463 elementor-widget elementor-widget-heading\" data-id=\"d81f463\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span> \/anno<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89700b8 e-con-full pp__monthly e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"89700b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f71c418 elementor-widget elementor-widget-heading\" data-id=\"f71c418\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">69,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">61,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">69,99 $<\/span> \/mese<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a42ecd5 elementor-widget elementor-widget-heading\" data-id=\"a42ecd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>+ 5,5%<\/span> \/transazione<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cfabac elementor-widget elementor-widget-html\" data-id=\"0cfabac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p class=\"pp__plan-switch\">Mensile\n<label class=\"pp__plan-switch__label\">\n  <input type=\"checkbox\">\n  <span class=\"pp__plan-switch__slider\"><\/span>\n<\/label>\nAnnuale<b>(risparmia il 16%)<\/b><span>**<\/span><\/p>\n\n<script defer>\n    const toggleSwitch = document.querySelector('.pp__plan-switch input');\nconst yearlyPlan = document.querySelector('.pp__yearly');\nconst monthlyPlan = document.querySelector('.pp__monthly');\n  toggleSwitch.addEventListener('change', function() {\n  if (this.checked) {\n    monthlyPlan.style.display = 'none';\n    yearlyPlan.style.display = 'block';\n  } else {\n    yearlyPlan.style.display = 'none';\n    monthlyPlan.style.display = 'block';\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe5caf3 pp__button elementor-widget elementor-widget-button\" data-id=\"fe5caf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=it\">\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\">Comincia ora<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f09f39 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"5f09f39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Confronta i piani<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad01fcd e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"ad01fcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e04fb1e elementor-widget elementor-widget-heading\" data-id=\"e04fb1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Include:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d04488 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6d04488\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Localizzazione<\/span><p>Traduci e adatta le tue inserzioni eBay nazionali per pubblicarle su 10 marketplace eBay internazionali e aumentarne la visibilit\u00e0.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Ottimizzazione della Pubblicit\u00e0<\/span><p>Crea e ottimizza campagne pubblicitarie per aumentare il traffico e le conversioni sulle inserzioni internazionali (Webinterpret) in 10 marketplace eBay.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Potenziamenti IA per le inserzioni<\/span><p>Mostra raccomandazioni di prodotti pertinenti sulle inserzioni internazionali (Webinterpret) per aumentare il valore medio dell\u2019ordine.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Conformit\u00e0 al GPSR (disponibile per tutti i canali di vendita)<\/span><p>Assicurati che i tuoi prodotti e le tue inserzioni online rispettino i pi\u00f9 recenti requisiti normativi per continuare a vendere nell\u2019UE.<\/p><\/div><\/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<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\"><path d=\"M4.86202 9.59493C4.7872 9.59241 4.71369 9.57464 4.64599 9.54271C4.57829 9.51078 4.51783 9.46535 4.4683 9.40922L0.754016 5.69493C0.683198 5.64902 0.623737 5.58761 0.580123 5.51536C0.536509 5.4431 0.509881 5.36187 0.502251 5.27782C0.494621 5.19377 0.506187 5.10908 0.536076 5.03014C0.565966 4.95121 0.613397 4.88011 0.67479 4.82219C0.736182 4.76427 0.80993 4.72106 0.890467 4.69581C0.971003 4.67057 1.05622 4.66395 1.13969 4.67646C1.22316 4.68897 1.30269 4.72028 1.37229 4.76803C1.44189 4.81577 1.49973 4.87871 1.54144 4.95208L4.86202 8.25036L12.6397 0.494934C12.7444 0.427043 12.8689 0.396274 12.9932 0.407556C13.1175 0.418838 13.2344 0.471519 13.3251 0.557155C13.4159 0.642791 13.4753 0.756423 13.4938 0.879838C13.5123 1.00325 13.4888 1.12931 13.4272 1.23779L5.25573 9.40922C5.20621 9.46535 5.14574 9.51078 5.07804 9.54271C5.01034 9.57464 4.93683 9.59241 4.86202 9.59493Z\" fill=\"#1146C1\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><div class=\"pp__tooltip\"><span>Assistenza umana<\/span><p>Richiedi supporto personalizzato dai nostri esperti.<\/p><\/div><\/span>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e209a2 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"9e209a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b4c7b10 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b4c7b10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bfee9d5 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"bfee9d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfee8f5 elementor-widget elementor-widget-heading\" data-id=\"dfee8f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Custom<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2039dbf elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2039dbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Per venditori specializzati o con volumi elevati che necessitano della massima flessibilit\u00e0. Su misura per la tua attivit\u00e0, esattamente come ti serve.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1b87b7 pp__button elementor-widget elementor-widget-button\" data-id=\"c1b87b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/resources.webinterpret.com\/talk-to-sales-it\/?utm_campaign=organic_pricing_international&#038;utm_source=main_pricing&#038;utm_medium=button_pricing_talkto&#038;src_int\">\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\">Contatta il team vendite<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eded60 elementor-widget elementor-widget-heading\" data-id=\"2eded60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><i>*<\/i>Per gli abbonati al piano Starter si applica a una tariffa mensile minima di <span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span> se il valore totale delle commissioni sui risultati e sulla transazione non supera tale importo.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e96320d elementor-widget elementor-widget-heading\" data-id=\"e96320d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><i>**<\/i>Un pagamento unico annuale di <span><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span><\/span> per un abbonamento di 12 mesi. Le commissioni sulla transazione vengono addebitate mensilmente.<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d5c20f e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"1d5c20f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18ef727 elementor-widget elementor-widget-heading\" data-id=\"18ef727\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Confronta i piani<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e36941d elementor-widget elementor-widget-html\" data-id=\"e36941d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"pp__table pp__table--int\" role=\"region\" tabindex=\"0\">\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th style=\"visibility: hidden;  border-right: 1px solid transparent !important;\"><\/th>\r\n            <th><span>Starter<\/span><\/th>\r\n            <th><span>Business<\/span><\/th>\r\n        <\/tr>\r\n    <\/thead>\r\n    <tbody>\r\n        <tr style=\"display: none\"><\/tr>\r\n        <tr>\r\n            <td><b>Marketplace eBay inclusi<\/b><\/td>\r\n            <td><div class=\"pp__tooltip\"><img style=\"max-width: 98px; height: auto; width: 100%\" decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/flags-group.svg\" alt=\"flags\"><p>Inclusi in questo piano:<br><br>ebay.com.au, ebay.at, ebay.fr, ebay.de, ebay.it, ebay.es, ebay.co.uk, ebay.be, ebay.com.hk, ebay.com.sg, ebay.com, ebay.ca<\/p><\/div><\/td>\r\n            <td><div class=\"pp__tooltip\"><img style=\"max-width: 98px; height: auto; width: 100%\" decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/flags-group.svg\" alt=\"flags\"><p>Inclusi in questo piano:<br><br>ebay.com.au, ebay.at, ebay.fr, ebay.de, ebay.it, ebay.es, ebay.co.uk, ebay.be, ebay.com.hk, ebay.com.sg, ebay.com, ebay.ca<\/p><\/div><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Localizzazione <img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Traduci e localizza automaticamente le tue inserzioni nazionali di eBay per i marketplace internazionali, comprese lingua, valuta, taglie e politiche di spedizione.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Traduzione:<\/b> <br>Applica una traduzione basata sull\u2019IA, specializzata per l\u2019e-commerce e progettata per offrire una qualit\u00e0 simile a quella umana, ottimizzando le tue inserzioni per massimizzare le vendite.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Conversione valuta:<\/b> <br>Localizza i prezzi degli articoli in base ai tassi di cambio correnti oppure imposta le tue regole di pricing a livello di mercato e\/o di articolo.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Conversione taglie:<\/b> <br>Localizza le taglie e le misure in base al mercato di destinazione, al marchio e al modello, oppure imposta le tue linee guida sulle taglie per ogni marchio.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Metodo di pagamento locale:<\/b> <br>Garantisci agli acquirenti internazionali l\u2019accesso ai metodi di pagamento locali al momento del checkout e ricevi le vendite nella tua valuta.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Ottimizzazione della Pubblicit\u00e0<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Aumenta la tua visibilit\u00e0, il traffico e la conversione delle vendite su 10 marketplace internazionali di eBay con uno sforzo minimo grazie alla pubblicit\u00e0 basata sull\u2019IA.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Focus sulla redditivit\u00e0:<\/b> <br>L\u2019ottimizzazione delle campagne controlla i costi riducendo l\u2019ACOS e massimizzando la redditivit\u00e0.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Creazione automatizzata di campagne di Inserzioni Sponsorizzate con impostazioni generali, prioritarie e annunci esterni:<\/b> <br>Crea e gestisci automaticamente campagne di Inserzioni Sponsorizzate con impostazioni generali, prioritarie e annunci esterni.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Suggerimenti esperti in materia di spesa pubblicitaria:<\/b> <br>Applica raccomandazioni basate sui dati per gestire il budget pubblicitario e le prestazioni.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Selezione strategica degli articoli:<\/b> <br>Webinterpret seleziona i tuoi prodotti migliori per la pubblicit\u00e0 utilizzando i dati intelligenti.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Monitoraggio e gestione delle prestazioni:<\/b> <br>Controlla i risultati pubblicitari nella tua Dashboard Pubblicit\u00e0 con report chiari e strumenti di gestione.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Ottimizzazione continua delle campagne:<\/b> <br>Mantieni le campagne efficaci grazie alle ottimizzazioni automatiche e regolari.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Potenziamenti IA per le inserzioni<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Ottimizza le tue inserzioni e mostra agli acquirenti raccomandazioni di prodotti pertinenti per aumentare il valore medio degli ordini.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Widget Prodotti raccomandati:<\/b> <br>Visualizza suggerimenti di prodotti correlati per incrementare le vendite incrociate, il coinvolgimento degli acquirenti e la visibilit\u00e0.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Conformit\u00e0 al GPSR<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Continua a vendere nell\u2019UE senza difficolt\u00e0, assicurandoti che i tuoi prodotti e le inserzioni internazionali rispettino gli ultimi requisiti normativi.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Operatore economico responsabile nell\u2019UE:<\/b> <br>Soddisfa gli obblighi di conformit\u00e0 nel mercato dell\u2019UE assegnando a Webinterpret il ruolo di Operatore economico responsabile nell\u2019UE e ricevi un certificato formale di autorizzazione EURP per i prodotti idonei.*<br><br><span style=\"font-size: 11px\">*Webinterpret si riserva il diritto di rifiutare il ruolo di Operatore economico responsabile nell\u2019UE a sua esclusiva discrezione.<\/span><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Etichette e certificati GPSR:<\/b> <br>Genera e scarica un\u2019etichetta QR unica contenente i dati GPSR localizzati per ogni prodotto conforme, insieme a un Certificato di conformit\u00e0.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Arricchimento dei dati relativi al GPSR per le inserzioni online:<\/b> <br>Popola automaticamente le tue inserzioni con dati essenziali di conformit\u00e0 GPSR come Operatore economico responsabile nell\u2019UE, Paese di origine e altri dati estratti dal nostro database normativo.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Dashboard Conformit\u00e0:<\/b> <br>Modifica e convalida i suggerimenti di conformit\u00e0 forniti da Webinterpret e monitora lo stato di conformit\u00e0 dei tuoi prodotti.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Conformit\u00e0 per i canali di vendita aggiuntivi:<\/b> <br>Arricchisci i tuoi prodotti di altri canali di vendita con informazioni conformi al GPSR mediante importazione ed esportazione di CSV.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>SKU inclusi:<\/b> <br>Il numero di articoli unici coperti dal tuo piano mensile. Le varianti (come taglia o colore) sono considerate SKU separati.<\/td>\r\n            <td><b>Illimitato<\/b><\/td>\r\n            <td><b>Illimitato<\/b><\/td>\r\n        <\/tr>        \r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Account e Supporto<img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-arrow.svg\" alt=\"\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Account eBay collegati:<\/b> <br>Il numero di account eBay che puoi collegare a Webinterpret e con cui puoi utilizzare le funzionalit\u00e0 del tuo piano.<\/td>\r\n            <td><b>Illimitato<\/b><\/td>\r\n            <td><b>Illimitato<\/b><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Assistenza umana:<\/b> <br>Ricevi assistenza personalizzata dai nostri esperti. Il supporto live \u00e8 disponibile dal luned\u00ec al venerd\u00ec durante il normale orario lavorativo per aiutarti a risolvere problemi e ottimizzare il tuo flusso di lavoro.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Servizio di richiamata (Call Back):<\/b> <br>Richiedi una chiamata dal nostro esperto di marketplace per assistenza personalizzata.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-x.svg\" alt=\"X\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody>\r\n        <tr class=\"pp__td-blank\">\r\n            <td style=\"border-right: 1px solid transparent !important;\"><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=it\" style=\"max-width: 170px\">Comincia ora<\/a><\/span><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=it\" style=\"max-width: 170px\">Comincia ora<\/a><\/span><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n<\/table>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd0ebce e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"cd0ebce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-487209c elementor-widget elementor-widget-heading\" data-id=\"487209c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Domande frequenti<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6f9e16 elementor-widget elementor-widget-n-accordion\" data-id=\"a6f9e16\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1750\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1750\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Qual \u00e8 la differenza tra le inserzioni internazionali di Webinterpret e le inserzioni nazionali? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1750\" class=\"elementor-element elementor-element-e269b79 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e269b79\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c243bc elementor-widget elementor-widget-text-editor\" data-id=\"5c243bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Per inserzione internazionale di Webinterpret si intende qualsiasi inserzione creata da Webinterpret tramite il nostro servizio di Localizzazione. Per inserzione nazionale si intende qualsiasi inserzione non creata da Webinterpret che compare sul tuo mercato nazionale.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1751\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1751\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Quanto dura il periodo di prova gratuito? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1751\" class=\"elementor-element elementor-element-e1e4ef3 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e1e4ef3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb71112 elementor-widget elementor-widget-text-editor\" data-id=\"eb71112\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Il periodo di prova gratuito \u00e8 di 30 giorni (per i marketplace eBay e Amazon) e include l\u2019accesso al nostro servizio di Localizzazione.<\/p><p>Fino al 50% delle tue inserzioni idonee verr\u00e0 localizzato e pubblicato sui marketplace internazionali di eBay e\/o Amazon (Regno Unito, Germania, Italia, Francia e Spagna). Per eBay, il numero di inserzioni pu\u00f2 dipendere dal tuo abbonamento eBay. Per Amazon, il numero massimo di inserzioni localizzate per sito sar\u00e0 100.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1752\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1752\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Come funzionano le commissioni sui risultati e le commissioni sulla transazione? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1752\" class=\"elementor-element elementor-element-fe74d26 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"fe74d26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f01e544 elementor-widget elementor-widget-text-editor\" data-id=\"f01e544\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>La commissione sui risultati \u00e8 una percentuale calcolata sulle vendite derivanti dalle inserzioni create da Webinterpret. Ai venditori con oltre il 50% di prodotti nella categoria hardware tecnologico pu\u00f2 essere addebitata una commissione sui risultati del 2,9%, quindi pi\u00f9 bassa.<\/p><p>Le commissioni sulla transazione vengono addebitate in misura fissa per ogni transazione generata dalle inserzioni create da Webinterpret.<\/p><p>Le commissioni sui risultati e sulla transazione specificate per i piani Starter e Business si applicano solo agli ordini internazionali generati da Webinterpret.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1753\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1753\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Ci sono restrizioni relative a siti, servizi o marketplace? <\/p><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><rect x=\"12\" y=\"18\" width=\"14\" height=\"3\" fill=\"black\"><\/rect><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\"><path d=\"M38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19Z\" fill=\"#F5F5F5\"><\/path><path d=\"M20.2682 18.1818H26V20.8788H20.2682V27H17.7175V20.8788H12V18.1818H17.7175V12H20.2682V18.1818Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1753\" class=\"elementor-element elementor-element-0934045 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"0934045\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b98a28b elementor-widget elementor-widget-text-editor\" data-id=\"b98a28b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Servizio di Localizzazione: I siti eBay disponibili includono Australia, Austria, Belgio, Canada (EN e FR), eBay Motors, Francia, Germania, Hong Kong, Irlanda, Italia, Singapore, Spagna, Regno Unito e Stati Uniti. I siti eBay in Belgio e Austria richiedono l\u2019attivazione su richiesta da parte dell\u2019Assistenza Clienti di Webinterpret e potrebbero comportare un minor numero di inserzioni senza tariffe d\u2019inserzione. I siti Amazon disponibili includono Francia, Germania, Italia, Spagna e Regno Unito.<\/p><p>Servizio pubblicitario: I siti eBay disponibili includono Australia, Canada (EN e FR), Francia, Germania, Italia, Spagna, Regno Unito e Stati Uniti.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5529a1 elementor-widget elementor-widget-text-editor\" data-id=\"d5529a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Hai bisogno di ulteriori informazioni?\u00a0<a href=\"https:\/\/resources.webinterpret.com\/talk-to-sales-it\">Contatta il team vendite\u00a0<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<span class=\"wpr-template-edit-btn\" data-permalink=\"https:\/\/webinterpret.com\/it?elementor_library=pricing-w-listings-it\">Edit Template<\/span><\/div>\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div id=\"wpr-tab-content-1282\" class=\"wpr-tab-content elementor-repeater-item-b7591b6\" data-tab=\"2\">\n\t\t\t\t\t<div class=\"wpr-tab-content-inner elementor-clearfix wpr-anim-size-large wpr-overlay-fade-in\"><style>.elementor-371830 .elementor-element.elementor-element-470f9627{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-ed45c64{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:40px 20px;--row-gap:40px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-7e638cd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-3b614aa{text-align:end;}.elementor-371830 .elementor-element.elementor-element-0a41afc{width:var( --container-widget-width, 217px );max-width:217px;--container-widget-width:217px;--container-widget-flex-grow:0;}.elementor-371830 .elementor-element.elementor-element-0a41afc.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371830 .elementor-element.elementor-element-e25ba3b{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--align-items:start;--margin-top:50px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-1c13554{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-371830 .elementor-element.elementor-element-a15ec7d{--display:flex;--min-height:330px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371830 .elementor-element.elementor-element-12f5eee{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-d3ae734 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-d3ae734{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371830 .elementor-element.elementor-element-a691ed5 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-a691ed5{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371830 .elementor-element.elementor-element-eba647f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-effd311 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-effd311{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371830 .elementor-element.elementor-element-2b54443{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-02181a8 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-02181a8{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371830 .elementor-element.elementor-element-0f1ead9{text-align:center;}.elementor-371830 .elementor-element.elementor-element-0f1ead9 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371830 .elementor-element.elementor-element-0f1ead9 .elementor-heading-title a:hover, .elementor-371830 .elementor-element.elementor-element-0f1ead9 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371830 .elementor-element.elementor-element-3a65405{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:18px;--padding-left:34px;--padding-right:10px;}.elementor-371830 .elementor-element.elementor-element-3a65405.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371830 .elementor-element.elementor-element-6d197e8 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-6d197e8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371830 .elementor-element.elementor-element-f084bb9{--e-icon-list-icon-size:13px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371830 .elementor-element.elementor-element-f084bb9 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-a1b2684 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:600;line-height:1em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-a1b2684{padding:7px 15px 7px 12px;top:0px;z-index:1;background-color:#FFEA29;border-radius:25px 25px 0px 25px;}body:not(.rtl) .elementor-371830 .elementor-element.elementor-element-a1b2684{right:0px;}body.rtl .elementor-371830 .elementor-element.elementor-element-a1b2684{left:0px;}.elementor-371830 .elementor-element.elementor-element-999c64b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-999c64b:not(.elementor-motion-effects-element-type-background), .elementor-371830 .elementor-element.elementor-element-999c64b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371830 .elementor-element.elementor-element-c66154a{--display:flex;--min-height:330px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:34px;--padding-left:34px;--padding-right:34px;}.elementor-371830 .elementor-element.elementor-element-66e054a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371830 .elementor-element.elementor-element-66e054a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371830 .elementor-element.elementor-element-4cac2d4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371830 .elementor-element.elementor-element-4cac2d4{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371830 .elementor-element.elementor-element-0e65569 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.7em;fill:#FFFFFF;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-0e65569{margin:auto 0 calc(var(--kit-widget-spacing, 0px) + 0) 0;}.elementor-371830 .elementor-element.elementor-element-275c27b4{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 34px) 0px;}.elementor-371830 .elementor-element.elementor-element-275c27b4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371830 .elementor-element.elementor-element-77fcc97c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-7b0946ae{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:23px;--padding-left:34px;--padding-right:30px;}.elementor-371830 .elementor-element.elementor-element-138a09b4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-9c6e38d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-508996a2{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:27px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-element-54aad935 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-17453fef{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-3dd7e143{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:23px;--padding-left:34px;--padding-right:30px;}.elementor-371830 .elementor-element.elementor-element-34fb8abf .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-459e3bae .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-459e3bae{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371830 .elementor-element.elementor-element-c7d13de .elementor-heading-title{font-size:11px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-7d8e2757{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:27px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-element-7ac68686 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-315975c1{text-align:center;margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-315975c1 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371830 .elementor-element.elementor-element-13dcbe0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-6a5b37f4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-6a5b37f4{padding:9px 20px 9px 20px;}.elementor-371830 .elementor-element.elementor-element-5f372848{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371830 .elementor-element.elementor-element-5232b9cb{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371830 .elementor-element.elementor-element-5232b9cb .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-26beedc4{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371830 .elementor-element.elementor-element-b3b15bb{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371830 .elementor-element.elementor-element-b3b15bb .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-431ebdfc{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371830 .elementor-element.elementor-element-7e774d6{--e-icon-list-icon-size:14px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:flex-start;--icon-vertical-offset:5px;padding:0px 0px 0px 0px;}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371830 .elementor-element.elementor-element-7e774d6 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371830 .elementor-element.elementor-element-653736e0{--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-title-font-size:16px;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#000000;--n-accordion-icon-size:14px;}.elementor-371830 .elementor-element.elementor-element-653736e0 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:solid;border-width:1px 0px 0px 0px;border-color:#E1EFF9;}.elementor-371830 .elementor-element.elementor-element-653736e0 {--n-accordion-padding:24px 20px 20px 20px;}:where( .elementor-371830 .elementor-element.elementor-element-653736e0 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:\"Inter\", Sans-serif;font-weight:600;line-height:1.56em;}:where( .elementor-371830 .elementor-element.elementor-element-653736e0 > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}.elementor-371830 .elementor-element.elementor-element-18a16ad7 .elementor-button{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:700;line-height:1.33em;fill:#FFFFFF;color:#FFFFFF;background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);transition-duration:0.3s;border-style:none;border-radius:10px 10px 10px 10px;padding:10px 30px 10px 30px;}.elementor-371830 .elementor-element.elementor-element-18a16ad7 .elementor-button:hover, .elementor-371830 .elementor-element.elementor-element-18a16ad7 .elementor-button:focus{color:#FFFFFF;background-color:#000000;}.elementor-371830 .elementor-element.elementor-element-18a16ad7 .elementor-button:hover svg, .elementor-371830 .elementor-element.elementor-element-18a16ad7 .elementor-button:focus svg{fill:#FFFFFF;}.elementor-371830 .elementor-element.elementor-element-18a16ad7{margin:30px 25px calc(var(--kit-widget-spacing, 0px) + 0px) 25px;}.elementor-371830 .elementor-element.elementor-element-7f60be92{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:25px 25px 25px 25px;--margin-top:30px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371830 .elementor-element.elementor-element-569d6840 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-371830 .elementor-element.elementor-element-569d6840{padding:9px 20px 9px 20px;}.elementor-371830 .elementor-element.elementor-element-75ee89f7{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371830 .elementor-element.elementor-e