{"id":365699,"date":"2024-12-20T10:14:16","date_gmt":"2024-12-20T10:14:16","guid":{"rendered":"https:\/\/webinterpret.com\/pricing-new"},"modified":"2026-06-24T12:02:40","modified_gmt":"2026-06-24T12:02:40","slug":"pricing","status":"publish","type":"page","link":"https:\/\/webinterpret.com\/de\/pricing","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"365699\" class=\"elementor elementor-365699 elementor-365600\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22d0b75 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"22d0b75\" 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-1ce50cde elementor-widget elementor-widget-heading\" data-id=\"1ce50cde\" 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\">W\u00e4hlen Sie Ihre Services aus<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1424ca68 elementor-widget elementor-widget-heading\" data-id=\"1424ca68\" 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\">Beschleunigen Sie Ihren weltweiten Umsatz und stellen Sie gleichzeitig sicher, dass Ihre Angebote die GPSR-Vorschriften einhalten, um in der EU verkaufen zu k\u00f6nnen.<\/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-6a404f6f e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"6a404f6f\" 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-c1b4483 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=\"c1b4483\" 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-4322').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-4322').click();\r\n        \t}, 150);\r\n        }\r\n        if (hash === '#gpsr') {\r\n        \tdocument.querySelector('#wpr-tab-4323').click();\r\n        \tsetTimeout(() => {\r\n            \tdocument.querySelector('#wpr-tab-4323').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-19cb0abc wpr-tabs-hr-position-center pp__ wpr-tabs-position-above wpr-tabs-icon-position-left elementor-widget elementor-widget-wpr-tabs\" data-id=\"19cb0abc\" 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-4321\" 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\">Internationale M\u00e4rkte<\/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-4322\" 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\">Inlandsmarkt<\/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-4323\" 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-4321\" 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-371805 .elementor-element.elementor-element-9eb6568{--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-371805 .elementor-element.elementor-element-9eb6568.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-371805 .elementor-element.elementor-element-84d4f72{--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-371805 .elementor-element.elementor-element-2a6bff6{--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-371805 .elementor-element.elementor-element-85cd91c{text-align:end;}.elementor-371805 .elementor-element.elementor-element-5fe9769{width:var( --container-widget-width, 211px );max-width:211px;--container-widget-width:211px;--container-widget-flex-grow:0;}.elementor-371805 .elementor-element.elementor-element-5fe9769.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--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-371805 .elementor-element.elementor-element-c02e914{--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-371805 .elementor-element.elementor-element-a6217dc{--display:flex;--min-height:370px;--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-371805 .elementor-element.elementor-element-a78b437{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-fdbdd9f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-fdbdd9f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371805 .elementor-element.elementor-element-fe595ab .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-fe595ab{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-5f70606{--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-371805 .elementor-element.elementor-element-e8f915c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-a5062e4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-a5062e4{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-da9b8a4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-da9b8a4{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-7bb6d06 .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-371805 .elementor-element.elementor-element-7bb6d06{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371805 .elementor-element.elementor-element-7a1c4a4{text-align:center;}.elementor-371805 .elementor-element.elementor-element-7a1c4a4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371805 .elementor-element.elementor-element-7a1c4a4 .elementor-heading-title a:hover, .elementor-371805 .elementor-element.elementor-element-7a1c4a4 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371805 .elementor-element.elementor-element-9075eb4{--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-371805 .elementor-element.elementor-element-9075eb4.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371805 .elementor-element.elementor-element-01a2028 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-01a2028{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371805 .elementor-element.elementor-element-f5290d0{--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-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371805 .elementor-element.elementor-element-f5290d0 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371805 .elementor-element.elementor-element-8454b12{--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-371805 .elementor-element.elementor-element-d61ebf9{--display:flex;--min-height:370px;--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-371805 .elementor-element.elementor-element-4e2ae60{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-c5fbcc9 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-c5fbcc9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371805 .elementor-element.elementor-element-28ab6bd .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-28ab6bd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-79493d9{--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-371805 .elementor-element.elementor-element-91c434f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-44b1455 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-11ed3e3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-9634e89 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-26c3d75 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-26c3d75{margin:13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-2cb9e74{margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-1531ae1 .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-371805 .elementor-element.elementor-element-1531ae1{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371805 .elementor-element.elementor-element-b43c5a5{text-align:center;}.elementor-371805 .elementor-element.elementor-element-b43c5a5 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371805 .elementor-element.elementor-element-b43c5a5 .elementor-heading-title a:hover, .elementor-371805 .elementor-element.elementor-element-b43c5a5 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371805 .elementor-element.elementor-element-dc5b052{--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-371805 .elementor-element.elementor-element-dc5b052.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371805 .elementor-element.elementor-element-61b9a7c .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-61b9a7c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371805 .elementor-element.elementor-element-5189406{--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-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371805 .elementor-element.elementor-element-5189406 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371805 .elementor-element.elementor-element-f4b294b{--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-371805 .elementor-element.elementor-element-f4b294b:not(.elementor-motion-effects-element-type-background), .elementor-371805 .elementor-element.elementor-element-f4b294b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371805 .elementor-element.elementor-element-f4b294b.e-con{--align-self:flex-start;}.elementor-371805 .elementor-element.elementor-element-3b6000f{--display:flex;--min-height:370px;--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-371805 .elementor-element.elementor-element-fe32919{--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-371805 .elementor-element.elementor-element-cf52e7e .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371805 .elementor-element.elementor-element-cf52e7e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371805 .elementor-element.elementor-element-b8974eb .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371805 .elementor-element.elementor-element-b8974eb{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-371805 .elementor-element.elementor-element-16b811c .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-371805 .elementor-element.elementor-element-16b811c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-ac62df4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-ac62df4{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-999c982 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;line-height:1.2em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-999c982{margin:6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371805 .elementor-element.elementor-element-1f88910{--display:flex;--padding-top:90px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-f124782{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-371805 .elementor-element.elementor-element-f124782 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371805 .elementor-element.elementor-element-8ed7cb8{--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-371805 .elementor-element.elementor-element-adde00b{text-align:center;}.elementor-371805 .elementor-element.elementor-element-adde00b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:45px;color:#000000;}.elementor-371805 .elementor-element.elementor-element-84efb7c{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371805 .elementor-element.elementor-element-9856522{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371805 .elementor-element.elementor-element-9856522 a{color:#000000;}.elementor-371805 .elementor-element.elementor-element-2793655{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371805 .elementor-element.elementor-element-56e16d9{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371805 .elementor-element.elementor-element-56e16d9 a{color:#000000;}.elementor-371805 .elementor-element.elementor-element-c7c8a72{--display:flex;border-style:none;--border-style:none;--padding-top:00px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371805 .elementor-element.elementor-element-8ac3b2a{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371805 .elementor-element.elementor-element-8ac3b2a a{color:#000000;}.elementor-371805 .elementor-element.elementor-element-e8f7bfc{--display:flex;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-371805 .elementor-element.elementor-element-96f77b6{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;color:#000000;padding:0px 0px 0px 0px;}.elementor-371805 .elementor-element.elementor-element-96f77b6 a{color:#000000;}.elementor-371805 .elementor-element.elementor-element-d4b9a15{--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-371805 .elementor-element.elementor-element-d4b9a15 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{border-style:none;}.elementor-371805 .elementor-element.elementor-element-d4b9a15 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover{border-style:none;}.elementor-371805 .elementor-element.elementor-element-d4b9a15 {--n-accordion-padding:15px 15px 15px 15px;}:where( .elementor-371805 .elementor-element.elementor-element-d4b9a15 > .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-371805 .elementor-element.elementor-element-0ecb7b0{font-family:\"Inter\", Sans-serif;font-size:16px;font-weight:300;line-height:1.1em;color:#000000;}.elementor-371805 .elementor-element.elementor-element-0ecb7b0 a{color:#1A76D2;}@media(max-width:1200px){.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-371805 .elementor-element.elementor-element-a6217dc{--min-height:370px;}.elementor-371805 .elementor-element.elementor-element-d61ebf9{--min-height:370px;}.elementor-371805 .elementor-element.elementor-element-3b6000f{--min-height:370px;}}@media(max-width:1024px) and (min-width:768px){.elementor-371805 .elementor-element.elementor-element-2a6bff6{--width:100%;}}@media(min-width:2400px){.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-371805 .elementor-element.elementor-element-84d4f72{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-371805 .elementor-element.elementor-element-85cd91c{text-align:start;}.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--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-371805 .elementor-element.elementor-element-a6217dc{--min-height:334px;}.elementor-371805 .elementor-element.elementor-element-d61ebf9{--min-height:334px;}.elementor-371805 .elementor-element.elementor-element-3b6000f{--min-height:0px;}.elementor-371805 .elementor-element.elementor-element-b8974eb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}}@media(max-width:880px){.elementor-371805 .elementor-element.elementor-element-84d4f72{--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-371805 .elementor-element.elementor-element-b8bcd1e{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-371805 .elementor-element.elementor-element-84d4f72{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-371805 .elementor-element.elementor-element-2a6bff6{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 20px;--row-gap:0px;--column-gap:20px;}.elementor-371805 .elementor-element.elementor-element-b8bcd1e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-371805 .elementor-element.elementor-element-a6217dc{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371805 .elementor-element.elementor-element-9075eb4{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371805 .elementor-element.elementor-element-d61ebf9{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371805 .elementor-element.elementor-element-dc5b052{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371805 .elementor-element.elementor-element-3b6000f{--min-height:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-371805 .elementor-element.elementor-element-cf52e7e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371805 .elementor-element.elementor-element-b8974eb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371805 .elementor-element.elementor-element-1f88910{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-371805 .elementor-element.elementor-element-f124782{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-371805 .elementor-element.elementor-element-84efb7c{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371805 .elementor-element.elementor-element-9856522{font-size:14px;}.elementor-371805 .elementor-element.elementor-element-2793655{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371805 .elementor-element.elementor-element-56e16d9{font-size:14px;}.elementor-371805 .elementor-element.elementor-element-c7c8a72{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371805 .elementor-element.elementor-element-8ac3b2a{font-size:14px;}.elementor-371805 .elementor-element.elementor-element-e8f7bfc{--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-371805 .elementor-element.elementor-element-96f77b6{font-size:14px;}.elementor-371805 .elementor-element.elementor-element-d4b9a15 {--n-accordion-padding:16px 16px 16px 16px;}.elementor-371805 .elementor-element.elementor-element-d4b9a15{--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-e8f915c *\/.elementor-371805 .elementor-element.elementor-element-e8f915c .pp__tooltip{\n    left: 4px;\n    top: 4px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a5062e4 *\/.elementor-371805 .elementor-element.elementor-element-a5062e4 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-da9b8a4 *\/.elementor-371805 .elementor-element.elementor-element-da9b8a4 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-7a1c4a4 *\/.elementor-371805 .elementor-element.elementor-element-7a1c4a4:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-a6217dc *\/.elementor-371805 .elementor-element.elementor-element-a6217dc{\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-26c3d75 *\/.elementor-371805 .elementor-element.elementor-element-26c3d75 span{\n    color: #1146C1;\n    font-weight: 700;\n}\/* End custom CSS *\/\n\/* Start custom CSS for html, class: .elementor-element-2cb9e74 *\/.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-b43c5a5 *\/.elementor-371805 .elementor-element.elementor-element-b43c5a5:hover{\n    cursor: pointer;\n    text-decoration: underline;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-d61ebf9 *\/.elementor-371805 .elementor-element.elementor-element-d61ebf9{\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-16b811c *\/.elementor-371805 .elementor-element.elementor-element-16b811c{\n    margin-top: auto;\n    justify-self: flex-end;\n}\n\n.elementor-371805 .elementor-element.elementor-element-16b811c .elementor-button{\n    background: #fff;\n    color: #000000 !important;\n}\n\n.elementor-371805 .elementor-element.elementor-element-16b811c .elementor-button:hover{\n    color: #ffffff !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-b8bcd1e *\/.elementor-371805 .elementor-element.elementor-element-b8bcd1e{\n    color: #000;\n}\n\n.pp__plan-col{\n    transition: border-color 0.3s ease !important;\n}\n\n.elementor-371805 .elementor-element.elementor-element-b8bcd1e .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-ac62df4 *\/.elementor-371805 .elementor-element.elementor-element-ac62df4 i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-999c982 *\/.elementor-371805 .elementor-element.elementor-element-999c982 i{\n    color: #1146C1\n}\/* End custom CSS *\/\n\/* Start custom CSS for nested-accordion, class: .elementor-element-d4b9a15 *\/.elementor-371805 .elementor-element.elementor-element-d4b9a15 .elementor-widget-text-editor p{\n    margin-top: 20px;\n    margin-bottom: 20px;\n}\n\n.elementor-371805 .elementor-element.elementor-element-d4b9a15 .elementor-widget-text-editor>:last-child{\n    margin-bottom: 0 !important;\n}\n\n.elementor-371805 .elementor-element.elementor-element-d4b9a15 .elementor-widget-text-editor>:first-child{\n    margin-top: 0 !important;\n}\n\n.elementor-371805 .elementor-element.elementor-element-d4b9a15 .elementor-widget-text-editor a{\n    text-decoration: underline;\n}\n\n.elementor-371805 .elementor-element.elementor-element-d4b9a15 .elementor-widget-text-editor a:hover{\n    text-decoration: none;\n}\n\n.elementor-371805 .elementor-element.elementor-element-d4b9a15 details{\n    border: 1px solid #F5F5F5;\n    border-radius: 5px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-0ecb7b0 *\/.elementor-371805 .elementor-element.elementor-element-0ecb7b0 a{font-weight:bold;}\n.elementor-371805 .elementor-element.elementor-element-0ecb7b0 a:hover{\n    text-decoration: underline;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"371805\" class=\"elementor elementor-371805\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-9eb6568 e-flex e-con-boxed wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"9eb6568\" 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-84d4f72 e-con-full pp__navigation e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"84d4f72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2a6bff6 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"2a6bff6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85cd91c elementor-widget elementor-widget-heading\" data-id=\"85cd91c\" 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\">W\u00e4hlen Sie Ihre W\u00e4hrung<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af80cba elementor-widget elementor-widget-html\" data-id=\"af80cba\" 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-5fe9769 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"5fe9769\" 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=\"421\" height=\"50\" src=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile-de.png\" class=\"attachment-full size-full wp-image-394531\" alt=\"\" srcset=\"https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile-de.png 421w, https:\/\/webinterpret.com\/wp-content\/uploads\/2025\/03\/Compatibile-de-300x36.png 300w\" sizes=\"(max-width: 421px) 100vw, 421px\" \/>\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-b8bcd1e e-con-full e-grid wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b8bcd1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c02e914 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"c02e914\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a6217dc e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"a6217dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a78b437 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"a78b437\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdbdd9f elementor-widget elementor-widget-heading\" data-id=\"fdbdd9f\" 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-fe595ab elementor-widget elementor-widget-heading\" data-id=\"fe595ab\" 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\">Zugang zu grundlegenden Funktionen wie Lokalisierung, Empfohlene Produkte und Werbung, mit Basis-Supportoptionen.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f70606 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"5f70606\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f915c elementor-widget elementor-widget-heading\" data-id=\"e8f915c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">0 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">0 $<\/span> \/Monat<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5062e4 elementor-widget elementor-widget-heading\" data-id=\"a5062e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>+ 5.5% +<span class=\"pp__currency pp__currency--eur\">1,09 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">0,89 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">1,39 $<\/span><\/span> \/Transaktion<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da9b8a4 elementor-widget elementor-widget-heading\" data-id=\"da9b8a4\" 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\">Monatliche Mindestgeb\u00fchr: <span><span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span><i>*<\/i><\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bb6d06 pp__button elementor-widget elementor-widget-button\" data-id=\"7bb6d06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=de\">\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\">Jetzt starten<\/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-7a1c4a4 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"7a1c4a4\" 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\">Pl\u00e4ne vergleichen<\/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-9075eb4 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"9075eb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01a2028 elementor-widget elementor-widget-heading\" data-id=\"01a2028\" 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\">Beinhaltet:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5290d0 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f5290d0\" 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>Lokalisierung<\/span><p>\u00dcbersetzen und Anpassen Ihrer inl\u00e4ndischen Angebote, um auf 10 internationalen eBay-Marktpl\u00e4tzen mit h\u00f6herer Sichtbarkeit gelistet zu werden.<\/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>Werbeoptimierung<\/span><p>Erstellen und optimieren Sie Anzeigenkampagnen, um mehr Traffic und Conversions auf internationalen (Webinterpret) Angeboten in 10 eBay-Marktpl\u00e4tzen zu erzielen.<\/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>KI-gest\u00fctzte Angebotserweiterungen<\/span><p>Zeigen Sie relevante Produktempfehlungen auf internationalen (Webinterpret) Angeboten an, um den durchschnittlichen Bestellwert zu steigern.<\/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 (verf\u00fcgbar f\u00fcr alle Verkaufskan\u00e4le)<\/span><p>Stellen Sie sicher, dass Ihre Produkte und Online-Angebote den neuesten regulatorischen Anforderungen entsprechen, um weiterhin in der EU verkaufen zu k\u00f6nnen.<\/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>Pers\u00f6nliche Betreuung<\/span><p>Fordern Sie personalisierten Support durch unsere Experten an.<\/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-8454b12 e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"8454b12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d61ebf9 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"d61ebf9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4e2ae60 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"4e2ae60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5fbcc9 elementor-widget elementor-widget-heading\" data-id=\"c5fbcc9\" 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-28ab6bd elementor-widget elementor-widget-heading\" data-id=\"28ab6bd\" 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\">Beinhaltet alle Starter-Funktionen, mit niedrigeren Geb\u00fchren f\u00fcr h\u00e4ufige Transaktionen und R\u00fcckrufservice (Call Back) f\u00fcr pers\u00f6nliche Unterst\u00fctzung.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79493d9 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"79493d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-91c434f 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=\"91c434f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44b1455 elementor-widget elementor-widget-heading\" data-id=\"44b1455\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span> \/Jahr<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11ed3e3 e-con-full pp__monthly e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"11ed3e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9634e89 elementor-widget elementor-widget-heading\" data-id=\"9634e89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span class=\"pp__currency pp__currency--eur\">69,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">61,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">69,99 $<\/span> \/Monat<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26c3d75 elementor-widget elementor-widget-heading\" data-id=\"26c3d75\" 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> \/Transaktion<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb9e74 elementor-widget elementor-widget-html\" data-id=\"2cb9e74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p class=\"pp__plan-switch\">Monatlich\n<label class=\"pp__plan-switch__label\">\n  <input type=\"checkbox\">\n  <span class=\"pp__plan-switch__slider\"><\/span>\n<\/label>\nJ\u00e4hrlich<b>(16% sparen)<\/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-1531ae1 pp__button elementor-widget elementor-widget-button\" data-id=\"1531ae1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=de\">\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\">Jetzt starten<\/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-b43c5a5 pp__compare-plan elementor-widget elementor-widget-heading\" data-id=\"b43c5a5\" 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\">Pl\u00e4ne vergleichen<\/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-dc5b052 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"dc5b052\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61b9a7c elementor-widget elementor-widget-heading\" data-id=\"61b9a7c\" 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\">Beinhaltet:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5189406 pp_col-icon-list elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5189406\" 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>Lokalisierung<\/span><p>\u00dcbersetzen und Anpassen Ihrer inl\u00e4ndischen Angebote, um auf 10 internationalen eBay-Marktpl\u00e4tzen mit h\u00f6herer Sichtbarkeit gelistet zu werden.<\/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>Werbeoptimierung<\/span><p>Erstellen und optimieren Sie Anzeigenkampagnen, um mehr Traffic und Conversions auf internationalen (Webinterpret) Angeboten in 10 eBay-Marktpl\u00e4tzen zu erzielen.<\/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>KI-gest\u00fctzte Angebotserweiterungen<\/span><p>Zeigen Sie relevante Produktempfehlungen auf internationalen (Webinterpret) Angeboten an, um den durchschnittlichen Bestellwert zu steigern.<\/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 (verf\u00fcgbar f\u00fcr alle Verkaufskan\u00e4le)<\/span><p>Stellen Sie sicher, dass Ihre Produkte und Online-Angebote den neuesten regulatorischen Anforderungen entsprechen, um weiterhin in der EU verkaufen zu k\u00f6nnen.<\/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>Pers\u00f6nliche Betreuung<\/span><p>Fordern Sie personalisierten Support durch unsere Experten an.<\/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-f4b294b e-con-full pp__plan-col e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"f4b294b\" 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-3b6000f e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3b6000f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fe32919 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"fe32919\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf52e7e elementor-widget elementor-widget-heading\" data-id=\"cf52e7e\" 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-b8974eb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b8974eb\" 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\">F\u00fcr Verk\u00e4ufer mit hohem Volumen oder individuellen Anforderungen. Exakt auf Ihre Anforderungen zugeschnitten.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16b811c pp__button elementor-widget elementor-widget-button\" data-id=\"16b811c\" 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-de\/?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\">Sales-Team kontaktieren<\/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-ac62df4 elementor-widget elementor-widget-heading\" data-id=\"ac62df4\" 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>F\u00fcr Starter-Abonnenten gilt eine monatliche Mindestgeb\u00fchr von <span class=\"pp__currency pp__currency--eur\">19,99 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">19,99 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">19,99 $<\/span>, falls der Gesamtbetrag der Erfolgsgeb\u00fchr und Transaktionsgeb\u00fchren diesen Wert nicht erreicht.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-999c982 elementor-widget elementor-widget-heading\" data-id=\"999c982\" 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>Eine einmalige Jahreszahlung von <span><span class=\"pp__currency pp__currency--eur\">699,90 \u20ac<\/span><span class=\"pp__currency pp__currency--gbp\">619,90 \u00a3<\/span><span class=\"pp__currency pp__currency--usd\">699,90 $<\/span><\/span> f\u00fcr ein 12-monats Abonnement. Die Transaktionsgeb\u00fchren werden monatlich berechnet.<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f88910 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"1f88910\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f124782 elementor-widget elementor-widget-heading\" data-id=\"f124782\" 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\">Pl\u00e4ne vergleichen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a9607b elementor-widget elementor-widget-html\" data-id=\"1a9607b\" 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>Inklusive eBay-Marktpl\u00e4tze<\/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>In diesem Plan enthalten:<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>In diesem Plan enthalten:<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>Lokalisierung <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>Automatische \u00dcbersetzung und Lokalisierung Ihrer inl\u00e4ndischen Angebote f\u00fcr internationale eBay-Marktpl\u00e4tze \u2013 einschlie\u00dflich Sprache, W\u00e4hrung, Gr\u00f6\u00dfenangaben und Versandrichtlinien.<\/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>\u00dcbersetzung:<\/b> <br>Nutzen Sie KI-basierte \u00dcbersetzungen, die speziell f\u00fcr E-Commerce entwickelt wurden und hochwertige, verkaufsstarke Angebote erzeugen.<\/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>W\u00e4hrungsumrechnung:<\/b> <br>Lokalisieren Sie Preise basierend auf aktuellen Wechselkursen oder definieren Sie eigene Preisregeln auf Markt- und\/oder Artikelebene.<\/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>Gr\u00f6\u00dfenumrechnung:<\/b> <br>Lokalisieren Sie Gr\u00f6\u00dfen und Ma\u00dfe basierend auf Zielmarkt, Marke und Modell oder definieren Sie eigene Gr\u00f6\u00dfenvorgaben pro Marke.<\/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>Lokale Zahlungsmethode:<\/b> <br>Stellen Sie sicher, dass internationale K\u00e4ufer beim Checkout lokale Zahlungsoptionen verwenden k\u00f6nnen, und erhalten Sie Ihre Verk\u00e4ufe in Ihrer lokalen W\u00e4hrung.<\/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>Werbeoptimierung <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>Steigern Sie Sichtbarkeit, Traffic und Conversion-Rate auf 10 internationalen eBay-Marktpl\u00e4tzen durch KI-gest\u00fctzte Werbung \u2013 mit minimalem Aufwand.<\/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>Fokus auf Profitabilit\u00e4t:<\/b> <br>Die Kampagnenoptimierung zielt auf Kostenkontrolle ab, senkt den ACOS und maximiert die Rentabilit\u00e4t.<\/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>Automatisierte Erstellung von allgemeinen, Premium- und Externe Anzeigenkampagnen:<\/b> <br>Erstellen und verwalten Sie automatisch Anzeigenkampagnen f\u00fcr allgemeine, Premium- und externe Platzierungen.<\/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>Expertenempfehlungen zum Werbebudget:<\/b> <br>Wenden Sie datenbasierte Empfehlungen an, um Ihr Werbebudget und Ihre Leistung zu steuern.<\/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>Strategische Artikelauswahl:<\/b> <br>Webinterpret w\u00e4hlt Ihre leistungsst\u00e4rksten Produkte f\u00fcr Werbung anhand intelligenter Performance-Analysen aus.<\/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 und Verwaltung:<\/b> <br>\u00dcberwachen Sie Ihre Werbeergebnisse im Advertising-Cockpit mit klaren Reporting- und 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>Kontinuierliche Kampagnenoptimierung:<\/b> <br>Halten Sie Kampagnen effektiv durch automatisierte, fortlaufende Optimierungen und Anpassungen.<\/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>KI-gest\u00fctzte Angebotsverbesserungen<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>Optimieren Sie Ihre Angebote und zeigen Sie K\u00e4ufern relevante Produktempfehlungen an, um Ihren durchschnittlichen Bestellwert zu erh\u00f6hen.<\/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>Empfohlene Produkte-Widget:<\/b> <br>Zeigen Sie verwandte Produktempfehlungen an, um Cross-Sales, K\u00e4uferinteraktion und Sichtbarkeit zu steigern.<\/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<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>Verkaufen Sie weiterhin problemlos in der EU, indem Sie sicherstellen, dass Ihre Produkte und internationalen Angebote den neuesten gesetzlichen Anforderungen entsprechen.<\/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-verantwortliche Person:<\/b> <br>FErf\u00fcllen Sie Ihre Compliance-Verpflichtungen im EU-Markt, indem Sie Webinterpret als Ihre EU-Verantwortliche Person benennen und erhalten Sie eine offizielle EURP-Autorisierungsbescheinigung f\u00fcr die entsprechenden Produkte.*<br><br><span style=\"font-size: 11px\">*Webinterpret beh\u00e4lt sich das Recht vor, die Rolle der EU Verantwortlichen Person nach eigenem Ermessen abzulehnen.<\/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-Etiketten & Zertifikate<\/b> <br>Generieren und laden Sie ein eindeutiges QR-Code-Etikett mit lokalisierten GPSR-Daten f\u00fcr jedes konforme Produkt sowie eine Konformit\u00e4tsbescheinigung herunter.<\/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>Anreicherung mit Compliance-Daten f\u00fcr Angebote:<\/b> <br>AF\u00fcllen Sie Ihre Angebote automatisch mit wichtigen GPSR-Daten wie EU-Verantwortliche Person, Herkunftsland und weiteren Informationen aus unserer umfassenden Regulierungsdatenbank.<\/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>Bearbeiten und \u00fcberpr\u00fcfen Sie die von Webinterpret vorgeschlagenen Compliance-Daten f\u00fcr Ihre Produkte und verfolgen Sie deren 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 f\u00fcr zus\u00e4tzliche Verkaufskan\u00e4le:<\/b> <br>Bereichern Sie Produkte aus anderen Verkaufskan\u00e4len per CSV-Import und -Export mit GPSR-konformen Informationen.<\/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>Inklusive SKUs:<\/b> <br>Die Anzahl der einzigartigen Artikel, die in Ihrem Monatsplan abgedeckt sind. Varianten (wie Gr\u00f6\u00dfe oder Farbe) gelten als separate SKUs.<\/td>\r\n            <td><b>Unbegrenzt<\/b><\/td>\r\n            <td><b>Unbegrenzt<\/b><\/td>\r\n        <\/tr>        \r\n    <\/tbody>\r\n    <tbody class=\"pp__expandable-tbody expanded\">\r\n        <tr>\r\n            <td>Konto & Support<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>Verkn\u00fcpfte eBay-Konten:<\/b> <br>Die Anzahl der eBay-Konten, die Sie mit Webinterpret verbinden und mit den Funktionen Ihres Plans nutzen k\u00f6nnen.<\/td>\r\n            <td><b>Unbegrenzt<\/b><\/td>\r\n            <td><b>Unbegrenzt<\/b><\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <td><b>Pers\u00f6nliche Betreuung:<\/b> <br>Erhalten Sie pers\u00f6nliche Unterst\u00fctzung von unseren Experten. Live-Support ist von Montag bis Freitag w\u00e4hrend der regul\u00e4ren Gesch\u00e4ftszeiten verf\u00fcgbar, um Ihnen bei der Probleml\u00f6sung und Workflow-Optimierung zu helfen.<\/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>R\u00fcckrufservice (Call Back):<\/b> <br>Fordern Sie einen R\u00fcckruf eines Marketplace-Experten f\u00fcr pers\u00f6nliche Unterst\u00fctzung an.<\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-x.svg\" alt=\"X\"><\/td>\r\n            <td><img decoding=\"async\" src=\"https:\/\/webinterpret.com\/site-icons\/pricing-check.svg\" alt=\"check\"><\/td>\r\n        <\/tr>\r\n    <\/tbody>\r\n    <tbody>\r\n        <tr class=\"pp__td-blank\">\r\n            <td style=\"border-right: 1px solid transparent !important;\"><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=de\" style=\"max-width: 170px\">Jetzt starten<\/a><\/span><\/td>\r\n            <td><span><a class=\"pp__table-btn\" href=\"https:\/\/app.webinterpret.com\/sign-up?lang=de\" style=\"max-width: 170px\">Jetzt starten<\/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-8ed7cb8 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"8ed7cb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adde00b elementor-widget elementor-widget-heading\" data-id=\"adde00b\" 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\">H\u00e4ufig gestellte Fragen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4b9a15 elementor-widget elementor-widget-n-accordion\" data-id=\"d4b9a15\" 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-2230\" 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-2230\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Was ist der Unterschied zwischen internationalen Webinterpret-Angeboten und inl\u00e4ndischen Angeboten? <\/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-2230\" class=\"elementor-element elementor-element-84efb7c e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"84efb7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9856522 elementor-widget elementor-widget-text-editor\" data-id=\"9856522\" 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>Ein internationales Webinterpret-Angebot bezieht sich auf jedes Angebot, das von Webinterpret \u00fcber unseren Lokalisierungsservice erstellt wurde. Ein inl\u00e4ndisches Angebot ist definiert als jedes Angebot, das nicht von Webinterpret erstellt wurde und auf Ihrem heimischen Markt erscheint.<\/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-2231\" 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-2231\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Wie lange dauert der kostenlose Testzeitraum? <\/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-2231\" class=\"elementor-element elementor-element-2793655 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"2793655\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56e16d9 elementor-widget elementor-widget-text-editor\" data-id=\"56e16d9\" 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>Der kostenlose Testzeitraum betr\u00e4gt 30 Tage (f\u00fcr die Marktpl\u00e4tze eBay und Amazon) und beinhaltet den Zugang zu unserem Lokalisierungsservice.<\/p><p>Bis zu 50 % Ihrer berechtigten Angebote werden lokalisiert und auf internationalen eBay- und\/oder Amazon-Marktpl\u00e4tzen (Gro\u00dfbritannien, Deutschland, Italien, Frankreich und Spanien) platziert. Bei eBay h\u00e4ngt die Anzahl der Angebote m\u00f6glicherweise von Ihrem eBay-Shop-Abonnement ab. Bei Amazon werden nicht mehr als 100 Angebote pro Marktplatz lokalisiert.<\/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-2232\" 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-2232\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Wie funktionieren die Erfolgsgeb\u00fchr und die Transaktionsgeb\u00fchren? <\/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-2232\" class=\"elementor-element elementor-element-c7c8a72 e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"c7c8a72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ac3b2a elementor-widget elementor-widget-text-editor\" data-id=\"8ac3b2a\" 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>Die Erfolgsgeb\u00fchren werden als Prozentsatz des Umsatzes berechnet, der durch die von Webinterpret erstellten Angebote erzielt wird. Verk\u00e4ufer, die mehr als 50 % ihrer Produkte in der Kategorie Technologie-Hardware anbieten, k\u00f6nnen von einer niedrigeren Erfolgsgeb\u00fchr von 2,9 % profitieren.<\/p><p>Die Transaktionsgeb\u00fchren werden als Festbetrag f\u00fcr jede Transaktion erhoben, die durch von Webinterpret erstellte Angebote generiert wird.<\/p><p>Die angegebenen Erfolgs- und Transaktionsgeb\u00fchren f\u00fcr Abonnenten des Starter- und Business-Plans gelten nur f\u00fcr internationale Bestellungen, die von Webinterpret generiert werden.<\/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-2233\" 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-2233\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><p class=\"e-n-accordion-item-title-text\"> Gibt es Einschr\u00e4nkungen bez\u00fcglich Marktpl\u00e4tzen, Services oder Seiten? <\/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-2233\" class=\"elementor-element elementor-element-e8f7bfc e-con-full e-flex wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e8f7bfc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96f77b6 elementor-widget elementor-widget-text-editor\" data-id=\"96f77b6\" 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>Lokalisierungsservice: Zu den verf\u00fcgbaren eBay-Seiten geh\u00f6ren Australien, \u00d6sterreich, Belgien, Kanada (EN und FR), eBay Motors, Frankreich, Deutschland, Hongkong, Irland, Italien, Singapur, Spanien, Gro\u00dfbritannien und die Vereinigten Staaten. Die eBay-Seiten in Belgien und \u00d6sterreich erfordern eine Aktivierung durch den Webinterpret-Support auf Anfrage und k\u00f6nnen zu weniger Angeboten ohne Einf\u00fcgeb\u00fchr f\u00fchren. Zu den verf\u00fcgbaren Amazon-Seiten geh\u00f6ren Frankreich, Deutschland, Italien, Spanien und Gro\u00dfbritannien.<\/p><p>Werbeservice: Zu den verf\u00fcgbaren eBay-Seiten geh\u00f6ren Australien, Kanada (EN und FR), Frankreich, Deutschland, Italien, Spanien, Gro\u00dfbritannien und die Vereinigten Staaten.<\/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-0ecb7b0 elementor-widget elementor-widget-text-editor\" data-id=\"0ecb7b0\" 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>Ben\u00f6tigen Sie weitere Informationen? <a href=\"https:\/\/resources.webinterpret.com\/talk-to-sales-de\">Verkaufsteam kontaktieren<\/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\/de?elementor_library=pricing-w-listings-de\">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-4322\" 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-371808 .elementor-element.elementor-element-5baad0fa{--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-371808 .elementor-element.elementor-element-b8ca37b{--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-371808 .elementor-element.elementor-element-6478a23{--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-371808 .elementor-element.elementor-element-d84eb09{text-align:end;}.elementor-371808 .elementor-element.elementor-element-41cbbdd{width:var( --container-widget-width, 211px );max-width:211px;--container-widget-width:211px;--container-widget-flex-grow:0;}.elementor-371808 .elementor-element.elementor-element-41cbbdd.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-371808 .elementor-element.elementor-element-6be52f3{--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-371808 .elementor-element.elementor-element-934fde7{--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-371808 .elementor-element.elementor-element-c963394{--display:flex;--min-height:330px;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E1EFF9;--border-color:#E1EFF9;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:10px;--padding-left:34px;--padding-right:34px;}.elementor-371808 .elementor-element.elementor-element-7f6a959{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371808 .elementor-element.elementor-element-15e69d3 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-15e69d3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371808 .elementor-element.elementor-element-b07819d .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-b07819d{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371808 .elementor-element.elementor-element-4bffff6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-2f549f2 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-2f549f2{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371808 .elementor-element.elementor-element-a151728{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-371808 .elementor-element.elementor-element-ad0a118 .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-371808 .elementor-element.elementor-element-ad0a118{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-371808 .elementor-element.elementor-element-8e01310{text-align:center;}.elementor-371808 .elementor-element.elementor-element-8e01310 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:400;line-height:1.2em;color:#1146C1;}.elementor-371808 .elementor-element.elementor-element-8e01310 .elementor-heading-title a:hover, .elementor-371808 .elementor-element.elementor-element-8e01310 .elementor-heading-title a:focus{color:#1146C1;}.elementor-371808 .elementor-element.elementor-element-edacae2{--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-371808 .elementor-element.elementor-element-edacae2.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-371808 .elementor-element.elementor-element-5f4a99f .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.2em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-5f4a99f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 11px) 0px;}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px\/2);}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px\/2);}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px\/2);}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px\/2);}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px\/2);}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371808 .elementor-element.elementor-element-2934a58{--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-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.42em;}.elementor-371808 .elementor-element.elementor-element-2934a58 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-50bb214 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:11px;font-weight:600;line-height:1em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-50bb214{padding:7px 15px 7px 12px;top:0px;z-index:1;background-color:#FFEA29;border-radius:25px 25px 0px 25px;}body:not(.rtl) .elementor-371808 .elementor-element.elementor-element-50bb214{right:0px;}body.rtl .elementor-371808 .elementor-element.elementor-element-50bb214{left:0px;}.elementor-371808 .elementor-element.elementor-element-566bd66{--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-371808 .elementor-element.elementor-element-566bd66:not(.elementor-motion-effects-element-type-background), .elementor-371808 .elementor-element.elementor-element-566bd66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(138deg, #0D3FB9 0%, #1D60DC 100%);}.elementor-371808 .elementor-element.elementor-element-d9272bf{--display:flex;--min-height:330px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:38px;--padding-bottom:34px;--padding-left:34px;--padding-right:34px;}.elementor-371808 .elementor-element.elementor-element-5dabebd .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:24px;font-weight:600;line-height:1em;color:#FFFFFF;}.elementor-371808 .elementor-element.elementor-element-5dabebd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-371808 .elementor-element.elementor-element-624263b .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-371808 .elementor-element.elementor-element-624263b{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-371808 .elementor-element.elementor-element-4b2f8e6 .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-371808 .elementor-element.elementor-element-4b2f8e6{margin:auto 0 calc(var(--kit-widget-spacing, 0px) + 0) 0;}.elementor-371808 .elementor-element.elementor-element-62844ec4{text-align:center;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 34px) 0px;}.elementor-371808 .elementor-element.elementor-element-62844ec4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371808 .elementor-element.elementor-element-75863fd9{--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-371808 .elementor-element.elementor-element-4543d2d0{--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-371808 .elementor-element.elementor-element-4a9860e6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-5fc88563 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-6da5a0da{--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-371808 .elementor-element.elementor-element-476a35 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-22aa35f6{--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-371808 .elementor-element.elementor-element-680ed0aa{--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-371808 .elementor-element.elementor-element-7ccd9489 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:18px;font-weight:600;line-height:2em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-6930fad4 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-6930fad4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-371808 .elementor-element.elementor-element-0a37654 .elementor-heading-title{font-size:11px;font-weight:400;line-height:1.5em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-ede4307{--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-371808 .elementor-element.elementor-element-39f8ef94 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:400;line-height:1.11em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-7bb05bc6{text-align:center;margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;padding:0px 0px 0px 0px;}.elementor-371808 .elementor-element.elementor-element-7bb05bc6 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:35px;font-weight:800;line-height:1.28em;color:#333333;}.elementor-371808 .elementor-element.elementor-element-5d64ef48{--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-371808 .elementor-element.elementor-element-6df21e90 .elementor-heading-title{font-family:\"Inter\", Sans-serif;font-size:20px;font-weight:600;line-height:2em;color:#000000;}.elementor-371808 .elementor-element.elementor-element-6df21e90{padding:9px 20px 9px 20px;}.elementor-371808 .elementor-element.elementor-element-54cbf27f{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371808 .elementor-element.elementor-element-265d4805{--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-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371808 .elementor-element.elementor-element-265d4805 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-33a8de9e{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371808 .elementor-element.elementor-element-17689447{--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-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371808 .elementor-element.elementor-element-17689447 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-7d52be5f{--display:flex;--padding-top:0px;--padding-bottom:35px;--padding-left:20px;--padding-right:20px;}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-371808 .elementor-element.elementor-element-1b5502e{--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-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-icon{padding-inline-end:5px;}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-item > a{font-family:\"Inter\", Sans-serif;font-size:14px;font-weight:700;line-height:1.5em;}.elementor-371808 .elementor-element.elementor-element-1b5502e .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-371808 .elementor-element.elementor-element-5f2a1e50{--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-371808 .elementor-element.elementor-element-5f2a1e50 > .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-371808 .elementor-element.elementor-element-5f2a1e50 {--n-accordion-padding:24px 20px 20px 20px;}:where( .elementor-371808 .elementor-element.elementor-element-5f2a1e50 > .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-371808 .elementor-element.elementor-element-5f2a1e50 > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}.elementor-371808 .elementor-element.elementor-element-66bf69cb .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-371808 .elementor-element.elementor-element-66bf69cb .elementor-button:hover, .elementor-371808 .elementor-element.elementor-element-66bf69cb .elementor-button:focus{color:#FFFFFF;background-color:#000000;}.elementor-371808 .elementor-element.elementor-element-66bf69cb .elementor-button:hover svg, .elementor-371808 .elementor-element.elementor-element-66bf69cb .elementor-button:focus svg{fill:#FFFFFF;}.elementor-371808 .elementor-element.elementor-element-66bf69cb{margin:30px 25px calc(var(--kit-widget-spacing, 0px) + 0px) 25px;}.elementor-371808 .elementor-element.elementor-element-4c89d1d3{--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-371808 .elementor-element.elementor-element-180af10e .elementor-heading-title{font-family:\"Inter