{"id":373701,"date":"2024-12-20T10:14:16","date_gmt":"2024-12-20T10:14:16","guid":{"rendered":"https:\/\/webinterpret.com\/pricing"},"modified":"2026-02-24T13:37:44","modified_gmt":"2026-02-24T13:37:44","slug":"pricing","status":"publish","type":"page","link":"https:\/\/webinterpret.com\/en\/pricing","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"373701\" class=\"elementor elementor-373701 elementor-365600\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-666f0432 e-flex e-con-boxed e-con e-parent\" data-id=\"666f0432\" 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-3ae2a208 elementor-widget elementor-widget-heading\" data-id=\"3ae2a208\" 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\">Pick your services below<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43210ee8 elementor-widget elementor-widget-heading\" data-id=\"43210ee8\" 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\">Accelerate your global sales, while ensuring your listings are GPSR-compliant to sell to the EU.<\/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-3a876203 e-flex e-con-boxed e-con e-parent\" data-id=\"3a876203\" 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-6272e515 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=\"6272e515\" 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-2412').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-2412').click();\r\n        \t}, 150);\r\n        }\r\n        if (hash === '#gpsr') {\r\n        \tdocument.querySelector('#wpr-tab-2413').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-2413').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-e5f9835 wpr-tabs-hr-position-center pp__ wpr-tabs-position-above wpr-tabs-icon-position-left elementor-widget elementor-widget-wpr-tabs\" data-id=\"e5f9835\" 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-2411\" 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\">International<\/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-2412\" 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\">Domestic<\/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-2413\" 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\">GPSR Compliance<\/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-2411\" 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-373676 .elementor-element.elementor-element-7a5533ce{--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-373676 .elementor-element.elementor-element-7a5533ce.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-373676 .elementor-element.elementor-element-eeacfbd{--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-373676 .elementor-element.elementor-element-e39ed6a{--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-373676 .elementor-element.elementor-element-a2b00e2{text-align:end;}.elementor-373676 .elementor-element.elementor-element-fadd426{width:var( --container-widget-width, 238px );max-width:238px;--container-widget-width:238px;--container-widget-flex-grow:0;}.elementor-373676 .elementor-element.elementor-element-fadd426.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-373676 .elementor-element.elementor-element-40e9ec06{--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-373676 .elementor-element.elementor-element-4f727ffd{--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-373676 .elementor-element.elementor-element-77b2d830{--display:flex;--min-height:348px;--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-373676 .elementor-element.elementor-element-2134eb89{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-17bf91da .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-17bf91da{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-373676 .elementor-element.elementor-element-7881a486 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-7881a486{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-2f78e8d8{--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-373676 .elementor-element.elementor-element-289b8d1e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-defab81 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-defab81{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-c67a751 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-c67a751{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-39ce7d85 .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-373676 .elementor-element.elementor-element-39ce7d85{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-373676 .elementor-element.elementor-element-53bcd1a3{text-align:center;}.elementor-373676 .elementor-element.elementor-element-53bcd1a3 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-373676 .elementor-element.elementor-element-53bcd1a3 .elementor-heading-title a:hover, .elementor-373676 .elementor-element.elementor-element-53bcd1a3 .elementor-heading-title a:focus{color:#1146C1;}.elementor-373676 .elementor-element.elementor-element-37690f4e{--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-373676 .elementor-element.elementor-element-37690f4e.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-373676 .elementor-element.elementor-element-4598b09a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-4598b09a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373676 .elementor-element.elementor-element-4e94bcca{--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-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-373676 .elementor-element.elementor-element-4e94bcca .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373676 .elementor-element.elementor-element-48d7b09c{--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-373676 .elementor-element.elementor-element-4515c7e{--display:flex;--min-height:348px;--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-373676 .elementor-element.elementor-element-e582785{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-9bab080 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-9bab080{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-373676 .elementor-element.elementor-element-ae925c9 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-ae925c9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-209aaa2{--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-373676 .elementor-element.elementor-element-3052204{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-8911404 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-ea2575e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-50ae685 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-e4ff98f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-e4ff98f{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-3abeaf5{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-5bd7be0 .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-373676 .elementor-element.elementor-element-5bd7be0{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-373676 .elementor-element.elementor-element-e0c3ae4{text-align:center;}.elementor-373676 .elementor-element.elementor-element-e0c3ae4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-373676 .elementor-element.elementor-element-e0c3ae4 .elementor-heading-title a:hover, .elementor-373676 .elementor-element.elementor-element-e0c3ae4 .elementor-heading-title a:focus{color:#1146C1;}.elementor-373676 .elementor-element.elementor-element-7650efe0{--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-373676 .elementor-element.elementor-element-7650efe0.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-373676 .elementor-element.elementor-element-59899658 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-59899658{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373676 .elementor-element.elementor-element-98d2bc7{--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-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-373676 .elementor-element.elementor-element-98d2bc7 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373676 .elementor-element.elementor-element-72ebf8{--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-373676 .elementor-element.elementor-element-72ebf8:not(.elementor-motion-effects-element-type-background), .elementor-373676 .elementor-element.elementor-element-72ebf8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-373676 .elementor-element.elementor-element-72ebf8.e-con{--align-self:flex-start;}.elementor-373676 .elementor-element.elementor-element-11925c2f{--display:flex;--min-height:348px;--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-373676 .elementor-element.elementor-element-234da33d{--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-373676 .elementor-element.elementor-element-66e042a1 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-373676 .elementor-element.elementor-element-66e042a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-373676 .elementor-element.elementor-element-448776dd .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-373676 .elementor-element.elementor-element-448776dd{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-373676 .elementor-element.elementor-element-2d8d2828 .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-373676 .elementor-element.elementor-element-2d8d2828{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-ab7dd4d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-ab7dd4d{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-a99b46d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-a99b46d{margin:6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373676 .elementor-element.elementor-element-2aa4cffb{--display:flex;--padding-top:90px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-1b121297{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-373676 .elementor-element.elementor-element-1b121297 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}@media(max-width:1200px){.elementor-373676 .elementor-element.elementor-element-40e9ec06{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-373676 .elementor-element.elementor-element-77b2d830{--min-height:370px;}.elementor-373676 .elementor-element.elementor-element-4515c7e{--min-height:370px;}.elementor-373676 .elementor-element.elementor-element-11925c2f{--min-height:370px;}}@media(max-width:1024px) and (min-width:768px){.elementor-373676 .elementor-element.elementor-element-e39ed6a{--width:100%;}}@media(min-width:2400px){.elementor-373676 .elementor-element.elementor-element-40e9ec06{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-373676 .elementor-element.elementor-element-40e9ec06{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-373676 .elementor-element.elementor-element-eeacfbd{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-373676 .elementor-element.elementor-element-a2b00e2{text-align:start;}.elementor-373676 .elementor-element.elementor-element-40e9ec06{--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-373676 .elementor-element.elementor-element-77b2d830{--min-height:322px;}.elementor-373676 .elementor-element.elementor-element-4515c7e{--min-height:322px;}.elementor-373676 .elementor-element.elementor-element-11925c2f{--min-height:0px;}.elementor-373676 .elementor-element.elementor-element-448776dd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}}@media(max-width:880px){.elementor-373676 .elementor-element.elementor-element-eeacfbd{--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-373676 .elementor-element.elementor-element-40e9ec06{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-373676 .elementor-element.elementor-element-eeacfbd{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-373676 .elementor-element.elementor-element-e39ed6a{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-373676 .elementor-element.elementor-element-40e9ec06{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-373676 .elementor-element.elementor-element-77b2d830{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373676 .elementor-element.elementor-element-37690f4e{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373676 .elementor-element.elementor-element-4515c7e{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373676 .elementor-element.elementor-element-7650efe0{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373676 .elementor-element.elementor-element-11925c2f{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373676 .elementor-element.elementor-element-66e042a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-373676 .elementor-element.elementor-element-448776dd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-373676 .elementor-element.elementor-element-2aa4cffb{--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-1b121297{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}}\/* Start custom CSS for heading, class: .elementor-element-289b8d1e *\/.elementor-373676 elementor-371705 .elementor-element.elementor-element-289b8d1e .pp__tooltip{\n    left: 4px;\n    top: 4px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-defab81 *\/.elementor-373676 .elementor-element.elementor-element-defab81 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-c67a751 *\/.elementor-373676 .elementor-element.elementor-element-c67a751 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-53bcd1a3 *\/.elementor-373676 .elementor-element.elementor-element-53bcd1a3:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-77b2d830 *\/.elementor-373676 .elementor-element.elementor-element-77b2d830{\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-e4ff98f *\/.elementor-373676 .elementor-element.elementor-element-e4ff98f span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for html, class: .elementor-element-3abeaf5 *\/.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-e0c3ae4 *\/.elementor-373676 .elementor-element.elementor-element-e0c3ae4:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-4515c7e *\/.elementor-373676 .elementor-element.elementor-element-4515c7e{\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-2d8d2828 *\/.elementor-373676 .elementor-element.elementor-element-2d8d2828{\n    margin-top: auto;\n    justify-self: flex-end;\n}\n\n.elementor-373676 .elementor-element.elementor-element-2d8d2828 .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-373676 .elementor-element.elementor-element-2d8d2828 .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-40e9ec06 *\/.elementor-373676 .elementor-element.elementor-element-40e9ec06{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-373676 .elementor-element.elementor-element-40e9ec06 .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-ab7dd4d *\/.elementor-373676 .elementor-element.elementor-element-ab7dd4d i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a99b46d *\/.elementor-373676 .elementor-element.elementor-element-a99b46d i{\n    color: #1146C1\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"373676\" class=\"elementor elementor-373676 elementor-371705\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-7a5533ce e-flex e-con-boxed e-con e-parent\" data-id=\"7a5533ce\" 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-eeacfbd e-con-full pp__navigation e-flex e-con e-child\" data-id=\"eeacfbd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e39ed6a e-con-full e-flex e-con e-child\" data-id=\"e39ed6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2b00e2 elementor-widget elementor-widget-heading\" data-id=\"a2b00e2\" 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\">Choose your currency<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed8bc62 elementor-widget elementor-widget-html\" data-id=\"ed8bc62\" 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-fadd426 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"fadd426\" 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=\"476\" height=\"50\" src=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\" class=\"attachment-full size-full wp-image-394360\" alt=\"Compatible with ebay\" srcset=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png 476w, https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile-300x32.png 300w\" sizes=\"(max-width: 476px) 100vw, 476px\" \/>\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-40e9ec06 e-con-full e-grid e-con e-child\" data-id=\"40e9ec06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4f727ffd e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"4f727ffd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-77b2d830 e-con-full e-flex e-con e-child\" data-id=\"77b2d830\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2134eb89 e-con-full e-flex e-con e-child\" data-id=\"2134eb89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17bf91da elementor-widget elementor-widget-heading\" data-id=\"17bf91da\" 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-7881a486 elementor-widget elementor-widget-heading\" data-id=\"7881a486\" 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\">Access to essential features like localisation, recommended products and advertising, with basic support options.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f78e8d8 e-con-full e-flex e-con e-child\" data-id=\"2f78e8d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-289b8d1e elementor-widget elementor-widget-heading\" data-id=\"289b8d1e\" 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\">\u20ac0<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a30<\/span><span class=\"pp__currency pp__currency--usd\">$0<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-defab81 elementor-widget elementor-widget-heading\" data-id=\"defab81\" 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\">\u20ac1.09<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a30.89<\/span><span class=\"pp__currency pp__currency--usd\">$1.39<\/span><\/span> \/transaction<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c67a751 elementor-widget elementor-widget-heading\" data-id=\"c67a751\" 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\">Minimum monthly fee: <span><span class=\"pp__currency pp__currency--eur\">\u20ac19.99<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a319.99<\/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-39ce7d85 pp__button elementor-widget elementor-widget-button\" data-id=\"39ce7d85\" 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\">\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\">Get started<\/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-53bcd1a3 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"53bcd1a3\" 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\">Compare plans<\/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-37690f4e e-con-full e-flex e-con e-child\" data-id=\"37690f4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4598b09a elementor-widget elementor-widget-heading\" data-id=\"4598b09a\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e94bcca pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e94bcca\" 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>Localisation<\/span><p>Translate and adapt your domestic eBay listings to list in 10 international eBay marketplaces for increased visibility.<\/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>Advertising Optimization<\/span><p>Create and optimize ad campaigns to increase traffic and conversions on international (Webinterpret) listings in 10 eBay marketplaces.<\/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>AI Listing Enhancements<\/span><p>Display relevant product recommendations on international (Webinterpret) listings to boost average order value.<\/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>GPSR Compliance (available for all selling channels)<\/span><p>Ensure your products and online listings meet the latest regulatory requirements to keep selling in the EU.<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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-48d7b09c e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"48d7b09c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4515c7e e-con-full e-flex e-con e-child\" data-id=\"4515c7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e582785 e-con-full e-flex e-con e-child\" data-id=\"e582785\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bab080 elementor-widget elementor-widget-heading\" data-id=\"9bab080\" 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-ae925c9 elementor-widget elementor-widget-heading\" data-id=\"ae925c9\" 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\">Includes all Starter plan features, with lower fees for frequent transactions and Call Back support for personalized assistance.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-209aaa2 e-con-full e-flex e-con e-child\" data-id=\"209aaa2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3052204 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 e-con e-child\" data-id=\"3052204\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8911404 elementor-widget elementor-widget-heading\" data-id=\"8911404\" 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\">\u20ac699.90<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a3619.90<\/span><span class=\"pp__currency pp__currency--usd\">$699.90<\/span> \/year<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea2575e e-con-full pp__monthly e-flex e-con e-child\" data-id=\"ea2575e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50ae685 elementor-widget elementor-widget-heading\" data-id=\"50ae685\" 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\">\u20ac69.99<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a361.99<\/span><span class=\"pp__currency pp__currency--usd\">$69.99<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4ff98f elementor-widget elementor-widget-heading\" data-id=\"e4ff98f\" 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> \/transaction<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3abeaf5 elementor-widget elementor-widget-html\" data-id=\"3abeaf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p class=\"pp__plan-switch\">Monthly\n<label class=\"pp__plan-switch__label\">\n  <input type=\"checkbox\">\n  <span class=\"pp__plan-switch__slider\"><\/span>\n<\/label>\nYearly<b>(save 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-5bd7be0 pp__button elementor-widget elementor-widget-button\" data-id=\"5bd7be0\" 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\">\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\">Get started<\/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-e0c3ae4 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"e0c3ae4\" 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\">Compare plans<\/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-7650efe0 e-con-full e-flex e-con e-child\" data-id=\"7650efe0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59899658 elementor-widget elementor-widget-heading\" data-id=\"59899658\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98d2bc7 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"98d2bc7\" 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>Localisation<\/span><p>Translate and adapt your domestic eBay listings to list in 10 international eBay marketplaces for increased visibility.<\/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>Advertising Optimization<\/span><p>Create and optimize ad campaigns to increase traffic and conversions on international (Webinterpret) listings in 10 eBay marketplaces.<\/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>AI Listing Enhancements<\/span><p>Display relevant product recommendations on international (Webinterpret) listings to boost average order value.<\/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>GPSR Compliance (available for all selling channels)<\/span><p>Ensure your products and online listings meet the latest regulatory requirements to keep selling in the EU.<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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-72ebf8 e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"72ebf8\" 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-11925c2f e-con-full e-flex e-con e-child\" data-id=\"11925c2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-234da33d e-con-full e-flex e-con e-child\" data-id=\"234da33d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66e042a1 elementor-widget elementor-widget-heading\" data-id=\"66e042a1\" 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-448776dd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"448776dd\" 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\">For high-volume or specialized sellers needing full flexibility. Tailored to your scale, exactly how you need it.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d8d2828 pp__button elementor-widget elementor-widget-button\" data-id=\"2d8d2828\" 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\/?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\">Talk to sales<\/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-ab7dd4d elementor-widget elementor-widget-heading\" data-id=\"ab7dd4d\" 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>A minimum monthly charge of <span><span class=\"pp__currency pp__currency--eur\">\u20ac19.99<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a319.99<\/span><span class=\"pp__currency pp__currency--usd\">$19.99<\/span><\/span> is applied for Starter plan subscribers if the total value of transaction fees does not exceed this amount.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a99b46d elementor-widget elementor-widget-heading\" data-id=\"a99b46d\" 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>One annual payment of <span><span class=\"pp__currency pp__currency--eur\">\u20ac699.90<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a3619.90<\/span><span class=\"pp__currency pp__currency--usd\">$699.90<\/span><\/span> for a 12-month subscription. Transaction fees are charged monthly.<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2aa4cffb e-con-full e-flex e-con e-child\" data-id=\"2aa4cffb\" data-element_type=\"container\" data-e-type=\"container\" id=\"gpsr-plan-comparison\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b121297 elementor-widget elementor-widget-heading\" data-id=\"1b121297\" 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\">Compare plans<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73e42553 elementor-widget elementor-widget-html\" data-id=\"73e42553\" 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>Included eBay marketplaces<\/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>Included in the plan:<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>Included in the plan:<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>Localisation <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>Automatically translate and localise your domestic eBay listings for international eBay marketplaces, including language, currency, sizing, and shipping policies.<\/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>Translation:<\/b> <br>Apply AI-based translation to your listings that\u2019s specialized for ecommerce and programmed to deliver human-quality listings that sell.<\/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>Currency conversion:<\/b> <br>Localise item prices based on current exchange rates, or set your own pricing guidelines at the market and\/or item-level.<\/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>Size conversion:<\/b> <br>Localise sizes and measurements based on target market, brand and model, or set your own sizing guidelines for each brand.<\/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>Local payment method:<\/b> <br>Ensure international buyers have access to local payment options at checkout and receive sales in your local currency.<\/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>Advertising Optimization<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>Grow your visibility, traffic, and sales conversion on 10 international eBay marketplaces with little to no effort through AI-powered advertising.<\/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 on profitability:<\/b> <br>Campaign optimization targets cost control while lowering ACOS and maximizing profitability.<\/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>Automated Promoted Listings general, priority and offsite campaign creation:<\/b> <br>Automatically create and manage Promoted Listings campaigns across general, priority, and offsite placements.<\/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>Expert ad spend suggestions:<\/b> <br>Apply data-based recommendations to guide your advertising budget and performance.<\/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>Strategic item selection:<\/b> <br>Webinterpret selects your top performing products for advertising based on smart performance insights. <\/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>Performance tracking and management:<\/b> <br>Monitor advertising results in your Advertising Dashboard with clear performance reporting and management tools.<\/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>Continuous campaign optimization:<\/b> <br>Maintain effective campaigns with automated and ongoing optimizations and adjustments.<\/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>AI Listing Enhancements<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>Optimize your listings and show buyers relevant product recommendations to increase your average order value.<\/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>Recommended products widget:<\/b> <br>Display related product suggestions to increase your cross-sales, buyer engagement and visibility.<\/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>GPSR compliance <span style=\"font-size: 14px; font-weight: 400\">(on your international items)<\/span><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>Keep selling in the EU with ease by ensuring your products and international listings meet the latest regulatory requirements.<\/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>EU responsible Person:<\/b> <br>Fulfill your EU market compliance obligations by assigning Webinterpret as your official EU Responsible Person, and receive a formal EURP authorization certificate for applicable products.*<br><br><span style=\"font-size: 11px\">*Webinterpret reserves the right to decline the role of EU Responsible Person at its sole discretion.<\/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>GPSR Labels & Certificates:<\/b> <br>Generate and download a unique QR code label that that contains localised GPSR data for each compliant product, as well as a Certificate of Compliance.<\/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>GPSR data enrichment for online listings:<\/b> <br>Automatically populate your listings with essential GPSR compliance data such as EU Responsible Person, Country of Origin, and other data points from our comprehensive regulatory database.<\/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>Compliance dashboard:<\/b> <br>Edit and validate Webinterpret's compliance data suggestions for your products and track their compliance status.<\/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>Compliance for additional selling channels:<\/b> <br>Enrich your products from other selling channels with GPSR-compliant information through CSV Import and Export.<\/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>SKUs included:<\/b> <br>SKUs included The number of unique items covered in your monthly plan. Variations (like size or color) count as separate SKUs<\/td>\r\n            <td><b>Unlimited<\/b><\/td>\r\n            <td><b>Unlimited<\/b><\/td>\r\n        <\/tr>        \r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Account & Setup<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>Connected eBay accounts:<\/b> <br>The number of eBay accounts you can link to Webinterpret and use your plan features with.<\/td>\r\n            <td><b>Unlimited<\/b><\/td>\r\n            <td><b>Unlimited<\/b><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Human Support<\/b> <br>Get personalized assistance from our support experts. Live support is available Monday through Friday during standard business hours to help you resolve issues and optimize your workflow.<\/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>Call Back:<\/b> <br>Request a call from our marketplace expert for personalized assistance.<\/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\" style=\"max-width: 170px\">Get started<\/a><\/span><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up\" style=\"max-width: 170px\">Get started<\/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\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\/en?elementor_library=pricing-template-us\">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-2412\" 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-373675 .elementor-element.elementor-element-4e9cce3c{--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-373675 .elementor-element.elementor-element-76adf9e{--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-373675 .elementor-element.elementor-element-755ab3d{--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-373675 .elementor-element.elementor-element-b40006e{text-align:end;}.elementor-373675 .elementor-element.elementor-element-793115e{width:var( --container-widget-width, 238px );max-width:238px;--container-widget-width:238px;--container-widget-flex-grow:0;}.elementor-373675 .elementor-element.elementor-element-793115e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-373675 .elementor-element.elementor-element-30bebfbc{--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-373675 .elementor-element.elementor-element-3ecf6410{--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-373675 .elementor-element.elementor-element-7503c098{--display:flex;--min-height:310px;--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-373675 .elementor-element.elementor-element-3fcd9baa{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373675 .elementor-element.elementor-element-753e49e0 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-753e49e0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373675 .elementor-element.elementor-element-445cd3c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-445cd3c{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-373675 .elementor-element.elementor-element-72a645e2 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-43fc9315 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-43fc9315{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373675 .elementor-element.elementor-element-6641f1b6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373675 .elementor-element.elementor-element-615effbd .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-373675 .elementor-element.elementor-element-615effbd{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-373675 .elementor-element.elementor-element-158368fe{text-align:center;}.elementor-373675 .elementor-element.elementor-element-158368fe .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-373675 .elementor-element.elementor-element-158368fe .elementor-heading-title a:hover, .elementor-373675 .elementor-element.elementor-element-158368fe .elementor-heading-title a:focus{color:#1146C1;}.elementor-373675 .elementor-element.elementor-element-497fcc67{--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-373675 .elementor-element.elementor-element-497fcc67.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-373675 .elementor-element.elementor-element-9a28822 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-9a28822{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373675 .elementor-element.elementor-element-77d1bebe{--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-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-373675 .elementor-element.elementor-element-77d1bebe .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-6d925ad7 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:600;line-height:1em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-6d925ad7{padding:7px 15px 7px 12px;top:0px;z-index:1;background-color:#FFEA29;border-radius:25px 25px 0px 25px;}body:not(.rtl) .elementor-373675 .elementor-element.elementor-element-6d925ad7{right:0px;}body.rtl .elementor-373675 .elementor-element.elementor-element-6d925ad7{left:0px;}.elementor-373675 .elementor-element.elementor-element-2c897b04{--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-373675 .elementor-element.elementor-element-2c897b04:not(.elementor-motion-effects-element-type-background), .elementor-373675 .elementor-element.elementor-element-2c897b04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-373675 .elementor-element.elementor-element-f0e5963{--display:flex;--min-height:310px;--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-373675 .elementor-element.elementor-element-13295496 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-373675 .elementor-element.elementor-element-13295496{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373675 .elementor-element.elementor-element-38f4ee94 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-373675 .elementor-element.elementor-element-38f4ee94{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-373675 .elementor-element.elementor-element-776a728c .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-373675 .elementor-element.elementor-element-776a728c{margin:auto 0 calc(var(--kit-widget-spacing, 0px) + 0) 0;}.elementor-373675 .elementor-element.elementor-element-4d596e09{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 34px) 0px;}.elementor-373675 .elementor-element.elementor-element-4d596e09 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-373675 .elementor-element.elementor-element-63d11149{--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-373675 .elementor-element.elementor-element-6bcf25aa{--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-373675 .elementor-element.elementor-element-633a0a88 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-1b80fc8c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-78dd8390{--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-373675 .elementor-element.elementor-element-3856be3a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-20347cd1{--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-373675 .elementor-element.elementor-element-61167f1b{--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-373675 .elementor-element.elementor-element-1985e9b5 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-8f6fcb6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-8f6fcb6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-373675 .elementor-element.elementor-element-7292f8d{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-7292f8d a{color:#1146C1;}.elementor-373675 .elementor-element.elementor-element-692cb698{--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-373675 .elementor-element.elementor-element-50aeb86d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-6c09a75a{text-align:center;margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;padding:0px 0px 0px 0px;}.elementor-373675 .elementor-element.elementor-element-6c09a75a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-373675 .elementor-element.elementor-element-70629f3f{--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-373675 .elementor-element.elementor-element-75ef4b42 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-75ef4b42{padding:9px 20px 9px 20px;}.elementor-373675 .elementor-element.elementor-element-31aad79a{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373675 .elementor-element.elementor-element-5ab7a90c{--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-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-373675 .elementor-element.elementor-element-5ab7a90c .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-6764f520{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373675 .elementor-element.elementor-element-757a7d5d{--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-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-425e277f{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373675 .elementor-element.elementor-element-6605ae21{--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-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-45caa36{--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-373675 .elementor-element.elementor-element-45caa36 > .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-373675 .elementor-element.elementor-element-45caa36 {--n-accordion-padding:24px 20px 20px 20px;}:where( .elementor-373675 .elementor-element.elementor-element-45caa36 > .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-373675 .elementor-element.elementor-element-45caa36 > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}.elementor-373675 .elementor-element.elementor-element-71c4d6ec .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-373675 .elementor-element.elementor-element-71c4d6ec .elementor-button:hover, .elementor-373675 .elementor-element.elementor-element-71c4d6ec .elementor-button:focus{color:#FFFFFF;background-color:#000000;}.elementor-373675 .elementor-element.elementor-element-71c4d6ec .elementor-button:hover svg, .elementor-373675 .elementor-element.elementor-element-71c4d6ec .elementor-button:focus svg{fill:#FFFFFF;}.elementor-373675 .elementor-element.elementor-element-71c4d6ec{margin:30px 25px calc(var(--kit-widget-spacing, 0px) + 0px) 25px;}.elementor-373675 .elementor-element.elementor-element-1ffc57d0{--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:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373675 .elementor-element.elementor-element-13aa6269 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-373675 .elementor-element.elementor-element-13aa6269{padding:9px 20px 9px 20px;}.elementor-373675 .elementor-element.elementor-element-2f896581{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-373675 .elementor-element.elementor-element-71dc8c68{--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-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-373675 .elementor-element.elementor-element-71dc8c68 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-373675 .elementor-element.elementor-element-2bed8207{--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;--n-accordion-icon-normal-color:#000000;}.elementor-373675 .elementor-element.elementor-element-2bed8207 > .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-373675 .elementor-element.elementor-element-2bed8207 {--n-accordion-padding:24px 20px 20px 20px;}:where( .elementor-373675 .elementor-element.elementor-element-2bed8207 > .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-373675 .elementor-element.elementor-element-2bed8207 > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}@media(max-width:1200px){.elementor-373675 .elementor-element.elementor-element-30bebfbc{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}}@media(min-width:768px){.elementor-373675 .elementor-element.elementor-element-30bebfbc{--content-width:770px;}}@media(max-width:1024px) and (min-width:768px){.elementor-373675 .elementor-element.elementor-element-755ab3d{--width:100%;}}@media(min-width:2400px){.elementor-373675 .elementor-element.elementor-element-30bebfbc{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-373675 .elementor-element.elementor-element-30bebfbc{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-373675 .elementor-element.elementor-element-76adf9e{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-373675 .elementor-element.elementor-element-b40006e{text-align:start;}.elementor-373675 .elementor-element.elementor-element-30bebfbc{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:30px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:880px){.elementor-373675 .elementor-element.elementor-element-76adf9e{--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-373675 .elementor-element.elementor-element-30bebfbc{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-373675 .elementor-element.elementor-element-76adf9e{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-373675 .elementor-element.elementor-element-755ab3d{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-373675 .elementor-element.elementor-element-30bebfbc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-373675 .elementor-element.elementor-element-7503c098{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373675 .elementor-element.elementor-element-497fcc67{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373675 .elementor-element.elementor-element-f0e5963{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-373675 .elementor-element.elementor-element-13295496{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-373675 .elementor-element.elementor-element-6bcf25aa{border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;}.elementor-373675 .elementor-element.elementor-element-78dd8390{--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-61167f1b{border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;}.elementor-373675 .elementor-element.elementor-element-692cb698{--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:20px;}.elementor-373675 .elementor-element.elementor-element-6c09a75a{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 12px) 0px;padding:0px 0px 0px 0px;}}\/* Start custom CSS for heading, class: .elementor-element-43fc9315 *\/.elementor-373675 elementor-371711 .elementor-element.elementor-element-43fc9315 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-158368fe *\/.elementor-373675 .elementor-element.elementor-element-158368fe:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-7503c098 *\/.elementor-373675 .elementor-element.elementor-element-7503c098{\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-776a728c *\/.elementor-373675 .elementor-element.elementor-element-776a728c{\n    margin-top: auto;\n    margin-bottom: 0;\n}\n\n.elementor-373675 .elementor-element.elementor-element-776a728c .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-373675 .elementor-element.elementor-element-776a728c .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-f0e5963 *\/.elementor-373675 .elementor-element.elementor-element-f0e5963{\n    border-bottom-color: #E1EFF9 !important;\n    border-bottom-width: 1px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-30bebfbc *\/.elementor-373675 .elementor-element.elementor-element-30bebfbc{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-373675 .elementor-element.elementor-element-30bebfbc .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 .pp__tooltip-icon{\n    transform: translateY(3px);\n}\n\n.pp__recommended{\n    display: none;\n}\n\n.pp__plan-col--active{\n    border-color: #FFEA29 !important;\n    box-shadow: 0px 0px 0px 2px #FFEA29;\n}\n\n.pp__plan-col--active .pp__recommended{\n    display: block;\n}\n\n.pp__recommended{\n    top: -3px !important;\n    right: -3px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-1b80fc8c *\/.elementor-373675 .elementor-element.elementor-element-1b80fc8c>p>span{\n    position: relative;\n    color: #1146C1;\n    text-decoration: underline;\n}\n\n.elementor-373675 .elementor-element.elementor-element-1b80fc8c>p>span>span{\n    position: absolute;\n    top: calc(100% + 10px);\n    left: 50%;\n    transform: translateX(-50%);\n    font-size: 11px;\n    line-height: 1.2em;\n    font-weight: 400;\n    min-width: 248px;\n    width: 248px;\n    max-width: 248px;\n    text-align: center;\n    background-color: rgba(55, 64, 76, 0.9);\n    color: #fff;\n    padding: 10px 8px;\n    border-radius: 4px;\n    display: none;\n    z-index: 3;\n}\n\n.elementor-373675 .elementor-element.elementor-element-1b80fc8c p>span>span:before{\n    content: \"\";\n    width: 0px;\n   height: 0px;\n   border-style: solid;\n   border-width: 0 9px 10px 9px;\n   border-color: transparent transparent rgba(55, 64, 76, 0.9) transparent;\n   position: absolute;\n   bottom: 100%;\n   left: 50%;\n   transform: translateX(-50%);\n}\n\n.elementor-373675 .elementor-element.elementor-element-1b80fc8c>p>span:hover>span{\n    display: block;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-3856be3a *\/.elementor-373675 .elementor-element.elementor-element-3856be3a span{\n    font-size: 18px;\n    font-weight: 700;\n    color: #1146C1;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-78dd8390 *\/@media screen and (min-width: 767px){\n    .elementor-373675 .elementor-element.elementor-element-78dd8390{\n        max-width: 207px;\n    }\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-63d11149 *\/.elementor-373675 .elementor-element.elementor-element-63d11149{\n    max-width: 770px;\n    margin-left: auto;\n    margin-right: auto;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-8f6fcb6 *\/.elementor-373675 .elementor-element.elementor-element-8f6fcb6>p>span{\n    position: relative;\n    color: #1146C1;\n    text-decoration: underline;\n}\n\n.elementor-373675 .elementor-element.elementor-element-8f6fcb6>p>span>span{\n    position: absolute;\n    top: calc(100% + 10px);\n    left: 50%;\n    transform: translateX(-50%);\n    font-size: 11px;\n    line-height: 1.2em;\n    font-weight: 400;\n    min-width: 248px;\n    width: 248px;\n    max-width: 248px;\n    text-align: center;\n    background-color: rgba(55, 64, 76, 0.9);\n    color: #fff;\n    padding: 10px 8px;\n    border-radius: 4px;\n    display: none;\n    z-index: 3;\n}\n\n.elementor-373675 .elementor-element.elementor-element-8f6fcb6 p>span>span:before{\n    content: \"\";\n    width: 0px;\n   height: 0px;\n   border-style: solid;\n   border-width: 0 9px 10px 9px;\n   border-color: transparent transparent rgba(55, 64, 76, 0.9) transparent;\n   position: absolute;\n   bottom: 100%;\n   left: 50%;\n   transform: translateX(-50%);\n}\n\n.elementor-373675 .elementor-element.elementor-element-8f6fcb6>p>span:hover>span{\n    display: block;\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-7292f8d *\/.elementor-373675 .elementor-element.elementor-element-7292f8d p{\n    margin: 0;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-50aeb86d *\/.elementor-373675 .elementor-element.elementor-element-50aeb86d span{\n    font-size: 18px;\n    font-weight: 700;\n    color: #1146C1;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-692cb698 *\/@media screen and (min-width: 767px){\n    .elementor-373675 .elementor-element.elementor-element-692cb698{\n        max-width: 207px;\n    }\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-20347cd1 *\/.elementor-373675 .elementor-element.elementor-element-20347cd1{\n    max-width: 770px;\n    margin: 0 auto;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-757a7d5d *\/.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item:last-child{\n    padding-right: 60px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-6605ae21 *\/.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item:first-child{\n    padding-right: 80px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-757a7d5d *\/.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item:last-child{\n    padding-right: 60px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-6605ae21 *\/.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item:first-child{\n    padding-right: 80px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-757a7d5d *\/.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item:last-child{\n    padding-right: 60px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-6605ae21 *\/.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item:first-child{\n    padding-right: 80px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-757a7d5d *\/.elementor-373675 .elementor-element.elementor-element-757a7d5d .elementor-icon-list-item:last-child{\n    padding-right: 60px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-6605ae21 *\/.elementor-373675 .elementor-element.elementor-element-6605ae21 .elementor-icon-list-item:first-child{\n    padding-right: 80px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-45caa36 *\/.elementor-373675 .elementor-element.elementor-element-45caa36 .e-n-accordion-item-title-text p{\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.5em;\n}\n\n.elementor-373675 .elementor-element.elementor-element-45caa36 .elementor-icon-list-text p{\n    font-weight: 400;\n    margin: 0;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-70629f3f *\/.elementor-373675 .elementor-element.elementor-element-70629f3f{\n    max-width: 770px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.elementor-373675 .elementor-element.elementor-element-70629f3f .elementor-icon-list-item .list-right-val{\n    position: absolute; top: 50%; right: 0; transform: translateY(-50%);\n    color: #1146C1;\n}\n\n.elementor-373675 .elementor-element.elementor-element-70629f3f .e-n-accordion-item-title-text{\n    color: #000;\n}\/* End custom CSS *\/\n\/* Start custom CSS for button, class: .elementor-element-71c4d6ec *\/.elementor-373675 .elementor-element.elementor-element-71c4d6ec a:hover{\n    background: #000 !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-2bed8207 *\/.elementor-373675 .elementor-element.elementor-element-2bed8207 .e-n-accordion-item-title-text p{\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.5em;\n}\n\n.elementor-373675 .elementor-element.elementor-element-2bed8207 .elementor-icon-list-text p{\n    font-weight: 400;\n    margin: 0;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-1ffc57d0 *\/.elementor-373675 .elementor-element.elementor-element-1ffc57d0{\n    max-width: 770px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.elementor-373675 .elementor-element.elementor-element-1ffc57d0 .elementor-icon-list-item .list-right-val{\n    position: absolute; top: 50%; right: 0; transform: translateY(-50%);\n    color: #1146C1;\n}\n\n.elementor-373675 .elementor-element.elementor-element-1ffc57d0 .e-n-accordion-item-title-text{\n    color: #000;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"373675\" class=\"elementor elementor-373675 elementor-371711\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e9cce3c e-flex e-con-boxed e-con e-parent\" data-id=\"4e9cce3c\" 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-76adf9e e-con-full pp__navigation e-flex e-con e-child\" data-id=\"76adf9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-755ab3d e-con-full e-flex e-con e-child\" data-id=\"755ab3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b40006e elementor-widget elementor-widget-heading\" data-id=\"b40006e\" 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\">Choose your currency<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-676f845 elementor-widget elementor-widget-html\" data-id=\"676f845\" 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-793115e elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"793115e\" 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=\"476\" height=\"50\" src=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\" class=\"attachment-full size-full wp-image-394360\" alt=\"Compatible with ebay\" srcset=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png 476w, https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile-300x32.png 300w\" sizes=\"(max-width: 476px) 100vw, 476px\" \/>\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-30bebfbc e-grid e-con-boxed e-con e-child\" data-id=\"30bebfbc\" 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-3ecf6410 e-con-full e-flex e-con e-child\" data-id=\"3ecf6410\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7503c098 e-con-full e-flex e-con e-child\" data-id=\"7503c098\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3fcd9baa e-con-full e-flex e-con e-child\" data-id=\"3fcd9baa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-753e49e0 elementor-widget elementor-widget-heading\" data-id=\"753e49e0\" 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\">Growth<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-445cd3c elementor-widget elementor-widget-heading\" data-id=\"445cd3c\" 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\">Boost your domestic sales on eBay with up to 4% more organic growth and up to 10% higher sponsored sales.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72a645e2 elementor-widget elementor-widget-heading\" data-id=\"72a645e2\" 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\">\u20ac35<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a332<\/span><span class=\"pp__currency pp__currency--usd\">$40<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fc9315 elementor-widget elementor-widget-heading\" data-id=\"43fc9315\" 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>+ 0.19%<\/span> \/transaction<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6641f1b6 e-con-full e-flex e-con e-child\" data-id=\"6641f1b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-615effbd pp__button elementor-widget elementor-widget-button\" data-id=\"615effbd\" 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\">\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\">Get started<\/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-158368fe pp__feature-overviews elementor-widget elementor-widget-heading\" data-id=\"158368fe\" 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\">Feature overviews<\/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-497fcc67 e-con-full e-flex e-con e-child\" data-id=\"497fcc67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a28822 elementor-widget elementor-widget-heading\" data-id=\"9a28822\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77d1bebe pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"77d1bebe\" 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>Advertising Optimization<\/span><p>Create and optimize ad campaigns to increase traffic and conversions on your domestic eBay listings.<\/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>AI Listing Enhancements<\/span><p>Optimize your domestic eBay listings for better ranking in search and display product recommendations on listings to boost average order value.<\/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><b>5,000<\/b> AI Credits<\/span><p>Use your monthly AI credit allotment to unlock AI-driven listing enhancements through the Item Optimization feature.<br>\u2022 Title: 1 AI credit<br>\u2022 Mobile description: 2 AI credits<br>\u2022 META description: 2 AI credits<br>\u2022 Desktop description: 4 AI credits<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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 class=\"elementor-element elementor-element-6d925ad7 elementor-absolute pp__recommended elementor-widget elementor-widget-heading\" data-id=\"6d925ad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">RECOMMENDED<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c897b04 e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"2c897b04\" 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-f0e5963 e-con-full e-flex e-con e-child\" data-id=\"f0e5963\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13295496 elementor-widget elementor-widget-heading\" data-id=\"13295496\" 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-38f4ee94 elementor-widget elementor-widget-heading\" data-id=\"38f4ee94\" 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\">For high-volume or specialized sellers needing full flexibility. Tailored to your scale, exactly how you need it.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-776a728c pp__button elementor-widget elementor-widget-button\" data-id=\"776a728c\" 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\/?utm_campaign=organic_pricing_domestic&#038;utm_source=main_pricing&#038;utm_medium=button_pricing_talkto&#038;src_dom\">\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\">Talk to sales<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d596e09 elementor-widget elementor-widget-heading\" data-id=\"4d596e09\" 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\">Add-on features<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63d11149 e-con-full 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 e-con e-child\" data-id=\"63d11149\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6bcf25aa e-con-full e-flex e-con e-child\" data-id=\"6bcf25aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-633a0a88 elementor-widget elementor-widget-heading\" data-id=\"633a0a88\" 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\">Additional AI credits<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b80fc8c elementor-widget elementor-widget-heading\" data-id=\"1b80fc8c\" 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\">Get 1,000 additional AI credits when you exceed your monthly plan limit.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78dd8390 e-con-full e-flex e-con e-child\" data-id=\"78dd8390\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3856be3a elementor-widget elementor-widget-heading\" data-id=\"3856be3a\" 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\"><span class=\"pp__currency pp__currency--eur\">\u20ac5<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a34.5<\/span><span class=\"pp__currency pp__currency--usd\">$6<\/span> \/1,000 credits<\/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-20347cd1 e-con-full e-flex e-con e-child\" data-id=\"20347cd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61167f1b e-con-full e-flex e-con e-child\" data-id=\"61167f1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1985e9b5 elementor-widget elementor-widget-heading\" data-id=\"1985e9b5\" 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\">Free Returns<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f6fcb6 elementor-widget elementor-widget-heading\" data-id=\"8f6fcb6\" 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\">Manage a standard return rate of up to 2%* of your total monthly transactions.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7292f8d elementor-widget elementor-widget-text-editor\" data-id=\"7292f8d\" 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>*For each additional 1%: A flat fee of \u20ac15 applies to cover the additional processing.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-692cb698 e-con-full e-flex e-con e-child\" data-id=\"692cb698\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50aeb86d elementor-widget elementor-widget-heading\" data-id=\"50aeb86d\" 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\"><span>0.10%<\/span> \/transaction<\/p>\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-6c09a75a elementor-widget elementor-widget-heading\" data-id=\"6c09a75a\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"feature-overviews-s\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Feature overviews<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70629f3f e-con-full e-flex e-con e-child\" data-id=\"70629f3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75ef4b42 elementor-widget elementor-widget-heading\" data-id=\"75ef4b42\" 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\">Growth plan<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45caa36 all-open-accordion elementor-widget elementor-widget-n-accordion\" data-id=\"45caa36\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;max_items_expended&quot;:&quot;multiple&quot;,&quot;default_state&quot;:&quot;expanded&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-7310\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-7310\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Advertising Optimization<p>Grow your visibility, traffic, and sales conversion on eBay with little to no effort through AI-powered advertising.<\/p> <\/div><\/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=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" transform=\"rotate(180)\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" 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-7310\" class=\"elementor-element elementor-element-31aad79a e-con-full e-flex e-con e-child\" data-id=\"31aad79a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ab7a90c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5ab7a90c\" 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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Focus on profitability<p>Campaign optimization targets cost control while lowering ACOS and maximizing profitability.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Automated Promoted Listings general, priority and offsite campaign creation<p>Automatically create and manage Promoted Listings campaigns across general, priority, and offsite placements.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Expert ad spend suggestions<p>Apply data-based recommendations to guide your advertising budget and performance.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Strategic item selection<p>Webinterpret selects your top performing products for advertising based on smart performance insights.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Performance tracking and management<p>Monitor advertising results in your Advertising Dashboard with clear performance reporting and management tools.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Continuous campaign optimization<p>Maintain effective campaigns with automated and ongoing optimizations and adjustments.<\/p><\/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\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-7311\" 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-7311\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> AI Listing Enhancements<p>Optimize your listings for better ranking in search and show buyers relevant product recommendations to increase your average order value.<\/p> <\/div><\/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=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" transform=\"rotate(180)\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" 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-7311\" class=\"elementor-element elementor-element-6764f520 e-con-full e-flex e-con e-child\" data-id=\"6764f520\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-757a7d5d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"757a7d5d\" 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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Recommended Products widget<p>Display related product suggestions to increase your cross-sales, buyer engagement and visibility.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Item optimization<p>\u2028Enhance your listings with AI-driven improvements for titles and descriptions.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">AI credits<p>The number of AI credits available each month for item optimization.<\/p><span class=\"list-right-val\">5,000<\/span><\/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\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-7312\" 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-7312\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Account &amp; Support <\/div><\/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=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" transform=\"rotate(180)\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" 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-7312\" class=\"elementor-element elementor-element-425e277f e-con-full e-flex e-con e-child\" data-id=\"425e277f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6605ae21 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6605ae21\" 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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Connected eBay accounts<p>The number of eBay accounts you can link to Webinterpret and use your plan features with.<\/p><span class=\"list-right-val\">Unlimited<\/span><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Human Support<p>Get personalized assistance from our support experts. Live support is available Monday through Friday during standard business hours to help you resolve issues and optimize your workflow.<\/p><\/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=\"11\" viewBox=\"0 0 14 11\" fill=\"none\"><path d=\"M4.86199 9.68966C4.78717 9.68714 4.71366 9.66937 4.64596 9.63744C4.57826 9.6055 4.5178 9.56008 4.46827 9.50395L0.753985 5.78966C0.683167 5.74374 0.623706 5.68234 0.580092 5.61008C0.536478 5.53782 0.509851 5.4566 0.502221 5.37255C0.49459 5.28849 0.506156 5.2038 0.536046 5.12487C0.565935 5.04594 0.613367 4.97483 0.674759 4.91691C0.736151 4.859 0.8099 4.81579 0.890436 4.79054C0.970973 4.7653 1.05619 4.75868 1.13966 4.77119C1.22313 4.7837 1.30266 4.81501 1.37226 4.86275C1.44186 4.9105 1.4997 4.97343 1.54141 5.0468L4.86199 8.34509L12.6397 0.58966C12.7444 0.52177 12.8689 0.491 12.9932 0.502282C13.1174 0.513564 13.2343 0.566245 13.3251 0.651881C13.4159 0.737518 13.4753 0.851149 13.4938 0.974565C13.5123 1.09798 13.4888 1.22403 13.4271 1.33252L5.2557 9.50395C5.20618 9.56008 5.14571 9.6055 5.07801 9.63744C5.01031 9.66937 4.9368 9.68714 4.86199 9.68966Z\" fill=\"#1146C1\" stroke=\"#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\">Help Center and Webinterpret Bot<p>Access detailed setup guides and FAQs through our Help Center, or use Webinterpret Bot for instant, automated troubleshooting and feature guidance whenever you need a quick answer.<\/p><\/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\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71c4d6ec elementor-align-center elementor-widget elementor-widget-button\" data-id=\"71c4d6ec\" 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\">\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\">Get started<\/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<div class=\"elementor-element elementor-element-1ffc57d0 e-con-full e-flex e-con e-child\" data-id=\"1ffc57d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13aa6269 elementor-widget elementor-widget-heading\" data-id=\"13aa6269\" 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\">Free Returns<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bed8207 all-open-accordion elementor-widget elementor-widget-n-accordion\" data-id=\"2bed8207\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&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-7360\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-7360\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> <p>Increase your efficiency, visibility and sales on your domestic eBay site with free remorse returns managed by Webinterpret.<\/p> <\/div><\/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=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" fill=\"black\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" transform=\"rotate(180)\"><path d=\"M12.355 8L7 3.05533L1.645 8L0 6.47773L7 0L14 6.47773L12.355 8Z\" 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-7360\" class=\"elementor-element elementor-element-2f896581 e-con-full e-flex e-con e-child\" data-id=\"2f896581\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71dc8c68 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"71dc8c68\" 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=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M7.90326 12.1767C7.81426 12.1771 7.72607 12.1597 7.64386 12.1256C7.56166 12.0915 7.4871 12.0413 7.42455 11.9779C7.2977 11.8509 7.22644 11.6787 7.22644 11.4992C7.22644 11.3197 7.2977 11.1475 7.42455 11.0205L12.3652 6.07988L7.42455 1.13923C7.30489 1.01082 7.23975 0.840967 7.24285 0.665469C7.24594 0.489971 7.31704 0.322526 7.44115 0.198411C7.56527 0.0742965 7.73271 0.00320199 7.90821 0.00010554C8.08371 -0.00299091 8.25356 0.0621524 8.38197 0.181812L13.8013 5.60117C13.9282 5.72818 13.9994 5.90036 13.9994 6.07988C13.9994 6.25939 13.9282 6.43157 13.8013 6.55859L8.38197 11.9779C8.31943 12.0413 8.24487 12.0915 8.16266 12.1256C8.08046 12.1597 7.99227 12.1771 7.90326 12.1767Z\" fill=\"#1146C1\"><\/path><path d=\"M13.3226 6.75718H0.677419C0.497757 6.75718 0.325452 6.68581 0.198411 6.55877C0.0713707 6.43173 0 6.25943 0 6.07976C0 5.9001 0.0713707 5.7278 0.198411 5.60076C0.325452 5.47371 0.497757 5.40234 0.677419 5.40234H13.3226C13.5022 5.40234 13.6745 5.47371 13.8016 5.60076C13.9286 5.7278 14 5.9001 14 6.07976C14 6.25943 13.9286 6.43173 13.8016 6.55877C13.6745 6.68581 13.5022 6.75718 13.3226 6.75718Z\" 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\">Free domestic and international returns on domestic listings<p>Offer free remorse returns on your domestic listings for your domestic and international buyers.<\/p><\/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=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M7.90326 12.1767C7.81426 12.1771 7.72607 12.1597 7.64386 12.1256C7.56166 12.0915 7.4871 12.0413 7.42455 11.9779C7.2977 11.8509 7.22644 11.6787 7.22644 11.4992C7.22644 11.3197 7.2977 11.1475 7.42455 11.0205L12.3652 6.07988L7.42455 1.13923C7.30489 1.01082 7.23975 0.840967 7.24285 0.665469C7.24594 0.489971 7.31704 0.322526 7.44115 0.198411C7.56527 0.0742965 7.73271 0.00320199 7.90821 0.00010554C8.08371 -0.00299091 8.25356 0.0621524 8.38197 0.181812L13.8013 5.60117C13.9282 5.72818 13.9994 5.90036 13.9994 6.07988C13.9994 6.25939 13.9282 6.43157 13.8013 6.55859L8.38197 11.9779C8.31943 12.0413 8.24487 12.0915 8.16266 12.1256C8.08046 12.1597 7.99227 12.1771 7.90326 12.1767Z\" fill=\"#1146C1\"><\/path><path d=\"M13.3226 6.75718H0.677419C0.497757 6.75718 0.325452 6.68581 0.198411 6.55877C0.0713707 6.43173 0 6.25943 0 6.07976C0 5.9001 0.0713707 5.7278 0.198411 5.60076C0.325452 5.47371 0.497757 5.40234 0.677419 5.40234H13.3226C13.5022 5.40234 13.6745 5.47371 13.8016 5.60076C13.9286 5.7278 14 5.9001 14 6.07976C14 6.25943 13.9286 6.43173 13.8016 6.55877C13.6745 6.68581 13.5022 6.75718 13.3226 6.75718Z\" 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\">Custom return policies and settings<p>Create and manage custom return policies tailored to your business needs.<\/p><\/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=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M7.90326 12.1767C7.81426 12.1771 7.72607 12.1597 7.64386 12.1256C7.56166 12.0915 7.4871 12.0413 7.42455 11.9779C7.2977 11.8509 7.22644 11.6787 7.22644 11.4992C7.22644 11.3197 7.2977 11.1475 7.42455 11.0205L12.3652 6.07988L7.42455 1.13923C7.30489 1.01082 7.23975 0.840967 7.24285 0.665469C7.24594 0.489971 7.31704 0.322526 7.44115 0.198411C7.56527 0.0742965 7.73271 0.00320199 7.90821 0.00010554C8.08371 -0.00299091 8.25356 0.0621524 8.38197 0.181812L13.8013 5.60117C13.9282 5.72818 13.9994 5.90036 13.9994 6.07988C13.9994 6.25939 13.9282 6.43157 13.8013 6.55859L8.38197 11.9779C8.31943 12.0413 8.24487 12.0915 8.16266 12.1256C8.08046 12.1597 7.99227 12.1771 7.90326 12.1767Z\" fill=\"#1146C1\"><\/path><path d=\"M13.3226 6.75718H0.677419C0.497757 6.75718 0.325452 6.68581 0.198411 6.55877C0.0713707 6.43173 0 6.25943 0 6.07976C0 5.9001 0.0713707 5.7278 0.198411 5.60076C0.325452 5.47371 0.497757 5.40234 0.677419 5.40234H13.3226C13.5022 5.40234 13.6745 5.47371 13.8016 5.60076C13.9286 5.7278 14 5.9001 14 6.07976C14 6.25943 13.9286 6.43173 13.8016 6.55877C13.6745 6.68581 13.5022 6.75718 13.3226 6.75718Z\" 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\">Automated free remorse returns<p>Webinterpret automatically issues return labels and sends them to your buyer to save time and reduce manual work.<\/p><\/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=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M7.90326 12.1767C7.81426 12.1771 7.72607 12.1597 7.64386 12.1256C7.56166 12.0915 7.4871 12.0413 7.42455 11.9779C7.2977 11.8509 7.22644 11.6787 7.22644 11.4992C7.22644 11.3197 7.2977 11.1475 7.42455 11.0205L12.3652 6.07988L7.42455 1.13923C7.30489 1.01082 7.23975 0.840967 7.24285 0.665469C7.24594 0.489971 7.31704 0.322526 7.44115 0.198411C7.56527 0.0742965 7.73271 0.00320199 7.90821 0.00010554C8.08371 -0.00299091 8.25356 0.0621524 8.38197 0.181812L13.8013 5.60117C13.9282 5.72818 13.9994 5.90036 13.9994 6.07988C13.9994 6.25939 13.9282 6.43157 13.8013 6.55859L8.38197 11.9779C8.31943 12.0413 8.24487 12.0915 8.16266 12.1256C8.08046 12.1597 7.99227 12.1771 7.90326 12.1767Z\" fill=\"#1146C1\"><\/path><path d=\"M13.3226 6.75718H0.677419C0.497757 6.75718 0.325452 6.68581 0.198411 6.55877C0.0713707 6.43173 0 6.25943 0 6.07976C0 5.9001 0.0713707 5.7278 0.198411 5.60076C0.325452 5.47371 0.497757 5.40234 0.677419 5.40234H13.3226C13.5022 5.40234 13.6745 5.47371 13.8016 5.60076C13.9286 5.7278 14 5.9001 14 6.07976C14 6.25943 13.9286 6.43173 13.8016 6.55877C13.6745 6.68581 13.5022 6.75718 13.3226 6.75718Z\" 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\">Return labels at no extra cost<p>Webinterpret covers the cost of eligible return labels for faster and simpler return handling.<\/p><\/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=\"13\" viewBox=\"0 0 14 13\" fill=\"none\"><path d=\"M7.90326 12.1767C7.81426 12.1771 7.72607 12.1597 7.64386 12.1256C7.56166 12.0915 7.4871 12.0413 7.42455 11.9779C7.2977 11.8509 7.22644 11.6787 7.22644 11.4992C7.22644 11.3197 7.2977 11.1475 7.42455 11.0205L12.3652 6.07988L7.42455 1.13923C7.30489 1.01082 7.23975 0.840967 7.24285 0.665469C7.24594 0.489971 7.31704 0.322526 7.44115 0.198411C7.56527 0.0742965 7.73271 0.00320199 7.90821 0.00010554C8.08371 -0.00299091 8.25356 0.0621524 8.38197 0.181812L13.8013 5.60117C13.9282 5.72818 13.9994 5.90036 13.9994 6.07988C13.9994 6.25939 13.9282 6.43157 13.8013 6.55859L8.38197 11.9779C8.31943 12.0413 8.24487 12.0915 8.16266 12.1256C8.08046 12.1597 7.99227 12.1771 7.90326 12.1767Z\" fill=\"#1146C1\"><\/path><path d=\"M13.3226 6.75718H0.677419C0.497757 6.75718 0.325452 6.68581 0.198411 6.55877C0.0713707 6.43173 0 6.25943 0 6.07976C0 5.9001 0.0713707 5.7278 0.198411 5.60076C0.325452 5.47371 0.497757 5.40234 0.677419 5.40234H13.3226C13.5022 5.40234 13.6745 5.47371 13.8016 5.60076C13.9286 5.7278 14 5.9001 14 6.07976C14 6.25943 13.9286 6.43173 13.8016 6.55877C13.6745 6.68581 13.5022 6.75718 13.3226 6.75718Z\" 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\">Localised customs documentation<p>Provide localised customs documentation for international buyers to ensure smoother cross-border return processing.<\/p><\/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\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<span class=\"wpr-template-edit-btn\" data-permalink=\"https:\/\/webinterpret.com\/en?elementor_library=pricing-domestic-us\">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-2413\" class=\"wpr-tab-content elementor-repeater-item-076b897\" data-tab=\"3\">\n\t\t\t\t\t<div class=\"wpr-tab-content-inner elementor-clearfix wpr-anim-size-large wpr-overlay-fade-in\"><style>.elementor-383321 .elementor-element.elementor-element-6f985288{--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-383321 .elementor-element.elementor-element-6f985288.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-383321 .elementor-element.elementor-element-74a5cbb3{--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;--justify-content:space-between;--gap:40px 20px;--row-gap:40px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-5605e6cf{--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-383321 .elementor-element.elementor-element-188bff16{text-align:end;}.elementor-383321 .elementor-element.elementor-element-65d571d4{--display:grid;--e-con-grid-template-columns:repeat(4, 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-383321 .elementor-element.elementor-element-5bef561f{--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:3;}.elementor-383321 .elementor-element.elementor-element-19a207f2{--display:flex;--min-height:260px;--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-383321 .elementor-element.elementor-element-12535ae1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-3c8c85dd .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-3c8c85dd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-383321 .elementor-element.elementor-element-3d6203b4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-3d6203b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-6577c9c8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-11911854 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-2d06c224 .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-383321 .elementor-element.elementor-element-2d06c224{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-383321 .elementor-element.elementor-element-41608a82{text-align:center;}.elementor-383321 .elementor-element.elementor-element-41608a82 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-41608a82 .elementor-heading-title a:hover, .elementor-383321 .elementor-element.elementor-element-41608a82 .elementor-heading-title a:focus{color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-22339b3{--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-383321 .elementor-element.elementor-element-22339b3.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-383321 .elementor-element.elementor-element-77911bf6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-77911bf6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-383321 .elementor-element.elementor-element-244e001d{--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-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-383321 .elementor-element.elementor-element-244e001d .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-25154b62{--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-383321 .elementor-element.elementor-element-59348087{--display:flex;--min-height:260px;--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-383321 .elementor-element.elementor-element-1dfd8c06{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-106368cc .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-106368cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-383321 .elementor-element.elementor-element-43e10b5f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-43e10b5f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-5275175c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-47ec8bbb .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-3507386 .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-383321 .elementor-element.elementor-element-3507386{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-383321 .elementor-element.elementor-element-3b19a349{text-align:center;}.elementor-383321 .elementor-element.elementor-element-3b19a349 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-3b19a349 .elementor-heading-title a:hover, .elementor-383321 .elementor-element.elementor-element-3b19a349 .elementor-heading-title a:focus{color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-4f261324{--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-383321 .elementor-element.elementor-element-4f261324.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-383321 .elementor-element.elementor-element-c8a7e45 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-c8a7e45{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-383321 .elementor-element.elementor-element-17b0cf95{--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-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-383321 .elementor-element.elementor-element-17b0cf95 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-a17b1fe{--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-383321 .elementor-element.elementor-element-390bb116{--display:flex;--min-height:260px;--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-383321 .elementor-element.elementor-element-6c4d5da8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-572dafc3 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-572dafc3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-383321 .elementor-element.elementor-element-5723ad6e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-5723ad6e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-48f1bfee{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-8afe5c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-101a8357 .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-383321 .elementor-element.elementor-element-101a8357{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-383321 .elementor-element.elementor-element-1ac3634{text-align:center;}.elementor-383321 .elementor-element.elementor-element-1ac3634 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-1ac3634 .elementor-heading-title a:hover, .elementor-383321 .elementor-element.elementor-element-1ac3634 .elementor-heading-title a:focus{color:#1146C1;}.elementor-383321 .elementor-element.elementor-element-6436cdbc{--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-383321 .elementor-element.elementor-element-6436cdbc.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-383321 .elementor-element.elementor-element-5a3d324a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-383321 .elementor-element.elementor-element-5a3d324a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-383321 .elementor-element.elementor-element-1fb3c34c{--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-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-item > .elementor-icon-list-text, .elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-383321 .elementor-element.elementor-element-1fb3c34c .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-383321 .elementor-element.elementor-element-6cfbcede{--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-383321 .elementor-element.elementor-element-6cfbcede:not(.elementor-motion-effects-element-type-background), .elementor-383321 .elementor-element.elementor-element-6cfbcede > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-383321 .elementor-element.elementor-element-6cfbcede.e-con{--align-self:flex-start;}.elementor-383321 .elementor-element.elementor-element-4159b453{--display:flex;--min-height:260px;--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-383321 .elementor-element.elementor-element-43b4ce3{--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-383321 .elementor-element.elementor-element-59eb2b98 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-383321 .elementor-element.elementor-element-59eb2b98{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-383321 .elementor-element.elementor-element-38de406a .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-383321 .elementor-element.elementor-element-38de406a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-5e3ebe43 .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-383321 .elementor-element.elementor-element-5e3ebe43{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-36ba6cd{--display:flex;--padding-top:90px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-8bc716e{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-383321 .elementor-element.elementor-element-8bc716e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}@media(max-width:1366px){.elementor-383321 .elementor-element.elementor-element-65d571d4{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-383321 .elementor-element.elementor-element-65d571d4{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-383321 .elementor-element.elementor-element-19a207f2{--min-height:300px;}.elementor-383321 .elementor-element.elementor-element-59348087{--min-height:300px;}.elementor-383321 .elementor-element.elementor-element-390bb116{--min-height:300px;}.elementor-383321 .elementor-element.elementor-element-4159b453{--min-height:300px;}}@media(max-width:1024px){.elementor-383321 .elementor-element.elementor-element-74a5cbb3{--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:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-383321 .elementor-element.elementor-element-5605e6cf{--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-383321 .elementor-element.elementor-element-188bff16{text-align:start;}.elementor-383321 .elementor-element.elementor-element-65d571d4{--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-383321 .elementor-element.elementor-element-19a207f2{--min-height:250px;}.elementor-383321 .elementor-element.elementor-element-59348087{--min-height:250px;}.elementor-383321 .elementor-element.elementor-element-390bb116{--min-height:250px;}.elementor-383321 .elementor-element.elementor-element-4159b453{--min-height:250px;}}@media(max-width:880px){.elementor-383321 .elementor-element.elementor-element-65d571d4{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-383321 .elementor-element.elementor-element-74a5cbb3{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-383321 .elementor-element.elementor-element-5605e6cf{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-383321 .elementor-element.elementor-element-65d571d4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-383321 .elementor-element.elementor-element-19a207f2{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-6577c9c8{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-383321 .elementor-element.elementor-element-22339b3{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-59348087{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-47ec8bbb{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-4f261324{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-390bb116{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-8afe5c{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-383321 .elementor-element.elementor-element-6436cdbc{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-4159b453{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-383321 .elementor-element.elementor-element-59eb2b98{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-383321 .elementor-element.elementor-element-38de406a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-383321 .elementor-element.elementor-element-36ba6cd{--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-383321 .elementor-element.elementor-element-8bc716e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-383321 .elementor-element.elementor-element-5605e6cf{--width:100%;}}@media(min-width:2400px){.elementor-383321 .elementor-element.elementor-element-65d571d4{--grid-auto-flow:row;}}\/* Start custom CSS for heading, class: .elementor-element-41608a82 *\/.elementor-383321 .elementor-element.elementor-element-41608a82:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-19a207f2 *\/.elementor-383321 .elementor-element.elementor-element-19a207f2{\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-3b19a349 *\/.elementor-383321 .elementor-element.elementor-element-3b19a349:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-59348087 *\/.elementor-383321 .elementor-element.elementor-element-59348087{\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-1ac3634 *\/.elementor-383321 .elementor-element.elementor-element-1ac3634:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-390bb116 *\/.elementor-383321 .elementor-element.elementor-element-390bb116{\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-5e3ebe43 *\/.elementor-383321 .elementor-element.elementor-element-5e3ebe43{\n    margin-top: auto;\n    justify-self: flex-end;\n}\n\n.elementor-383321 .elementor-element.elementor-element-5e3ebe43 .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-383321 .elementor-element.elementor-element-5e3ebe43 .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-65d571d4 *\/.elementor-383321 .elementor-element.elementor-element-65d571d4{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-383321 .elementor-element.elementor-element-65d571d4 .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 *\/<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"383321\" class=\"elementor elementor-383321\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f985288 e-flex e-con-boxed e-con e-parent\" data-id=\"6f985288\" 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-74a5cbb3 e-con-full pp__navigation e-flex e-con e-child\" data-id=\"74a5cbb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5605e6cf e-con-full e-flex e-con e-child\" data-id=\"5605e6cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-188bff16 elementor-widget elementor-widget-heading\" data-id=\"188bff16\" 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\">Choose your currency<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28651c38 elementor-widget elementor-widget-html\" data-id=\"28651c38\" 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>\n\t\t<div class=\"elementor-element elementor-element-65d571d4 e-con-full e-grid e-con e-child\" data-id=\"65d571d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5bef561f e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"5bef561f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-19a207f2 e-con-full e-flex e-con e-child\" data-id=\"19a207f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-12535ae1 e-con-full e-flex e-con e-child\" data-id=\"12535ae1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8c85dd elementor-widget elementor-widget-heading\" data-id=\"3c8c85dd\" 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-3d6203b4 elementor-widget elementor-widget-heading\" data-id=\"3d6203b4\" 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\">For small sellers with a limited product range.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6577c9c8 e-con-full e-flex e-con e-child\" data-id=\"6577c9c8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11911854 elementor-widget elementor-widget-heading\" data-id=\"11911854\" 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\">\u20ac30<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a326<\/span><span class=\"pp__currency pp__currency--usd\">$35<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d06c224 pp__button elementor-widget elementor-widget-button\" data-id=\"2d06c224\" 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\/compliance-onboarding\">\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\">Get started<\/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-41608a82 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"41608a82\" 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\">Compare plans<\/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-22339b3 e-con-full e-flex e-con e-child\" data-id=\"22339b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77911bf6 elementor-widget elementor-widget-heading\" data-id=\"77911bf6\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-244e001d pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"244e001d\" 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>EU Responsible Person<\/span><p>Meet mandatory EU regulations by assigning Webinterpret as the EU Responsible Person for your products.<\/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>GPSR Compliance (available for all selling channels)<\/span><p>Ensure your products and online listings meet the latest regulatory requirements to keep selling in the EU.<\/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>Compliance Database Access<\/span><p>Enrich your listings with regulatory data points including EU Responsible Person and Country of Origin from Webinterpret's Compliance Database.<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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>up to <b>500 SKUs<\/b><\/span><p>Maximum number of included SKUs. SKU refers to each unique item or variant you sell. For example, a shirt available in 3 sizes and 2 colorways has 6 unique SKUs.<\/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-25154b62 e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"25154b62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59348087 e-con-full e-flex e-con e-child\" data-id=\"59348087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1dfd8c06 e-con-full e-flex e-con e-child\" data-id=\"1dfd8c06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-106368cc elementor-widget elementor-widget-heading\" data-id=\"106368cc\" 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\">Essential<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43e10b5f elementor-widget elementor-widget-heading\" data-id=\"43e10b5f\" 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\">For growing businesses with a moderate inventory.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5275175c e-con-full e-flex e-con e-child\" data-id=\"5275175c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47ec8bbb elementor-widget elementor-widget-heading\" data-id=\"47ec8bbb\" 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\">\u20ac50<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a343<\/span><span class=\"pp__currency pp__currency--usd\">$59<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3507386 pp__button elementor-widget elementor-widget-button\" data-id=\"3507386\" 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\/compliance-onboarding\">\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\">Get started<\/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-3b19a349 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"3b19a349\" 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\">Compare plans<\/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-4f261324 e-con-full e-flex e-con e-child\" data-id=\"4f261324\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8a7e45 elementor-widget elementor-widget-heading\" data-id=\"c8a7e45\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17b0cf95 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"17b0cf95\" 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>EU Responsible Person<\/span><p>Meet mandatory EU regulations by assigning Webinterpret as the EU Responsible Person for your products.<\/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>GPSR Compliance (available for all selling channels)<\/span><p>Ensure your products and online listings meet the latest regulatory requirements to keep selling in the EU.<\/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>Compliance Database Access<\/span><p>Enrich your listings with regulatory data points including EU Responsible Person and Country of Origin from Webinterpret's Compliance Database.<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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>up to <b>1000 SKUs<\/b><\/span><p>Maximum number of included SKUs. SKU refers to each unique item or variant you sell. For example, a shirt available in 3 sizes and 2 colorways has 6 unique SKUs.<\/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-a17b1fe e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"a17b1fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-390bb116 e-con-full e-flex e-con e-child\" data-id=\"390bb116\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c4d5da8 e-con-full e-flex e-con e-child\" data-id=\"6c4d5da8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-572dafc3 elementor-widget elementor-widget-heading\" data-id=\"572dafc3\" 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\">Advanced<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5723ad6e elementor-widget elementor-widget-heading\" data-id=\"5723ad6e\" 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\">For established sellers managing a large catalog.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-48f1bfee e-con-full e-flex e-con e-child\" data-id=\"48f1bfee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8afe5c elementor-widget elementor-widget-heading\" data-id=\"8afe5c\" 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\">\u20ac100<\/span><span class=\"pp__currency pp__currency--gbp\">\u00a385<\/span><span class=\"pp__currency pp__currency--usd\">$118<\/span> \/month<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-101a8357 pp__button elementor-widget elementor-widget-button\" data-id=\"101a8357\" 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\/compliance-onboarding\">\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\">Get started<\/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-1ac3634 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"1ac3634\" 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\">Compare plans<\/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-6436cdbc e-con-full e-flex e-con e-child\" data-id=\"6436cdbc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a3d324a elementor-widget elementor-widget-heading\" data-id=\"5a3d324a\" 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\">Includes: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb3c34c pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1fb3c34c\" 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>EU Responsible Person<\/span><p>Meet mandatory EU regulations by assigning Webinterpret as the EU Responsible Person for your products.<\/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>GPSR Compliance (available for all selling channels)<\/span><p>Ensure your products and online listings meet the latest regulatory requirements to keep selling in the EU.<\/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>Compliance Database Access<\/span><p>Enrich your listings with regulatory data points including EU Responsible Person and Country of Origin from Webinterpret's Compliance Database.<\/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>Human Support<\/span><p>Request personalized support from our experts.<\/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>up to <b>3000 SKUs<\/b><\/span><p>Maximum number of included SKUs. SKU refers to each unique item or variant you sell. For example, a shirt available in 3 sizes and 2 colorways has 6 unique SKUs.<\/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-6cfbcede e-con-full pp__plan-col e-flex e-con e-child\" data-id=\"6cfbcede\" 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-4159b453 e-con-full e-flex e-con e-child\" data-id=\"4159b453\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-43b4ce3 e-con-full e-flex e-con e-child\" data-id=\"43b4ce3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59eb2b98 elementor-widget elementor-widget-heading\" data-id=\"59eb2b98\" 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-38de406a elementor-widget elementor-widget-heading\" data-id=\"38de406a\" 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\">For high-volume or specialized sellers needing full flexibility. Tailored to your scale, exactly how you need it.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e3ebe43 pp__button elementor-widget elementor-widget-button\" data-id=\"5e3ebe43\" 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?utm_campaign=organic_pricing_gpsr&#038;utm_source=main_pricing&#038;utm_medium=button_pricing_talkto&#038;src_gpsr\">\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\">Talk to sales<\/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<div class=\"elementor-element elementor-element-36ba6cd e-con-full e-flex e-con e-child\" data-id=\"36ba6cd\" data-element_type=\"container\" data-e-type=\"container\" id=\"gpsr-plan-comparison\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bc716e elementor-widget elementor-widget-heading\" data-id=\"8bc716e\" 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\">Compare plans<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7055ffb1 elementor-widget elementor-widget-html\" data-id=\"7055ffb1\" 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--gpsr\" 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>Essential<\/span><\/th>\r\n            <th><span>Advanced<\/span><\/th>\r\n        <\/tr>\r\n    <\/thead>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>EU responsible Person <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            <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>Assign Webinterpret as the EU Responsible Person for your products.  (Webinterpret reserves the right to decline the role of EU Responsible Person at its sole discretion).<\/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            <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>Obtain a EURP Authorization Certificate document certifying that Webinterpret is assigned as the EU Responsible Person for applicable products..<\/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            <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\">\r\n        <tr>\r\n            <td>GPSR Labels & Certificates<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            <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>Download and use a unique QR code label containing localized GPSR data for each GPSR-compliant product.<\/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            <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>Download and use a Certificate of Compliance for each GPSR-compliant product.<\/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            <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\">\r\n        <tr>\r\n            <td>GPSR data enrichment for online listings<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            <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>Automatically assign the existing EU Responsible Person for your products (if available).<\/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            <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>Automatically enrich your product listings with Webinterpret's comprehensive GPSR compliance database.<\/td>\r\n            <td>coming soon<\/td>\r\n            <td>coming soon<\/td>\r\n            <td>coming soon<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>Access Webinterpret's GPSR compliance database with support for Country of Origin.<\/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            <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>Access other regulatory data points to enrich your products.<\/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            <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\">\r\n        <tr>\r\n            <td>eBay plug-in<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            <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>Publish GPSR-compliant information directly to your eBay product listings.<\/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            <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>Enrich your products from other selling channels with GPSR-compliant information through CSV Import and Export.<\/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            <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\">\r\n        <tr>\r\n            <td>Compliance Dashboard<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            <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>Edit and validate Webinterpret's compliance data suggestions for your products and track their compliance status.<\/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            <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>Download translated manual into 24 languages.<\/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            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n\r\n    <tbody>\r\n        <tr class=\"pp__td-blank\">\r\n            <td>SKUs included<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>The number of unique items covered by your monthly plan. Variations (such as size or color) count as separate SKUs.<\/td>\r\n            <td><b>500 SKUs<\/b><\/td>\r\n            <td><b>1000 SKUs<\/b><\/td>\r\n            <td><b>3000 SKUs<\/b><\/td>\r\n        <\/tr>\r\n        <tr class=\"pp__td-blank\">\r\n            <td>Additional SKUs (+100)<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td>If you exceed your monthly plan\u2019s limit, you can extend it by adding increments of 100 SKUs.<\/td>\r\n            <td><b><span class=\"pp__currency pp__currency--eur\">+\u20ac10<\/span><span class=\"pp__currency pp__currency--gbp\">+\u00a39<\/span><span class=\"pp__currency pp__currency--usd\">+$10<\/span><\/b><\/td>\r\n            <td><b><span class=\"pp__currency pp__currency--eur\">+\u20ac8<\/span><span class=\"pp__currency pp__currency--gbp\">+\u00a37<\/span><span class=\"pp__currency pp__currency--usd\">+$8<\/span><\/b><\/td>\r\n            <td><b><span class=\"pp__currency pp__currency--eur\">+\u20ac6<\/span><span class=\"pp__currency pp__currency--gbp\">+\u00a35<\/span><span class=\"pp__currency pp__currency--usd\">+$6<\/span><\/b><\/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\" style=\"max-width: 170px\" href=\"https:\/\/app.webinterpret.com\/compliance-onboarding\">Get started<\/a><\/span><\/td>\r\n            <td><span><a href=\"https:\/\/app.webinterpret.com\/compliance-onboarding\" class=\"pp__table-btn\" style=\"max-width: 170px\">Get started<\/a><\/span><\/td>\r\n            <td><span><a href=\"https:\/\/app.webinterpret.com\/compliance-onboarding\" class=\"pp__table-btn\" style=\"max-width: 170px\">Get started<\/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\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\/en?elementor_library=pricing-gpsr-compliance-tab-en\">Edit Template<\/span><\/div>\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t\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-30fb79ef e-flex e-con-boxed e-con e-parent\" data-id=\"30fb79ef\" 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-561c2566 elementor-widget elementor-widget-heading\" data-id=\"561c2566\" 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\">Frequently Asked Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d819aa7 elementor-widget elementor-widget-n-accordion\" data-id=\"4d819aa7\" 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-1300\" 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-1300\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> What is the difference between Webinterpret listings and domestic listings? <\/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-1300\" class=\"elementor-element elementor-element-5841ee67 e-con-full e-flex e-con e-child\" data-id=\"5841ee67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7677ef4b elementor-widget elementor-widget-text-editor\" data-id=\"7677ef4b\" 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>Webinterpret listings refer to any listing created by Webinterpret through the Localisation service. A domestic listing is defined as any listing not produced by Webinterpret and appearing in your domestic market.<\/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-1301\" 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-1301\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> How long is the free trial period? <\/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-1301\" class=\"elementor-element elementor-element-5cba336f e-con-full e-flex e-con e-child\" data-id=\"5cba336f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f5c3f07 elementor-widget elementor-widget-text-editor\" data-id=\"6f5c3f07\" 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>The free trial period is 30 days (for eBay and Amazon marketplaces) and includes access to the Localisation service.<\/p><p>Up to 50% of your eligible listings will be localised and placed on international eBay and\/or Amazon marketplaces (United Kingdom, United States, Australia, Germany, France, Italy, Spain). For eBay, the number of listings may depend on your eBay store subscription. For Amazon, no more than 100 listings per site will be localised.<\/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-1302\" 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-1302\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> How do success fees and transaction fees work? <\/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-1302\" class=\"elementor-element elementor-element-220c6d3 e-con-full e-flex e-con e-child\" data-id=\"220c6d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bbfa84 elementor-widget elementor-widget-text-editor\" data-id=\"9bbfa84\" 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>Success fees are charged as a percentage of sales generated by the listings created by Webinterpret.<\/p><p>Sellers with over 50% of their products in the technology hardware category may benefit from a lower success fee of 2.9%.Transaction fees are charged as a fixed amount for each of the transactions generated by the listings created by Webinterpret.<\/p><p>Specified success and transaction fees for Starter and Business plan subscribers apply only to international orders generated by 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-1303\" 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-1303\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Are there any site, service, or marketplace restrictions? <\/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-1303\" class=\"elementor-element elementor-element-7e8dc26a e-con-full e-flex e-con e-child\" data-id=\"7e8dc26a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ec8a411 elementor-widget elementor-widget-text-editor\" data-id=\"1ec8a411\" 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>Available eBay sites include Austria, Australia, Belgium, France, Germany, Italy, Spain, Ireland, Canada (EN and FR), the United States, the United Kingdom, and eBay Motors. The eBay sites in Belgium and Austria require activation from the Webinterpret Dashboard and may result in fewer zero insertion fee listings.<\/p><p>Available Amazon sites include France, Germany, Italy, Spain, and the United Kingdom.<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1bab5559 e-flex e-con-boxed e-con e-parent\" data-id=\"1bab5559\" 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-584dca8 elementor-widget elementor-widget-text-editor\" data-id=\"584dca8\" 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>Need more information?\u00a0 <a href=\"https:\/\/resources.webinterpret.com\/talk-to-sales\">Contact sales team<\/a><\/p>\t\t\t\t\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","protected":false},"excerpt":{"rendered":"<p>Pick your services below Accelerate your global sales, while ensuring your listings are GPSR-compliant to sell to the EU. International Domestic GPSR Compliance Choose your currency USD EUR GBP Starter Access to essential features like localisation, recommended products and advertising, with basic support options. \u20ac0\u00a30$0 \/month A minimum monthly charge of \u20ac19.99\u00a319.99$19.99 is applied for Starter plan subscribers if the total value of success and transaction fees does not exceed this amount. + 5.5% +\u20ac1.09\u00a30.89$1.39 \/transaction Get started Compare plans Includes: Localisation Automatically translate and localise your domestic eBay listings for international eBay marketplaces, including language, currency, sizing, and shipping policies. Advertising Optimization Grow your visibility, traffic, and sales conversion on 10 international eBay marketplaces with little to no effort through AI-powered advertising. AI Listing Enhancements Optimize your listings and show buyers relevant product recommendations to increase your average order value. GPSR Compliance Keep selling in the EU with ease by ensuring your products and international listings meet the latest regulatory requirements. Business Includes all Starter plan features, with lower fees for frequent transactions and Call Back support for personalized assistance. \u20ac69.99\u00a361.11$69.99 \/month + 5.5% \/transaction Get started Compare plans Includes: Localisation Automatically translate and localise your domestic eBay listings for international eBay marketplaces, including language, currency, sizing, and shipping policies. Advertising Optimization Grow your visibility, traffic, and sales conversion on 10 international eBay marketplaces with little to no effort through AI-powered advertising. AI Listing Enhancements Optimize your listings and show buyers relevant product recommendations to increase your average order value. GPSR Compliance Keep selling in the EU with ease by ensuring your products and international listings meet the latest regulatory requirements. Custom For high-volume or specialized sellers needing full flexibility. Tailored to your scale, exactly how you need it. Talk to sales Compare plans Starter Business Included eBay marketplaces Included in the plan: 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 Included in the plan: 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 Localisation Automatically translate and localise your domestic eBay listings for international eBay marketplaces, including language, currency, sizing, and shipping policies. Translation: Apply AI-based translation to your listings that\u2019s specialized for ecommerce and programmed to deliver human-quality listings that sell. Currency conversion: Localise item prices based on current exchange rates, or set your own pricing guidelines at the market and\/or item-level. Size conversion: Localise sizes and measurements based on target market, brand and model, or set your own sizing guidelines for each brand. Local payment method: Ensure international buyers have access to local payment options at checkout and receive sales in your local currency. Advertising Optimization Grow your visibility, traffic, and sales conversion on 10 international eBay marketplaces with little to no effort through AI-powered advertising. Focus on profitability: Campaign optimization targets cost control while lowering ACOS and maximizing profitability. Automated Promoted Listings general, priority and offsite campaign creation: Automatically create and manage Promoted Listings campaigns across general, priority, and offsite placements. Expert ad spend suggestions: Apply data-based recommendations to guide your advertising budget and performance. Strategic item selection: Webinterpret selects your top performing products for advertising based on smart performance insights. Performance tracking and management: Monitor advertising results in your Advertising Dashboard with clear performance reporting and management tools. Continuous campaign optimization: Maintain effective campaigns with automated and ongoing optimizations and adjustments. AI Listing Enhancements Optimize your listings and show buyers relevant product recommendations to increase your average order value. Recommended products widget: Display related product suggestions to increase your cross-sales, buyer engagement and visibility. GPSR compliance (on your international items) Keep selling in the EU with ease by ensuring your products and international listings meet the latest regulatory requirements. EU responsible Person: Fulfill your EU market compliance obligations by assigning Webinterpret as your official EU Responsible Person, and receive a formal EURP authorization certificate for applicable products.* *Webinterpret reserves the right to decline the role of EU Responsible Person at its sole discretion. GPSR Labels &#038; Certificates: Generate and download a unique QR code label that that contains localised GPSR data for each compliant product, as well as a Certificate of Compliance. GPSR data enrichment for online listings: Automatically populate your listings with essential GPSR compliance data such as EU Responsible Person, Country of Origin, and other data points from our comprehensive regulatory database. Compliance dashboard: Edit and validate Webinterpret&#8217;s compliance data suggestions for your products and track their compliance status. Compliance for additional selling channels: Enrich your products from other selling channels with GPSR-compliant information through CSV Import and Export. SKUs included: SKUs included The number of unique items covered in your monthly plan. Variations (like size or color) count as separate SKUs Unlimited Unlimited Account &#038; Setup Connected eBay accounts: The number of eBay accounts you can link to Webinterpret and use your plan features with. Unlimited Unlimited Help Center and Webinterpret Bot: Access detailed setup guides and FAQs through our Help Center, or use Webinterpret Bot for instant, automated troubleshooting and feature guidance whenever you need a quick answer. Call Back: Request a call from our marketplace expert for personalized assistance. Get started Get started Edit Template Choose your currency USD EUR GBP Growth Boost your domestic sales on eBay with up to 4% more organic growth and up to 10% higher sponsored sales. \u20ac35\u00a332$40 \/month + 0.19% \/transaction Get started Feature overviews Includes: Advertising Optimization Grow your visibility, traffic, and sales conversion on eBay with little to no effort with automated Promoted Listings general, priority and offsite campaign creation. AI Listing Enhancements Optimize your listings for better ranking in search and show buyers relevant product recommendations from your inventory to increase average order value. 5,000 AI credits Use your monthly AI credit allotment to unlock AI-driven listing enhancement through the Item Optimization feature.\u2022 Title: 1 AI credit\u2022 Mobile description: 2 AI credits\u2022 META description: 2 AI credits Human Support Personalized assistance from real support experts. Live support is available Monday through Friday during standard business hours. RECOMMENDED Custom For high-volume or specialized<\/p>\n","protected":false},"author":70,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-373701","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Pricing | Webinterpret<\/title>\n<meta name=\"description\" content=\"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webinterpret.com\/en\/pricing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing\" \/>\n<meta property=\"og:description\" content=\"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webinterpret.com\/en\/pricing\" \/>\n<meta property=\"og:site_name\" content=\"Webinterpret\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Webinterpret\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T13:37:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\" \/>\n\t<meta property=\"og:image:width\" content=\"476\" \/>\n\t<meta property=\"og:image:height\" content=\"50\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@webinterpret_en\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"68 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webinterpret.com\/en\/pricing\",\"url\":\"https:\/\/webinterpret.com\/en\/pricing\",\"name\":\"Pricing | Webinterpret\",\"isPartOf\":{\"@id\":\"https:\/\/webinterpret.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webinterpret.com\/en\/pricing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webinterpret.com\/en\/pricing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\",\"datePublished\":\"2024-12-20T10:14:16+00:00\",\"dateModified\":\"2026-02-24T13:37:44+00:00\",\"description\":\"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.\",\"breadcrumb\":{\"@id\":\"https:\/\/webinterpret.com\/en\/pricing#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webinterpret.com\/en\/pricing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/webinterpret.com\/en\/pricing#primaryimage\",\"url\":\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\",\"contentUrl\":\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webinterpret.com\/en\/pricing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webinterpret.com\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webinterpret.com\/en\/#website\",\"url\":\"https:\/\/webinterpret.com\/en\/\",\"name\":\"Webinterpret\",\"description\":\"Grow your business globally\",\"publisher\":{\"@id\":\"https:\/\/webinterpret.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webinterpret.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webinterpret.com\/en\/#organization\",\"name\":\"Webinterpret\",\"url\":\"https:\/\/webinterpret.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/webinterpret.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/08\/webinterpret-logo-sygnet.svg\",\"contentUrl\":\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/08\/webinterpret-logo-sygnet.svg\",\"width\":512,\"height\":512,\"caption\":\"Webinterpret\"},\"image\":{\"@id\":\"https:\/\/webinterpret.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Webinterpret\/\",\"https:\/\/x.com\/webinterpret_en\",\"https:\/\/www.linkedin.com\/webinterpret\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Pricing | Webinterpret","description":"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webinterpret.com\/en\/pricing","og_locale":"en_US","og_type":"article","og_title":"Pricing","og_description":"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.","og_url":"https:\/\/webinterpret.com\/en\/pricing","og_site_name":"Webinterpret","article_publisher":"https:\/\/www.facebook.com\/Webinterpret\/","article_modified_time":"2026-02-24T13:37:44+00:00","og_image":[{"width":476,"height":50,"url":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@webinterpret_en","twitter_misc":{"Est. reading time":"68 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webinterpret.com\/en\/pricing","url":"https:\/\/webinterpret.com\/en\/pricing","name":"Pricing | Webinterpret","isPartOf":{"@id":"https:\/\/webinterpret.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webinterpret.com\/en\/pricing#primaryimage"},"image":{"@id":"https:\/\/webinterpret.com\/en\/pricing#primaryimage"},"thumbnailUrl":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png","datePublished":"2024-12-20T10:14:16+00:00","dateModified":"2026-02-24T13:37:44+00:00","description":"Improve sales with flexible plans starting from $0 per month. Explore pricing options for our International, Domestic, and GPSR compliance solutions.","breadcrumb":{"@id":"https:\/\/webinterpret.com\/en\/pricing#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webinterpret.com\/en\/pricing"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/webinterpret.com\/en\/pricing#primaryimage","url":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png","contentUrl":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile.png"},{"@type":"BreadcrumbList","@id":"https:\/\/webinterpret.com\/en\/pricing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webinterpret.com\/en"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/webinterpret.com\/en\/#website","url":"https:\/\/webinterpret.com\/en\/","name":"Webinterpret","description":"Grow your business globally","publisher":{"@id":"https:\/\/webinterpret.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webinterpret.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/webinterpret.com\/en\/#organization","name":"Webinterpret","url":"https:\/\/webinterpret.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/webinterpret.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/08\/webinterpret-logo-sygnet.svg","contentUrl":"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/08\/webinterpret-logo-sygnet.svg","width":512,"height":512,"caption":"Webinterpret"},"image":{"@id":"https:\/\/webinterpret.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Webinterpret\/","https:\/\/x.com\/webinterpret_en","https:\/\/www.linkedin.com\/webinterpret"]}]}},"_links":{"self":[{"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/pages\/373701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/users\/70"}],"replies":[{"embeddable":true,"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/comments?post=373701"}],"version-history":[{"count":188,"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/pages\/373701\/revisions"}],"predecessor-version":[{"id":394803,"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/pages\/373701\/revisions\/394803"}],"wp:attachment":[{"href":"https:\/\/webinterpret.com\/en\/wp-json\/wp\/v2\/media?parent=373701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}