{"id":373701,"date":"2024-12-20T10:14:16","date_gmt":"2024-12-20T10:14:16","guid":{"rendered":"https:\/\/webinterpret.com\/pricing"},"modified":"2026-07-30T07:10:20","modified_gmt":"2026-07-30T07:10:20","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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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:80px;--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;}.elementor-373676 .elementor-element.elementor-element-8f1a920{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-b681b33{text-align:center;}.elementor-373676 .elementor-element.elementor-element-b681b33 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:45px;color:#000000;}.elementor-373676 .elementor-element.elementor-element-26f1b75{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-373676 .elementor-element.elementor-element-165058d{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-373676 .elementor-element.elementor-element-165058d a{color:#000000;}.elementor-373676 .elementor-element.elementor-element-723cc10{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-373676 .elementor-element.elementor-element-f5415d1{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-373676 .elementor-element.elementor-element-f5415d1 a{color:#000000;}.elementor-373676 .elementor-element.elementor-element-e07466b{--display:flex;border-style:none;--border-style:none;--padding-top:00px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-373676 .elementor-element.elementor-element-3a39426{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-373676 .elementor-element.elementor-element-3a39426 a{color:#000000;}.elementor-373676 .elementor-element.elementor-element-592a340{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-373676 .elementor-element.elementor-element-c57daa8{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-373676 .elementor-element.elementor-element-c57daa8 a{color:#000000;}.elementor-373676 .elementor-element.elementor-element-78ed592{--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-title-font-size:18px;--n-accordion-item-title-space-between:5px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#000000;--n-accordion-icon-size:30px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-373676 .elementor-element.elementor-element-78ed592 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:none;}.elementor-373676 .elementor-element.elementor-element-78ed592 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover{border-style:none;}.elementor-373676 .elementor-element.elementor-element-78ed592 {--n-accordion-padding:15px 15px 15px 15px;}:where( .elementor-373676 .elementor-element.elementor-element-78ed592 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:\"Inter\", Sans-serif;font-weight:600;line-height:1.666em;}.elementor-373676 .elementor-element.elementor-element-0d2c843{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:300;line-height:1.1em;color:#000000;}.elementor-373676 .elementor-element.elementor-element-0d2c843 a{color:#1A76D2;}@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:60px;--padding-left:0px;--padding-right:0px;}.elementor-373676 .elementor-element.elementor-element-1b121297{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-373676 .elementor-element.elementor-element-26f1b75{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-373676 .elementor-element.elementor-element-165058d{font-size:14px;}.elementor-373676 .elementor-element.elementor-element-723cc10{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-373676 .elementor-element.elementor-element-f5415d1{font-size:14px;}.elementor-373676 .elementor-element.elementor-element-e07466b{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-373676 .elementor-element.elementor-element-3a39426{font-size:14px;}.elementor-373676 .elementor-element.elementor-element-592a340{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-373676 .elementor-element.elementor-element-c57daa8{font-size:14px;}.elementor-373676 .elementor-element.elementor-element-78ed592 {--n-accordion-padding:16px 16px 16px 16px;}.elementor-373676 .elementor-element.elementor-element-78ed592{--n-accordion-title-font-size:16px;--n-accordion-icon-size:26px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}}\/* Start custom CSS for heading, class: .elementor-element-289b8d1e *\/.elementor-373676 .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 *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-78ed592 *\/.elementor-373676 .elementor-element.elementor-element-78ed592 .elementor-widget-text-editor p{\n    margin-top: 20px;\n    margin-bottom: 20px;\n}\n\n.elementor-373676 .elementor-element.elementor-element-78ed592 .elementor-widget-text-editor>:last-child{\n    margin-bottom: 0 !important;\n}\n\n.elementor-373676 .elementor-element.elementor-element-78ed592 .elementor-widget-text-editor>:first-child{\n    margin-top: 0 !important;\n}\n\n.elementor-373676 .elementor-element.elementor-element-78ed592 .elementor-widget-text-editor a{\n    text-decoration: underline;\n}\n\n.elementor-373676 .elementor-element.elementor-element-78ed592 .elementor-widget-text-editor a:hover{\n    text-decoration: none;\n}\n\n.elementor-373676 .elementor-element.elementor-element-78ed592 details{\n    border: 1px solid #F5F5F5;\n    border-radius: 5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-0d2c843 *\/.elementor-373676 .elementor-element.elementor-element-0d2c843 a{font-weight:bold;}\n.elementor-373676 .elementor-element.elementor-element-0d2c843 a:hover{\n    text-decoration: underline;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"373676\" class=\"elementor elementor-373676 elementor-371705 elementor-371705\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-7a5533ce e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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 wpr-column-slider-no wpr-equal-height-no 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<div class=\"elementor-element elementor-element-8f1a920 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"8f1a920\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b681b33 elementor-widget elementor-widget-heading\" data-id=\"b681b33\" 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-78ed592 elementor-widget elementor-widget-n-accordion\" data-id=\"78ed592\" 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-1260\" 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-1260\" >\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 international 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-1260\" class=\"elementor-element elementor-element-26f1b75 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"26f1b75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-165058d elementor-widget elementor-widget-text-editor\" data-id=\"165058d\" 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>An international Webinterpret listing refers to any listing created by Webinterpret through our 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-1261\" 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-1261\" >\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-1261\" class=\"elementor-element elementor-element-723cc10 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"723cc10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5415d1 elementor-widget elementor-widget-text-editor\" data-id=\"f5415d1\" 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 our 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, Germany, Italy, France and 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-1262\" 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-1262\" >\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-1262\" class=\"elementor-element elementor-element-e07466b e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e07466b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a39426 elementor-widget elementor-widget-text-editor\" data-id=\"3a39426\" 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. Sellers with over 50% of their products in the technology hardware category may benefit from a lower success fee of 2.9%.<\/p><p>Transaction fees are charged as a fixed amount for each transaction generated by 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-1263\" 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-1263\" >\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 limitations? <\/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-1263\" class=\"elementor-element elementor-element-592a340 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"592a340\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c57daa8 elementor-widget elementor-widget-text-editor\" data-id=\"c57daa8\" 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>Localisation service: Available eBay sites include Australia, Austria, Belgium, Canada (EN and FR), eBay Motors, France, Germany, Hong Kong, Ireland, Italy, Singapore, Spain, the United Kingdom and the United States. The eBay sites in Belgium and Austria require activation by Webinterpret Support on request and may result in fewer zero-insertion-fee listings. Available Amazon sites include France, Germany, Italy, Spain, and the United Kingdom.<\/p><p>Advertising service: Available eBay sites include Australia, Canada (EN and FR), France, Germany, Italy, Spain, the United Kingdom and the United States.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d2c843 elementor-widget elementor-widget-text-editor\" data-id=\"0d2c843\" 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<\/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;--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-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-ed0683f .elementor-heading-title{font-size:11px;font-weight:400;line-height:1.5em;color:#000000;}.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:80px;--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 .ele